summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Add is_declared_global() which distinguishes between implicit andJeremy Hylton2009-03-312-0/+5
* Issue #5387: Fixed mmap.move crash by integer overflow.Hirokazu Yamamoto2009-03-311-0/+17
* add JoinableQueue to __all__Jesse Noller2009-03-311-1/+1
* merge in patch from tim golden to fix contextmanager support for mp.Lock()Jesse Noller2009-03-301-0/+4
* Actually suppress warnings in test_at_least_import_untested_modulesR. David Murray2009-03-301-0/+1
* Fix issue #4865: add /Library/Python/2.7/site-packages toRonald Oussoren2009-03-301-2/+4
* Change more tests to use import_module for the modules thatR. David Murray2009-03-3017-43/+53
* A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht),Barry Warsaw2009-03-303-61/+81
* finalize the queue prior to shutdownJesse Noller2009-03-301-0/+2
* Fix for bugs: Issue4675 and Issue4962.Senthil Kumaran2009-03-304-2/+22
* Remove references to test_socket_ssl which was deleted in trunkR. David Murray2009-03-301-12/+0
* Add import_function method to test.test_support, and modify a number ofR. David Murray2009-03-3020-41/+78
* Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle mixed spa...Kurt B. Kaiser2009-03-302-4/+15
* Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager socketsJesse Noller2009-03-302-0/+25
* Revert incorrect change.R. David Murray2009-03-301-3/+6
* don't rely on the order dict repr #5605Benjamin Peterson2009-03-301-2/+2
* Convert import try/except to use test_support.import_module().R. David Murray2009-03-301-6/+3
* add missing importBenjamin Peterson2009-03-301-0/+1
* fix importBenjamin Peterson2009-03-301-2/+2
* Issue 5381: fix regression in pure python code path, Issue 5584: fix a decode...Bob Ippolito2009-03-294-7/+16
* add missing importBenjamin Peterson2009-03-291-0/+1
* thanks to guido's bytecode verifier, this is fixedBenjamin Peterson2009-03-291-47/+0
* this has been fixed since 2.6 (I love removing these)Benjamin Peterson2009-03-291-14/+0
* Make life easier for non-CPython implementations.Raymond Hettinger2009-03-291-1/+1
* Typo fix.Guilherme Polo2009-03-291-1/+1
* Add the ability to control the random seed used by regrtest.py -r.Collin Winter2009-03-291-3/+15
* Fix typo.Georg Brandl2009-03-281-1/+1
* fix another nameBenjamin Peterson2009-03-261-1/+1
* update email tests to use SkipTestBenjamin Peterson2009-03-261-2/+2
* ** is required hereBenjamin Peterson2009-03-261-1/+1
* add missing importBenjamin Peterson2009-03-261-0/+1
* must pass argument to get expected behavior ;)Benjamin Peterson2009-03-261-1/+1
* fix incorrect auto-translation of TestSkipped -> unittest.SkipTestBenjamin Peterson2009-03-2631-75/+75
* fix namingBenjamin Peterson2009-03-261-1/+1
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-2644-108/+99
* apply the second part of #4242's patch; classify all the implementation detai...Benjamin Peterson2009-03-261-45/+109
* rename TestCase.skip() to skipTest() because it causes annoying problems with...Benjamin Peterson2009-03-262-3/+3
* add some useful utilities for skipping tests with unittest's new skipping abi...Benjamin Peterson2009-03-261-1/+67
* add support for PyPyBenjamin Peterson2009-03-262-0/+20
* roll old test in with new oneBenjamin Peterson2009-03-261-18/+17
* more and more implementations now support sys.subversionBenjamin Peterson2009-03-262-16/+11
* add much better tests for python version information parsingBenjamin Peterson2009-03-262-24/+48
* remove uneeded functionBenjamin Peterson2009-03-261-11/+4
* Separate initialization from clearing.Raymond Hettinger2009-03-251-3/+4
* this can be slightly less uglyBenjamin Peterson2009-03-251-1/+1
* add shorthands for expected failures and unexpected successBenjamin Peterson2009-03-251-2/+2
* Remove the sys.version_info shortcut, since they cause the APIsMarc-André Lemburg2009-03-252-28/+33
* another style nitBenjamin Peterson2009-03-241-1/+2
* fix newline issue in test summaryBenjamin Peterson2009-03-241-1/+3
* this is better written using assertRaisesBenjamin Peterson2009-03-241-6/+2