summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in NEWS entry for dbf1e1a27427.Nadeem Vawda2011-07-231-1/+1
* Issue #10883: Fix socket leaks in urllib.request.Nadeem Vawda2011-07-231-0/+2
* Issue #12592: Make Python build on OpenBSD 5 (and future major releases).Charles-François Natali2011-07-221-0/+2
* news noteBenjamin Peterson2011-07-221-0/+3
* Issue #12372: POSIX semaphores are broken on AIX: don't use them.Charles-François Natali2011-07-211-0/+2
* Upstream merge.Barry Warsaw2011-07-191-9/+17
|\
| * - Issue #10309: Define _GNU_SOURCE so that mremap() gets the properBarry Warsaw2011-07-191-9/+17
* | Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,Antoine Pitrou2011-07-191-0/+4
|/
* #7484: no more <> around addresses in VRFY or EXPNR David Murray2011-07-191-0/+3
* Issue #12574: correct capitalization of the Queue module. Patch by Rafe KettlerEli Bendersky2011-07-171-0/+1
* Issue #11603: Fix a crash when __str__ is rebound as __repr__.Antoine Pitrou2011-07-151-0/+3
* port 8d05f697acd4 (#11627)Benjamin Peterson2011-07-151-0/+3
* Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.Charles-François Natali2011-07-141-0/+2
* Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'Ned Deily2011-07-131-0/+3
* Close #4376: ctypes now supports nested structures in a endian different thanVictor Stinner2011-07-132-0/+4
* Issue #12149: Update the method cache after a type's dictionnary getsAntoine Pitrou2011-07-122-0/+7
* Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporaryAntoine Pitrou2011-07-091-0/+3
* Avoid failing in test_robotparser when mueblesmoraleda.com is flaky andAntoine Pitrou2011-07-081-0/+4
* Avoid failing in test_urllibnet.test_bad_address when some overzealousAntoine Pitrou2011-07-081-0/+4
* Close #12501: Adjust callable() warning: callable() is only not supported inVictor Stinner2011-07-081-0/+3
* Issue #12493: subprocess: communicate() handles EINTRVictor Stinner2011-07-051-0/+3
* Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() andVictor Stinner2011-07-051-0/+3
* Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to runNed Deily2011-07-041-0/+4
* Issue #12467: warnings: fix a race condition if a warning is emitted atVictor Stinner2011-07-041-0/+3
* Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed byCharles-François Natali2011-07-021-0/+3
* Fixup repr for dict_proxy objects.Raymond Hettinger2011-06-291-0/+2
* Issue #9516: Update Misc/NEWS.Ned Deily2011-06-291-0/+11
* Issue #12141: Install a copy of template C module file so thatNed Deily2011-06-281-0/+4
* Issue #8746: Correct faulty configure checks so that os.chflags() andNed Deily2011-06-282-0/+12
* Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9Ned Deily2011-06-281-0/+3
* Issue 11802: filecmp cache was growing without bound.Raymond Hettinger2011-06-251-0/+3
* Issue 12404: Remove C89 incompatible code from mmap module.Ross Lagerwall2011-06-251-0/+3
* Revert d370d609d09b as requested by Terry Jan Reedy:Victor Stinner2011-06-201-2/+0
* Close #3067: locale.setlocale() accepts a Unicode locale.Victor Stinner2011-06-201-0/+2
* #11700: proxy object close methods can now be called multiple timesR David Murray2011-06-181-0/+3
* Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTPVictor Stinner2011-06-171-0/+4
* allow "fake" filenames in findsource (closes #9284)Benjamin Peterson2011-06-111-0/+3
* merge 2.7.2 release branchBenjamin Peterson2011-06-112-2/+2
|\
| * bump to 2.7.2 finalBenjamin Peterson2011-06-112-2/+2
* | merge headsBenjamin Peterson2011-06-101-0/+5
|\ \
| * | #10694: zipfile now ignores garbage at the end of a zipfile.R David Murray2011-06-091-0/+2
| * | MergeBrian Curtin2011-06-091-0/+3
* | | merge 2.7.2 release branch with fix for #12009Benjamin Peterson2011-06-102-0/+6
|\ \ \ | |/ / |/| / | |/
| * fix regression in netrc comment handling (closes #12009)Benjamin Peterson2011-06-102-0/+6
* | Issue #12080: Fix a performance issue in Decimal._power_exact that caused som...Mark Dickinson2011-06-041-0/+3
* | merge 2.7.2 release branchBenjamin Peterson2011-06-031-2/+3
|\ \ | |/
| * another benefit of this changeBenjamin Peterson2011-06-031-2/+3
* | Fix named tuples to work with vars().Raymond Hettinger2011-06-031-0/+2
* | sys.checkinterval() now refreshes the current countdown ticker.Raymond Hettinger2011-06-021-0/+7
* | merge 2.7.2 release branchBenjamin Peterson2011-06-011-0/+11
|\ \ | |/