summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* The sqlite3 module did cut off data from the SQLite database at the first nullGerhard Häring2006-07-024-5/+28
* SF bug #1296433 (Expat bug #1515266): Unchecked calls to character dataFred Drake2006-07-013-56/+23
* Release all forwarded functions in .close. Fixes #1513223.Martin v. Löwis2006-07-013-14/+34
* Added duplicate call to fileConfig() to ensure that it cleans up after itself...Vinay Sajip2006-07-011-0/+2
* Added entry for fileConfig() bugfix.Vinay Sajip2006-07-011-4/+7
* - consistency nit: always include "()" in \function and \methodFred Drake2006-06-301-8/+8
* Document decorator usage of property.Georg Brandl2006-06-301-1/+16
* Remove now-unused fidding with PY_FORMAT_SIZE_T.Tim Peters2006-06-301-4/+0
* Revert the use of PY_FORMAT_SIZE_T in PyErr_Format.Thomas Heller2006-06-301-1/+5
* Another problem reported by Coverity. Backport candidate.Neal Norwitz2006-06-301-0/+2
* Silence compiler warningNeal Norwitz2006-06-301-1/+6
* Whitespace normalization.Tim Peters2006-06-302-5/+5
* Fixed bug in fileConfig() which failed to clear logging._handlerListVinay Sajip2006-06-301-0/+1
* 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