summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* #6206: fix test__locale.Georg Brandl2009-06-061-2/+1
* only test for named pipe when os.stat doesn't raise #6209Benjamin Peterson2009-06-051-3/+4
* Fix unittest discovery tests for Windows. Issue 6199Michael Foord2009-06-051-1/+3
* reverting r72823 : Python trunk has to use latin-1 encodingTarek Ziadé2009-06-051-2/+2
* Removed tests so that test_float pass on Windows. See issue 6198.Eric Smith2009-06-051-21/+21
* Fix test__locale on windows (Backport of r72365)Hirokazu Yamamoto2009-06-051-4/+18
* Add test for #3684.Georg Brandl2009-06-041-0/+9
* Minor documentation fixes for logging.Eric Smith2009-06-041-2/+2
* #6175: document that inet_aton supports alternate input formats with less tha...Georg Brandl2009-06-041-0/+3
* #6176: fix man page section for flock(2).Georg Brandl2009-06-041-1/+1
* #5967: note that the C slicing APIs do not support negative indices.Georg Brandl2009-06-041-4/+6
* Better name for "Ctor".Georg Brandl2009-06-041-2/+2
* #3584: ignore trailing newlines when placing the caret for a SyntaxError loca...Georg Brandl2009-06-041-1/+1
* #5767: remove sgmlop support from xmlrpclib; the sgmlop parser does not do mu...Georg Brandl2009-06-042-56/+4
* improved test coverage for distutils.command.install and cleaned it upTarek Ziadé2009-06-042-88/+145
* use the offical apiBenjamin Peterson2009-06-041-1/+1
* Avoid PendingDeprecationWarnings emitted by deprecated unittest methods.Georg Brandl2009-06-031-2/+2
* #6174: fix indentation in code example.Georg Brandl2009-06-031-7/+7
* Fix for line wrap ugly.Josiah Carlson2009-06-031-2/+1
* This fixes bug 5798 on OS X.Josiah Carlson2009-06-031-2/+8
* assertion message was droppedTarek Ziadé2009-06-031-1/+1
* more cleanup and test coverage for distutils.extensionTarek Ziadé2009-06-032-22/+46
* added some tests for distutils.extension + code cleanupTarek Ziadé2009-06-033-16/+108
* Use the preferred form of raise statements in the docs.Georg Brandl2009-06-0312-27/+26
* Restore default testRunner argument in unittest.main to None. Issue 6177Michael Foord2009-06-022-1/+11
* improved distutils.spawn test coverage + cleaned it upTarek Ziadé2009-06-022-59/+73
* http://bugs.python.org/issue6117Kristján Valur Jónsson2009-06-021-10/+9
* Typo in socket.py. Thanks Pablo Torres Navarrete.Mark Dickinson2009-06-021-1/+1
* Fixes issue6169: it was possible for two ipaddr network addresses to compareGregory P. Smith2009-06-022-19/+30
* Fix compilation error with gcc 4.3.2Antoine Pitrou2009-06-011-1/+3
* improved distutils.dist test coverage, pep-8 compliancyTarek Ziadé2009-06-012-61/+103
* #4547: When debugging a very large function, it was not alwaysAmaury Forgeot d'Arc2009-06-013-2/+22
* Sync up __version__ number with the version of the ipaddr-py project thisGregory P. Smith2009-06-011-13/+1
* Issue #6158: package Sine-1000Hz-300ms.aif.Martin v. Löwis2009-06-011-0/+1
* The class for regexes isn't called RegexObject any more; correct the textAndrew M. Kuchling2009-06-011-14/+14
* Improved PanedWindow.add's docstring. 'subcomand' is a Tcl term, and the poss...Guilherme Polo2009-05-311-2/+2
* Issue 3848: document the fact that epoll register raises an IOError ifR. David Murray2009-05-312-0/+33
* Uninitialized file type would lead to __exit__ lookup failure when site.pyAntoine Pitrou2009-05-311-0/+3
* __enter__ and __exit__ must be on the classBenjamin Peterson2009-05-311-4/+12
* remove function importBenjamin Peterson2009-05-311-1/+1
* Issue #6152: New option '-j'/'--multiprocess' for regrtest allows runningAntoine Pitrou2009-05-314-59/+153
* Fix markup.Georg Brandl2009-05-311-6/+3
* fix signatureBenjamin Peterson2009-05-311-1/+1
* Update ACKSAntoine Pitrou2009-05-301-0/+1
* The test for #5330 wasn't correct.Antoine Pitrou2009-05-301-1/+1
* Issue #5330: C functions called with keyword arguments were not reported byAntoine Pitrou2009-05-304-2/+40
* Add more examples to the ipaddr documentation.Gregory P. Smith2009-05-301-2/+90
* Rewrap a few long lines.Georg Brandl2009-05-301-35/+38
* Fix markup problem.Georg Brandl2009-05-301-1/+1
* Fix some more small markup problems.Georg Brandl2009-05-301-5/+5