- 08 Feb, 2004 3 commits
-
-
Raymond Hettinger authored
-
Jim Fulton authored
2. Failure to clear the error when attempts to get the __getstate__ attribute fail caused intermittent errors and odd behavior.
-
Raymond Hettinger authored
-
- 07 Feb, 2004 11 commits
-
-
Barry Warsaw authored
fairly simpleminded adaptation of Zope3's test.py -T flag. I also changed some booleans to use True/False where appropriate.
-
Raymond Hettinger authored
comes from and show the differences from lists). * Add a rotate() method.
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
Python/thread_pthread.h.
-
Skip Montanaro authored
time.strptime().
-
Skip Montanaro authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
* Let deques support reversed().
-
Raymond Hettinger authored
-
- 06 Feb, 2004 6 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Simplified version of Neal Norwitz's patch which adds gotos for opcodes that set "why". This skips a number of tests where the outcome of the tests are known in advance.
-
Walter Dörwald authored
-
Hye-Shik Chang authored
-
Fred Drake authored
-
Hye-Shik Chang authored
-
- 05 Feb, 2004 1 commit
-
-
Walter Dörwald authored
characters instead of character pointers to determine space requirements.
-
- 04 Feb, 2004 1 commit
-
-
Fred Drake authored
the same object to be collected by the cyclic GC support if they are only referenced by a cycle. If the weakref being collected was one of the weakrefs without callbacks, some local variables for the constructor became invalid and have to be re-computed. The test caused a segfault under a debug build without the fix applied.
-
- 03 Feb, 2004 4 commits
-
-
Fred Drake authored
-
Fred Drake authored
PyWeakref_NewProxy() constructors from the C API - elaborate the getweakrefcount() and getweakrefs() tests slightly
-
Fred Drake authored
weakref ref and proxy objects; None was not being treated as identical to NULL, though it was documented as equivalent.
-
Fred Drake authored
This matches what is already documented for corresponding feature of the C API.
-
- 02 Feb, 2004 3 commits
-
-
Hye-Shik Chang authored
(SF patch 876178, patch by mwh, unittest by perky)
-
Hye-Shik Chang authored
-
Hye-Shik Chang authored
(SF Patch #888148, reviewed by loewis)
-
- 01 Feb, 2004 1 commit
-
-
Martin v. Löwis authored
Don't link with largeint.lib anymore.
-
- 31 Jan, 2004 1 commit
-
-
Martin v. Löwis authored
-
- 29 Jan, 2004 5 commits
-
-
Fred Drake authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
* Add unittests, newsitem, and whatsnew * Apply to Queue.py mutex.py threading.py pydoc.py and shlex.py * Docs are forthcoming
-
- 28 Jan, 2004 1 commit
-
-
Hye-Shik Chang authored
-
- 27 Jan, 2004 3 commits
-
-
Fred Drake authored
-
Brett Cannon authored
Closes bug #885293 (thanks, Josiah Carlson).
-
Fred Drake authored
(could someone backport this to Python 2.3.x please?)
-