summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use a path without a double slash to compile the .py files after installationRonald Oussoren2006-06-251-1/+1
* Drop the calldll demo's for macos, calldll isn't present anymore, no needRonald Oussoren2006-06-255-214/+14
* Workaround for bug #1512124Ronald Oussoren2006-06-251-1/+8
* Bug #1511381: codec_getstreamcodec() in codec.c is corrected toHye-Shik Chang2006-06-232-3/+9
* Fit Makefile for the Python doc environment better; this is a step towardAndrew M. Kuchling2006-06-231-62/+58
* - SF bug #853506: IP6 address parsing in sgmllibFred Drake2006-06-232-11/+45
* Fix refleakNeal Norwitz2006-06-231-1/+3
* Applied patch #1506758: Prevent MemoryErrors with large MAXFD.Peter Astrand2006-06-222-2/+2
* Make it possible to run test_subprocess.py on Python 2.2, which lacks test_su...Peter Astrand2006-06-221-1/+2
* Small fixes, mostly in the markup.Thomas Heller2006-06-221-7/+7
* Fix my name ;)Georg Brandl2006-06-221-1/+1
* MacOSX: Add a message to the first screen of the installer that tellsRonald Oussoren2006-06-221-2/+5
* 'warning's was improperly requiring that a command-line Warning category beBrett Cannon2006-06-223-2/+18
* fix markup nitFred Drake2006-06-221-1/+1
* Test for correct compilation of try-except-finally stmt.Georg Brandl2006-06-221-0/+15
* Set lineno correctly on list, tuple and dict literals.Georg Brandl2006-06-221-5/+5
* Mention how to suppress warningsAndrew M. Kuchling2006-06-221-3/+13
* Reset the doc date to today for the automatic doc buildsNeal Norwitz2006-06-221-1/+1
* Copy the wsgiref package during make install.Neal Norwitz2006-06-222-1/+3
* Fix for an obscure bug introduced by revs 46806 and 46808, with a test.Armin Rigo2006-06-213-11/+22
* Removed call to enable_callback_tracebacks that slipped in by accident.Gerhard Häring2006-06-211-1/+0
* Patch #1509001: expected skips for netbsd3.Georg Brandl2006-06-211-0/+31
* Make test_fcntl aware of netbsd3.Georg Brandl2006-06-211-3/+4
* fix [ 1509132 ] compiler module builds incorrect AST for TryExceptFinallyGeorg Brandl2006-06-212-19/+41
* Bump versionAndrew M. Kuchling2006-06-211-1/+1
* Note some of Barry's workAndrew M. Kuchling2006-06-211-1/+7
* Link to LibRef module documentationAndrew M. Kuchling2006-06-211-1/+13
* 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