summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Backport rev. 55783:Georg Brandl2007-06-051-0/+1
* Fix for Windows: close a temporary file before trying to delete it.Hye-Shik Chang2007-06-051-0/+2
* (Backport from r55770)Hye-Shik Chang2007-06-053-1/+18
* Backport of r55752: make time.strptime() behave better when whitespace is inBrett Cannon2007-06-043-1/+13
* Backport 55731:Neal Norwitz2007-06-024-1/+42
* Fix wrong issue number.Georg Brandl2007-06-011-1/+1
* Bug #1722484: remove docstrings again when running with -OO.Georg Brandl2007-06-012-1/+4
* Merged revisions 55677 via svnmerge fromThomas Heller2007-05-302-2/+4
* Updated docstring for SysLogHandler (#1720726).Vinay Sajip2007-05-251-1/+2
* Updated documentation for SysLogHandler (#1720726).Vinay Sajip2007-05-251-2/+5
* Document "new" params to HTTPConnection/HTTPSConnectionNeal Norwitz2007-05-221-3/+8
* Backport rev 55465 by Nick Coghlan.Georg Brandl2007-05-201-1/+1
* Backout the original 'fix' to 1721309 which had no effect.Neal Norwitz2007-05-201-5/+9
* Backport rev 55452:Neal Norwitz2007-05-191-1/+1
* Backport rev 55450:Neal Norwitz2007-05-192-0/+7
* Verify neither dumps or loads overflow the stack and segfault.Neal Norwitz2007-05-181-1/+21
* Drop the max stack depth to something that works in 2.6Neal Norwitz2007-05-181-1/+1
* fix argument name in documentation; match the implementationFred Drake2007-05-171-2/+2
* Fix bug in marshal where bad data would cause a segfault due toNeal Norwitz2007-05-164-69/+164
* Bug #1719995: don't use deprecated method in sets example.Georg Brandl2007-05-161-3/+3
* Add what looks like a necessary call to PyErr_NoMemory() when PyMem_MALLOC()Neal Norwitz2007-05-161-1/+1
* HTML-escape the plain traceback in cgitb's HTML output, to preventGeorg Brandl2007-05-152-1/+6
* Bug #1046945: document SWIG options of distutils.Georg Brandl2007-05-121-3/+19
* Update DDJ link.Georg Brandl2007-05-111-1/+1
* Patch #1714700: clarify os.linesep vs. tfiles opened in text mode.Georg Brandl2007-05-111-3/+6
* Fix typo in docstring (the module is popen2, not 3).Neal Norwitz2007-05-111-1/+1
* Mark blocked revisions.Thomas Heller2007-05-100-0/+0
* Mark already merged revisions.Thomas Heller2007-05-100-0/+0
* Backport checkin:Walter Dörwald2007-05-091-1/+1
* Backport r55070: Stop using PyMem_FREE while the GIL is not held.Neal Norwitz2007-05-091-1/+1
* Backport: Add markup for True/False.Neal Norwitz2007-05-091-4/+4
* Merge change 54983 from the trunk: Add the locale "English" to test_locale.p...Kristján Valur Jónsson2007-05-071-1/+1
* Merge change 54982 from the trunk. This fixes the test_subprocess test in th...Kristján Valur Jónsson2007-05-073-14/+26
* the nb_long slot on classobject instances now defaults to call the nb_int slo...Kristján Valur Jónsson2007-05-071-1/+13
* Fix two problems that emerged when the testsuite was run with an x64 build: ...Kristján Valur Jónsson2007-05-072-3/+3
* Fix NonRecursiveMutex on x64. The signature of the faux-InterlockedCompareEx...Kristján Valur Jónsson2007-05-071-5/+7
* Merging change 55102 from the trunk:Kristján Valur Jónsson2007-05-074-10/+17
* Bug #1713535 backport.Georg Brandl2007-05-051-1/+1
* Merging changes 55092, 55101,55120 from trunk, making PCBuild8 solution up to...Kristján Valur Jónsson2007-05-058-18/+464
* Blocked revisions 54357 via svnmergeThomas Heller2007-05-040-0/+0
* Backport checkin:Walter Dörwald2007-05-031-4/+4
* Merged revisions 55027 via svnmerge fromThomas Heller2007-05-021-3/+11
* Additional changes to the property sheets in PCBuild8. Visual Studio doesn's...Kristján Valur Jónsson2007-05-023-2/+3
* Undefine the Yield macro after including Python_ast.h where it may cause conf...Kristján Valur Jónsson2007-05-022-0/+4
* Merging of change 55024 from the truk to release25-maint branch.Kristján Valur Jónsson2007-05-0263-13686/+13572
* Patch #1710352: add missing public functions to locale.__all__.Georg Brandl2007-05-011-3/+5
* Bug #1710295: exceptions are now new-style classes.Georg Brandl2007-05-011-1/+1
* Merged revisions 55025 via svnmerge fromThomas Heller2007-04-303-3/+15
* Update with the version that has been running for a while. Most ofNeal Norwitz2007-04-291-7/+24
* Backport fix for r54646-7: properly clear locale cache in time.strptime whenBrett Cannon2007-04-273-5/+36