- 30 Oct, 2005 2 commits
-
-
Hye-Shik Chang authored
-
Tim Peters authored
Windows. Hacked it to pass, but not sure it's worth the bother.
-
- 29 Oct, 2005 3 commits
-
-
Martin v. Löwis authored
Add libpython*.a to .cvsignore and svn:ignore.
-
Tim Peters authored
_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 authored
-
- 28 Oct, 2005 2 commits
-
-
Fred Drake authored
-
Neal Norwitz authored
REGTYPE directories from tarfiles written by old programs. Will backport.
-
- 27 Oct, 2005 1 commit
-
-
Martin v. Löwis authored
instructions.
-
- 25 Oct, 2005 6 commits
-
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
codecs.
-
Marc-André Lemburg authored
Only include the decoding map if no table can be generated.
-
Neil Schemenauer authored
-
Neil Schemenauer authored
ast_for_testlist(). Also, write a ast_for_class_bases() function and in the process fix a memory leak. Add some assertions.
-
Neil Schemenauer authored
allocated by compiler_enter_scope(). Change return type for compiler_exit_scope() to be void.
-
- 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.
-