- 22 Haz, 2006 6 kayıt (commit)
-
-
Fred Drake yazdı
-
Georg Brandl yazdı
Test for correct lineno on list, tuple, dict literals.
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 21 Haz, 2006 9 kayıt (commit)
-
-
Armin Rigo yazdı
The problem of checking too eagerly for recursive calls is the following: if a RuntimeError is caused by recursion, and if code needs to normalize it immediately (as in the 2nd test), then PyErr_NormalizeException() needs a call to the RuntimeError class to instantiate it, and this hits the recursion limit again... causing PyErr_NormalizeException() to never finish. Moved this particular recursion check to slot_tp_call(), which is not involved in instantiating built-in exceptions. Backport candidate.
-
Gerhard Häring yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Brett Cannon yazdı
constructor, meaning it is treated as *args, not as a single argument. This means using the 'message' attribute won't work (until Py3K comes around), and so one must grab from 'arg' to get the error number.
-
- 20 Haz, 2006 9 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Anthony Baxter yazdı
-
- 19 Haz, 2006 15 kayıt (commit)
-
-
-
-
Ka-Ping Yee yazdı
-
Gerhard Häring yazdı
reference API in pysqlite 2.2.1. Bumbed pysqlite version number to upcoming pysqlite 2.3.1 release.
-
Fred Drake yazdı
-
Anthony Baxter yazdı
-
Tim Peters yazdı
os.environ (setting envar COLUMNS), which at least caused test_float_default() to fail if the tests were run more than once. This repairs the test_optparse -R failures Neal reported on python-dev. It also explains some seemingly bizarre test_optparse failures we saw a couple weeks ago on the buildbots, when test_optparse failed due to test_file failing to clean up after itself, and then test_optparse failed in an entirely different way when regrtest's -w option ran test_optparse a second time. It's now obvious that make_parser() permanently changing os.environ was responsible for the second half of that.
-
Thomas Heller yazdı
Use ctypes.util.find_library to locate the C runtime library on platforms where is returns useful results.
-
Tim Peters yazdı
as reported by Neal on python-dev.
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
is_term_resized, resize_term and resizeterm. This uses three separate configure checks (one for each function).
-
Tim Peters yazdı
-
Thomas Heller yazdı
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
-
- 18 Haz, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-