- 23 Dec, 2003 3 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
directory name with a single dot fails. The patch skips creating directories named os.curdir. (Patch by Bram Moolenaar) 2.3 bugfix candidate.
-
Hye-Shik Chang authored
using specialized splitter for 1 char sep.
-
- 22 Dec, 2003 4 commits
-
-
Tim Peters authored
about "characters", we assume something about C's char type (which is an integral type).
-
Skip Montanaro authored
bit by checking the value of UCHAR_MAX in Include/Python.h. There was a check in Objects/stringobject.c. Remove that. (Note that we don't define UCHAR_MAX if it's not defined as the old test did.)
-
Hye-Shik Chang authored
Previous revision was a fix for a problem by not 2.204 but 2.205.
-
Hye-Shik Chang authored
(Pointy hat goes to perky)
-
- 21 Dec, 2003 1 commit
-
-
Raymond Hettinger authored
dictionary as the original. This parallels MvL's change to Lib/os.py 1.56. Backport candidate.
-
- 20 Dec, 2003 2 commits
-
-
Thomas Heller authored
-
Raymond Hettinger authored
-
- 19 Dec, 2003 3 commits
-
-
Walter Dörwald authored
Backport candidate.
-
Hye-Shik Chang authored
-
Hye-Shik Chang authored
test__locale: add typical POSIX-style full locale names. test_locale: use en_US.US-ASCII on FreeBSD.
-
- 18 Dec, 2003 8 commits
-
-
Skip Montanaro authored
* in py-checker-run, fall back to read-string if read-shell-command (XEmacs-specific) is not available. * highlight variables would mask builtins as if they were keywords.
-
Fred Drake authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Fred Drake authored
-
Fred Drake authored
- re-wrap resulting long lines
-
Fred Drake authored
-
Fred Drake authored
-
- 17 Dec, 2003 8 commits
-
-
Raymond Hettinger authored
sorted() becomes a regular function instead of a classmethod.
-
Raymond Hettinger authored
sorted() becomes a regular function instead of a classmethod.
-
Jeremy Hylton authored
-
Raymond Hettinger authored
sorted() becomes a regular function instead of a classmethod.
-
Jeremy Hylton authored
Replace lots of assert_(x == y) with assertEqual(x, y).
-
Jeremy Hylton authored
The chief benefit of this change is that requests will now use HTTP/1.1 instead of HTTP/1.0. Bump the module version number as part of the change. There are two possible incompatibilities that we'll need to watch out for when we get to an alpha release. We may get a different class of exceptions out of httplib, and the do_open() method changed its signature. The latter is only important if anyone actually subclasses AbstractHTTPHandler.
-
Hye-Shik Chang authored
machines.
-
Hye-Shik Chang authored
-
- 16 Dec, 2003 1 commit
-
-
Andrew M. Kuchling authored
-
- 15 Dec, 2003 10 commits
-
-
Raymond Hettinger authored
-
Hye-Shik Chang authored
(Spotted by Raymond Hettinger)
-
Raymond Hettinger authored
-
Hye-Shik Chang authored
-
Hye-Shik Chang authored
SF feature request #801847. Original patch is written by Sean Reifschneider.
-
Jeremy Hylton authored
Keep close() methods for backwards compatibility. Does any call close() explicitly?
-
Skip Montanaro authored
-
Raymond Hettinger authored
-
Walter Dörwald authored
"read until end of line ('\n') or EOF" will be treated literally. Fixes SF bug #860155.
-
Guido van Rossum authored
mid 1990. Remove an untrue XXX comment.
-