summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prevent asyncore.dispatcher tests from hanging by adding loop countersFacundo Batista2007-07-171-20/+46
* Changed the used port and commented out some tests that usesFacundo Batista2007-07-151-72/+82
* First version. Includes tests for helper functions: read, write,Facundo Batista2007-07-141-0/+370
* Avoid exception if there's a stray directory inside a Maildir folder.Andrew M. Kuchling2007-07-142-2/+17
* Typo fixAndrew M. Kuchling2007-07-141-1/+1
* Clarify webbrowser.open description.Georg Brandl2007-07-141-1/+1
* Bug #1753406: missing \versionadded for subprocess.check_call.Georg Brandl2007-07-141-0/+2
* In response to this SF bug:Barry Warsaw2007-07-132-0/+23
* PyType_stgdict() returns a borrowed reference which must not beThomas Heller2007-07-131-2/+0
* Fix for SF# 1649098: avoid zero-sized array declaration in structure.Thomas Heller2007-07-133-2/+5
* Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr outputThomas Heller2007-07-132-0/+12
* Do not try to load the GLUT library in the ctypes tests. This testThomas Heller2007-07-131-24/+2
* Add tests for _ctypes.COMError.Thomas Heller2007-07-131-0/+9
* Repair COMError. Since exceptions are new style classes now, settingThomas Heller2007-07-131-7/+13
* Correct the docs for takewhile(). Improve the recipe for nth(). Should be b...Raymond Hettinger2007-07-131-3/+3
* Added tests for basic behavior of DateTime, Binary, and Fault classesFacundo Batista2007-07-131-1/+134
* Patch #1675424: Added tests for uncovered code in the zipfile module.Georg Brandl2007-07-124-21/+171
* Bug #1637365: add subsection about "__name__ == __main__" to theGeorg Brandl2007-07-122-0/+41
* 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