- 12 Feb, 2004 4 commits
-
-
Walter Dörwald authored
From SF patch #852334.
-
Michael W. Hudson authored
Remove the ability to use (from C) arbitrary objects supporting the read buffer interface as the co_code member of code objects.
-
Fred Drake authored
-
Raymond Hettinger authored
-
- 10 Feb, 2004 7 commits
-
-
Skip Montanaro authored
-
Fred Drake authored
-
Neal Norwitz authored
-
Skip Montanaro authored
-
Skip Montanaro authored
sentinel variable
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 09 Feb, 2004 4 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Andrew M. Kuchling authored
-
Thomas Heller authored
the function prototype. Already backported to release23-maint.
-
- 08 Feb, 2004 12 commits
-
-
Raymond Hettinger authored
(Contributed by George Yoshida.)
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
(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 authored
(Contributed by George Yoshida.) * Also convert tabs to spaces.
-
Raymond Hettinger authored
(Contributed by Mike Pall.) Make sure fill_free_list() is called only once rather than 106 times when pre-allocating small ints.
-
Raymond Hettinger authored
(Reported by Drew Perttula.)
-
Raymond Hettinger authored
(Contributed by Alexey Klimkin.) Don't keep the file descriptor after the channel is deleted.
-
Raymond Hettinger authored
-
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 2 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.
-