summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Issue #4066: smtplib.SMTP_SSL._get_socket now correctly returnsR. David Murray2009-05-234-3/+35
* #6078: _warnings is a builtin module and has no standard init_warnings function.Georg Brandl2009-05-221-1/+1
* #6086: fix spelling and use a better exception to catch.Georg Brandl2009-05-222-6/+6
* Correction in softspace behavior description.Georg Brandl2009-05-221-3/+4
* s/use/call/Georg Brandl2009-05-221-1/+1
* Fix confusing wording.Georg Brandl2009-05-221-1/+1
* Fix references to file-related functions and methods (os.* vs file.*).Georg Brandl2009-05-221-15/+15
* fixed encodingTarek Ziadé2009-05-221-2/+2
* #6084: fix example.Georg Brandl2009-05-221-1/+1
* Use raise X(y).Georg Brandl2009-05-221-3/+3