summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #12100: Don't reset incremental encoders of CJK codecs at each call toVictor Stinner2011-05-241-4/+4
* Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymoreVictor Stinner2011-05-211-24/+23
* stop using the old brain-dead interface for providing attributes/methodsBenjamin Peterson2011-05-171-120/+118
* Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tailNadeem Vawda2011-05-141-7/+12
* Issue #12062: In the `io` module, fix a flushing bug when doing a certainAntoine Pitrou2011-05-131-1/+1
* #12051: Fix segfault in json.dumps() while encoding highly-nested objects usi...Ezio Melotti2011-05-111-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-101-1/+7
* #10169: Fix argument parsing in socket.sendto() to avoid error masking.Ezio Melotti2011-05-071-5/+15
* #12017: Fix segfault in json.loads() while decoding highly-nested objects usi...Ezio Melotti2011-05-071-4/+26
* #11982: remove now unused function.Ezio Melotti2011-05-041-18/+0
* #11982: fix json.loads('""') to return u'' rather than ''.Ezio Melotti2011-05-041-1/+1
* (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS XVictor Stinner2011-05-031-0/+9
* Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*Antoine Pitrou2011-04-271-0/+1
* (Merge 3.1) 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
* #4877: Fix a segfault in xml.parsers.expat while attempting to parse a closed...Ezio Melotti2011-04-111-26/+12
* hg pull/merge - Changes to accomodate.Senthil Kumaran2011-04-061-1/+1
|\
| * Issue #10762: Guard against invalid/non-supported format string '%f' on Windo...Senthil Kumaran2011-04-061-1/+1
* | Issue #11576: Fixed timedelta subtraction glitch on big timedelta valuesAlexander Belopolsky2011-04-051-7/+8
|/
* Issue 11713: clarify docstring for collections.deque()Raymond Hettinger2011-03-291-1/+1
* let's keep parenthesis around sizeofBenjamin Peterson2011-03-281-3/+3
* fix missing variable declarationsBenjamin Peterson2011-03-261-0/+3
* always check return value of PyObject_IsInstance for errorBenjamin Peterson2011-03-261-19/+41
* check possible recursive _as_parameter_ to prevent segfault (closes #1838)Benjamin Peterson2011-03-261-1/+10
* Revert typo fixes in zlib/*Ezio Melotti2011-03-162-3/+3
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-1613-21/+21
* Revert typo fixes in _cytpes/libffi*Ezio Melotti2011-03-154-6/+6
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-1510-12/+12
* Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() whenAntoine Pitrou2011-03-091-1/+3
* Port build identification from default branch.Georg Brandl2011-03-061-3/+34
* Issue #11391: Writing to a mmap object created withAntoine Pitrou2011-03-061-5/+10
* Merged revisions 88610 via svnmerge fromAntoine Pitrou2011-02-251-2/+49
* Merged revisions 88486 via svnmerge fromAntoine Pitrou2011-02-211-48/+59
* Merged revisions 87919 via svnmerge fromAlexander Belopolsky2011-02-151-1/+4
* Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,...R. David Murray2011-02-111-1/+1
* Merged revisions 88284 via svnmerge fromAntoine Pitrou2011-01-312-1/+15
* Issue 11004: Fix edge case for deque.count().Raymond Hettinger2011-01-251-4/+7
* Merged revisions 88131 via svnmerge fromAntoine Pitrou2011-01-201-0/+11
* Merged revisions 88111 via svnmerge fromAntoine Pitrou2011-01-191-0/+2
* Merged revisions 88036 via svnmerge fromAntoine Pitrou2011-01-151-0/+1
* Merged revisions 88022 via svnmerge fromAntoine Pitrou2011-01-151-1/+1
* Reverted r87944 - issue #5109 should not have been backportedAlexander Belopolsky2011-01-111-16/+5
* Merged revisions 87942 via svnmerge fromAlexander Belopolsky2011-01-111-5/+16
* Merged revisions 87802 via svnmerge fromAntoine Pitrou2011-01-061-0/+1
* Merged revisions 87666 via svnmerge fromAmaury Forgeot d'Arc2011-01-031-12/+21
* Merged revisions 87648,87656 via svnmerge fromAlexander Belopolsky2011-01-021-0/+4
* Fix indentationAntoine Pitrou2011-01-021-9/+9
* Issue #4662: os.tempnam(), os.tmpfile() and os.tmpnam() now raise a py3kAntoine Pitrou2011-01-021-0/+12
* #10804: fix copy-paste error when checking assigned fields for NULL.Georg Brandl2011-01-021-1/+1