- 17 Dec, 2005 7 commits
-
-
Neal Norwitz authored
simplifies a lot of error handling code, and fixes many memory leaks.
-
Neal Norwitz authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Fredrik Lundh authored
(reported by Chris Olds). Backported from the 1.0.6 development branch.
-
Hye-Shik Chang authored
just like string codecs.
-
- 16 Dec, 2005 9 commits
-
-
Tim Peters authored
-
Brett Cannon authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 15 Dec, 2005 8 commits
-
-
Trent Mick authored
-
Trent Mick authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Walter Dörwald authored
-
Fredrik Lundh authored
-
Neal Norwitz authored
http://www.tortall.net/mu/blog/2005/12/01 Pointed out from SF #1365916. Backport candidate.
-
Neal Norwitz authored
(calling ftell(stdin) doesn't seem defined). So we won't test errors from ftell unless we can do it portably.
-
- 14 Dec, 2005 13 commits
-
-
Walter Dörwald authored
using the Python implementations of the functions. This imcreases code coverage and makes sure that both implementations do the same thing.
-
Fredrik Lundh authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
-
Armin Rigo authored
svn:ignore *.pyc *.pyo svn:eol-style native The .py files appear to have been checked in with Windows or inconsistent line endings. The current check-in disrupts the 'svn blame', but hopefully it is irrelevant for freshly imported code.
-
Armin Rigo authored
Supresses numerous pages of compiler warnings.
-
Armin Rigo authored
comment based on 'sys.args[0]' does not depend on the path. For Python builds from a remote directory ("/path/to/configure; make") the previous logic used to include the "/path/to" portion in Python-ast.h. Then svn would consider this file to be locally modified.
-
Fredrik Lundh authored
-
Fred Drake authored
- add file I forgot to add in previous commit
-
Fred Drake authored
test that package, not the xmlcore/PyXML switcheroo fiasco in the xml module/package
-
- 13 Dec, 2005 3 commits
-
-
Fredrik Lundh authored
added missing API hooks
-
Fredrik Lundh authored
(e.g. cStringIO, ucnhash, etc)
-
Fredrik Lundh authored
-