summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge typo fix in Misc/NEWS entry from 3.3.Ezio Melotti2013-03-071-1/+1
|\
| * Merge typo fix in Misc/NEWS entry from 3.2.Ezio Melotti2013-03-071-1/+1
| |\
| | * Fix typo in Misc/NEWS entry.Ezio Melotti2013-03-071-1/+1
| | |
* | | #11732: null merge with 3.3.Ezio Melotti2013-03-070-0/+0
|\ \ \ | |/ /
| * | #11732: null merge with 3.2.Ezio Melotti2013-03-070-0/+0
| |\ \ | | |/
| | * #11732: add a new suppress_crash_popup() context manager to test.support ↵Ezio Melotti2013-03-074-6/+41
| | | | | | | | | | | | that disables crash popups on Windows and use it in test_ctypes.
* | | #11732: merge with 3.3.Ezio Melotti2013-03-071-1/+3
|\ \ \ | |/ /
| * | #11732: make suppress_crash_popup() work on Windows XP and Windows Server 2003.Ezio Melotti2013-03-071-1/+3
| | |
* | | Merge fix for #15465 from 3.3Nick Coghlan2013-03-075-32/+55
|\ \ \ | |/ /
| * | Close #15465: Document C API version macrosNick Coghlan2013-03-075-32/+55
| | | | | | | | | | | | | | | | | | | | | Mostly moving the existing macro docs over from the standard library docs to the C API docs where they belong. Patch by Kushal Das.
* | | Refactor ftplib by getting rid of 4 methods (retr*() and stor*()) which were ↵Giampaolo Rodola'2013-03-071-71/+15
| | | | | | | | | | | | duplicated in TLS_FTP class.
* | | PEP8-ify ftplib.py: get rid of multiple statements on one line (if cond: ...)Giampaolo Rodola'2013-03-071-29/+57
| | |
* | | Merge 3.3.Stefan Krah2013-03-071-2/+2
|\ \ \ | |/ /
| * | Issue #17361: Use cc from sysconfig for testing flags.Stefan Krah2013-03-071-2/+2
| | |
* | | (Merge 3.3) _PyUnicode_Writer() now also reuses Unicode singletons:Victor Stinner2013-03-061-1/+1
|\ \ \ | |/ / | | | | | | empty string and latin1 single character
| * | _PyUnicode_Writer() now also reuses Unicode singletons:Victor Stinner2013-03-061-1/+1
| | | | | | | | | | | | empty string and latin1 single character
* | | Fix doc grammar and line widthEli Bendersky2013-03-061-2/+2
|\ \ \ | |/ /
| * | Fix doc grammar and line widthEli Bendersky2013-03-061-2/+2
| |\ \ | | |/
| | * Fix doc grammar and line widthEli Bendersky2013-03-061-2/+2
| | |
* | | Fix formatting changes that led to compilation errorsEli Bendersky2013-03-061-4/+2
| | |
* | | call_commethod was only used in samples/Windows, which no longer exists.Eli Bendersky2013-03-062-57/+3
| | | | | | | | | | | | | | | This method is dead code - not documented, not tested. As far as we know, it can be horribly broken.
* | | Fix some formattingEli Bendersky2013-03-061-11/+11
| | |
* | | #17364: merge with 3.3.Ezio Melotti2013-03-061-1/+0
|\ \ \ | |/ /
| * | #17364: merge with 3.2.Ezio Melotti2013-03-061-1/+0
| |\ \ | | |/
| | * #17364: remove documentation for a function that does not exist.Ezio Melotti2013-03-061-1/+0
| | |
* | | #17363: merge with 3.3.Ezio Melotti2013-03-061-2/+2
|\ \ \ | |/ /
| * | #17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs.Ezio Melotti2013-03-061-2/+2
| | |
* | | Backed out changeset b9f7b1bf36aaVictor Stinner2013-03-062-15/+7
| | |
* | | Issue #17223: Fix PyUnicode_FromUnicode() on Windows (16-bit wchar_t type)Victor Stinner2013-03-052-7/+15
| | | | | | | | | | | | to reject invalid UTF-16 surrogate.
* | | Issue #17223: Add another test to check that _PyUnicode_Ready() rejectsVictor Stinner2013-03-051-0/+10
| | | | | | | | | | | | code points bigger than U+10ffff
* | | #11732: merge with 3.3.Ezio Melotti2013-03-055-8/+44
|\ \ \ | |/ /
| * | Fix indentation.Ezio Melotti2013-03-052-5/+5
| | |
| * | #11732: add a new suppress_crash_popup() context manager to test.support.Ezio Melotti2013-03-055-4/+40
| | |
* | | Reverting the changeset b87792757ee8 made for Issue #12921Senthil Kumaran2013-03-052-5/+1
|\ \ \ | |/ /
| * | Reverting the changeset 5d76a4746d9d made for Issue #12921Senthil Kumaran2013-03-052-5/+1
| |\ \ | | |/
| | * Reverting the changeset 5126e62c60af made for Issue #12921Senthil Kumaran2013-03-052-5/+1
| | |
* | | Fix Issue #12921: BaseHTTPServer's send_error should send the correct errorSenthil Kumaran2013-03-052-1/+5
|\ \ \ | |/ / | | | | | | | | | response message when send_error includes a message in addition to error status. Patch contributed by Karl.
| * | Fix Issue #12921: BaseHTTPServer's send_error should send the correct errorSenthil Kumaran2013-03-052-1/+5
| |\ \ | | |/ | | | | | | | | | response message when send_error includes a message in addition to error status. Patch contributed by Karl.
| | * Fix Issue #12921: BaseHTTPServer's send_error should send the correct errorSenthil Kumaran2013-03-052-1/+5
| | | | | | | | | | | | | | | response message when send_error includes a message in addition to error status. Patch contributed by Karl.
* | | mergeRaymond Hettinger2013-03-051-1/+1
|\ \ \ | |/ /
| * | Fix typoRaymond Hettinger2013-03-051-1/+1
| | |
* | | mergeRaymond Hettinger2013-03-050-0/+0
|\ \ \ | |/ /
| * | Issue #16098: Update heapq.nsmallest to use the same algorithm as nlargest.Raymond Hettinger2013-03-051-25/+59
| | | | | | | | | | | | | | | This removes the dependency on bisect and it bring the pure Python code in-sync with the C code.
* | | Use LT in all comparisonsRaymond Hettinger2013-03-051-3/+3
| | |
* | | Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the ↵Antoine Pitrou2013-03-043-6/+63
|\ \ \ | |/ / | | | | | | list is being resized concurrently.
| * | Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the ↵Antoine Pitrou2013-03-043-6/+63
| |\ \ | | |/ | | | | | | list is being resized concurrently.
| | * Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the ↵Antoine Pitrou2013-03-043-6/+63
| | | | | | | | | | | | list is being resized concurrently.
* | | merge 3.3 (#17328)Benjamin Peterson2013-03-042-2/+4
|\ \ \ | |/ /
| * | fix possible setdefault refleak (closes #17328)Benjamin Peterson2013-03-042-2/+4
| | |
* | | #17346: merge with 3.3.Ezio Melotti2013-03-041-5/+5
|\ \ \ | |/ /