- 25 Ara, 2003 1 kayıt (commit)
-
-
Andrew MacIntyre yazdı
-
- 23 Ara, 2003 7 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
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 yazdı
using specialized splitter for 1 char sep.
-
- 22 Ara, 2003 4 kayıt (commit)
-
-
Tim Peters yazdı
about "characters", we assume something about C's char type (which is an integral type).
-
Skip Montanaro yazdı
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 yazdı
Previous revision was a fix for a problem by not 2.204 but 2.205.
-
Hye-Shik Chang yazdı
(Pointy hat goes to perky)
-
- 21 Ara, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
dictionary as the original. This parallels MvL's change to Lib/os.py 1.56. Backport candidate.
-
- 20 Ara, 2003 2 kayıt (commit)
-
-
Thomas Heller yazdı
-
Raymond Hettinger yazdı
-
- 19 Ara, 2003 3 kayıt (commit)
-
-
Walter Dörwald yazdı
Backport candidate.
-
Hye-Shik Chang yazdı
-
Hye-Shik Chang yazdı
test__locale: add typical POSIX-style full locale names. test_locale: use en_US.US-ASCII on FreeBSD.
-
- 18 Ara, 2003 8 kayıt (commit)
-
-
Skip Montanaro yazdı
* 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 yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
- re-wrap resulting long lines
-
Fred Drake yazdı
-
Fred Drake yazdı
-
- 17 Ara, 2003 8 kayıt (commit)
-
-
Raymond Hettinger yazdı
sorted() becomes a regular function instead of a classmethod.
-
Raymond Hettinger yazdı
sorted() becomes a regular function instead of a classmethod.
-
Jeremy Hylton yazdı
-
Raymond Hettinger yazdı
sorted() becomes a regular function instead of a classmethod.
-
Jeremy Hylton yazdı
Replace lots of assert_(x == y) with assertEqual(x, y).
-
Jeremy Hylton yazdı
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 yazdı
machines.
-
Hye-Shik Chang yazdı
-
- 16 Ara, 2003 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 15 Ara, 2003 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Hye-Shik Chang yazdı
(Spotted by Raymond Hettinger)
-
Raymond Hettinger yazdı
-
Hye-Shik Chang yazdı
-
Hye-Shik Chang yazdı
SF feature request #801847. Original patch is written by Sean Reifschneider.
-