summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* #5655: fix docstring oversight.Georg Brandl2009-04-011-1/+1
* The cgitb module had imports in its functions. This can cause deadlock with theBrett Cannon2009-04-011-14/+11
* Fix test_xmlrpc and make the CGI handler work with no CONTENT_LENGTH.Georg Brandl2009-04-012-2/+6
* #5631: add upload to list of possible commands, which is presented in --help-...Georg Brandl2009-04-011-0/+2
* The SimpleXMLRPCServer's CGI handler now runs like a pony.Georg Brandl2009-04-011-1/+5
* Fix multiprocessing.event to match the new threading.Event APIJesse Noller2009-04-012-7/+14
* Fix issue 2522. locale.format now checks that it is passedR. David Murray2009-04-012-8/+29
* Fix for failing asyncore tests.Josiah Carlson2009-04-012-2/+3
* 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
* fixed the test for win32 CompileErrorTarek Ziadé2009-03-311-1/+3
* catching msvc9compiler error as wellTarek Ziadé2009-03-311-1/+1
* #5583 Added optional Extensions in DistutilsTarek Ziadé2009-03-313-2/+33
* #1651995: fix _convert_ref for non-ASCII characters.Georg Brandl2009-03-312-1/+10
* Made handle_expt_event() be called last, so that we don't accidentally readJosiah Carlson2009-03-311-2/+2
* fix Thread.ident when it is the main thread or a dummy thread #5632Benjamin Peterson2009-03-312-1/+19
* take the usual lock precautions around _active_limbo_lockBenjamin Peterson2009-03-311-21/+13
* making sdist and config test silentsTarek Ziadé2009-03-312-2/+4
* added tests to the install_headers commandTarek Ziadé2009-03-312-6/+46
* added test to the install_data commandTarek Ziadé2009-03-312-6/+80
* more tests for the upload commandTarek Ziadé2009-03-312-8/+64
* more tests for the register commandTarek Ziadé2009-03-312-42/+89
* added tests for the clean commandTarek Ziadé2009-03-313-3/+69
* using log.warn for sys.stderrTarek Ziadé2009-03-312-9/+9
* #1674032: return value of flag from Event.wait(). OKed by Guido.Georg Brandl2009-03-312-1/+3
* Issue #5387: Fixed mmap.move crash by integer overflow. (take2)Hirokazu Yamamoto2009-03-311-4/+16
* Issue an actual PendingDeprecationWarning for the TestCase.fail* methods.Gregory P. Smith2009-03-311-9/+17
* 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
* This resolves issue 1161031. Tests pass.Josiah Carlson2009-03-311-27/+25
* Delete out-of-date and little-known README from the testR. David Murray2009-03-311-413/+0
* #5190: export make_option in __all__.Georg Brandl2009-03-311-0/+1
* Rename the actual method definitions to the official assertFoo names.Gregory P. Smith2009-03-312-22/+53
* A few more test skips via import_module, and change import_module toR. David Murray2009-03-3110-15/+37
* Per the language summit, the optional fastpath imports should use from-import...Raymond Hettinger2009-03-311-1/+1
* The unittest.TestCase.assertEqual() now displays the differences in lists,Gregory P. Smith2009-03-314-69/+865
* 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-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