summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.Nadeem Vawda2011-05-141-14/+23
|\
| * Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.Nadeem Vawda2011-05-141-14/+23
| * Issue #8650: Backport 64-bit safety fixes for compress() and decompress().Nadeem Vawda2011-05-141-10/+21
* | Fix memory leaks in zlib.compress() and .decompress().Nadeem Vawda2011-05-141-14/+11
* | Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tailNadeem Vawda2011-05-141-7/+12
|\ \ | |/
| * Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tailNadeem Vawda2011-05-141-7/+12
* | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequenceAntoine Pitrou2011-05-121-1/+1
|\ \ | |/
| * Issue #12062: Fix a flushing bug when doing a certain type of I/O sequenceAntoine Pitrou2011-05-121-1/+1
* | Merge from 3.1Kurt B. Kaiser2011-05-111-1/+13
|\ \ | |/
| * Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError.Kurt B. Kaiser2011-05-111-1/+13
* | #12051: merge with 3.1.Ezio Melotti2011-05-101-2/+15
|\ \ | |/
| * #12051: Fix segfault in json.dumps() while encoding highly-nested objects usi...Ezio Melotti2011-05-101-2/+15
* | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-101-4/+7
* | (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
|\ \ | |/