- 25 Eki, 2005 4 kayıt (commit)
-
-
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 19 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.
-
Neil Schemenauer yazdı
-
Marc-André Lemburg yazdı
-
Mark Hammond yazdı
-
Mark Hammond yazdı
-
Raymond Hettinger yazdı
-
Neil Schemenauer yazdı
historically been looked up using LOAD_NAME, not LOAD_GLOBAL. looked up by LOAD_NAME, not
-
Neil Schemenauer yazdı
part. Fixes one bug from #1333982.
-
Neil Schemenauer yazdı
-
- 22 Eki, 2005 1 kayıt (commit)
-
-
Neal Norwitz yazdı
According to Jeremy, the comment only made sense when the yield was disallowed. Now it's testing that the yield is allowed, so it's not bad and the outer finally is irrelevant.
-
- 21 Eki, 2005 10 kayıt (commit)
-
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Jeremy Hylton yazdı
Remove duplicate declarations from compile.h
-
Marc-André Lemburg yazdı
-
Marc-André Lemburg yazdı
a much faster codec implementation.
-
Marc-André Lemburg yazdı
available at ftp.unicode.org.
-
Marc-André Lemburg yazdı
mapping tables available at ftp.unicode.org. These new codecs include and use character decoding tables which speeds up decoding by a few factors.
-
Marc-André Lemburg yazdı
list all installed codecs.
-
Marc-André Lemburg yazdı
Added new support for decoding tables. Cleaned up the implementation a bit.
-
Armin Rigo yazdı
-