- 20 Tem, 2005 3 kayıt (commit)
-
-
Walter Dörwald yazdı
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 yazdı
for the implementation should be consulted (thanks to Evelyn Mitchell for suggesting this)
-
Fred Drake yazdı
-
- 19 Tem, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 18 Tem, 2005 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 17 Tem, 2005 11 kayıt (commit)
-
-
Tim Peters yazdı
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 yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
docstrings to either "article number" or "message id".
-
Georg Brandl yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Hye-Shik Chang yazdı
-
Jack Jansen yazdı
file. This should make it a lot easier (I hope) to get the regular expressions right.
-
- 15 Tem, 2005 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
Patch #1209527 (Contributed by Connelly).
-
- 14 Tem, 2005 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
-
- 12 Tem, 2005 6 kayıt (commit)
-
-
Walter Dörwald yazdı
with a PEP 263 encoding declaration results in long decoded line.
-
Jack Jansen yazdı
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 yazdı
-
Georg Brandl yazdı
-
Michael W. Hudson yazdı
[ 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 yazdı
-
- 10 Tem, 2005 2 kayıt (commit)
-
-
Tim Peters yazdı
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 yazdı
-
- 09 Tem, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 08 Tem, 2005 5 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Jack Jansen yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 07 Tem, 2005 1 kayıt (commit)
-
-
Phillip J. Eby yazdı
binary file, use 'rb'!
-
- 06 Tem, 2005 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 05 Tem, 2005 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
[ 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.
-