1. 3c30970 Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 13 years ago
  2. 252f4dc Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 13 years ago
  3. 2cc0b07 Bug #16441: avoid excessive memory usage working with large gzip files by Chris Withers · 13 years ago
  4. dc11879 #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
  5. b271b3e Issue #15001: fix segfault on "del sys.modules['__main__']" by Hynek Schlawack · 13 years ago
  6. 6cad371 Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. by Nadeem Vawda · 13 years ago
  7. 751a50f Fix typo. by Ezio Melotti · 13 years ago
  8. c18cc0e #5057: the peepholer no longer optimizes subscription on unicode literals (e.g. u"foo"[0]) in order to produce compatible pyc files between narrow and wide builds. by Ezio Melotti · 13 years ago
  9. 50bc66a Fix a couple typos in Misc/NEWS. by Ezio Melotti · 13 years ago
  10. 67dc4a8 #8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an error. by Ezio Melotti · 13 years ago
  11. ef31738 #12759: sre_parse now raises a proper error when the name of the group is missing. Initial patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
  12. 7d24b16 #16152: fix tokenize to ignore whitespace at the end of the code when no newline is found. Patch by Ned Batchelder. by Ezio Melotti · 13 years ago
  13. 5018db7 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 13 years ago
  14. 0552fc2 Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. by Antoine Pitrou · 13 years ago
  15. e9e35c3 Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded. by Antoine Pitrou · 13 years ago
  16. c40ddae fix spelling by Benjamin Peterson · 13 years ago
  17. 0ec820f only fast-path fromkeys() when the constructor returns a empty dict (closes #16345) by Benjamin Peterson · 13 years ago
  18. bdf1b9e Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT! by Jesus Cea · 13 years ago
  19. 5c89c19 #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 13 years ago
  20. 75d3600 Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting. by Mark Dickinson · 13 years ago
  21. 3d07206 #8040: add a version switcher to the documentation. Patch by Yury Selivanov. by Ezio Melotti · 13 years ago
  22. 54eed2e #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 13 years ago
  23. e999229 Issue #16274: Fix test_asyncore on Solaris. by Trent Nelson · 13 years ago
  24. 9ad6a56 #15040: Close files in mailbox tests for PyPy compatibility by Petri Lehtinen · 13 years ago
  25. 45dba1d Issue #14398: Fix size truncation and overflow bugs in bz2 module. by Nadeem Vawda · 13 years ago
  26. dd72b3f Issue #5148: Ignore 'U' in mode given to gzip.open() and gzip.GzipFile(). by Nadeem Vawda · 13 years ago
  27. e97a24d Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 13 years ago
  28. b48c028 Issue #6074: Restore the long-broken support for running with read-only source files on Windows by Nick Coghlan · 13 years ago
  29. 9971616 Fixes Issue #12268 for the io module - File readline, readlines and by Gregory P. Smith · 13 years ago
  30. c1924ab Fix #16176. Properly identify Windows 8 via platform.platform() by Brian Curtin · 13 years ago
  31. 1906c0c Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 13 years ago
  32. ad4b000 Issue #14783: Backport changes from 3.2. by Chris Jerdonek · 13 years ago
  33. 3e94e14 Backed out changeset 5abacebec9d2 by Jesus Cea · 13 years ago
  34. 82a3924 Backed out changeset c73b90b6dadd by Jesus Cea · 13 years ago
  35. 95038fa Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 13 years ago
  36. e884be6 Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 13 years ago
  37. 31a9e83 #15979: improve timeit documentation. by Ezio Melotti · 13 years ago
  38. 71d74b0 Close #16036: Backport 3.x documentation improvement. by Chris Jerdonek · 13 years ago
  39. c820de5 #15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801). by Ezio Melotti · 13 years ago
  40. 0798cbc Issue #15756: subprocess.poll() now properly handles errno.ECHILD to by Gregory P. Smith · 13 years ago
  41. 218a8ab Issues #16029, #16030: Fix pickling and repr of large xranges. by Mark Dickinson · 13 years ago
  42. bf2ad34 Pass on parameters in unittest.TextTestResult.__init__ super call by Michael Foord · 13 years ago
  43. a4fd0dc #15222: Insert blank line after each message in mbox mailboxes by Petri Lehtinen · 13 years ago
  44. 0dea936 - Issue #15935: Clarification of argparse docs, re: add_argument() type and by Barry Warsaw · 13 years ago
  45. 671138f Issue #16037: Limit httplib's _read_status() function to work around broken by Christian Heimes · 13 years ago
  46. d41dc7c 2.7 : Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. by Senthil Kumaran · 13 years ago
  47. 8112ea2 Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 13 years ago
  48. cadff70 #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier. by Ezio Melotti · 13 years ago
  49. 3d2fc15 - Issue #11715: Fix multiarch detection without having Debian development by doko@ubuntu.com · 13 years ago
  50. 6d6fb3a #15970: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param". by Ezio Melotti · 13 years ago
  51. 03fcfbe - Issue #15906: Fix a regression in argparse caused by the preceding change, by Barry Warsaw · 13 years ago
  52. 3fb774e Closes #15910: MD5 and SHA1 crash when "updated" with strings bigger than 2**32 bytes by Jesus Cea · 13 years ago
  53. 03a9d2a Closes #15908: SHA1 crashes in 64 bits when the string to hash is bigger than 2**32 bytes by Jesus Cea · 13 years ago
  54. 8b54d6d Closes #15676: mmap: add empty file check prior to offset check by Jesus Cea · 13 years ago
  55. 10fc104 Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 13 years ago
  56. e299cae Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. by Antoine Pitrou · 13 years ago
  57. 58098a7 Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 13 years ago
  58. c5eec0e Issue #15841: The readable(), writable() and seekable() methods of io.BytesIO by Antoine Pitrou · 13 years ago
  59. 80f4553 #15802: Fix test logic in TestMaildir.test_create_tmp by Petri Lehtinen · 13 years ago
  60. f9e1f11 #13769: Enhance docs for ensure_ascii semantics in JSON decoding functions by Petri Lehtinen · 13 years ago
  61. 2010187 #12776,#11839: call argparse type function only once. by R David Murray · 13 years ago
  62. f6407a1 Issue #15819: Fix out-of-tree builds from a readonly source. by Trent Nelson · 13 years ago
  63. da4277a Issue #15765: Fix quirky NetBSD getcwd() behaviour. by Trent Nelson · 13 years ago
  64. 23d49d3 use the stricter PyMapping_Check (closes #15801) by Benjamin Peterson · 13 years ago
  65. 7d97890 #14880: Fix kwargs notation in csv.reader, .writer & .register_dialect by Hynek Schlawack · 13 years ago
  66. a00b100 Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled using the clang compiler by Ronald Oussoren · 13 years ago
  67. 088cec3 Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 13 years ago
  68. f3e0a69 Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 13 years ago
  69. 8622f09 Issue #15645: Ensure 2to3 grammar pickles are properly installed. by Ned Deily · 13 years ago
  70. 4efdc09 #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 13 years ago
  71. 0e3a4c8 Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 13 years ago
  72. 2de4be2 Add workaround for log1p(-0.0) on platforms where it's broken. by Mark Dickinson · 13 years ago
  73. c5bef75 Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 13 years ago
  74. 2d44cee #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 13 years ago
  75. faee75c Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing by Richard Oudkerk · 13 years ago
  76. bc77d36 Fix #15496. Add directory removal helpers to make Windows tests more reliable. Patch by Jeremy Kloth by Brian Curtin · 13 years ago
  77. 2f76f73 Issue #15630: Add an example for "continue" statement in the tutorial. Patch by by Senthil Kumaran · 13 years ago
  78. 2d639d5 Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 13 years ago
  79. a939105 Fix #15567. collections.deque wasn't imported by Brian Curtin · 13 years ago
  80. 6702804 Issue #15560: Fix building _sqlite3 extension on OS X with an SDK. by Ned Deily · 13 years ago
  81. 8ba844a Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. by Andrew Svetlov · 13 years ago
  82. d4e58dc Closes #15469: Correct __sizeof__ support for deque by Jesus Cea · 13 years ago
  83. 3e3192d Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 13 years ago
  84. 1fa9f7b Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. by Antoine Pitrou · 13 years ago
  85. 33f8c3a Issue #8847: Disable COMDAT folding in Windows PGO builds. by Martin v. Löwis · 13 years ago
  86. 8a15c37 Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 13 years ago
  87. 2d96848 Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 13 years ago
  88. d8ec464 Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. by Ned Deily · 13 years ago
  89. baee34c Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 13 years ago
  90. bff5df0 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. by Antoine Pitrou · 13 years ago
  91. c02e1e6 Issue #15467: Move helpers for __sizeof__ tests into test_support. by Martin v. Löwis · 13 years ago
  92. e4b9938 Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 13 years ago
  93. 15fc220 Issue #15041: Update "see also" list in tkinter documentation. by Andrew Svetlov · 13 years ago
  94. 7009845 #15232: make NEWS entry more accurate. by R David Murray · 13 years ago
  95. 87c5b94 Issue #15402: Add a __sizeof__ method to struct.Struct. by Meador Inge · 13 years ago
  96. 0c472c3 Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek. by Senthil Kumaran · 13 years ago
  97. 0f111c1 #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 13 years ago
  98. 68f555c #13922: argparse no longer incorrectly strips '--' after the first one. by R David Murray · 13 years ago
  99. 056c31f #12353: argparse now correctly handles null argument values. by R David Murray · 13 years ago
  100. d33a9be Fix typo introduced in 79d54fba49b3. by Georg Brandl · 13 years ago