summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #13324: fcntlmodule: Add the F_NOCACHE flag. Patch by Alex Stewart.Charles-François Natali2011-11-021-0/+1
* #13295: http.server now produces valid HTML 4.01 strict.Ezio Melotti2011-11-021-0/+2
* Merge 3.2: issue #2892Florent Xicluna2011-11-011-0/+2
|\
| * Closes #2892: preserve iterparse events in case of SyntaxError.Florent Xicluna2011-11-011-0/+2
* | issue13287 - Define __all__ for urllib.request and urllib.error and expose onlySenthil Kumaran2011-11-011-0/+3
* | #670664: merge with 3.2.Ezio Melotti2011-11-011-2/+5
|\ \ | |/
| * #670664: Fix HTMLParser to correctly handle the content of ``<script>...</scr...Ezio Melotti2011-11-011-2/+5
* | Issue #13304: Skip test case if user site-packages disabled (-s orNed Deily2011-10-311-0/+3
|\ \ | |/
| * Issue #13304: Skip test case if user site-packages disabled (-s orNed Deily2011-10-312-0/+4
* | Issue #12797: Added custom opener parameter to builtin open() and FileIO.open().Ross Lagerwall2011-10-311-0/+3
* | merge from 3.2 - Fix issue 10817 - Fix urlretrieve function to raise ContentT...Senthil Kumaran2011-10-311-0/+3
|\ \ | |/
| * Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortErrorSenthil Kumaran2011-10-311-0/+3
* | Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.Ned Deily2011-10-311-0/+3
|\ \ | |/
| * Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.Ned Deily2011-10-311-0/+3
| * Merge headsFlorent Xicluna2011-10-301-0/+5
| |\
* | | Fix User-Agent for the xmlrpc.client, and catch KeyboardInterrupt for the sta...Florent Xicluna2011-10-301-0/+3
* | | Merge headsFlorent Xicluna2011-10-301-0/+3
|\ \ \
| * \ \ Add Misc/NEWS entry for issue #10519Petri Lehtinen2011-10-301-0/+3
| |\ \ \ | | |/ /
| | * | Add Misc/NEWS entry for issue #10519Petri Lehtinen2011-10-301-0/+3
* | | | Merge 3.2Florent Xicluna2011-10-301-0/+6
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Issue #13293: Better error message when trying to marshal bytes using xmlrpc....Florent Xicluna2011-10-301-0/+3
| * | Closes #13291: NameError in xmlrpc package.Florent Xicluna2011-10-301-0/+2
| |/
* | Issue #10363: Deallocate global locks in Py_Finalize().Antoine Pitrou2011-10-301-0/+2
|\ \ | |/
| * Issue #10363: Deallocate global locks in Py_Finalize().Antoine Pitrou2011-10-301-0/+2
* | Issue #5661: Add a test for ECONNRESET/EPIPE handling to test_asyncore. PatchCharles-François Natali2011-10-292-0/+4
* | - Issue #13218: Fix test_ssl failures on Debian/Ubuntu.Barry Warsaw2011-10-281-0/+2
|\ \ | |/
| * - Issue #13218: Fix test_ssl failures on Debian/Ubuntu.Barry Warsaw2011-10-281-0/+2
* | Merge 3.2Florent Xicluna2011-10-281-0/+2
|\ \ | |/
| * Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-281-0/+2
* | #13273: merge with 3.2.Ezio Melotti2011-10-281-0/+3
|\ \ | |/
| * #13273: fix a bug that prevented HTMLParser to properly detect some tags when...Ezio Melotti2011-10-281-0/+3
| * merge headsPetri Lehtinen2011-10-241-0/+11
| |\
* | | Issue #11183: Add finer-grained exceptions to the ssl module, so thatAntoine Pitrou2011-10-271-0/+3
* | | Fix the issue number of my cp65001 commit: 13247 => issue #13216Victor Stinner2011-10-261-1/+1
* | | Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8)Victor Stinner2011-10-261-0/+2
* | | Fix typo in NEWSVictor Stinner2011-10-251-1/+1
* | | Issue #13226: Add RTLD_xxx constants to the os module. These constants can byVictor Stinner2011-10-251-0/+3
* | | Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants toVictor Stinner2011-10-251-0/+4
* | | merge headsPetri Lehtinen2011-10-241-0/+9
|\ \ \
| * \ \ Issue #10332: multiprocessing: fix a race condition when a Pool is closedCharles-François Natali2011-10-241-0/+3
| |\ \ \ | | | |/ | | |/|
| | * | Issue #10332: multiprocessing: fix a race condition when a Pool is closedCharles-François Natali2011-10-241-0/+3
| * | | Merge 3.2.Florent Xicluna2011-10-241-0/+2
| |\ \ \ | | |/ /
| | * | Issue #13255: wrong docstrings in array module.Florent Xicluna2011-10-241-0/+2
| * | | Issue #13248, issue #8540: Remove deprecated Context._clamp attribute from De...Mark Dickinson2011-10-241-0/+2
| * | | Merge 3.2Florent Xicluna2011-10-231-0/+2
| |\ \ \ | | |/ /
| | * | Issue 13141: Demonstrate recommended style for socketserver examples.Florent Xicluna2011-10-231-0/+6
* | | | Merge 3.2Petri Lehtinen2011-10-241-0/+3
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Issue #13018: Fix reference leaks in error paths in dictobject.c.Petri Lehtinen2011-10-241-0/+3
| |/
* | Issue #13201: equality for range objects is now based on equality of the unde...Mark Dickinson2011-10-232-0/+5
* | Merge issue 1294232 patch from 3.2Nick Coghlan2011-10-231-0/+4
|\ \ | |/