- 25 Jun, 2006 2 commits
-
-
Ronald Oussoren authored
to keep the demo's around.
-
Ronald Oussoren authored
Without this patch IDLE will get unresponsive when you open the debugger window on OSX. This is both using the system Tcl/Tk on Tiger as the latest universal download from tk-components.sf.net.
-
- 23 Jun, 2006 4 commits
-
-
Hye-Shik Chang authored
omit a default "error" argument for NULL pointer. This allows the parser to take a codec from cjkcodecs again. (Reported by Taewook Kang and reviewed by Walter Doerwald)
-
Andrew M. Kuchling authored
including the howtos in the build process. * Put LaTeX output in ../paper-<whatever>/. * Put HTML output in ../html/ * Explain some of the Makefile variables * Remove some cruft dating to my environment (e.g. the 'web' target) This makefile isn't currently invoked by the documentation build process, so these changes won't destabilize anything.
-
Fred Drake authored
('[' and ']' were not accepted in unquoted attribute values) - cleaned up tests of character and entity reference decoding so the tests cover the documented relationships among handle_charref, handle_entityref, convert_charref, convert_codepoint, and convert_entityref, without bringing up Unicode issues that sgmllib cannot be involved in
-
Neal Norwitz authored
-
- 22 Jun, 2006 12 commits
-
-
Peter Astrand authored
-
Peter Astrand authored
Make it possible to run test_subprocess.py on Python 2.2, which lacks test_support.is_resource_enabled.
-
Thomas Heller authored
-
Georg Brandl authored
-
Ronald Oussoren authored
users how to avoid updates to their shell profile.
-
Brett Cannon authored
both a subclass of Warning and a subclass of types.ClassType. The latter is no longer true thanks to new-style exceptions. Closes bug #1510580. Thanks to AMK for the test.
-
Fred Drake authored
-
Georg Brandl authored
Test for correct lineno on list, tuple, dict literals.
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 21 Jun, 2006 9 commits
-
-
Armin Rigo authored
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 authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Brett Cannon authored
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 Jun, 2006 9 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Anthony Baxter authored
-
- 19 Jun, 2006 4 commits
-
-
Trent Mick authored
(http://python.org/sf/1295808)
-
http://python.org/sf/1462338Trent Mick authored
-
Ka-Ping Yee authored
-
Gerhard Häring authored
reference API in pysqlite 2.2.1. Bumbed pysqlite version number to upcoming pysqlite 2.3.1 release.
-