- 22 Jul, 2005 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 20 Jul, 2005 3 commits
-
-
Walter Dörwald authored
of unicode objects, so that codecs that do a str->str decoding won't promote the result to unicode. This fixes SF bug #1241507.
-
Fred Drake authored
for the implementation should be consulted (thanks to Evelyn Mitchell for suggesting this)
-
Fred Drake authored
-
- 19 Jul, 2005 1 commit
-
-
Georg Brandl authored
-
- 18 Jul, 2005 4 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 17 Jul, 2005 11 commits
-
-
Tim Peters authored
In addition, long_pow() skipped a necessary (albeit extremely unlikely to trigger) error check when converting an int modulus to long. Alas, I was unable to write a test case that crashed due to either cause. Bugfix candidate.
-
Tim Peters authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
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'!
-