- 8496939 When passed a bad formed literal to Decimal, now we have a by Facundo Batista · 18 years ago
- 5a0382e Fix a missed instance of test.test_support.guard_warnings_filter (which was by Brett Cannon · 18 years ago
- a53872b Added tests for simple function calls and introspection that are run by Facundo Batista · 18 years ago
- 2ee4128 Remove test.test_support.guard_warnings_filter. by Brett Cannon · 18 years ago
- 7b97e8a Fix a minor typo in a docstring. by Brett Cannon · 18 years ago
- 9616444 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 18 years ago
- 0f6d360 Replace unnecessary function call. by Georg Brandl · 18 years ago
- f3e93a0 Fix gb18030 codec's bug that doesn't map two-byte characters on by Hye-Shik Chang · 18 years ago
- 412b8b6 Allow the OS to select a free port for each test server. For by Facundo Batista · 18 years ago
- f8bbaa9 Eliminate RLock race condition reported in SF bug #1764059 by Nick Coghlan · 18 years ago
- 4950442 When running asynchat tests on OS X (darwin), the test client now by Facundo Batista · 18 years ago
- ec62423 Added tests for asynchat classes simple_producer & fifo, and the by Facundo Batista · 18 years ago
- 8eab424 Moved all of the capture_server socket setup code into the try block by Facundo Batista · 18 years ago
- f1e0b3f Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot by Martin v. Löwis · 18 years ago
- f25e35b Bug #978833: Close https sockets by releasing the _ssl object. by Martin v. Löwis · 18 years ago
- ec2ce9b Make test_math error messages more meaningful for small discrepancies in results by Nick Coghlan · 18 years ago
- 00f2029 Add explicit test for a misbehaving math.floor by Nick Coghlan · 18 years ago
- 254b8f9 Change location of the package index to pypi.python.org/pypi by Martin v. Löwis · 18 years ago
- 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
- 81a06d4 In response to this SF bug: by Barry Warsaw · 18 years ago
- fa704c6 Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr output by Thomas Heller · 18 years ago
- ad0cfe3 Do not try to load the GLUT library in the ctypes tests. This test by Thomas Heller · 18 years ago
- 1fd1cc5 Add tests for _ctypes.COMError. by Thomas Heller · 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
- bc5fbd9 Patch #1739696: use code.co_code only if really necessary by Georg Brandl · 18 years ago
- f91149e Patch #1752270, #1750931: complain if urllib2 add_handler called by Georg Brandl · 18 years ago
- 9b0bcc1 Patch 1693258: Fix for duplicate "preferences" menu-OS X by Ronald Oussoren · 18 years ago
- e3b185f Fix typo in comment by Neal Norwitz · 18 years ago
- ee25030 Fix a few webbrowser.py problems. by Georg Brandl · 18 years ago
- 75ec1db Bug #1737864: allow empty message in logging format routines. by Georg Brandl · 18 years ago
- 104490e Added exclude keyword argument to the TarFile.add() method. by Lars Gustäbel · 18 years ago
- b24cd0f Add patch #1726668: Windows Vista support. by Marc-André Lemburg · 18 years ago
- 0e09788 Apply patch #1734945 to support TurboLinux as distribution. by Marc-André Lemburg · 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
- 1b9e041 Make this test work with older Python releases where struct has no 't' format character. by Thomas Heller · 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
- 9249312 FTP.ntransfercmd method now uses create_connection when passive, 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
- 4a700bb SF 1668596/1720897: distutils now copies data files by Neal Norwitz · 18 years ago
- f0cb1d7 Have cfmfile raise a DeprecationWarning as per PEP 4. by Brett Cannon · 18 years ago
- 791d56f Cause buildtools to raise a DeprecationWarning. 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
- b4eec28 Correct the name of a field in the WIN32_FIND_DATAA and WIN32_FIND_DATAW structures. by Thomas Heller · 18 years ago
- e9607e2 Revert 55634. by Martin v. Löwis · 18 years ago
- a652f69 Test pre-commit hook for a link to a .py file. by Martin v. Löwis · 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
- 754a5fb Updated docstring for SysLogHandler (#1720726). by Vinay Sajip · 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
- dd96ca3 Fix parameter passing. by Georg Brandl · 18 years ago
- c90bc75 shlex.split() now has an optional "posix" parameter. by Georg Brandl · 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
- 0d6a8cc Replace assertion with straight error-checking. 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
- 8d76cca Fix docstring for add_package in site.py. by Georg Brandl · 18 years ago