| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* | Antoine Pitrou | 2011-04-27 | 1 | -0/+1 |
|
|
* | Issue #10914: Add a minimal embedding test to test_capi. | Antoine Pitrou | 2011-04-25 | 1 | -0/+52 |
|
|
* | (Merge 3.1) Issue #11768: The signal handler of the signal module only calls | Victor Stinner | 2011-04-18 | 1 | -10/+16 |
|\ |
|
| * | Issue #11768: The signal handler of the signal module only calls | Victor Stinner | 2011-04-18 | 1 | -10/+16 |
|
|
* | | Remove unnecessary call to PyErr_Clear. | Ezio Melotti | 2011-04-11 | 1 | -1/+0 |
|
|
* | | Merge from 3.1 | Senthil Kumaran | 2011-04-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #10762: Guard against invalid/non-supported format string '%f' on Windo... | Senthil Kumaran | 2011-04-06 | 1 | -1/+1 |
|
|
| * | Merge 3.1 | Kristjan Valur Jonsson | 2011-03-30 | 1 | -1/+1 |
| |\ |
|
| | * | Issue 11713: clarify docstring for collections.deque() | Raymond Hettinger | 2011-03-30 | 1 | -1/+1 |
|
|
* | | | Issue #11576: Fixed timedelta subtraction glitch on big timedelta values | Alexander Belopolsky | 2011-04-06 | 1 | -7/+8 |
|
|
* | | | Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve priva... | Antoine Pitrou | 2011-04-03 | 1 | -1/+1 |
|
|
* | | | Merge | Kristjan Valur Jonsson | 2011-03-30 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Issue 11713: clarify docstring for collections.deque() | Raymond Hettinger | 2011-03-30 | 1 | -1/+1 |
|
|
* | | | | Merge 3.1 | Kristjan Valur Jonsson | 2011-03-30 | 1 | -3/+6 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle. | Kristjan Valur Jonsson | 2011-03-30 | 1 | -3/+6 |
| |/ |
|
* | | merge 3.1 | Benjamin Peterson | 2011-03-28 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | let's keep parenthesis around sizeof | Benjamin Peterson | 2011-03-28 | 1 | -3/+3 |
|
|
* | | merge 3.1 | Benjamin Peterson | 2011-03-26 | 1 | -20/+54 |
|\ \
| |/ |
|
| * | always check return value of PyObject_IsInstance for error | Benjamin Peterson | 2011-03-26 | 1 | -19/+44 |
|
|
| * | check possible recursive _as_parameter_ to prevent segfault (closes #1838) | Benjamin Peterson | 2011-03-26 | 1 | -1/+10 |
|
|
* | | time.strftime(): replace PyErr_Format() by PyErr_SetString() | Victor Stinner | 2011-03-21 | 1 | -3/+2 |
|
|
* | | Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on | Victor Stinner | 2011-03-20 | 1 | -1/+8 |
|
|
* | | Issue #10914: fix bogus memory management in Modules/getpath.c, leading to a ... | Antoine Pitrou | 2011-03-17 | 1 | -3/+7 |
|
|
* | | Issue #5421: merge fix | Antoine Pitrou | 2011-03-17 | 1 | -6/+17 |
|\ \
| |/ |
|
| * | Issue #5421: Fix misleading error message when one of socket.sendto()'s | Antoine Pitrou | 2011-03-17 | 1 | -6/+17 |
|
|
* | | Merge with 3.1. | Ezio Melotti | 2011-03-16 | 2 | -3/+3 |
|\ \
| |/ |
|
| * | Revert typo fixes in zlib/* | Ezio Melotti | 2011-03-16 | 2 | -3/+3 |
|
|
* | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 14 | -20/+20 |
|\ \
| |/ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 14 | -20/+20 |
|
|
* | | Fix issue #11432. if the stdin pipe is the same file descriptor as either std... | Gregory P. Smith | 2011-03-15 | 1 | -2/+2 |
|
|
* | | Merge with 3.2 | Ezio Melotti | 2011-03-15 | 4 | -6/+6 |
|\ \
| |/ |
|
| * | Revert typo fixes in _cytpes/libffi* | Ezio Melotti | 2011-03-15 | 2 | -1721/+1721 |
|
|
* | | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 10 | -12/+12 |
|\ \
| |/ |
|
| * | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 7 | -1726/+1726 |
|
|
* | | Merge fix for issue #11450 | Antoine Pitrou | 2011-03-09 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when | Antoine Pitrou | 2011-03-09 | 1 | -1/+3 |
|
|
* | | Merge build identification to 3.2 branch. | Georg Brandl | 2011-03-06 | 1 | -3/+34 |
|\ \
| |/ |
|
| * | Commit the hg build identification patch from the pymigr repo. | Georg Brandl | 2011-03-05 | 1 | -3/+34 |
|
|
* | | Merge fix for issue #11391 | Antoine Pitrou | 2011-03-06 | 1 | -5/+10 |
|\ \
| |/ |
|
| * | Issue #11391: Writing to a mmap object created with | Antoine Pitrou | 2011-03-06 | 1 | -5/+10 |
|
|
| * | Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge from | Antoine Pitrou | 2011-02-28 | 2 | -50/+81 |
|
|
| * | Merged revisions 87919 via svnmerge from | Alexander Belopolsky | 2011-02-15 | 1 | -1/+4 |
|
|
| * | Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge... | R. David Murray | 2011-02-11 | 1 | -1/+1 |
|
|
| * | Merged revisions 88337 via svnmerge from | Brett Cannon | 2011-02-04 | 1 | -1/+1 |
|
|
| * | Merged revisions 88284 via svnmerge from | Antoine Pitrou | 2011-01-31 | 2 | -1/+15 |
|
|
| * | Merged revisions 88147 via svnmerge from | Antoine Pitrou | 2011-01-23 | 1 | -5/+15 |
|
|
| * | Merged revisions 88131 via svnmerge from | Antoine Pitrou | 2011-01-20 | 1 | -0/+11 |
|
|
| * | Merged revisions 88111 via svnmerge from | Antoine Pitrou | 2011-01-19 | 1 | -0/+2 |
|
|
| * | Merged revisions 88036 via svnmerge from | Antoine Pitrou | 2011-01-15 | 1 | -0/+1 |
|
|
| * | Merged revisions 88022 via svnmerge from | Antoine Pitrou | 2011-01-15 | 1 | -1/+1 |
|
|