- 808cec5 Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 14 years ago
- ca5e908 #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 14 years ago
- 0f8aceb dosmodule is, thankfully, no more by Benjamin Peterson · 14 years ago
- eaf312a Issue #12434: make StringIO.write error message consistent with Python 2.7 nomenclature by Eli Bendersky · 14 years ago
- c564328 - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper by Barry Warsaw · 14 years ago
- 59729ff Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() and by Victor Stinner · 14 years ago
- ff48c0a Really fix issue #10898: posixmodule.c redefines FSTAT by Antoine Pitrou · 14 years ago
- 2bd9100 Fix closes issue 11568 - update select.epoll.register docstring with mention of correct behavior. by Senthil Kumaran · 14 years ago
- ffa8e2f Issue 12404: Remove C89 incompatible code from mmap module. by Ross Lagerwall · 14 years ago
- 5446f08 Correction to f1509fc75435 - Issue #11583 by Brian Curtin · 14 years ago
- caea7e8 Merge by Brian Curtin · 14 years ago
- 9a1662c Issue #12016: Reindent decoders of HK and JP codecs by Victor Stinner · 14 years ago
- 2845365 Branch merge by Éric Araujo · 14 years ago
- 4ba009d simply use the Python version for pyexpat.__version__ #12221 by Benjamin Peterson · 14 years ago
- f2f8503 Fix error message to use the Python name instead of the C name by Éric Araujo · 14 years ago
- daf17e9 Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 14 years ago
- 5100a40 Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if by Victor Stinner · 14 years ago
- 40b41e1 Issue #12100: Don't reset incremental encoders of CJK codecs at each call to by Victor Stinner · 14 years ago
- f58f1c3 Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore by Victor Stinner · 14 years ago
- 6116d4a stop using the old brain-dead interface for providing attributes/methods by Benjamin Peterson · 14 years ago
- 0cc4fd9 Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 14 years ago
- ee46a7b Issue #12062: In the `io` module, fix a flushing bug when doing a certain by Antoine Pitrou · 14 years ago
- c1ec7b5 #12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations. by Ezio Melotti · 14 years ago
- 47d1d0d Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 14 years ago
- b1241f9 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 14 years ago
- 0639be6 #10169: Fix argument parsing in socket.sendto() to avoid error masking. by Ezio Melotti · 14 years ago
- cec4649 #12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations. by Ezio Melotti · 14 years ago
- f5164f6 #11982: remove now unused function. by Ezio Melotti · 14 years ago
- df8a8f7 #11982: fix json.loads('""') to return u'' rather than ''. by Ezio Melotti · 14 years ago
- 112d48a (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 14 years ago
- 4394e0d Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 14 years ago
- 33feeab (Merge 3.1) Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 14 years ago
- e575f10 Remove unnecessary call to PyErr_Clear. by Ezio Melotti · 14 years ago
- 8b4367e #4877: Fix a segfault in xml.parsers.expat while attempting to parse a closed file. by Ezio Melotti · 14 years ago
- bb4e470 hg pull/merge - Changes to accomodate. by Senthil Kumaran · 14 years ago
- 792eb5d Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya. by Senthil Kumaran · 14 years ago
- 07019bc Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 14 years ago
- db9d64b Issue 11713: clarify docstring for collections.deque() by Raymond Hettinger · 14 years ago
- 41a9ec9 let's keep parenthesis around sizeof by Benjamin Peterson · 14 years ago
- e26f482 fix missing variable declarations by Benjamin Peterson · 14 years ago
- de39047 always check return value of PyObject_IsInstance for error by Benjamin Peterson · 14 years ago
- f21ad92 check possible recursive _as_parameter_ to prevent segfault (closes #1838) by Benjamin Peterson · 14 years ago
- b3f7564 Revert typo fixes in zlib/* by Ezio Melotti · 14 years ago
- c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- 8d77efc Revert typo fixes in _cytpes/libffi* by Ezio Melotti · 14 years ago
- 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- 2ddaaff Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when by Antoine Pitrou · 14 years ago
- 3a5508e Port build identification from default branch. by Georg Brandl · 14 years ago
- d6f3a3e Issue #11391: Writing to a mmap object created with by Antoine Pitrou · 14 years ago
- 6439c00 Merged revisions 88610 via svnmerge from by Antoine Pitrou · 14 years ago
- f4d2b3d Merged revisions 88486 via svnmerge from by Antoine Pitrou · 14 years ago
- 6233b36 Merged revisions 87919 via svnmerge from by Alexander Belopolsky · 14 years ago
- 561b96f Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,87571,88164 via svnmerge from by R. David Murray · 15 years ago
- 820021e Merged revisions 88284 via svnmerge from by Antoine Pitrou · 15 years ago
- 57a8689 Issue 11004: Fix edge case for deque.count(). by Raymond Hettinger · 15 years ago
- 8a0eede Merged revisions 88131 via svnmerge from by Antoine Pitrou · 15 years ago
- 63a3f15 Merged revisions 88111 via svnmerge from by Antoine Pitrou · 15 years ago
- 533aa25 Merged revisions 88036 via svnmerge from by Antoine Pitrou · 15 years ago
- 9989d85 Merged revisions 88022 via svnmerge from by Antoine Pitrou · 15 years ago
- 4ea1aac Reverted r87944 - issue #5109 should not have been backported by Alexander Belopolsky · 15 years ago
- 830c85d Merged revisions 87942 via svnmerge from by Alexander Belopolsky · 15 years ago
- 1f1613f Merged revisions 87802 via svnmerge from by Antoine Pitrou · 15 years ago
- ac514c8 Merged revisions 87666 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
- 8009e8e Merged revisions 87648,87656 via svnmerge from by Alexander Belopolsky · 15 years ago
- da4a5f0 Fix indentation by Antoine Pitrou · 15 years ago
- b061461 Issue #4662: os.tempnam(), os.tmpfile() and os.tmpnam() now raise a py3k by Antoine Pitrou · 15 years ago
- d823bdc #10804: fix copy-paste error when checking assigned fields for NULL. by Georg Brandl · 15 years ago
- dce6cf3 Merged revisions 87442 via svnmerge from by Alexander Belopolsky · 15 years ago
- fc9ead6 Merged revisions 87427 via svnmerge from by Antoine Pitrou · 15 years ago
- 7a69725 Merged revisions 87356 via svnmerge from by R. David Murray · 15 years ago
- f8a6391 Merged revisions 87238 via svnmerge from by R. David Murray · 15 years ago
- 2a4b3fc Merged revisions 85678 via svnmerge from by R. David Murray · 15 years ago
- a9b1689 Merged revisions 87140 via svnmerge from by Hirokazu Yamamoto · 15 years ago
- 4cb64ad Merged revisions 86981,86984 via svnmerge from by Antoine Pitrou · 15 years ago
- 061bf7a Issue #10323: Predictable final state for slice(). by Raymond Hettinger · 15 years ago
- 93f7a32 Merged revisions 86808 via svnmerge from by Stefan Krah · 15 years ago
- acaab2a Merged revisions 86804 via svnmerge from by Stefan Krah · 15 years ago
- 1060380 Merged revisions 85768-85771,85773,85777,85823,85825 via svnmerge from by Georg Brandl · 15 years ago
- 7e7a3a7 Merged revisions 85679 via svnmerge from by Georg Brandl · 15 years ago
- e03c778 Issue #10459: Update CJK character names to Unicode 5.2. by Martin v. Löwis · 15 years ago
- 4fec9ce Merged revisions 86587 via svnmerge from by Benjamin Peterson · 15 years ago
- bf088f8 Issue #9675: Final touch by Jesus Cea · 15 years ago
- 6b1167c Merged revisions 86214 via svnmerge from by Antoine Pitrou · 15 years ago
- 77d9695 bsddb changed; increase its revision by Jesus Cea · 15 years ago
- 84f2c32 Issue #9675: better error handling in bsddb by Jesus Cea · 15 years ago
- f6f3c4a issue 10295 Make selectmodule.c use winsock2 like socketmodule does. by Kristján Valur Jónsson · 15 years ago
- fa65827 Issue 10038. Restore the Python 2.6 behavior that json.loads() always returns by Barry Warsaw · 15 years ago
- 594a046 Merged revisions 85982 via svnmerge from by Antoine Pitrou · 15 years ago
- cbba8d4 Backport r72961 fixing issue #6105: json.dumps not following OrderedDict iteration order. by Raymond Hettinger · 15 years ago
- e0c5f3c Merged revisions 85868 via svnmerge from by Antoine Pitrou · 15 years ago
- 78de9cc Merged revisions 85864 via svnmerge from by Antoine Pitrou · 15 years ago
- 67c2733 Merged revisions 85536 via svnmerge from by Georg Brandl · 15 years ago
- a25fc1e Merged revisions 85665 via svnmerge from by Benjamin Peterson · 15 years ago
- 95898c4 Fix compiler warning: module init functions do not return anything in 2.x. by Georg Brandl · 15 years ago
- 886a1cd Merged revisions 85586-85587,85596-85598 via svnmerge from by Gregory P. Smith · 15 years ago
- 1d9d16e Merged revisions 85554 via svnmerge from by R. David Murray · 15 years ago
- 9a4acdf Fix issue10065 - future_builtins' docstring lacks some functions by Senthil Kumaran · 15 years ago
- 8e73403 Merged revisions 85432 via svnmerge from by Benjamin Peterson · 15 years ago
- bcb6195 Merged revisions 85404 via svnmerge from by Gregory P. Smith · 15 years ago
- 577acb4 improve performance of writing past the end of the file for cStringIO by Fred Drake · 15 years ago