summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-091-1/+7
|\
| * Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-091-1/+7
* | #12017: merge with 3.1.Ezio Melotti2011-05-071-2/+13
|\ \ | |/
| * #12017: Fix segfault in json.loads() while decoding highly-nested objects usi...Ezio Melotti2011-05-071-2/+13
* | (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS XVictor Stinner2011-05-011-0/+9
|\ \ | |/
| * Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around aVictor Stinner2011-05-011-0/+9
* | Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*Antoine Pitrou2011-04-271-0/+1
* | Issue #10914: Add a minimal embedding test to test_capi.Antoine Pitrou2011-04-251-0/+52
* | (Merge 3.1) Issue #11768: The signal handler of the signal module only callsVictor Stinner2011-04-181-10/+16
|\ \ | |/
| * Issue #11768: The signal handler of the signal module only callsVictor Stinner2011-04-181-10/+16
* | Remove unnecessary call to PyErr_Clear.Ezio Melotti2011-04-111-1/+0
* | Merge from 3.1Senthil Kumaran2011-04-061-1/+1
|\ \ | |/
| * Issue #10762: Guard against invalid/non-supported format string '%f' on Windo...Senthil Kumaran2011-04-061-1/+1
| * Merge 3.1Kristjan Valur Jonsson2011-03-301-1/+1
| |\
| | * Issue 11713: clarify docstring for collections.deque()Raymond Hettinger2011-03-301-1/+1
* | | Issue #11576: Fixed timedelta subtraction glitch on big timedelta valuesAlexander Belopolsky2011-04-061-7/+8
* | | Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve priva...Antoine Pitrou2011-04-031-1/+1
* | | MergeKristjan Valur Jonsson2011-03-301-1/+1
|\ \ \
| * | | Issue 11713: clarify docstring for collections.deque()Raymond Hettinger2011-03-301-1/+1
* | | | Merge 3.1Kristjan Valur Jonsson2011-03-301-3/+6
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle.Kristjan Valur Jonsson2011-03-301-3/+6
| |/
* | merge 3.1Benjamin Peterson2011-03-281-3/+3
|\ \ | |/
| * let's keep parenthesis around sizeofBenjamin Peterson2011-03-281-3/+3
* | merge 3.1Benjamin Peterson2011-03-261-20/+54
|\ \ | |/
| * always check return value of PyObject_IsInstance for errorBenjamin Peterson2011-03-261-19/+44
| * check possible recursive _as_parameter_ to prevent segfault (closes #1838)Benjamin Peterson2011-03-261-1/+10
* | time.strftime(): replace PyErr_Format() by PyErr_SetString()Victor Stinner2011-03-211-3/+2
* | Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes onVictor Stinner2011-03-201-1/+8
* | Issue #10914: fix bogus memory management in Modules/getpath.c, leading to a ...Antoine Pitrou2011-03-171-3/+7
* | Issue #5421: merge fixAntoine Pitrou2011-03-171-6/+17
|\ \ | |/
| * Issue #5421: Fix misleading error message when one of socket.sendto()'sAntoine Pitrou2011-03-171-6/+17
* | Merge with 3.1.Ezio Melotti2011-03-162-3/+3
|\ \ | |/
| * Revert typo fixes in zlib/*Ezio Melotti2011-03-162-3/+3
* | #11565: Merge with 3.1.Ezio Melotti2011-03-1614-20/+20
|\ \ | |/
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-1614-20/+20
* | Fix issue #11432. if the stdin pipe is the same file descriptor as either std...Gregory P. Smith2011-03-151-2/+2
* | Merge with 3.2Ezio Melotti2011-03-154-6/+6
|\ \ | |/
| * Revert typo fixes in _cytpes/libffi*Ezio Melotti2011-03-152-1721/+1721
* | #11515: Merge with 3.1.Ezio Melotti2011-03-1510-12/+12
|\ \ | |/
| * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-157-1726/+1726
* | Merge fix for issue #11450Antoine Pitrou2011-03-091-1/+3
|\ \ | |/
| * Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() whenAntoine Pitrou2011-03-091-1/+3
* | Merge build identification to 3.2 branch.Georg Brandl2011-03-061-3/+34
|\ \ | |/
| * Commit the hg build identification patch from the pymigr repo.Georg Brandl2011-03-051-3/+34
* | Merge fix for issue #11391Antoine Pitrou2011-03-061-5/+10
|\ \ | |/
| * Issue #11391: Writing to a mmap object created withAntoine Pitrou2011-03-061-5/+10
| * Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge fromAntoine Pitrou2011-02-282-50/+81
| * Merged revisions 87919 via svnmerge fromAlexander Belopolsky2011-02-151-1/+4
| * Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge...R. David Murray2011-02-111-1/+1
| * Merged revisions 88337 via svnmerge fromBrett Cannon2011-02-041-1/+1