- 08 Şub, 2004 10 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
(Contributed by Andrew I MacIntyre.) disables opcode prediction when dynamic execution profiling is in effect, so the profiling counters at the top of the main interpreter loop in eval_frame() are updated for each opcode.
-
Raymond Hettinger yazdı
(Contributed by George Yoshida.) * Also convert tabs to spaces.
-
Raymond Hettinger yazdı
(Contributed by Mike Pall.) Make sure fill_free_list() is called only once rather than 106 times when pre-allocating small ints.
-
Raymond Hettinger yazdı
(Reported by Drew Perttula.)
-
Raymond Hettinger yazdı
(Contributed by Alexey Klimkin.) Don't keep the file descriptor after the channel is deleted.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Jim Fulton yazdı
2. Failure to clear the error when attempts to get the __getstate__ attribute fail caused intermittent errors and odd behavior.
-
Raymond Hettinger yazdı
-
- 07 Şub, 2004 11 kayıt (commit)
-
-
Barry Warsaw yazdı
fairly simpleminded adaptation of Zope3's test.py -T flag. I also changed some booleans to use True/False where appropriate.
-
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 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Raymond Hettinger yazdı
-