summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* At the C level, tuple arguments are passed in directly to the exceptionBrett Cannon2006-06-211-4/+4
* Fix typo of exception name.Brett Cannon2006-06-201-1/+1
* Raise TestSkipped when the test socket connection is refused.Brett Cannon2006-06-201-0/+7
* [Bug #1504456] Mention xml -> xmlcore changeAndrew M. Kuchling2006-06-201-0/+9
* Minor edits and rearrangements; markup fixAndrew M. Kuchling2006-06-201-18/+14
* Add introductory paragraphs summarizing the release; minor editsAndrew M. Kuchling2006-06-201-11/+34
* Terminology and typography fixesAndrew M. Kuchling2006-06-203-5/+5
* Add four library itemsAndrew M. Kuchling2006-06-201-0/+23
* Uncomment wsgiref sectionAndrew M. Kuchling2006-06-201-8/+6
* Tagging for release of Python 2.5b1Anthony Baxter2006-06-201-0/+1
* [ 1295808 ] expat symbols should be namespaced in pyexpatv2.5b1Trent Mick2006-06-192-0/+128
* Upgrade pyexpat to expat 2.0.0 (http://python.org/sf/1462338).Trent Mick2006-06-1912-310/+365
* Remove Python 2.3 compatibility comment.Ka-Ping Yee2006-06-191-2/+1
* Fixed a memory leak that was introduced with incorrect usage of the Python weakGerhard Häring2006-06-192-2/+2
* remove non-working document formats from edistFred Drake2006-06-191-1/+1
* Preparing for 2.5b1.Anthony Baxter2006-06-195-6/+11
* TestHelp.make_parser(): This was making a permanent change toTim Peters2006-06-191-1/+12
* Next try to fix the OpenBSD buildbot tests:Thomas Heller2006-06-191-9/+1
* Repair KeyError when running test_threaded_import under -R,Tim Peters2006-06-191-4/+3
* Make check order match in configure and configure.in.Walter Dörwald2006-06-191-6/+6
* Patch #1506645: add Python wrappers for the curses functionsWalter Dörwald2006-06-196-5/+277
* Whitespace normalization.Tim Peters2006-06-192-9/+8
* Try to repair the failing test on the OpenBSD buildbot. Trial and error...Thomas Heller2006-06-191-1/+1
* Add news entry about error msg improvement.Georg Brandl2006-06-191-0/+4
* Use Py_ssize_tNeal Norwitz2006-06-192-25/+25
* Patch #1507676: improve exception messages in abstract.c, object.c and typeob...Georg Brandl2006-06-184-65/+82
* Fix typos.Thomas Heller2006-06-181-28/+27
* Revert 47014 until it is more robustNeal Norwitz2006-06-184-32/+5
* The hppa ubuntu box sometimes hangs forever in these tests. My guessNeal Norwitz2006-06-184-5/+32
* Prevent spurious leaks when running regrtest.py -R. There may be moreNeal Norwitz2006-06-184-2/+30
* remove unnecessary markupFred Drake2006-06-181-1/+1
* Fix memory leak reported by valgrind while running test_subprocessNeal Norwitz2006-06-171-0/+2
* Fix typo in docstringNeal Norwitz2006-06-171-1/+1
* Patch #815924: Restore ability to pass type= and icon=Martin v. Löwis2006-06-172-3/+7
* Patch #812986: Update the canvas even if not tracing.Martin v. Löwis2006-06-172-0/+3
* Update url.George Yoshida2006-06-172-11/+11
* markup fixGeorge Yoshida2006-06-171-1/+1
* Patch #1494750: Destroy master after deleting children.Martin v. Löwis2006-06-172-1/+4
* Patch #1096231: Add default argument to wm_iconbitmap.Martin v. Löwis2006-06-173-3/+15
* Patch #763580: Add name and value arguments toMartin v. Löwis2006-06-172-19/+66
* fix change that broke the htmllib testsFred Drake2006-06-171-2/+2
* SF patch 1504676: Make sgmllib char and entity references pluggableFred Drake2006-06-164-48/+115
* Fix whitespace, there are memory leaks in this module.Neal Norwitz2006-06-161-22/+17
* Add missing period in comment.Neal Norwitz2006-06-161-1/+1
* Param name is dir, not directory. Update docstring. Backport candidateNeal Norwitz2006-06-161-1/+1
* Disable this test until we can determine what to do about itNeal Norwitz2006-06-161-1/+4
* Oops -- I introduced an off-by-6436159488 error.Tim Peters2006-06-151-1/+1
* Add missing svn:eol-style property to text files.Tim Peters2006-06-150-0/+0
* Whitespace normalization.Tim Peters2006-06-152-15/+15
* Try to reduce the extreme peak memory and disk-space useTim Peters2006-06-151-11/+22