summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix for issue5040. Adding test for Content-LengthSenthil Kumaran2009-04-012-1/+29
* bounds check arguments to mmap.move(). All of them. Really.Jack Diederich2009-04-012-16/+23
* test_warnings ironically had a single test that was not protecting the warningsBrett Cannon2009-04-012-8/+10
* test_logging was blindly clearing the warnings filter. This causedBrett Cannon2009-04-012-22/+26
* Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.Raymond Hettinger2009-04-013-4/+30
* Adding Wing project fileMichael Foord2009-04-012-0/+14
* _warnings was importing itself to get an attribute. That's bad if warnings getsBrett Cannon2009-04-013-16/+67
* Paul Kippes was given commit privileges to work on 3to2.Brett Cannon2009-04-011-0/+2
* #5655: fix docstring oversight.Georg Brandl2009-04-011-1/+1
* Ron DuPlain was given commit privileges at PyCon 2009 to work on 3to2.Brett Cannon2009-04-011-0/+2
* Issue 3270: document Listener address restrictions on windowsJesse Noller2009-04-011-0/+6
* http://bugs.python.org/issue5623Kristján Valur Jónsson2009-04-011-33/+24
* The cgitb module had imports in its functions. This can cause deadlock with theBrett Cannon2009-04-012-14/+15
* 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