summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Patch #1731169: clean up expected skips list.Georg Brandl2007-07-121-214/+18
* Patch #1731659: improve time.strptime docs.Georg Brandl2007-07-121-9/+17
* Patch #1673759: add a missing overflow check when formatting floatsGeorg Brandl2007-07-124-5/+24
* Patch #1739696: use code.co_code only if really necessaryGeorg Brandl2007-07-121-4/+3
* Patch #1752270, #1750931: complain if urllib2 add_handler calledGeorg Brandl2007-07-122-0/+10
* Fix #1752132: wrong comment in opcode description.Georg Brandl2007-07-111-1/+1
* Patch 1673122: be explicit about which libtool to use, to avoid name clashesRonald Oussoren2007-07-091-1/+1
* Patch 1693258: Fix for duplicate "preferences" menu-OS XRonald Oussoren2007-07-091-18/+31
* Fix typo in commentNeal Norwitz2007-07-061-1/+1
* Many calls to tk.call involve an arglist containing a single tuple.Kurt B. Kaiser2007-07-051-0/+6
* copy built files to the PCBuild directory, where tools likeMark Hammond2007-07-041-1/+12
* Remove duplicate sentence from alarm() doc.Georg Brandl2007-07-021-2/+1
* Fix a few webbrowser.py problems.Georg Brandl2007-07-011-0/+2
* 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
* Added missing \versionchanged tag for the new excludeLars Gustäbel2007-06-181-0/+1
* Added exclude keyword argument to the TarFile.add() method.Lars Gustäbel2007-06-184-7/+39
* Revert last change for SF #1738754, there's no print in there.Neal Norwitz2007-06-181-1/+1
* SF #1738754, remove extra backslash in stringNeal Norwitz2007-06-181-1/+1
* SF #1738670, make example in doc workNeal Norwitz2007-06-171-0/+6
* Add missing \versionadded.Georg Brandl2007-06-161-0/+1
* Mention Senthil Kumaran.Martin v. Löwis2007-06-161-0/+4
* Add a wordAndrew M. Kuchling2007-06-151-1/+1
* urllib2_localnet says it leaks probably due to threads. So ignore it.Neal Norwitz2007-06-151-2/+1
* Patch #1734014: Use _I64_MAX instead of LLONG_MAX.Martin v. Löwis2007-06-141-3/+3
* Add T_PYSSIZET in structmember.h: This can be used forWalter Dörwald2007-06-135-168/+120
* Build bzip2.Thomas Heller2007-06-131-0/+5
* Notes about building tcl/tk for windows/AMD64.Thomas Heller2007-06-131-0/+36
* Do not hardcode the buildbot's directory name.Thomas Heller2007-06-131-3/+4
* Provide PY_LLONG_MAX on all systems having long long.Martin v. Löwis2007-06-131-4/+10
* Don't rebuild Berkeley DB if not needed (this was committed by accident).Thomas Heller2007-06-121-1/+1
* Add bufferoverflowU.lib to PCBuild\_bsddb.vcproj.Thomas Heller2007-06-122-4/+19
* Specify the bufferoverflowU.lib to the makefile on the command lineThomas Heller2007-06-122-3/+4
* Revert this change, since it breaks the win32 build:Thomas Heller2007-06-121-2/+2
* Add bufferoverflowU.lib to the libraries needed by _ssl (is this theThomas Heller2007-06-122-2/+4
* Checkout, but do not yet try to build, exernal sources.Thomas Heller2007-06-122-1/+31
* Add patch #1726668: Windows Vista support.Marc-André Lemburg2007-06-121-0/+20
* Apply patch #1734945 to support TurboLinux as distribution.Marc-André Lemburg2007-06-121-1/+1
* Added versionchanged flag to all the methods which receivedFacundo Batista2007-06-117-0/+17
* Use "O&" in calls to PyArg_Parse when we need a 'void*' instead of "k"Thomas Heller2007-06-112-13/+17
* Reflow long lineNeal Norwitz2007-06-111-2/+2
* Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute.Neal Norwitz2007-06-113-1/+16
* Not sure why this only fails sometimes on Unix machines. BetterNeal Norwitz2007-06-111-1/+2
* SF #1734732, lower case the module names per PEP 8.Neal Norwitz2007-06-111-26/+26
* Add all of the distuils modules that don't seem to have explicit tests. :-(Neal Norwitz2007-06-112-2/+48
* Prevent hang if the port cannot be opened.Neal Norwitz2007-06-111-6/+15
* Fix a bug when there was a newline in the string expandtabs was called on.Neal Norwitz2007-06-113-4/+21