- 07 Şub, 2004 10 kayıt (commit)
-
-
Raymond Hettinger yazdı
comes from and show the differences from lists). * Add a rotate() method.
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
Python/thread_pthread.h.
-
Skip Montanaro yazdı
time.strptime().
-
Skip Montanaro yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* Let deques support reversed().
-
Raymond Hettinger yazdı
-
- 06 Şub, 2004 6 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
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 yazdı
-
Hye-Shik Chang yazdı
-
Fred Drake yazdı
-
Hye-Shik Chang yazdı
-
- 05 Şub, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
characters instead of character pointers to determine space requirements.
-
- 04 Şub, 2004 1 kayıt (commit)
-
-
Fred Drake yazdı
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 Şub, 2004 4 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
PyWeakref_NewProxy() constructors from the C API - elaborate the getweakrefcount() and getweakrefs() tests slightly
-
Fred Drake yazdı
weakref ref and proxy objects; None was not being treated as identical to NULL, though it was documented as equivalent.
-
Fred Drake yazdı
This matches what is already documented for corresponding feature of the C API.
-
- 02 Şub, 2004 3 kayıt (commit)
-
-
Hye-Shik Chang yazdı
(SF patch 876178, patch by mwh, unittest by perky)
-
Hye-Shik Chang yazdı
-
Hye-Shik Chang yazdı
(SF Patch #888148, reviewed by loewis)
-
- 01 Şub, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Don't link with largeint.lib anymore.
-
- 31 Ock, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 29 Ock, 2004 5 kayıt (commit)
-
-
Fred Drake yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* Add unittests, newsitem, and whatsnew * Apply to Queue.py mutex.py threading.py pydoc.py and shlex.py * Docs are forthcoming
-
- 28 Ock, 2004 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
-
- 27 Ock, 2004 6 kayıt (commit)
-
-
Fred Drake yazdı
-
Brett Cannon yazdı
Closes bug #885293 (thanks, Josiah Carlson).
-
Fred Drake yazdı
(could someone backport this to Python 2.3.x please?)
-
Armin Rigo yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
- 26 Ock, 2004 1 kayıt (commit)
-
-
Skip Montanaro yazdı
running an application under hotshot's control. Only slightly embellished from what Walter Dörwald posted to python-dev. (*) http://www.icdc.com/~roadkill/silverstein/turtle.html
-