- 06 Apr, 2006 15 commits
-
-
Neal Norwitz authored
complaining because it seemed like parameters_iter could be NULL.
-
Neal Norwitz authored
-
Neal Norwitz authored
Can probably be backported if anyone cares.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
No need to INCREF then let PyString_ConcatAndDel() DECREF. Just use PyString_Concat(). Handle error condition if we can't concat.
-
Neal Norwitz authored
-
Neal Norwitz authored
(other than those in leakers).
-
Anthony Baxter authored
will backport.
-
Anthony Baxter authored
mouse events. This makes the test fail. Catch that case and don't run the tests. Should make the debian/ubuntu buildbots that run in a chroot work again. Will backport to release24-maint.
-
Georg Brandl authored
-
Fred Drake authored
-
Fred Drake authored
version this should support is Python 2.3
-
Fred Drake authored
-
Fred Drake authored
-
- 05 Apr, 2006 13 commits
-
-
Thomas Heller authored
-
Thomas Heller authored
-
Thomas Heller authored
-
Tim Peters authored
-
Anthony Baxter authored
-
Martin v. Löwis authored
-
Thomas Heller authored
-
Anthony Baxter authored
-
Anthony Baxter authored
-
Andrew M. Kuchling authored
-
Thomas Wouters authored
test_builtin.)
-
Anthony Baxter authored
-
Anthony Baxter authored
-
- 04 Apr, 2006 12 commits
-
-
Neal Norwitz authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Tim Peters authored
copying to, a wrong location (it copied the DLL under the Python directory, and gave it name 'PCbuild'). The Windows buildbots other than mine are probably hung now, waiting for someone to press "OK" on a popup box informing them that sqlite3.dll couldn't be found.
-
Andrew M. Kuchling authored
-
Thomas Heller authored
os.startfile is not present.
-
Thomas Heller authored
This file is used by test_startfile.py.
-
Thomas Heller authored
-
Walter Dörwald authored
that they work with all encodings. For UnicodeReader the real input stream is wrapped in a line iterator that reencodes the input to UTF-8. For UnicodeWriter the UTF-8 encoded output is written to a queue for where it is reencoded to the target encoding and written to the real output stream.
-
Thomas Wouters authored
least as big as a long. I believe this to be a safe assumption that is being made in many parts of CPython, but a check could be added. len(xrange(sys.maxint)) works now, so fix the testsuite's odd exception for 64-bit platforms too. It also fixes 'zip(xrange(sys.maxint), it)' as a portable-ish (if expensive) alternative to enumerate(it); since zip() now calls len(), this was breaking on (real) 64-bit platforms. No additional test was added for that behaviour.
-
Fredrik Lundh authored
-
Martin v. Löwis authored
-