summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue 6256: Fix stacklevel in warning message.Raymond Hettinger2009-06-101-1/+1
* Missing import in test_curses, uncovered by some buildbots.Amaury Forgeot d'Arc2009-06-091-0/+1
* Avoid invoking the parser/compiler just to test the presence of a function.Amaury Forgeot d'Arc2009-06-091-5/+1
* update symbol.py from with statement changesBenjamin Peterson2009-06-091-1/+1
* Restored a test that was erroneously removed. See issue 6198.Eric Smith2009-06-091-1/+1
* remove error checks already done in set_context()Benjamin Peterson2009-06-083-5/+5
* Typo fix.Georg Brandl2009-06-081-1/+1
* backport r73273Benjamin Peterson2009-06-071-0/+21
* http://bugs.python.org/issue6192Kristján Valur Jónsson2009-06-071-1/+7
* backport r73268Benjamin Peterson2009-06-071-3/+1
* #6224: s/JPython/Jython/, and remove one link to a module nine years old.Georg Brandl2009-06-061-4/+4
* #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
* 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-041-56/+2
* improved test coverage for distutils.command.install and cleaned it upTarek Ziadé2009-06-042-88/+145
* Avoid PendingDeprecationWarnings emitted by deprecated unittest methods.Georg Brandl2009-06-031-2/+2
* 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
* 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
* 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-011-0/+17
* Sync up __version__ number with the version of the ipaddr-py project thisGregory P. Smith2009-06-011-13/+1
* 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-311-0/+28
* __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-312-59/+144
* 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-302-0/+21
* add with statementsBenjamin Peterson2009-05-291-0/+20
* Add test discovery to unittest. Issue 6001.Michael Foord2009-05-292-8/+474
* Refactor test parameterization to resolve update timing problem.R. David Murray2009-05-291-14/+13
* Fixed #6131: test_modulefinder leaked when run after test_distutilsTarek Ziadé2009-05-294-10/+8
* Issue 5982: Classmethod and staticmethod expose wrapped function with __func__.Raymond Hettinger2009-05-291-1/+14
* Deprecate contextlib.nested(). The with-statement now provides this function...Raymond Hettinger2009-05-292-1/+7
* Issue 5150: Add rstrip() option to IDLE's format menu.Raymond Hettinger2009-05-292-0/+35