| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #1670993: Refactor test_threadedtempfile.py to use unittest. | Collin Winter | 2007-03-12 | 2 | -46/+34 |
|
|
* | Typo fix. | Georg Brandl | 2007-03-12 | 1 | -1/+1 |
|
|
* | Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ... | Collin Winter | 2007-03-12 | 7 | -2/+62 |
|
|
* | Patch #1678088: convert test_operations to use unittest, fold the result into... | Collin Winter | 2007-03-12 | 4 | -100/+72 |
|
|
* | Bug #1678647: write a newline after printing an exception in any | Georg Brandl | 2007-03-12 | 2 | -2/+5 |
|
|
* | Backport from Py3k branch: | Georg Brandl | 2007-03-12 | 5 | -129/+281 |
|
|
* | Patch #1677862: Require a space or tab after import in .pth files. | Martin v. Löwis | 2007-03-12 | 3 | -7/+14 |
|
|
* | Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86. | Martin v. Löwis | 2007-03-12 | 3 | -7/+13 |
|
|
* | Sane humans would call these invalid tests, but Andrew McNamara pointed out | Skip Montanaro | 2007-03-12 | 1 | -0/+4 |
|
|
* | Tokio Kikuchi's fix for SF bug #1629369; folding whitespace allowed in the | Barry Warsaw | 2007-03-12 | 3 | -4/+17 |
|
|
* | Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py m... | Collin Winter | 2007-03-12 | 1 | -1/+1 |
|
|
* | Fix resource leak reported in SF #1516995. | Vinay Sajip | 2007-03-11 | 1 | -0/+2 |
|
|
* | Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the ... | Collin Winter | 2007-03-11 | 2 | -2/+13 |
|
|
* | Patch #1675981: remove unreachable code from type.__new__() method. | Žiga Seilnacht | 2007-03-11 | 2 | -7/+7 |
|
|
* | Add missing "return" statements in exception handler. | Georg Brandl | 2007-03-11 | 1 | -0/+2 |
|
|
* | Patch #1599845: Add an option to disable the implicit calls to server_bind() ... | Collin Winter | 2007-03-10 | 6 | -12/+30 |
|
|
* | Convert an assert to a raise so it works even in the presence of -O. | Collin Winter | 2007-03-10 | 1 | -2/+4 |
|
|
* | Typos. | Georg Brandl | 2007-03-10 | 2 | -2/+2 |
|
|
* | Add proper attribution for a bug fix. | Collin Winter | 2007-03-10 | 1 | -1/+2 |
|
|
* | Simplify a little by handling the TCP case first. | Neal Norwitz | 2007-03-10 | 1 | -16/+16 |
|
|
* | Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to... | Collin Winter | 2007-03-10 | 3 | -0/+5 |
|
|
* | * Unlink test files before and after each test; hopefully this will cut down ... | Collin Winter | 2007-03-10 | 1 | -105/+62 |
|
|
* | Hashing simplification pointed out by Thomas Wouters. | Collin Winter | 2007-03-09 | 1 | -4/+3 |
|
|
* | Bug #1651235: When a tuple was passed to a ctypes function call, | Thomas Heller | 2007-03-09 | 3 | -19/+16 |
|
|
* | Patch #1491866: change the complex() constructor to allow parthensized forms.... | Collin Winter | 2007-03-09 | 3 | -5/+41 |
|
|
* | Add Ziga Seilnacht. | Martin v. Löwis | 2007-03-09 | 1 | -0/+4 |
|
|
* | Fix bug #1646630: ctypes.string_at(buf, 0) and ctypes.wstring_at(buf, 0) | Thomas Heller | 2007-03-09 | 4 | -5/+10 |
|
|
* | Bug #1629566: clarify the docs on the return values of parsedate() and parsed... | Collin Winter | 2007-03-09 | 3 | -4/+7 |
|
|
* | Patch #957003: Implement smtplib.LMTP. | Martin v. Löwis | 2007-03-09 | 3 | -1/+65 |
|
|
* | Typo. | Georg Brandl | 2007-03-09 | 1 | -1/+1 |
|
|
* | Fix SF #1676971, Complex OverflowError has a typo | Neal Norwitz | 2007-03-09 | 1 | -1/+1 |
|
|
* | Add NEWS item for patch #1481079 (r54234). | Collin Winter | 2007-03-09 | 1 | -0/+2 |
|
|
* | Patch #1481079: Support of HTTP_REFERER in CGIHTTPServer.py | Collin Winter | 2007-03-09 | 1 | -1/+4 |
|
|
* | Introduce test.test_support.TransientResource. It's a context manager to | Brett Cannon | 2007-03-08 | 4 | -1/+39 |
|
|
* | Patch #1668482: don't use '-' in mkstemp | Collin Winter | 2007-03-08 | 1 | -1/+1 |
|
|
* | SF #1637850: make_table in difflib did not work with unicode | Raymond Hettinger | 2007-03-08 | 1 | -5/+4 |
|
|
* | Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctes... | Collin Winter | 2007-03-08 | 1 | -0/+3 |
|
|
* | SF 1676321: empty() returned wrong result | Raymond Hettinger | 2007-03-08 | 1 | -1/+1 |
|
|
* | Add a NEWS entry for rev. 54207,8. | Georg Brandl | 2007-03-08 | 1 | -0/+6 |
|
|
* | Fix #1676656: \em is different from \emph... | Georg Brandl | 2007-03-08 | 1 | -1/+1 |
|
|
* | Add missing ) in parenthical remark. | Martin v. Löwis | 2007-03-08 | 1 | -1/+1 |
|
|
* | Windows doesn't support negative timestamps. Skip the tests involving them | Guido van Rossum | 2007-03-07 | 1 | -0/+7 |
|
|
* | Add some sanity checks to unittest.TestSuite's addTest(s) methods. | Georg Brandl | 2007-03-07 | 2 | -0/+22 |
|
|
* | Patch #1675471: convert test_pty to unittest. | Georg Brandl | 2007-03-07 | 2 | -116/+123 |
|
|
* | Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', ''). | Martin v. Löwis | 2007-03-07 | 9 | -40/+69 |
|
|
* | Patch #1669331: clarify shutil.copyfileobj() behavior wrt. file position. | Georg Brandl | 2007-03-07 | 1 | -1/+3 |
|
|
* | Patch #787789: allow to pass custom TestRunner instances to unittest's | Georg Brandl | 2007-03-07 | 3 | -5/+20 |
|
|
* | Patches #1550273, #1550272: fix a few bugs in unittest and add a | Georg Brandl | 2007-03-07 | 3 | -36/+2332 |
|
|
* | Patch #1001604: glob.glob() now returns unicode filenames if it was | Georg Brandl | 2007-03-07 | 3 | -4/+20 |
|
|
* | Patch #812285: allow multiple auth schemes in AbstractBasicAuthHandler. | Georg Brandl | 2007-03-07 | 1 | -4/+3 |
|
|