- 31 Tem, 2008 9 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
the freelist contained half-initialized objects with freed pointers. The comment /* XXX UNREF/NEWREF interface should be more symmetrical */ was copied from tupleobject.c, and appears in some other places. I sign the petition.
-
Amaury Forgeot d'Arc yazdı
-
Amaury Forgeot d'Arc yazdı
The argument was fetched in a long, but PyUnicode_FromOrdinal takes an int. (why doesn't gcc issue a truncation warning in this case?)
-
Neal Norwitz yazdı
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
-
Brett Cannon yazdı
-
Raymond Hettinger yazdı
both a keyword argument and star arguments.
-
Amaury Forgeot d'Arc yazdı
make sure that PyErr_ExceptionMatches returns 0 when an exception occurs there.
-
- 30 Tem, 2008 9 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
that were missed by r65308
-
Mark Dickinson yazdı
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
Also minor cleanups to the code: fix tabbing, remove trailing whitespace, and reformat to fit into 80 columns.
-
Raymond Hettinger yazdı
-
- 29 Tem, 2008 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
version of msum by a version using a different algorithm, and use the new float.fromhex method to specify test results exactly.
-
Jesus Cea yazdı
can be a bit loaded), and be sure to yield the CPU when waiting.
-
Jesus Cea yazdı
-
- 28 Tem, 2008 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Andrew M. Kuchling yazdı
-
- 27 Tem, 2008 5 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
near the extremes of the floating-point range. (The behaviour of math.sum should be regarded as undefined in these cases.)
-
Mark Dickinson yazdı
(v. 1.68) and tests (v. 2.58) from IBM.
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
Adds test cases which use Allow: as well.
-
- 26 Tem, 2008 6 kayıt (commit)
-
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
this should fix the failures on the solaris buildbot.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 25 Tem, 2008 5 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
(35% faster according to pybench)
-
Antoine Pitrou yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
convert test_locale to unittest, and add a mechanism to override localconv() results for further testing (#1864, #1222)
-