- 20 Eyl, 2005 10 kayıt (commit)
-
-
cvs2svn yazdı
-
Armin Rigo yazdı
functions, causing the profiler to crash on an AssertionError if the same Python function catches multiple exceptions from C functions.
-
Armin Rigo yazdı
with an exception currently set!
-
Armin Rigo yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
represented as a C int, raise OverflowError. (Will forward-port.)
-
Anthony Baxter yazdı
test_default_encoding_issues(): Fully restore sys.setdefaultencoding. test_site often failed under "regrtest.py -r", because this xmlrpc test left sys with a setdefaultencoding attribute, but loading site.py removes that attribute and test_site.py verifies the attribute is gone. Changed this test to get rid of sys.setdefaultencoding if it didn't exist when this test started.
-
Fred Drake yazdı
-
Anthony Baxter yazdı
-
Matthias Klose yazdı
to get the correct encoding. - Patch #1166938: locale.py: Parse LANGUAGE as a colon separated list of languages.
-
- 19 Eyl, 2005 2 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
* Fix memory leak in posix.access() * Fix use of uninitialized value in forkpty() - from the manpage it isn't clear if there are conditions where master_fd are uninitialized, but it's safer to initialize
-
- 18 Eyl, 2005 3 kayıt (commit)
-
-
Georg Brandl yazdı
considering it exactly like a '*'. Backport from 2.5 branch.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 17 Eyl, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 16 Eyl, 2005 3 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Georg Brandl yazdı
-
- 15 Eyl, 2005 11 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
Includes SF 1016880: urllib.urlretrieve silently truncates downloads and the performance fix-ups.
-
Raymond Hettinger yazdı
-
Brett Cannon yazdı
Backport of fix for bug #1290505.
-
- 14 Eyl, 2005 10 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
evaluating keyword arguments. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: Python/getargs.c CVS: ----------------------------------------------------------------------
-
Georg Brandl yazdı
evaluating keyword arguments. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: Python/getargs.c CVS: ----------------------------------------------------------------------
-
Guido van Rossum yazdı
with IBM's 64-bit compiler (SF patch #1284289). This also closes SF bug #105470: test_pwd fails on 64bit system (Opteron).
-
Guido van Rossum yazdı
- Changes donated by Elemental Security to make it work on HP-UX 11 on Itanium2 with HP's 64-bit compiler (SF patch #1225212).
-
Georg Brandl yazdı
-
Skip Montanaro yazdı
-
Georg Brandl yazdı
in sys.modules.
-