- 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 4 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.
-
Jack Jansen yazdı
-
Raymond Hettinger yazdı
-
Piers Lauder yazdı
-
- 04 Tem, 2005 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 03 Tem, 2005 4 kayıt (commit)
-
-
Jack Jansen yazdı
they are now _self, _args and _kwds.
-
Jack Jansen yazdı
and Py_BuildValue.
-
Jack Jansen yazdı
more in line with other methods "self" and "args" had to be renamed "_self" and "_args". Did "_kwds" too, for consistency.
-
Georg Brandl yazdı
-
- 02 Tem, 2005 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Bug [ 1204734 ] incorrect description of __getattribute__
-
- 01 Tem, 2005 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Jack Jansen yazdı
each variable) before calling Py_BuildValue and PyArg_Parse.
-
Raymond Hettinger yazdı
-
- 30 Haz, 2005 2 kayıt (commit)
-
-
Jack Jansen yazdı
bridge to combine declaration and assignment to the return value temporary, allowing us to handle functions returning const values.
-
Michael W. Hudson yazdı
float y = x; when x is a double. Go figure.
-
- 29 Haz, 2005 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Hex longs now print with lowercase letters like their int counterparts.
-