summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Add custom initializer argument to multiprocess.Manager*, courtesy of lekmaJesse Noller2009-04-021-1/+31
* Better exception messages for unittest assert methods.Michael Foord2009-04-021-1/+171
* Fixing the issue4860. Escaping embedded '"' character in js_output() method o...Senthil Kumaran2009-04-021-4/+4
* handle SEEK_ constants in test_ioBenjamin Peterson2009-04-021-4/+4
* Add tests checking the CSV module's ability to handleR. David Murray2009-04-011-0/+18
* Fix for issue5040. Adding test for Content-LengthSenthil Kumaran2009-04-011-0/+28
* bounds check arguments to mmap.move(). All of them. Really.Jack Diederich2009-04-011-7/+14
* test_warnings ironically had a single test that was not protecting the warningsBrett Cannon2009-04-011-8/+8
* test_logging was blindly clearing the warnings filter. This causedBrett Cannon2009-04-011-22/+24
* Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.Raymond Hettinger2009-04-011-0/+25
* _warnings was importing itself to get an attribute. That's bad if warnings getsBrett Cannon2009-04-011-0/+35
* Fix test_xmlrpc and make the CGI handler work with no CONTENT_LENGTH.Georg Brandl2009-04-011-1/+5
* Fix multiprocessing.event to match the new threading.Event APIJesse Noller2009-04-011-7/+9
* Fix issue 2522. locale.format now checks that it is passedR. David Murray2009-04-011-0/+14
* Fix for failing asyncore tests.Josiah Carlson2009-04-011-1/+2
* Issue #5635: Fix running test_sys with tracing enabled.Georg Brandl2009-04-011-0/+5
* #5228: add pickle support to functools.partialJack Diederich2009-03-311-1/+14
* Fix Windows test skip error revealed by buildbot. Also a comment spellingR. David Murray2009-03-312-10/+5
* #1651995: fix _convert_ref for non-ASCII characters.Georg Brandl2009-03-311-0/+9
* fix Thread.ident when it is the main thread or a dummy thread #5632Benjamin Peterson2009-03-311-0/+13
* #1674032: return value of flag from Event.wait(). OKed by Guido.Georg Brandl2009-03-311-1/+2
* Issue #5387: Fixed mmap.move crash by integer overflow. (take2)Hirokazu Yamamoto2009-03-311-4/+16
* Remove the regrtest check that turns any ImportError into a skipped test.R. David Murray2009-03-311-1/+1
* Improve test_support.import_module docstring, removeR. David Murray2009-03-311-16/+14
* Delete out-of-date and little-known README from the testR. David Murray2009-03-311-413/+0
* Rename the actual method definitions to the official assertFoo names.Gregory P. Smith2009-03-311-1/+27
* A few more test skips via import_module, and change import_module toR. David Murray2009-03-3110-15/+37
* The unittest.TestCase.assertEqual() now displays the differences in lists,Gregory P. Smith2009-03-313-48/+419
* Global statements from one function leaked into parallel functions.Jeremy Hylton2009-03-311-0/+24
* Add is_declared_global() which distinguishes between implicit andJeremy Hylton2009-03-311-0/+2
* Issue #5387: Fixed mmap.move crash by integer overflow.Hirokazu Yamamoto2009-03-311-0/+17
* 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
* Change more tests to use import_module for the modules thatR. David Murray2009-03-3017-43/+53
* finalize the queue prior to shutdownJesse Noller2009-03-301-0/+2
* Fix for bugs: Issue4675 and Issue4962.Senthil Kumaran2009-03-302-0/+20
* 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
* Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager socketsJesse Noller2009-03-301-0/+24
* 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
* 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
* Add the ability to control the random seed used by regrtest.py -r.Collin Winter2009-03-291-3/+15
* fix another nameBenjamin Peterson2009-03-261-1/+1
* ** is required hereBenjamin Peterson2009-03-261-1/+1
* add missing importBenjamin Peterson2009-03-261-0/+1