summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove duplicate sentence from alarm() doc.Georg Brandl2007-07-021-2/+1
| * Fix a few webbrowser.py problems.Georg Brandl2007-07-011-1/+3
| * Document smtp.SMTPAuthenticationError.Georg Brandl2007-06-301-0/+4
| * Fix a variable name in winreg docs.Georg Brandl2007-06-271-1/+1
| * Bug #1742901: document None behavior of shlex.split.Georg Brandl2007-06-251-0/+3
| * Bug #1739115: make shutil.rmtree docs clear wrt. file deletion.Georg Brandl2007-06-191-5/+6
| * Bug #1737864: allow empty message in logging format routines.Georg Brandl2007-06-191-2/+2
| * SF #1738670, make example in doc workNeal Norwitz2007-06-171-0/+6
| * Add missing \versionadded.Georg Brandl2007-06-161-0/+1
| * Merged revisions 55896 via svnmerge fromThomas Heller2007-06-152-13/+17
| * Patch #1734014: Use _I64_MAX instead of LLONG_MAX.Martin v. Löwis2007-06-141-3/+3
| * Provide PY_LLONG_MAX on all systems having long long.Martin v. Löwis2007-06-131-4/+10
| * Backport 55887:Neal Norwitz2007-06-113-3/+18
| * Backport 55882: SF #1734732, lower case the module names per PEP 8.Neal Norwitz2007-06-111-26/+26
| * Backport 55874:Neal Norwitz2007-06-113-4/+21
| * Backport 55873:Neal Norwitz2007-06-112-3/+4
| * Backport r55845: Provide LLONG_MAX for S390.Martin v. Löwis2007-06-091-0/+7
| * Patch #1733960: Allow T_LONGLONG to accept ints.Martin v. Löwis2007-06-096-28/+76
| * Prevent expandtabs() on string and unicode objects from causing a segfault whenNeal Norwitz2007-06-095-8/+49
| * Merged revisions 55129-55131 via svnmerge fromThomas Heller2007-06-084-11/+47
| * Fix wrong documentation, and correct the punktuation.Thomas Heller2007-06-081-2/+2
| * Bug #1733488: Fix compilation of bufferobject.c on AIX.Martin v. Löwis2007-06-082-1/+7
| * backport change 55821 to release25-maintKristján Valur Jónsson2007-06-071-2/+9
| * Patch #1667860: Fix UnboundLocalError in urllib2.Georg Brandl2007-06-072-1/+302
| * Disallow function calls like foo(None=1).Georg Brandl2007-06-072-4/+12
| * 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