summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Martin v. Löwis2011-10-311-3/+2
* Drop Py_UCS4_ functions. Closes #13246.Martin v. Löwis2011-10-313-138/+90
* Replace Py_UCS4_ API with Unicode API.Martin v. Löwis2011-10-311-130/+90
* Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.Ned Deily2011-10-312-0/+5
|\
| * Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.Ned Deily2011-10-312-0/+5
* | merge with 3.2Sandro Tosi2011-10-311-1/+1
|\ \ | |/
| * caught is the right pp of catch; thanks to Don Bennett from docs@Sandro Tosi2011-10-311-1/+1
* | Let's assume that the datetime module is always available.Florent Xicluna2011-10-301-23/+10
* | Port import_module_level to Unicode API.Martin v. Löwis2011-10-301-103/+61
* | MergeRaymond Hettinger2011-10-302-10/+19
|\ \ | |/
| * Improve itertools docs with clearer examples of pure python equivalent code.Raymond Hettinger2011-10-302-10/+19
* | MergeRaymond Hettinger2011-10-301-0/+4
|\ \ | |/
| * Issue 13274: Make the pure python code for heapq more closely match the C im...Raymond Hettinger2011-10-301-0/+4
| * Merge headsFlorent Xicluna2011-10-304-43/+71
| |\
* | | Fix User-Agent for the xmlrpc.client, and catch KeyboardInterrupt for the sta...Florent Xicluna2011-10-303-5/+14
* | | 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-304-43/+72
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Issue #13293: Better error message when trying to marshal bytes using xmlrpc....Florent Xicluna2011-10-302-9/+4
| * | Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes ...Florent Xicluna2011-10-303-21/+11
| * | Closes #13291: NameError in xmlrpc package.Florent Xicluna2011-10-304-13/+56
| |/
* | merge 3.2Benjamin Peterson2011-10-301-1/+1
|\ \ | |/
| * remove unused variableBenjamin Peterson2011-10-301-1/+1
* | Issue #10363: Deallocate global locks in Py_Finalize().Antoine Pitrou2011-10-303-10/+23
|\ \ | |/
| * Issue #10363: Deallocate global locks in Py_Finalize().Antoine Pitrou2011-10-303-10/+23
* | Fix the return value of set_discard (issue #10519)Petri Lehtinen2011-10-301-2/+3
|\ \ | |/
| * Fix the return value of set_discard (issue #10519)Petri Lehtinen2011-10-301-2/+3
* | Avoid unnecessary recursive function calls (#closes #10519)Petri Lehtinen2011-10-301-2/+2
|\ \ | |/
| * Avoid unnecessary recursive function calls (closes #10519)Petri Lehtinen2011-10-301-2/+2
* | Port PyImport_ReloadModule to Unicode API.Martin v. Löwis2011-10-301-34/+26
* | Merge the button to show/hide the prompts and output from 3.2.Ezio Melotti2011-10-302-0/+57
|\ \ | |/
| * Add a button to the code examples in the doc to show/hide the prompts and out...Ezio Melotti2011-10-302-0/+57
* | Issue #5661: on EPIPE/ECONNRESET, OS X returns the FD with the POLLPRI flag...Charles-François Natali2011-10-291-0/+4
* | Issue #5661: Add a test for ECONNRESET/EPIPE handling to test_asyncore. PatchCharles-François Natali2011-10-293-0/+32
* | #13289: merge with 3.2.Ezio Melotti2011-10-291-1/+1
|\ \ | |/
| * #13289: fix typo.Ezio Melotti2011-10-291-1/+1
* | PyUnicode_AsUnicodeCopy() uses PyUnicode_AsUnicodeAndSize() to get directly t...Victor Stinner2011-10-231-4/+4
* | Fix PyUnicode_InternImmortal(): PyUnicode_InternInPlace() may changes *pVictor Stinner2011-10-231-3/+1
* | Cast directly to unsigned char, instead of using Py_CHARMASKVictor Stinner2011-10-231-2/+2
* | Replace PyUnicodeObject* by PyObject* where it was irrevelantVictor Stinner2011-10-233-144/+131
* | Fix data variable in _PyUnicode_Dump() for compact ASCIIVictor Stinner2011-10-231-2/+10
* | Remove last references to the removed Unicode free listVictor Stinner2011-10-231-23/+0
* | merge 3.2Benjamin Peterson2011-10-281-0/+6
|\ \ | |/
| * bring is_integer into tested existenceBenjamin Peterson2011-10-281-0/+6
* | - Issue #13218: Fix test_ssl failures on Debian/Ubuntu.Barry Warsaw2011-10-282-2/+6
|\ \ | |/
| * - Issue #13218: Fix test_ssl failures on Debian/Ubuntu.Barry Warsaw2011-10-282-2/+6
| |\
| | * - Issue #13218: Fix test_ssl failures on Debian/Ubuntu.Barry Warsaw2011-10-282-2/+6
* | | Merge 3.2Florent Xicluna2011-10-281-2/+2
|\ \ \ | |/ /
| * | Documentation typoFlorent Xicluna2011-10-281-2/+2