summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* http://bugs.python.org/issue6117Kristján Valur Jónsson2009-06-021-10/+9
| | | | Fix O(n**2) performance problem in socket._fileobject
* 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
| | | | as both < and > than eachother.
* 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
| | | | possible to update the lineno attribute of the current frame.
* Sync up __version__ number with the version of the ipaddr-py project thisGregory P. Smith2009-06-011-13/+1
| | | | | | | library came from that it matches. Remove the former apache license text now that its been contributed to PSF to avoid confusion.
* 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 ↵Guilherme Polo2009-05-311-2/+2
| | | | possible options and values are the same accepted by paneconfigure (not configure).
* Issue 3848: document the fact that epoll register raises an IOError ifR. David Murray2009-05-312-0/+33
| | | | | an fd is registered twice, and add some additional epoll tests. Patch by Christian Heimes.
* Uninitialized file type would lead to __exit__ lookup failure when site.pyAntoine Pitrou2009-05-311-0/+3
| | | | tries to read *.pth files on interpreter startup.
* __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
| | | | regression tests in parallel, shortening the total runtime.
* 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
| | | | the various profiling modules (profile, cProfile). Patch by Hagen Fürstenau.
* 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
|
* Use preferred form of raising exceptions.Georg Brandl2009-05-301-1/+1
|
* #6146: fix markup bug.Georg Brandl2009-05-301-1/+1
|
* no fdatasync on macosBenjamin Peterson2009-05-301-0/+3
|
* add with statementsBenjamin Peterson2009-05-291-0/+20
|
* Move the basic examples section back to the beginning.Raymond Hettinger2009-05-291-63/+67
|
* Add test discovery to unittest. Issue 6001.Michael Foord2009-05-294-22/+630
|
* Issue 6141: document that the first item of args is still theR. David Murray2009-05-291-3/+6
| | | | command name even when executable is specified.
* 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
| | | | | | -Wall -Wstrict-prototypes -Werror" in both --with-pydebug mode and --without. There's still a batch of non-prototype warnings in Xlib.h that I don't know how to fix.
* Deprecate contextlib.nested(). The with-statement now provides this ↵Raymond Hettinger2009-05-294-2/+11
| | | | functionality directly.
* 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 ↵Tarek Ziadé2009-05-281-3/+7
| | | | under some platforms
* 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
| | | | function.
* 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
|