- 24 Oct, 2005 6 commits
-
-
Marc-André Lemburg authored
look more like the Unicode Consortium files. Add ending new-line to all source files.
-
Marc-André Lemburg authored
Replaced the tis_620, cp1140 and koi8_u codecs with new ones based on custom mapping files.
-
Neal Norwitz authored
use PyAPI_FUNC instead of DL_IMPORT. are we going to deprecate the old non-Py PREFIXED macros, etc?
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 23 Oct, 2005 19 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
cleanup a bit and reuse instrsize (instruction size). working towards fixing problems with EXTENDED_ARG
-
Vinay Sajip authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
The invocation of Python is MacOS-specific; not sure how to make it platform indepedent (but maybe it doesn't matter)
-
Neal Norwitz authored
Get rid of "int i" unused warnings from Python-ast.c which we are generating.
-
Neal Norwitz authored
use PyAPI_FUNC instead of DL_IMPORT. are we going to deprecate the old non-Py PREFIXED macros, etc?
-
Neal Norwitz authored
Get rid of "int i" unused warnings from Python-ast.c which we are generating.
-
Neil Schemenauer authored
-
Neil Schemenauer authored
in function blocks. This elimiates spurious warnings about "import *" and related statements at the class level.
-
Neil Schemenauer authored
the scope of names can be correctly determined.
-
Neil Schemenauer authored
-
Marc-André Lemburg authored
-
Mark Hammond authored
-
Mark Hammond authored
-
Raymond Hettinger authored
-
Neil Schemenauer authored
historically been looked up using LOAD_NAME, not LOAD_GLOBAL. looked up by LOAD_NAME, not
-
Neil Schemenauer authored
part. Fixes one bug from #1333982.
-
Neil Schemenauer authored
-
- 22 Oct, 2005 1 commit
-
-
Neal Norwitz authored
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 Oct, 2005 14 commits
-
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Jeremy Hylton authored
Remove duplicate declarations from compile.h
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
a much faster codec implementation.
-
Marc-André Lemburg authored
available at ftp.unicode.org.
-
Marc-André Lemburg authored
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 authored
list all installed codecs.
-
Marc-André Lemburg authored
Added new support for decoding tables. Cleaned up the implementation a bit.
-
Armin Rigo authored
-
Michael W. Hudson authored
[ 1327110 ] wrong TypeError traceback in generator expressions by removing the code that can stomp on the users' TypeError raised by the iterable argument to ''.join() -- PySequence_Fast (now?) gives a perfectly reasonable message itself. Also, a couple of tests.
-
Michael W. Hudson authored
bump MAGIC.
-
Georg Brandl authored
-
Neal Norwitz authored
-