| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | #5583 Added optional Extensions in Distutils | Tarek Ziadé | 2009-03-31 | 3 | -2/+33 |
|
|
* | #1651995: fix _convert_ref for non-ASCII characters. | Georg Brandl | 2009-03-31 | 2 | -1/+10 |
|
|
* | Made handle_expt_event() be called last, so that we don't accidentally read | Josiah Carlson | 2009-03-31 | 1 | -2/+2 |
|
|
* | fix Thread.ident when it is the main thread or a dummy thread #5632 | Benjamin Peterson | 2009-03-31 | 2 | -1/+19 |
|
|
* | take the usual lock precautions around _active_limbo_lock | Benjamin Peterson | 2009-03-31 | 1 | -21/+13 |
|
|
* | making sdist and config test silents | Tarek Ziadé | 2009-03-31 | 2 | -2/+4 |
|
|
* | added tests to the install_headers command | Tarek Ziadé | 2009-03-31 | 2 | -6/+46 |
|
|
* | added test to the install_data command | Tarek Ziadé | 2009-03-31 | 2 | -6/+80 |
|
|
* | more tests for the upload command | Tarek Ziadé | 2009-03-31 | 2 | -8/+64 |
|
|
* | more tests for the register command | Tarek Ziadé | 2009-03-31 | 2 | -42/+89 |
|
|
* | added tests for the clean command | Tarek Ziadé | 2009-03-31 | 3 | -3/+69 |
|
|
* | using log.warn for sys.stderr | Tarek Ziadé | 2009-03-31 | 2 | -9/+9 |
|
|
* | #1674032: return value of flag from Event.wait(). OKed by Guido. | Georg Brandl | 2009-03-31 | 2 | -1/+3 |
|
|
* | Issue #5387: Fixed mmap.move crash by integer overflow. (take2) | Hirokazu Yamamoto | 2009-03-31 | 1 | -4/+16 |
|
|
* | Issue an actual PendingDeprecationWarning for the TestCase.fail* methods. | Gregory P. Smith | 2009-03-31 | 1 | -9/+17 |
|
|
* | Remove the regrtest check that turns any ImportError into a skipped test. | R. David Murray | 2009-03-31 | 1 | -1/+1 |
|
|
* | Improve test_support.import_module docstring, remove | R. David Murray | 2009-03-31 | 1 | -16/+14 |
|
|
* | This resolves issue 1161031. Tests pass. | Josiah Carlson | 2009-03-31 | 1 | -27/+25 |
|
|
* | Delete out-of-date and little-known README from the test | R. David Murray | 2009-03-31 | 1 | -413/+0 |
|
|
* | #5190: export make_option in __all__. | Georg Brandl | 2009-03-31 | 1 | -0/+1 |
|
|
* | Rename the actual method definitions to the official assertFoo names. | Gregory P. Smith | 2009-03-31 | 2 | -22/+53 |
|
|
* | A few more test skips via import_module, and change import_module to | R. David Murray | 2009-03-31 | 10 | -15/+37 |
|
|
* | Per the language summit, the optional fastpath imports should use from-import... | Raymond Hettinger | 2009-03-31 | 1 | -1/+1 |
|
|
* | The unittest.TestCase.assertEqual() now displays the differences in lists, | Gregory P. Smith | 2009-03-31 | 4 | -69/+865 |
|
|
* | Global statements from one function leaked into parallel functions. | Jeremy Hylton | 2009-03-31 | 1 | -0/+24 |
|
|
* | Add is_declared_global() which distinguishes between implicit and | Jeremy Hylton | 2009-03-31 | 2 | -0/+5 |
|
|
* | Issue #5387: Fixed mmap.move crash by integer overflow. | Hirokazu Yamamoto | 2009-03-31 | 1 | -0/+17 |
|
|
* | add JoinableQueue to __all__ | Jesse Noller | 2009-03-31 | 1 | -1/+1 |
|
|
* | merge in patch from tim golden to fix contextmanager support for mp.Lock() | Jesse Noller | 2009-03-30 | 1 | -0/+4 |
|
|
* | Actually suppress warnings in test_at_least_import_untested_modules | R. David Murray | 2009-03-30 | 1 | -0/+1 |
|
|
* | Fix issue #4865: add /Library/Python/2.7/site-packages to | Ronald Oussoren | 2009-03-30 | 1 | -2/+4 |
|
|
* | Change more tests to use import_module for the modules that | R. David Murray | 2009-03-30 | 17 | -43/+53 |
|
|
* | A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht), | Barry Warsaw | 2009-03-30 | 3 | -61/+81 |
|
|
* | finalize the queue prior to shutdown | Jesse Noller | 2009-03-30 | 1 | -0/+2 |
|
|
* | Fix for bugs: Issue4675 and Issue4962. | Senthil Kumaran | 2009-03-30 | 4 | -2/+22 |
|
|
* | Remove references to test_socket_ssl which was deleted in trunk | R. David Murray | 2009-03-30 | 1 | -12/+0 |
|
|
* | Add import_function method to test.test_support, and modify a number of | R. David Murray | 2009-03-30 | 20 | -41/+78 |
|
|
* | Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle mixed spa... | Kurt B. Kaiser | 2009-03-30 | 2 | -4/+15 |
|
|
* | Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager sockets | Jesse Noller | 2009-03-30 | 2 | -0/+25 |
|
|
* | Revert incorrect change. | R. David Murray | 2009-03-30 | 1 | -3/+6 |
|
|
* | don't rely on the order dict repr #5605 | Benjamin Peterson | 2009-03-30 | 1 | -2/+2 |
|
|
* | Convert import try/except to use test_support.import_module(). | R. David Murray | 2009-03-30 | 1 | -6/+3 |
|
|
* | add missing import | Benjamin Peterson | 2009-03-30 | 1 | -0/+1 |
|
|
* | fix import | Benjamin Peterson | 2009-03-30 | 1 | -2/+2 |
|
|
* | Issue 5381: fix regression in pure python code path, Issue 5584: fix a decode... | Bob Ippolito | 2009-03-29 | 4 | -7/+16 |
|
|
* | add missing import | Benjamin Peterson | 2009-03-29 | 1 | -0/+1 |
|
|
* | thanks to guido's bytecode verifier, this is fixed | Benjamin Peterson | 2009-03-29 | 1 | -47/+0 |
|
|
* | this has been fixed since 2.6 (I love removing these) | Benjamin Peterson | 2009-03-29 | 1 | -14/+0 |
|
|
* | Make life easier for non-CPython implementations. | Raymond Hettinger | 2009-03-29 | 1 | -1/+1 |
|
|
* | Typo fix. | Guilherme Polo | 2009-03-29 | 1 | -1/+1 |
|
|