summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add string methods to indexSkip Montanaro2006-06-291-0/+1
* Patch #1509163: MS Toolkit Compiler no longer availableMartin v. Löwis2006-06-292-1/+15
* Protect the thread api calls in the _ctypes extension module withinThomas Heller2006-06-294-1/+25
* This should fix the buildbot failure on s/390 which can't connect to gmail.org.Neal Norwitz2006-06-291-6/+9
* Add new utility function, reap_children(), to test_support. This shouldNeal Norwitz2006-06-2914-8/+58
* document recent bugfixes in sgmllibFred Drake2006-06-291-0/+6
* SF bug #1504333: sgmlib should allow angle brackets in quoted valuesFred Drake2006-06-292-9/+25
* Mention the expat upgrade and pyexpat fix I put in 2.5b1.Trent Mick2006-06-281-0/+4
* Fix end_fill().Georg Brandl2006-06-282-1/+3
* [Bug #1508766] Add docs for uuid module; this puts the module in the 'Interne...Andrew M. Kuchling2006-06-281-0/+1
* [Bug #1508766] Add docs for uuid module; docs written by George Yoshida, with...Andrew M. Kuchling2006-06-281-0/+231
* A couple of crashers of the "won't fix" kind.Armin Rigo2006-06-282-0/+26
* Make full module name available as __module_name__ even when __name__ is set ...Nick Coghlan2006-06-283-26/+47
* Fix bug #1512695: cPickle.loads could crash if it was interrupted withNeal Norwitz2006-06-282-2/+12
* According to the man pages on Gentoo Linux and Tru64, EACCES or EAGAINNeal Norwitz2006-06-281-1/+1
* macosx: Install a libpython2.5.a inside the framework as a symlink to the actualRonald Oussoren2006-06-271-0/+3
* Use staticly build copies of zlib and bzip2 to build the OSX installer, thatRonald Oussoren2006-06-272-42/+93
* Whitespace normalization.Tim Peters2006-06-273-4/+4
* MacOSX: fix rather dumb buglet that made it impossible to create extensions onRonald Oussoren2006-06-272-2/+2
* Removed buggy exception handling in doRollover of rotating file handlers. Exc...Vinay Sajip2006-06-271-12/+2
* Verify buildbot picks up these changes (really needs testing after last chang...Neal Norwitz2006-06-272-2/+2
* Try again: test unimportant change to verify buildbot does not try to buildNeal Norwitz2006-06-271-0/+1
* Test unimportant change to verify buildbot does not try to buildNeal Norwitz2006-06-271-1/+0
* Fix SF bug #1513032, 'make install' failure on FreeBSD 5.3.Neal Norwitz2006-06-272-1/+6
* Instead of doing a make test, run the regression tests out of the installedNeal Norwitz2006-06-271-5/+17
* Ignore some more warnings in the dynamic linker on an older gentooNeal Norwitz2006-06-271-0/+9
* Attempt to fix build failure on OS X and Debian alpha; the symptom isAndrew M. Kuchling2006-06-261-1/+1
* Windows doesn't have os.fork(). I'll just disable this test for nowAndrew M. Kuchling2006-06-261-0/+2
* Add a test for a conflicting lock.Andrew M. Kuchling2006-06-261-0/+22
* [Bug #1512163] Use one set of locking methods, lockf();Andrew M. Kuchling2006-06-261-12/+2
* [Bug #1512163] Fix typo.Andrew M. Kuchling2006-06-261-1/+1
* Describe workaround for PyRange_New()'s removalAndrew M. Kuchling2006-06-261-2/+7
* [Bug #1511998] Various comments from Nick Coghlan; thanks!Andrew M. Kuchling2006-06-261-18/+20
* Also install the .egg-info files in Lib. This will cause wsgiref.egg-info toRonald Oussoren2006-06-251-1/+1
* 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