summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix test_xmlrpc and make the CGI handler work with no CONTENT_LENGTH.Georg Brandl2009-04-012-2/+6
* Fixed compile error on windows.Hirokazu Yamamoto2009-04-011-0/+3
* Add Maksim, who worked on several issues at the sprint.Georg Brandl2009-04-011-0/+1
* #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-012-1/+7
* Fix multiprocessing.event to match the new threading.Event APIJesse Noller2009-04-013-7/+20
* Fix issue 2522. locale.format now checks that it is passedR. David Murray2009-04-014-8/+35
* Fix for failing asyncore tests.Josiah Carlson2009-04-013-3/+5
* Issue #5635: Fix running test_sys with tracing enabled.Georg Brandl2009-04-012-1/+9
* #5228: add pickle support to functools.partialJack Diederich2009-03-314-2/+65
* Fix Windows test skip error revealed by buildbot. Also a comment spellingR. David Murray2009-03-312-10/+5
* Dont shout to users.Georg Brandl2009-03-311-1/+1
* fixed the test for win32 CompileErrorTarek Ziadé2009-03-311-1/+3
* catching msvc9compiler error as wellTarek Ziadé2009-03-311-1/+1
* Improve examples for collections.deque()Raymond Hettinger2009-03-311-25/+24
* #5018: remove confusing paragraph.Georg Brandl2009-03-311-7/+5
* #5617: add a handy function to print a unicode string to gdbinit.Georg Brandl2009-03-311-0/+13
* #5583 Added optional Extensions in DistutilsTarek Ziadé2009-03-315-2/+40
* Issue 5619: Pass MS CRT debug flags into subprocessesJesse Noller2009-03-314-0/+12
* #3427: document correct return type for urlopen().info().Georg Brandl2009-03-311-1/+1
* #1651995: fix _convert_ref for non-ASCII characters.Georg Brandl2009-03-312-1/+10
* #5563: more documentation for bdist_msi.Georg Brandl2009-03-311-1/+9
* Made handle_expt_event() be called last, so that we don't accidentally readJosiah Carlson2009-03-311-2/+2
* #1676135: remove trailing slashes from --prefix argument.Georg Brandl2009-03-312-1/+15
* #1675026: add a note about a strange Windows problem, and remove notes about ...Georg Brandl2009-03-311-69/+4
* Remove warning about pending Win9x support removal.Georg Brandl2009-03-311-15/+0
* fix Thread.ident when it is the main thread or a dummy thread #5632Benjamin Peterson2009-03-313-1/+22
* #5598: document DocFileSuite *args argument.Georg Brandl2009-03-311-32/+34
* take the usual lock precautions around _active_limbo_lockBenjamin Peterson2009-03-311-21/+13
* #1530012: move TQS section before raw strings.Georg Brandl2009-03-311-15/+14
* 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-313-4/+12
* Issue #5387: Fixed mmap.move crash by integer overflow. (take2)Hirokazu Yamamoto2009-03-312-5/+17
* Issue an actual PendingDeprecationWarning for the TestCase.fail* methods.Gregory P. Smith2009-03-312-9/+38
* Add NEWS entry for regrtest change.R. David Murray2009-03-311-0/+4
* 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
* #5618: fix typo.Georg Brandl2009-03-311-1/+1
* #4411: document mro() and __mro__. (I hope I got it right.)Georg Brandl2009-03-311-1/+16
* Fix-up unwanted change.Georg Brandl2009-03-311-1/+1
* #5190: export make_option in __all__.Georg Brandl2009-03-311-0/+1
* #1096310: document usage of sys.__std*__ a bit better.Georg Brandl2009-03-311-3/+8