- 22 Sep, 2005 1 commit
-
-
Michael W. Hudson authored
returns in cStringIO.c. Thanks to Andrew Bennetts. This must be a backport candidate.
-
- 21 Sep, 2005 2 commits
-
-
Jack Jansen authored
than the modification time. Changed the SetDates test to accomodate. Backport candidate.
-
Neal Norwitz authored
Fix segfault. I tried to write a test, but it wouldn't crash when running regrtest. This really should have some sort of test. Should definitely be backported.
-
- 20 Sep, 2005 10 commits
-
-
Jack Jansen authored
as &buffer, &size and allocated by the called function.
-
Guido van Rossum authored
-
Armin Rigo authored
-
Armin Rigo authored
causing the profiler to crash on an AssertionError if the same Python function catches multiple exceptions from C functions.
-
Guido van Rossum authored
represented as a C int, raise OverflowError. (Forward port from 2.4.2; the patch to classobject.c was already in but needed a correction in the error message text.)
-
Armin Rigo authored
with an exception currently set!
-
Armin Rigo authored
-
Armin Rigo authored
-
Jack Jansen authored
Py_{BEGIN,END}_ALLOW_THREADS.
-
Matthias Klose authored
to get the correct encoding. - Patch #1166938: locale.py: Parse LANGUAGE as a colon separated list of languages.
-
- 19 Sep, 2005 6 commits
-
-
Guido van Rossum authored
containing a value that doesn't fit in a C int, raise OverflowError rather than truncating silently (and having 50% chance of hitting the "it should be >= 0" error).
-
Armin Rigo authored
issues. See bug #1112856.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Skip Montanaro authored
-
- 18 Sep, 2005 2 commits
-
-
Martin v. Löwis authored
Will backport to Python 2.4.
-
Martin v. Löwis authored
Will backport to Python 2.4.
-
- 17 Sep, 2005 1 commit
-
-
Georg Brandl authored
-
- 16 Sep, 2005 4 commits
-
-
Vinay Sajip authored
-
Raymond Hettinger authored
Inspired by Armin Rigo's suggestion to do the same with dictionaries.
-
Georg Brandl authored
-
-
- 15 Sep, 2005 5 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Brett Cannon authored
change. Fixes bug #1290505.
-
- 14 Sep, 2005 9 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
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 authored
evaluating keyword arguments.
-
Guido van Rossum authored
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 authored
Itanium2 with HP's 64-bit compiler (SF patch #1225212).
-
Georg Brandl authored
-
Gustavo Niemeyer authored
considering it exactly like a '*'.
-