- 17 Jul, 2005 6 commits
-
-
Georg Brandl authored
docstrings to either "article number" or "message id".
-
Georg Brandl authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Hye-Shik Chang authored
-
Jack Jansen authored
file. This should make it a lot easier (I hope) to get the regular expressions right.
-
- 15 Jul, 2005 2 commits
-
-
Georg Brandl authored
-
Raymond Hettinger authored
Patch #1209527 (Contributed by Connelly).
-
- 14 Jul, 2005 2 commits
-
-
Raymond Hettinger authored
-
Georg Brandl authored
-
- 12 Jul, 2005 6 commits
-
-
Walter Dörwald authored
with a PEP 263 encoding declaration results in long decoded line.
-
Jack Jansen authored
Turns out patch #1035255 was incomplete, it only patched _Filemodule.c and not filesupport.py. So regenerating caused as_pathname() to go into an infinite loop.
-
Georg Brandl authored
-
Georg Brandl authored
-
Michael W. Hudson authored
[ 1229429 ] missing Py_DECREF in PyObject_CallMethod Add a test in test_enumerate, which is a bit random, but suffices (reversed_new calls PyObject_CallMethod under some circumstances).
-
Georg Brandl authored
-
- 10 Jul, 2005 2 commits
-
-
Tim Peters authored
managed by C, because it's possible for the block to be smaller than the new requested size, and at the end of allocated VM. Trying to copy over nbytes bytes to a Python small-object block can segfault then, and there's no portable way to avoid this (we would have to know how many bytes starting at p are addressable, and std C has no means to determine that). Bugfix candidate. Should be backported to 2.4, but I'm out of time.
-
Tim Peters authored
-
- 09 Jul, 2005 1 commit
-
-
Georg Brandl authored
-
- 08 Jul, 2005 5 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Jack Jansen authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 07 Jul, 2005 1 commit
-
-
Phillip J. Eby authored
binary file, use 'rb'!
-
- 06 Jul, 2005 1 commit
-
-
Martin v. Löwis authored
-
- 05 Jul, 2005 4 commits
-
-
Michael W. Hudson authored
[ 1232517 ] OverflowError in time.utime() causes strange traceback A needed error check was missing. (Actually, this error check may only have become necessary in fairly recent Python, not sure). Backport candidate.
-
Jack Jansen authored
-
Raymond Hettinger authored
-
Piers Lauder authored
-
- 04 Jul, 2005 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 03 Jul, 2005 4 commits
-
-
Jack Jansen authored
they are now _self, _args and _kwds.
-
Jack Jansen authored
and Py_BuildValue.
-
Jack Jansen authored
more in line with other methods "self" and "args" had to be renamed "_self" and "_args". Did "_kwds" too, for consistency.
-
Georg Brandl authored
-
- 02 Jul, 2005 4 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
Bug [ 1204734 ] incorrect description of __getattribute__
-