| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #12434: make StringIO.write error message consistent with Python 2.7 no... | Eli Bendersky | 2011-07-22 | 1 | -1/+1 |
|
|
* | - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper | Barry Warsaw | 2011-07-19 | 1 | -0/+5 |
|
|
* | Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() and | Victor Stinner | 2011-07-05 | 2 | -7/+36 |
|
|
* | Really fix issue #10898: posixmodule.c redefines FSTAT | Antoine Pitrou | 2011-07-01 | 1 | -14/+14 |
|
|
* | Fix closes issue 11568 - update select.epoll.register docstring with mention ... | Senthil Kumaran | 2011-06-27 | 1 | -1/+1 |
|
|
* | Issue 12404: Remove C89 incompatible code from mmap module. | Ross Lagerwall | 2011-06-25 | 1 | -1/+2 |
|
|
* | Correction to f1509fc75435 - Issue #11583 | Brian Curtin | 2011-06-09 | 1 | -1/+4 |
|
|
* | Merge | Brian Curtin | 2011-06-09 | 1 | -0/+36 |
|
|
* | Issue #12016: Reindent decoders of HK and JP codecs | Victor Stinner | 2011-06-03 | 2 | -51/+52 |
|
|
* | Branch merge | Éric Araujo | 2011-06-01 | 1 | -1/+1 |
|\ |
|
| * | Fix error message to use the Python name instead of the C name | Éric Araujo | 2011-05-31 | 1 | -1/+1 |
|
|
* | | simply use the Python version for pyexpat.__version__ #12221 | Benjamin Peterson | 2011-05-31 | 1 | -21/+5 |
|/ |
|
* | Issue #12175: RawIOBase.readall() now returns None if read() returns None. | Victor Stinner | 2011-05-25 | 1 | -0/+8 |
|
|
* | Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if | Victor Stinner | 2011-05-25 | 1 | -0/+2 |
|
|
* | Issue #12100: Don't reset incremental encoders of CJK codecs at each call to | Victor Stinner | 2011-05-24 | 1 | -4/+4 |
|
|
* | Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore | Victor Stinner | 2011-05-21 | 1 | -24/+23 |
|
|
* | stop using the old brain-dead interface for providing attributes/methods | Benjamin Peterson | 2011-05-17 | 1 | -120/+118 |
|
|
* | Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail | Nadeem Vawda | 2011-05-14 | 1 | -7/+12 |
|
|
* | Issue #12062: In the `io` module, fix a flushing bug when doing a certain | Antoine Pitrou | 2011-05-12 | 1 | -1/+1 |
|
|
* | #12051: Fix segfault in json.dumps() while encoding highly-nested objects usi... | Ezio Melotti | 2011-05-10 | 1 | -2/+15 |
|
|
* | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in | Antoine Pitrou | 2011-05-10 | 1 | -4/+7 |
|
|
* | (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-09 | 1 | -1/+7 |
|
|
* | #10169: Fix argument parsing in socket.sendto() to avoid error masking. | Ezio Melotti | 2011-05-07 | 1 | -5/+15 |
|
|
* | #12017: Fix segfault in json.loads() while decoding highly-nested objects usi... | Ezio Melotti | 2011-05-07 | 1 | -4/+26 |
|
|
* | #11982: remove now unused function. | Ezio Melotti | 2011-05-04 | 1 | -18/+0 |
|
|
* | #11982: fix json.loads('""') to return u'' rather than ''. | Ezio Melotti | 2011-05-04 | 1 | -1/+1 |
|
|
* | (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X | Victor Stinner | 2011-05-03 | 1 | -0/+9 |
|
|
* | Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* | Antoine Pitrou | 2011-04-27 | 1 | -0/+1 |
|
|
* | (Merge 3.1) 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 |
|
|
* | #4877: Fix a segfault in xml.parsers.expat while attempting to parse a closed... | Ezio Melotti | 2011-04-11 | 1 | -26/+12 |
|
|
* | hg pull/merge - Changes to accomodate. | Senthil Kumaran | 2011-04-06 | 1 | -7/+8 |
|\ |
|
| * | Issue #11576: Fixed timedelta subtraction glitch on big timedelta values | Alexander Belopolsky | 2011-04-06 | 1 | -7/+8 |
|
|
* | | Issue #10762: Guard against invalid/non-supported format string '%f' on Windo... | Senthil Kumaran | 2011-04-06 | 1 | -1/+1 |
|/ |
|
* | Issue 11713: clarify docstring for collections.deque() | Raymond Hettinger | 2011-03-30 | 1 | -1/+1 |
|
|
* | let's keep parenthesis around sizeof | Benjamin Peterson | 2011-03-28 | 1 | -3/+3 |
|
|
* | fix missing variable declarations | Benjamin Peterson | 2011-03-26 | 1 | -0/+3 |
|
|
* | always check return value of PyObject_IsInstance for error | Benjamin Peterson | 2011-03-26 | 1 | -19/+41 |
|
|
* | check possible recursive _as_parameter_ to prevent segfault (closes #1838) | Benjamin Peterson | 2011-03-26 | 1 | -1/+10 |
|
|
* | Revert typo fixes in zlib/* | Ezio Melotti | 2011-03-16 | 2 | -3/+3 |
|
|
* | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 13 | -21/+21 |
|
|
* | Revert typo fixes in _cytpes/libffi* | Ezio Melotti | 2011-03-15 | 4 | -6/+6 |
|
|
* | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 10 | -12/+12 |
|
|
* | Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when | Antoine Pitrou | 2011-03-09 | 1 | -1/+3 |
|
|
* | Port build identification from default branch. | Georg Brandl | 2011-03-06 | 1 | -3/+34 |
|
|
* | Issue #11391: Writing to a mmap object created with | Antoine Pitrou | 2011-03-06 | 1 | -5/+10 |
|
|
* | Merged revisions 88610 via svnmerge from | Antoine Pitrou | 2011-02-25 | 1 | -2/+49 |
|
|
* | Merged revisions 88486 via svnmerge from | Antoine Pitrou | 2011-02-21 | 1 | -48/+59 |
|
|
* | Merged revisions 87919 via svnmerge from | Alexander Belopolsky | 2011-02-15 | 1 | -1/+4 |
|
|
* | Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,... | R. David Murray | 2011-02-11 | 1 | -1/+1 |
|
|