- 21 Oct, 2005 6 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
INT_MIN is used in Python/compile.c, but it was also used in Objects/abstract.c Python/getargs.c. If we need it for compile.c, we can get it from the same place as the other files.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 20 Oct, 2005 9 commits
-
-
Jeremy Hylton authored
This change implements a new bytecode compiler, based on a transformation of the parse tree to an abstract syntax defined in Parser/Python.asdl. The compiler implementation is not complete, but it is in stable enough shape to run the entire test suite excepting two disabled tests.
-
Marc-André Lemburg authored
type lookups: whitespace and linebreak. These lookup tables are from the Python 1.6 version with the addition of the 205F code point which was added as whitespace code point to Unicode since then.
-
Fred Drake authored
-
Jeremy Hylton authored
-
Neal Norwitz authored
-
Neal Norwitz authored
Problem: if two files are assigned the same inode number by the filesystem, the second one will be added as a hardlink to the first, which means that the content will be lost. The patched code checks if the file's st_nlink is greater 1. So only for files that actually have several links pointing to them hardlinks will be created, which is what GNU tar does. Will backport.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 19 Oct, 2005 2 commits
-
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
Backport candidate.
-
- 18 Oct, 2005 1 commit
-
-
Neal Norwitz authored
-
- 17 Oct, 2005 1 commit
-
-
Raymond Hettinger authored
-
- 16 Oct, 2005 1 commit
-
-
Raymond Hettinger authored
-
- 15 Oct, 2005 1 commit
-
-
Raymond Hettinger authored
-
- 14 Oct, 2005 1 commit
-
-
Vinay Sajip authored
Optimised Placeholders handling of child loggers by using a dict rather than a list (much slower in the pathological case of hundreds of child Loggers to a Placeholder - problem reported by Ryan Blazecka).
-
- 12 Oct, 2005 1 commit
-
-
Neal Norwitz authored
-
- 11 Oct, 2005 3 commits
-
-
Fred Drake authored
-
Vinay Sajip authored
-
Neal Norwitz authored
-
- 10 Oct, 2005 1 commit
-
-
Marc-André Lemburg authored
-
- 09 Oct, 2005 3 commits
-
-
Walter Dörwald authored
by RFC 1642.
-
Walter Dörwald authored
-
Walter Dörwald authored
-
- 08 Oct, 2005 2 commits
-
-
Georg Brandl authored
browser controller classes.
-
Guido van Rossum authored
but verify_valid_flag() wasn't expecting that. Will backport.
-
- 07 Oct, 2005 1 commit
-
-
Vinay Sajip authored
-
- 06 Oct, 2005 2 commits
-
-
Walter Dörwald authored
PyUnicode_DecodeCharmap() the accept a unicode string as the mapping argument which is used as a mapping table. This code isn't used by any of the codecs yet.
-
Hye-Shik Chang authored
from U+FFFD to U+FFFE which is considered more appropriate. (from MAL's comment)
-
- 05 Oct, 2005 1 commit
-
-
Raymond Hettinger authored
-
- 04 Oct, 2005 4 commits
-
-
Neal Norwitz authored
which can't be compiled. Thanks to Mat Martineau for spotting the problem.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
open_new_win does not exist. use UNIX consistently, add autoraise parameter to open(). add versionadded tags to open_new_tab
-