- 12 Şub, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 10 Şub, 2004 7 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Fred Drake yazdı
-
Neal Norwitz yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
sentinel variable
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 09 Şub, 2004 4 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Andrew M. Kuchling yazdı
-
Thomas Heller yazdı
the function prototype. Already backported to release23-maint.
-
- 08 Şub, 2004 12 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Contributed by George Yoshida.)
-
Raymond Hettinger yazdı
-
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 5 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ı
-