summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* This is a fix for Issue5809: you shouldn't specify both --enable-framework andRonald Oussoren2009-06-081-0/+3
* Add Ezio.Georg Brandl2009-06-071-0/+3
* #5767: remove sgmlop support from xmlrpclib; the sgmlop parser does not do mu...Georg Brandl2009-06-041-0/+2
* #4547: When debugging a very large function, it was not alwaysAmaury Forgeot d'Arc2009-06-011-0/+3
* Issue #6152: New option '-j'/'--multiprocess' for regrtest allows runningAntoine Pitrou2009-05-311-0/+3
* Update ACKSAntoine Pitrou2009-05-301-0/+1
* Issue #5330: C functions called with keyword arguments were not reported byAntoine Pitrou2009-05-301-0/+3
* Add test discovery to unittest. Issue 6001.Michael Foord2009-05-291-0/+3
* Issue #4873: Fix resource leaks in error cases of pwd and grp.Martin v. Löwis2009-05-291-0/+2
* Fixed #6131: test_modulefinder leaked when run after test_distutilsTarek Ziadé2009-05-291-0/+3
* Issue 5982: Classmethod and staticmethod expose wrapped function with __func__.Raymond Hettinger2009-05-291-0/+3
* Deprecate contextlib.nested(). The with-statement now provides this function...Raymond Hettinger2009-05-291-1/+2
* Issue 5150: Add rstrip() option to IDLE's format menu.Raymond Hettinger2009-05-291-0/+3
* Fixed #6048: Distutils uses the tarfile module instead of the tar command nowTarek Ziadé2009-05-281-0/+2
* fix issue #6121 by stripping spaces from the argument in the 'help'R. David Murray2009-05-271-0/+3
* Allow multiple context managers in one with statement, as proposedGeorg Brandl2009-05-251-0/+2
* add a SETUP_WITH opcodeBenjamin Peterson2009-05-251-0/+3
* make class skipping decorators the same as skipping every test of the classBenjamin Peterson2009-05-251-0/+3
* Issue #3585: Add pkg-config support.Antoine Pitrou2009-05-243-0/+18
* Issue #6050: Don't fail extracting a directory from a zipfile ifMartin v. Löwis2009-05-241-0/+3
* Issue #6065: Do not try to build a version-independentMartin v. Löwis2009-05-241-0/+3
* Issue #1309352: fcntl now converts its third arguments to a C `long` ratherAntoine Pitrou2009-05-241-0/+4
* Fixed Issue1424152, urllib2 fails with HTTPS over Proxy.Senthil Kumaran2009-05-241-0/+3
* reorder nameBenjamin Peterson2009-05-231-1/+1
* support building with subversion 1.7 #6094Benjamin Peterson2009-05-232-0/+3
* Issue #1983: Fix functions taking or returning a process identifier to useAntoine Pitrou2009-05-231-0/+4
* Fix Issue #4066: smtplib.SMTP_SSL._get_socket now correctly returnsR. David Murray2009-05-232-0/+5
* Issue #5829: don't raise OverflowError for complex('1e500'). Backport of r72...Mark Dickinson2009-05-201-0/+4
* fixed the 'package' option of build_extTarek Ziadé2009-05-191-0/+3
* Issue 6032: fix refleaks in test_urllib2_localnet.Collin Winter2009-05-181-1/+1
* Fixed #6053 - win32 fixes for distutils testsTarek Ziadé2009-05-181-0/+2
* Fixed the library extension when distutils build_ext is used inplaceTarek Ziadé2009-05-181-0/+3
* Added NEWS for r72698.Hirokazu Yamamoto2009-05-171-0/+2
* typoBenjamin Peterson2009-05-161-2/+2
* updateBenjamin Peterson2009-05-161-0/+3
* #6041: sdist and register now use the check command. No more duplicate code f...Tarek Ziadé2009-05-161-0/+3
* Issue #2116: Weak references and weak dictionaries now support copy()ing and ...Antoine Pitrou2009-05-151-0/+3
* Issue #1655: Make imaplib IPv6-capable. Patch by Derek Morr.Antoine Pitrou2009-05-151-0/+2
* Issue #5918: Fix a crash in the parser module.Antoine Pitrou2009-05-141-0/+2
* Issue #1664: Make nntplib IPv6-capable. Patch by Derek Morr.Antoine Pitrou2009-05-142-0/+3
* #6022 fixed test_get_outputs so it doesn't leaves a test file in the cwdTarek Ziadé2009-05-141-0/+3
* Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source'R. David Murray2009-05-132-0/+5
* Move news item to correct section, remove spurious 'see below'R. David Murray2009-05-131-2/+2
* Issue 5994: add docstrings to marshal.R. David Murray2009-05-131-0/+2
* fixed #5977: distutils build_ext.get_outputs was not using the inplace optionTarek Ziadé2009-05-121-0/+3
* Add missing # to NEWSMichael Foord2009-05-111-1/+1
* Adds a verbosity keyword argument to unittest.main plus a minor fix allowing ...Michael Foord2009-05-111-0/+6
* Issue #5981: Fix some float.fromhex bugs related to inf and nan handling.Mark Dickinson2009-05-111-0/+6
* fixed #5984 and improved test coverageTarek Ziadé2009-05-101-0/+3
* Issue #5971: StreamHandler.handleError now swallows IOErrors which occur when...Vinay Sajip2009-05-091-4/+7