- 02 Kas, 2005 5 kayıt (commit)
-
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
-
Neal Norwitz yazdı
Fix a typo that caused step to be ignored. Will backport.
-
Neal Norwitz yazdı
Close the fd in the close method and invalidated it. Don't try to close a second time when deallocating.
-
Neal Norwitz yazdı
-
- 31 Eki, 2005 2 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 30 Eki, 2005 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
properties now.
-
Fred Drake yazdı
-
Hye-Shik Chang yazdı
-
Tim Peters yazdı
Windows. Hacked it to pass, but not sure it's worth the bother.
-
- 29 Eki, 2005 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
Add libpython*.a to .cvsignore and svn:ignore.
-
Tim Peters yazdı
_PyUnicode_IsLinebreak(): Changed the declarations to match the definitions. Don't know why they differed; MSVC warned about it; don't know why only these two functions use "const". Someone who does may want to do something saner ;-).
-
Vinay Sajip yazdı
-
- 28 Eki, 2005 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Neal Norwitz yazdı
REGTYPE directories from tarfiles written by old programs. Will backport.
-
- 27 Eki, 2005 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
instructions.
-
- 25 Eki, 2005 6 kayıt (commit)
-
-
Marc-André Lemburg yazdı
-
Marc-André Lemburg yazdı
codecs.
-
Marc-André Lemburg yazdı
Only include the decoding map if no table can be generated.
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
ast_for_testlist(). Also, write a ast_for_class_bases() function and in the process fix a memory leak. Add some assertions.
-
Neil Schemenauer yazdı
allocated by compiler_enter_scope(). Change return type for compiler_exit_scope() to be void.
-
- 24 Eki, 2005 6 kayıt (commit)
-
-
Marc-André Lemburg yazdı
look more like the Unicode Consortium files. Add ending new-line to all source files.
-
Marc-André Lemburg yazdı
Replaced the tis_620, cp1140 and koi8_u codecs with new ones based on custom mapping files.
-
Neal Norwitz yazdı
use PyAPI_FUNC instead of DL_IMPORT. are we going to deprecate the old non-Py PREFIXED macros, etc?
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 23 Eki, 2005 11 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
cleanup a bit and reuse instrsize (instruction size). working towards fixing problems with EXTENDED_ARG
-
Vinay Sajip yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
The invocation of Python is MacOS-specific; not sure how to make it platform indepedent (but maybe it doesn't matter)
-
Neal Norwitz yazdı
Get rid of "int i" unused warnings from Python-ast.c which we are generating.
-
Neal Norwitz yazdı
use PyAPI_FUNC instead of DL_IMPORT. are we going to deprecate the old non-Py PREFIXED macros, etc?
-
Neal Norwitz yazdı
Get rid of "int i" unused warnings from Python-ast.c which we are generating.
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
in function blocks. This elimiates spurious warnings about "import *" and related statements at the class level.
-
Neil Schemenauer yazdı
the scope of names can be correctly determined.
-