summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor test parameterization to resolve update timing problem.R. David Murray2009-05-291-14/+13
* Issue #4873: Fix resource leaks in error cases of pwd and grp.Martin v. Löwis2009-05-293-1/+4
* Fixed #6131: test_modulefinder leaked when run after test_distutilsTarek Ziadé2009-05-295-10/+11
* Issue 5982: Classmethod and staticmethod expose wrapped function with __func__.Raymond Hettinger2009-05-293-3/+29
* Fix nearly all compilation warnings under Apple gcc-4.0. Tested with OPT="-gJeffrey Yasskin2009-05-295-26/+4
* Deprecate contextlib.nested(). The with-statement now provides this function...Raymond Hettinger2009-05-294-2/+11
* Issue 5150: Add rstrip() option to IDLE's format menu.Raymond Hettinger2009-05-293-0/+38
* 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-283-25/+148
* explicitly close filesPhilip Jenvey2009-05-283-30/+29
* further hint to where the open docs really arePhilip Jenvey2009-05-281-1/+1
* explicitly close the file, merged from py3kPhilip Jenvey2009-05-281-1/+4
* switch library reference and language referenceBenjamin Peterson2009-05-281-2/+2
* fix issue #6121 by stripping spaces from the argument in the 'help'R. David Murray2009-05-273-0/+12
* plug ref leakBenjamin Peterson2009-05-271-4/+7
* correctly handle descrs with __missing__Benjamin Peterson2009-05-272-7/+18
* Fix field name conflicts for named tuples.Raymond Hettinger2009-05-273-13/+53
* Fixes issue 6110Ronald Oussoren2009-05-261-1/+2
* teach the peepholer about SETUP_WITHBenjamin Peterson2009-05-261-0/+3
* #6112: list.remove raises ValueError, not RuntimeError.Georg Brandl2009-05-262-2/+2
* Issue 5794: fix cPickle's unpickling of recursive tuples.Collin Winter2009-05-263-10/+24
* Allow multiple context managers in one with statement, as proposedGeorg Brandl2009-05-2511-70/+215
* Make assertSequenceEqual error messages less cryptic, particularly for nested...Michael Foord2009-05-251-25/+32
* fix error handlingBenjamin Peterson2009-05-251-3/+4
* take into account the fact that SETUP_WITH pushes a finally blockBenjamin Peterson2009-05-251-1/+1
* add a SETUP_WITH opcodeBenjamin Peterson2009-05-259-66/+86
* Issue 5670: special-case pickling of dicts. This nearly doubles the performan...Collin Winter2009-05-251-9/+78
* handle errors from _PyObject_LookupSpecial when __get__ failsBenjamin Peterson2009-05-255-8/+40
* make class skipping decorators the same as skipping every test of the classBenjamin Peterson2009-05-254-64/+26
* stop using Py_FindMethodBenjamin Peterson2009-05-241-8/+22
* Add Misc/python.pc to the list of ignored filesAntoine Pitrou2009-05-242-1/+3
* Issue #3585: Add pkg-config support.Antoine Pitrou2009-05-247-4909/+5810
* Issue #6050: Don't fail extracting a directory from a zipfile ifMartin v. Löwis2009-05-243-1/+10
* Issue #6065: Do not try to build a version-independentMartin v. Löwis2009-05-242-0/+5
* add a versionadded tag for set_tunnelGregory P. Smith2009-05-241-0/+2
* Issue #1309352: fcntl now converts its third arguments to a C `long` ratherAntoine Pitrou2009-05-243-3/+22
* Fix build under WindowsAntoine Pitrou2009-05-241-3/+1
* Fixed Issue1424152, urllib2 fails with HTTPS over Proxy.Senthil Kumaran2009-05-245-3/+66
* Issue #6042:Jeffrey Yasskin2009-05-236-209/+157
* Add smtplib test from issue 5259.R. David Murray2009-05-231-0/+20
* remove mention of old ctypes versionBenjamin Peterson2009-05-231-2/+1
* reorder nameBenjamin Peterson2009-05-231-1/+1
* support building with subversion 1.7 #6094Benjamin Peterson2009-05-237-6/+9
* Issue #3877: skip a test_fileio subtest on all BSDs, not only FreeBSDAntoine Pitrou2009-05-231-1/+1
* Some pid_t-expecting or producing functions were forgotten in r72852.Antoine Pitrou2009-05-231-11/+17
* Issue #1983: Fix functions taking or returning a process identifier to useAntoine Pitrou2009-05-232-16/+39
* Issue 6089: str.format raises SystemError.Eric Smith2009-05-233-2/+11
* 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