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