summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Raymond Hettinger2011-10-301-0/+4
| | | | | | | | implementation for an undefined corner case.
| * Merge headsFlorent Xicluna2011-10-304-43/+71
| |\
* | | Fix User-Agent for the xmlrpc.client, and catch KeyboardInterrupt for the ↵Florent Xicluna2011-10-303-5/+14
| | | | | | | | | | | | standalone xmlrpc.server.
* | | 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 ↵Florent Xicluna2011-10-302-9/+4
| | | | | | | | | | | | xmlrpc.client.
| * | Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes ↵Florent Xicluna2011-10-303-21/+11
| | | | | | | | | | | | marshalling.
| * | 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 ↵Ezio Melotti2011-10-302-0/+57
| | | | | | | | output.
* | 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
| | | | | | | | by Xavier de Gaye.
* | #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 ↵Victor Stinner2011-10-231-4/+4
| | | | | | | | the length
* | 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
| | | | | | | | We don't need "& 0xff" on an unsigned char.
* | Replace PyUnicodeObject* by PyObject* where it was irrevelantVictor Stinner2011-10-233-144/+131
| | | | | | | | | | | | A Unicode string can now be a PyASCIIObject, PyCompactUnicodeObject or PyUnicodeObject. Aliasing a PyASCIIObject* or PyCompactUnicodeObject* to PyUnicodeObject* is wrong
* | 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
| | |
* | | Merge 3.2Florent Xicluna2011-10-281-4/+4
|\ \ \ | |/ /
| * | I should be someoneFlorent Xicluna2011-10-281-4/+4
| |/
* | Remove no-op code from previous commit.Florent Xicluna2011-10-281-4/+1
| |
* | Simplify and remove few dependencies on 'errno', thanks to PEP 3151.Florent Xicluna2011-10-285-45/+28
| |
* | Merge 3.2 (linked to issue #1294232)Florent Xicluna2011-10-281-1/+1
|\ \ | |/
| * Remove unused variable.Florent Xicluna2011-10-281-2/+1
| |
* | Merge 3.2Florent Xicluna2011-10-2827-54/+51
|\ \ | |/
| * Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-2825-51/+48
| |
* | Merge HTMLParser doc changes from 3.2.Ezio Melotti2011-10-281-23/+19
|\ \ | |/