| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | SF 1191699: Make slices picklable | Raymond Hettinger | 2007-04-11 | 1 | -0/+8 |
|
|
* | Add window.chgat() method, submitted via e-mail by Fabian Kreutz | Andrew M. Kuchling | 2007-04-11 | 1 | -0/+6 |
|
|
* | General clean-up. Lot of margin corrections, comments, some typos. | Facundo Batista | 2007-04-10 | 1 | -159/+170 |
|
|
* | Typo fix. | Collin Winter | 2007-04-10 | 1 | -1/+1 |
|
|
* | Minor fix to the tests pass ok even with -O. | Facundo Batista | 2007-04-10 | 1 | -1/+2 |
|
|
* | Patch #1695862: remove old test directory that causes test_urllib failures | Žiga Seilnacht | 2007-04-09 | 1 | -0/+14 |
|
|
* | Added optional timeout to SocketHandler.makeSocket (SF #1695948) | Vinay Sajip | 2007-04-09 | 1 | -1/+3 |
|
|
* | Convert test_fileinput to use unittest. | Collin Winter | 2007-04-07 | 1 | -198/+196 |
|
|
* | Convert test_module to use unittest. | Collin Winter | 2007-04-06 | 1 | -45/+58 |
|
|
* | Convert test_gc to use unittest. | Collin Winter | 2007-04-06 | 1 | -588/+548 |
|
|
* | Import cleanup in test_crypt. | Collin Winter | 2007-04-06 | 1 | -1/+1 |
|
|
* | Convert test_stringprep to use unittest. | Collin Winter | 2007-04-06 | 1 | -61/+69 |
|
|
* | Convert test_normalization to use unittest. | Collin Winter | 2007-04-05 | 1 | -51/+57 |
|
|
* | Convert test_long_future to use unittest. | Collin Winter | 2007-04-05 | 1 | -50/+50 |
|
|
* | Bug #1563759: struct.unpack doens't support buffer protocol objects | Raymond Hettinger | 2007-04-05 | 1 | -0/+8 |
|
|
* | Fix WalkTests.test_traversal() on Windows. The cleanup in | Žiga Seilnacht | 2007-04-04 | 1 | -25/+18 |
|
|
* | Make test_softspace use unittest. | Collin Winter | 2007-04-04 | 1 | -11/+20 |
|
|
* | Make test_getopt use unittest. | Collin Winter | 2007-04-04 | 1 | -174/+173 |
|
|
* | Bug #1686475: Support stat'ing open files on Windows again. | Martin v. Löwis | 2007-04-04 | 1 | -0/+9 |
|
|
* | Stop using test_support.verify(). | Collin Winter | 2007-04-04 | 1 | -8/+6 |
|
|
* | Clean up imports. | Collin Winter | 2007-04-04 | 1 | -4/+4 |
|
|
* | Fix a race condition in this test -- instead of assuming that it will take | Guido van Rossum | 2007-04-04 | 1 | -1/+5 |
|
|
* | Fixed the way that the .pem files are looked for, and changed | Facundo Batista | 2007-04-04 | 1 | -16/+9 |
|
|
* | Changed the whole structure of startup and checking if the | Facundo Batista | 2007-04-03 | 1 | -26/+36 |
|
|
* | Implement a contextmanager test.test_support.catch_warning that can | Walter Dörwald | 2007-04-03 | 3 | -111/+126 |
|
|
* | Added a SSL server to test_socket_ssl.py to be able to test | Facundo Batista | 2007-04-03 | 3 | -11/+103 |
|
|
* | Add tests for the filename. | Walter Dörwald | 2007-04-03 | 2 | -0/+33 |
|
|
* | Document that CatchWarningTests is reused by test_structmembers.py. | Walter Dörwald | 2007-04-03 | 1 | -0/+2 |
|
|
* | Move the functionality for catching warnings in test_warnings.py into a separate | Walter Dörwald | 2007-04-03 | 2 | -2/+4 |
|
|
* | Now using unittest for the tests infraestructure. Also split the | Facundo Batista | 2007-04-03 | 1 | -111/+115 |
|
|
* | SF 1602378 Clarify docstrings for bisect | Raymond Hettinger | 2007-04-03 | 1 | -4/+4 |
|
|
* | Fix warnings about object.__init__() signature. | Guido van Rossum | 2007-04-02 | 3 | -3/+2 |
|
|
* | Array module's buffer interface can now handle empty arrays. | Raymond Hettinger | 2007-04-02 | 1 | -0/+7 |
|
|
* | SF #1693079: Cannot save empty array in shelve | Raymond Hettinger | 2007-04-02 | 1 | -0/+15 |
|
|
* | Fix the test for recreating the locale cache object by not worrying about if | Brett Cannon | 2007-04-01 | 1 | -4/+16 |
|
|
* | time.strptime's caching of its locale object was being recreated when the | Brett Cannon | 2007-04-01 | 2 | -5/+21 |
|
|
* | SF #1685563, MSVCCompiler creates redundant and long PATH strings | Neal Norwitz | 2007-04-01 | 1 | -0/+14 |
|
|
* | Shut up an occaisonal buildbot error due to test files being left around. | Collin Winter | 2007-03-31 | 1 | -0/+8 |
|
|
* | Bump the patch level version of distutils since there were a few bug fixes since | Marc-André Lemburg | 2007-03-30 | 1 | -1/+1 |
|
|
* | Added the posibility to pass the timeout to FTP.connect, not only when | Facundo Batista | 2007-03-30 | 2 | -6/+33 |
|
|
* | Added timout parameter to telnetlib.Telnet. Also created | Facundo Batista | 2007-03-29 | 2 | -18/+82 |
|
|
* | Make test_zipfile clean up its temporary files properly. | Collin Winter | 2007-03-29 | 1 | -7/+12 |
|
|
* | Consolidate patches #1690164, 1683397, and 1690169, all of which refactor XML... | Collin Winter | 2007-03-28 | 5 | -2820/+2232 |
|
|
* | Added timeout to smtplib (to SMTP and SMTP_SSL). Also created | Facundo Batista | 2007-03-28 | 2 | -25/+81 |
|
|
* | Bug 1688393. Adds a control of negative values in | Facundo Batista | 2007-03-28 | 1 | -0/+7 |
|
|
* | The basic test cases of poplib.py. | Facundo Batista | 2007-03-27 | 1 | -0/+71 |
|
|
* | Added an optional timeout to poplib.POP3. Also created a | Facundo Batista | 2007-03-27 | 1 | -16/+2 |
|
|
* | Forgot to add the file before the previous commit, here go | Facundo Batista | 2007-03-26 | 2 | -25/+91 |
|
|
* | Some nits. | Georg Brandl | 2007-03-26 | 1 | -1/+2 |
|
|
* | Closing the HTTP connection after each test, and listening more. | Facundo Batista | 2007-03-25 | 1 | -1/+4 |
|
|