summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* In response to this SF bug:Barry Warsaw2007-07-132-0/+23
* Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr outputThomas Heller2007-07-131-0/+8
* 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
* 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-122-7/+135
* Patch #1731169: clean up expected skips list.Georg Brandl2007-07-121-214/+18
* Patch #1673759: add a missing overflow check when formatting floatsGeorg Brandl2007-07-121-3/+17
* 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
* Patch 1693258: Fix for duplicate "preferences" menu-OS XRonald Oussoren2007-07-091-18/+31
* Fix typo in commentNeal Norwitz2007-07-061-1/+1
* Fix a few webbrowser.py problems.Georg Brandl2007-07-011-0/+2
* Bug #1737864: allow empty message in logging format routines.Georg Brandl2007-06-191-2/+2
* Added exclude keyword argument to the TarFile.add() method.Lars Gustäbel2007-06-182-4/+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
* Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute.Neal Norwitz2007-06-112-1/+14
* Not sure why this only fails sometimes on Unix machines. BetterNeal Norwitz2007-06-111-1/+2
* 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-111-0/+5
* Prevent these tests from running on Win64 since they don\'t apply there eitherNeal Norwitz2007-06-112-3/+4
* Patch #1733960: Allow T_LONGLONG to accept ints.Martin v. Löwis2007-06-091-1/+19
* Prevent expandtabs() on string and unicode objects from causing a segfault whenNeal Norwitz2007-06-092-2/+18
* Make this test work with older Python releases where struct has no 't' format...Thomas Heller2007-06-081-1/+4
* Patch #1667860: Fix UnboundLocalError in urllib2.Georg Brandl2007-06-072-1/+302
* Disallow function calls like foo(None=1).Georg Brandl2007-06-071-0/+3
* Added an optional timeout parameter to function urllib2.urlopen,Facundo Batista2007-06-063-13/+62
* FTP.ntransfercmd method now uses create_connection when passive,Facundo Batista2007-06-061-3/+1
* Patch #1731049: make threading.py use a proper "raise" when checking internal...Collin Winter2007-06-062-13/+64
* Fix for Windows: close a temporary file before trying to delete it.Hye-Shik Chang2007-06-051-0/+2
* Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when itHye-Shik Chang2007-06-051-1/+9
* Make _strptime.TimeRE().pattern() use ``\s+`` for matching whitespace insteadBrett Cannon2007-06-032-1/+10
* SF 1668596/1720897: distutils now copies data filesNeal Norwitz2007-06-012-1/+38
* Have cfmfile raise a DeprecationWarning as per PEP 4.Brett Cannon2007-05-311-0/+3
* Cause buildtools to raise a DeprecationWarning.Brett Cannon2007-05-311-0/+3
* Have the sha module raise a DeprecationWarning as specified in PEP 4.Brett Cannon2007-05-315-7/+17
* Have md5 raise a DeprecationWarning as per PEP 4.Brett Cannon2007-05-305-4/+15
* Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed theBrett Cannon2007-05-303-0/+7
* Have MimeWriter raise a DeprecationWarning as per PEP 4 and its documentation.Brett Cannon2007-05-303-0/+11
* Correct the name of a field in the WIN32_FIND_DATAA and WIN32_FIND_DATAW stru...Thomas Heller2007-05-301-2/+2
* Revert 55634.Martin v. Löwis2007-05-291-1/+0
* Test pre-commit hook for a link to a .py file.Martin v. Löwis2007-05-291-0/+1
* Added errors argument to TarFile class that allows the user toLars Gustäbel2007-05-273-166/+315
* Applied patch 1669481, slightly modified: Support close_fds on Win32Peter Astrand2007-05-262-5/+12
* Remove direct call's to file's constructor and replace them with calls toBrett Cannon2007-05-252-5/+6
* Updated docstring for SysLogHandler (#1720726).Vinay Sajip2007-05-251-1/+2
* Get test passing again by commenting out the reference to the test class.Neal Norwitz2007-05-251-1/+1
* Commenting out the tests until find out who can test them inFacundo Batista2007-05-251-61/+69