summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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-121-4/+114
* 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 #1752270, #1750931: complain if urllib2 add_handler calledGeorg Brandl2007-07-121-0/+6
* Added exclude keyword argument to the TarFile.add() method.Lars Gustäbel2007-06-181-0/+21
* Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute.Neal Norwitz2007-06-111-0/+13
* 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-111-1/+47
* 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
* Patch #1667860: Fix UnboundLocalError in urllib2.Georg Brandl2007-06-071-0/+301
* 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-062-3/+51
* Patch #1731049: make threading.py use a proper "raise" when checking internal...Collin Winter2007-06-061-1/+41
* 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-031-0/+9
* Have the sha module raise a DeprecationWarning as specified in PEP 4.Brett Cannon2007-05-313-5/+11
* Have md5 raise a DeprecationWarning as per PEP 4.Brett Cannon2007-05-303-2/+9
* Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed theBrett Cannon2007-05-302-0/+3
* Have MimeWriter raise a DeprecationWarning as per PEP 4 and its documentation.Brett Cannon2007-05-302-0/+6
* Added errors argument to TarFile class that allows the user toLars Gustäbel2007-05-272-65/+181
* Applied patch 1669481, slightly modified: Support close_fds on Win32Peter Astrand2007-05-261-0/+8
* Remove direct call's to file's constructor and replace them with calls toBrett Cannon2007-05-251-1/+1
* 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
* Fixing stupid error, and introducing a sleep, to see if theFacundo Batista2007-05-251-1/+1
* Trying to make the tests work in Windows and Solaris, everywhereFacundo Batista2007-05-251-11/+13
* Let's see if reading exactly what is written allow this liveFacundo Batista2007-05-241-0/+1
* Removed the .recv() in the test, is not necessary, and wasFacundo Batista2007-05-241-1/+0
* Added an optional timeout parameter to urllib.ftpwrapper, with testsFacundo Batista2007-05-241-1/+66
* Patch #1686487: you can now pass any mapping after '**' in function calls.Georg Brandl2007-05-212-6/+16
* Added timeout support to HTTPSConnection, through theFacundo Batista2007-05-211-1/+9
* Allow all alphanumeric and underscores in type and field names.Raymond Hettinger2007-05-211-0/+3
* Cause posixfile to raise a DeprecationWarning. Documented as deprecated sinceBrett Cannon2007-05-201-65/+68
* Move imgfile import to the global namespace to trigger an import error ASAP toBrett Cannon2007-05-201-4/+1
* Remove the macfs module. This led to the deprecation of macostools.touched();Brett Cannon2007-05-203-84/+6
* Remove the rgbimg module. It has been deprecated since Python 2.5.Brett Cannon2007-05-203-100/+8
* Improvements to NamedTuple's implementation, tests, and documentationRaymond Hettinger2007-05-191-1/+2
* Backport PEP 3110's new 'except' syntax to 2.6.Collin Winter2007-05-181-2/+2
* Verify neither dumps or loads overflow the stack and segfault.Neal Norwitz2007-05-181-1/+21
* Remove the gopherlib module. It has been raising a DeprecationWarning sinceBrett Cannon2007-05-163-26/+0
* Fix bug in marshal where bad data would cause a segfault due toNeal Norwitz2007-05-161-0/+4
* Better tests for posixpath.commonprefixRaymond Hettinger2007-05-111-0/+10
* Deprecate os.popen* and popen2 module in favor of the subprocess module.Neal Norwitz2007-05-114-14/+25
* Don't ever report a failure when the sum of the reference count differencesNeal Norwitz2007-05-111-2/+3