- 55248d6 Add a temporary diagnostic message before a strange failure on the alpha Debian buildbot by Nick Coghlan · 18 years ago
- d44a5af More buildbot cleanup - let the OS assign the port for test_urllib2_localnet by Nick Coghlan · 18 years ago
- 16ed5b4 New tests for basic behavior of smtplib.SMTP and by Facundo Batista · 18 years ago
- 12adef9 Try to get rid of spurious failure in test_resource on the Debian buildbots by changing the file size limit before attempting to close the file by Nick Coghlan · 18 years ago
- 13c25c0 Fix an incompatibility between the -i and -m command line switches as reported on python-dev by PJE - runpy.run_module now leaves any changes it makes to the sys module intact after the function terminates by Nick Coghlan · 18 years ago
- 4f82a03 Tweak runpy test to do a better job of confirming that sys has been manipulated correctly by Nick Coghlan · 18 years ago
- ae21fc6 Correctly cleanup sys.modules after executing runpy relative import by Nick Coghlan · 18 years ago
- f17a2e4 Add explicit relative import tests for runpy.run_module by Nick Coghlan · 18 years ago
- 7f4f412 Selectively enable tests for asyncore.readwrite based on the presence by Facundo Batista · 18 years ago
- b1994b4 Added a select.select call in the test server loop to make sure the by Facundo Batista · 18 years ago
- db98f36 Fix failing unicode test caused by change to ast.c at r56441 by Kurt B. Kaiser · 18 years ago
- b6ac23c SF patch# 1755885 by Kurt Kaiser: show location of Unicode escape errors. by Guido van Rossum · 18 years ago
- 78e1961 Prevent asyncore.dispatcher tests from hanging by adding loop counters by Facundo Batista · 18 years ago
- 66263cf Changed the used port and commented out some tests that uses by Facundo Batista · 18 years ago
- f47bc18 First version. Includes tests for helper functions: read, write, by Facundo Batista · 18 years ago
- 2b09ef0 Avoid exception if there's a stray directory inside a Maildir folder. by Andrew M. Kuchling · 18 years ago
- 5a3b524 Added tests for basic behavior of DateTime, Binary, and Fault classes by Facundo Batista · 18 years ago
- 4b3ab6f Patch #1675424: Added tests for uncovered code in the zipfile module. by Georg Brandl · 18 years ago
- b2e208f Patch #1731169: clean up expected skips list. by Georg Brandl · 18 years ago
- 7c3b50d Patch #1673759: add a missing overflow check when formatting floats with %G. by Georg Brandl · 18 years ago
- f91149e Patch #1752270, #1750931: complain if urllib2 add_handler called by Georg Brandl · 18 years ago
- 104490e Added exclude keyword argument to the TarFile.add() method. by Lars Gustäbel · 18 years ago
- c161cb9 Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute. by Neal Norwitz · 18 years ago
- ade2c21 Not sure why this only fails sometimes on Unix machines. Better by Neal Norwitz · 18 years ago
- 478b99b Add all of the distuils modules that don't seem to have explicit tests. :-( by Neal Norwitz · 18 years ago
- fdffca2 Prevent hang if the port cannot be opened. by Neal Norwitz · 18 years ago
- 5c9a81a Fix a bug when there was a newline in the string expandtabs was called on. by Neal Norwitz · 18 years ago
- ba965de Prevent these tests from running on Win64 since they don\'t apply there either by Neal Norwitz · 18 years ago
- 6371cd8 Patch #1733960: Allow T_LONGLONG to accept ints. Will backport to 2.5. by Martin v. Löwis · 18 years ago
- 7dbd2a3 Prevent expandtabs() on string and unicode objects from causing a segfault when by Neal Norwitz · 18 years ago
- ff87122 Patch #1667860: Fix UnboundLocalError in urllib2. by Georg Brandl · 18 years ago
- e06cf45 Disallow function calls like foo(None=1). by Georg Brandl · 18 years ago
- 10951d5 Added an optional timeout parameter to function urllib2.urlopen, by Facundo Batista · 18 years ago
- 50b79ce Patch #1731049: make threading.py use a proper "raise" when checking internal state, rather than assert statements (which get stripped out by -O). by Collin Winter · 18 years ago
- f9a0ea8 Fix for Windows: close a temporary file before trying to delete it. by Hye-Shik Chang · 18 years ago
- 9b54140 Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it by Hye-Shik Chang · 18 years ago
- f7188ce Make _strptime.TimeRE().pattern() use ``\s+`` for matching whitespace instead by Brett Cannon · 18 years ago
- c2aa09a Have the sha module raise a DeprecationWarning as specified in PEP 4. by Brett Cannon · 18 years ago
- 7eec217 Have md5 raise a DeprecationWarning as per PEP 4. by Brett Cannon · 18 years ago
- c249bda Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed the by Brett Cannon · 18 years ago
- 90134c9 Have MimeWriter raise a DeprecationWarning as per PEP 4 and its documentation. by Brett Cannon · 18 years ago
- a0fcb93 Added errors argument to TarFile class that allows the user to by Lars Gustäbel · 18 years ago
- 81a191b Applied patch 1669481, slightly modified: Support close_fds on Win32 by Peter Astrand · 18 years ago
- 6cef076 Remove direct call's to file's constructor and replace them with calls to by Brett Cannon · 18 years ago
- 38917f5 Get test passing again by commenting out the reference to the test class. by Neal Norwitz · 18 years ago
- d9880d0 Commenting out the tests until find out who can test them in by Facundo Batista · 18 years ago
- e312416 Fixing stupid error, and introducing a sleep, to see if the by Facundo Batista · 18 years ago
- b4dfafa Trying to make the tests work in Windows and Solaris, everywhere else just works by Facundo Batista · 18 years ago
- 62c744e Let's see if reading exactly what is written allow this live by Facundo Batista · 18 years ago
- 965fa24 Removed the .recv() in the test, is not necessary, and was by Facundo Batista · 18 years ago
- 711a54e Added an optional timeout parameter to urllib.ftpwrapper, with tests by Facundo Batista · 18 years ago
- 2134e75 Patch #1686487: you can now pass any mapping after '**' in function calls. by Georg Brandl · 18 years ago
- 70f996b Added timeout support to HTTPSConnection, through the by Facundo Batista · 18 years ago
- 767debb Allow all alphanumeric and underscores in type and field names. by Raymond Hettinger · 18 years ago
- 41bf2fa Cause posixfile to raise a DeprecationWarning. Documented as deprecated since by Brett Cannon · 18 years ago
- 49da0ea Move imgfile import to the global namespace to trigger an import error ASAP to by Brett Cannon · 18 years ago
- 5e26351 Remove the macfs module. This led to the deprecation of macostools.touched(); by Brett Cannon · 18 years ago
- dc48b74 Remove the rgbimg module. It has been deprecated since Python 2.5. by Brett Cannon · 18 years ago
- 5a41daf Improvements to NamedTuple's implementation, tests, and documentation by Raymond Hettinger · 18 years ago
- 6290305 Backport PEP 3110's new 'except' syntax to 2.6. by Collin Winter · 18 years ago
- 6eb7bed Verify neither dumps or loads overflow the stack and segfault. by Neal Norwitz · 18 years ago
- d75f043 Remove the gopherlib module. It has been raising a DeprecationWarning since by Brett Cannon · 18 years ago
- b1a9b37 Fix bug in marshal where bad data would cause a segfault due to by Neal Norwitz · 18 years ago
- a74b67e Better tests for posixpath.commonprefix by Raymond Hettinger · 18 years ago
- 42dd86b Deprecate os.popen* and popen2 module in favor of the subprocess module. by Neal Norwitz · 18 years ago
- d984103 Don't ever report a failure when the sum of the reference count differences by Neal Norwitz · 18 years ago
- fa9be8c Fix a bug in test.test_support.open_urlresource(). by Collin Winter · 18 years ago
- 229cee2 Deprecate BaseException.message as per PEP 352. by Brett Cannon · 18 years ago
- 170eee9 Fix those parts in the testsuite that assumed that sys.maxint would cause overflow on x64. Now the testsuite is well behaved on that platform. by Kristján Valur Jónsson · 18 years ago
- 9790a27 Fix for #1303614 and #1174712: by Armin Rigo · 18 years ago
- 1b59d10 This gets the test working on Solaris. It seems a little hokey to me, by Neal Norwitz · 18 years ago
- 94b706b The locale "En" appears not to be valid on windows underi VisualStudio.2005. Added "English" to the test_locale.py to make the testsuite pass for that build by Kristján Valur Jónsson · 18 years ago
- cf795b4 Fix an issue related to the unittest conversion. by Collin Winter · 18 years ago
- fb5b989 Convert test_ossaudiodev to use unittest. by Collin Winter · 18 years ago
- f00c5b5 Import and raise statement cleanup. by Collin Winter · 18 years ago
- 297996b Change test_support.have_unicode to use True/False instead of 1/0. by Collin Winter · 18 years ago
- bec754c Remove functionality from test_datetime.test_main() that does reference count checking; 'regrtest.py -R' is the way to do this kind of testing. by Collin Winter · 18 years ago
- c2898c5 Standardize on test.test_support.run_unittest() (as opposed to a mix of run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule(). by Collin Winter · 18 years ago
- 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 18 years ago
- d0bfa74 Remove code that hasn't been called in years. by Collin Winter · 18 years ago
- 0fe118b Convert PyUnit -> unittest. by Collin Winter · 18 years ago
- 9fab9f1 As specified in RFC 2616, 2xx code indicates that the client's by Facundo Batista · 18 years ago
- 9f87128 Added tests for other methods of SSL object. Now we cover by Facundo Batista · 18 years ago
- c0ba52d Revert r53997 as per by Armin Rigo · 18 years ago
- c20a250 Check the availability of the urlfetch resource earlier than before. by Collin Winter · 18 years ago
- cbd9ee6 When __slots__ are set to a unicode string, make it work the same as by Neal Norwitz · 18 years ago
- 25a3864 Port r54805 from python25-maint branch: by Barry Warsaw · 18 years ago
- 4234827 Fix utf-8-sig incremental decoder, which didn't recognise a BOM when the by Walter Dörwald · 18 years ago
- 9aba6d6 Patch #1695862: remove the cleanup code, now that Windows buildbots are green by Žiga Seilnacht · 18 years ago
- 4db5fe9 SF 1193128: Let str.translate(None) be an identity transformation by Raymond Hettinger · 18 years ago
- 1393669 SF 1191699: Make slices picklable by Raymond Hettinger · 18 years ago
- 400a49b Add window.chgat() method, submitted via e-mail by Fabian Kreutz by Andrew M. Kuchling · 18 years ago
- 8341aac Typo fix. by Collin Winter · 18 years ago
- 3bdc002 Minor fix to the tests pass ok even with -O. by Facundo Batista · 18 years ago
- d5b3fed Patch #1695862: remove old test directory that causes test_urllib failures by Žiga Seilnacht · 18 years ago
- bf61856 Convert test_fileinput to use unittest. by Collin Winter · 18 years ago
- 69c955f Convert test_module to use unittest. by Collin Winter · 18 years ago
- fef1dcf Convert test_gc to use unittest. by Collin Winter · 18 years ago
- e10deca Import cleanup in test_crypt. by Collin Winter · 18 years ago
- 1dd9a2c Convert test_stringprep to use unittest. by Collin Winter · 18 years ago