summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Backport smtplib auth tests from r72990.R. David Murray2009-05-281-22/+75
* using 'tar' then 'gzip' in the test, because 'tar -czf' is not supported unde...Tarek Ziadé2009-05-281-3/+7
* Fixed #6048: Distutils uses the tarfile module instead of the tar command nowTarek Ziadé2009-05-282-25/+146
* explicitly close filesPhilip Jenvey2009-05-283-30/+29
* explicitly close the file, merged from py3kPhilip Jenvey2009-05-281-1/+4
* fix issue #6121 by stripping spaces from the argument in the 'help'R. David Murray2009-05-272-0/+9
* correctly handle descrs with __missing__Benjamin Peterson2009-05-271-2/+12
* Fix field name conflicts for named tuples.Raymond Hettinger2009-05-272-7/+47
* Fixes issue 6110Ronald Oussoren2009-05-261-1/+2
* #6112: list.remove raises ValueError, not RuntimeError.Georg Brandl2009-05-261-1/+1
* Issue 5794: fix cPickle's unpickling of recursive tuples.Collin Winter2009-05-262-0/+15
* Allow multiple context managers in one with statement, as proposedGeorg Brandl2009-05-254-11/+113
* Make assertSequenceEqual error messages less cryptic, particularly for nested...Michael Foord2009-05-251-25/+32
* add a SETUP_WITH opcodeBenjamin Peterson2009-05-252-7/+8
* handle errors from _PyObject_LookupSpecial when __get__ failsBenjamin Peterson2009-05-251-1/+17
* make class skipping decorators the same as skipping every test of the classBenjamin Peterson2009-05-252-43/+18
* Issue #6050: Don't fail extracting a directory from a zipfile ifMartin v. Löwis2009-05-242-1/+7
* Issue #6065: Do not try to build a version-independentMartin v. Löwis2009-05-241-0/+2
* Issue #1309352: fcntl now converts its third arguments to a C `long` ratherAntoine Pitrou2009-05-241-1/+16
* Fixed Issue1424152, urllib2 fails with HTTPS over Proxy.Senthil Kumaran2009-05-243-3/+57
* Add smtplib test from issue 5259.R. David Murray2009-05-231-0/+20
* Issue #3877: skip a test_fileio subtest on all BSDs, not only FreeBSDAntoine Pitrou2009-05-231-1/+1
* Issue 6089: str.format raises SystemError.Eric Smith2009-05-232-0/+8
* Fix spelling left over from testing.R. David Murray2009-05-231-1/+1
* Don't be so wordy in requires('network') in case other testsR. David Murray2009-05-231-5/+2
* Fix Issue #4066: smtplib.SMTP_SSL._get_socket now correctly returnsR. David Murray2009-05-232-3/+30
* fixed encodingTarek Ziadé2009-05-221-2/+2