1. 1906c0c Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 12 years ago
  2. ad4b000 Issue #14783: Backport changes from 3.2. by Chris Jerdonek · 12 years ago
  3. 3e94e14 Backed out changeset 5abacebec9d2 by Jesus Cea · 12 years ago
  4. 82a3924 Backed out changeset c73b90b6dadd by Jesus Cea · 12 years ago
  5. 95038fa Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  6. e884be6 Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
  7. 31a9e83 #15979: improve timeit documentation. by Ezio Melotti · 12 years ago
  8. 71d74b0 Close #16036: Backport 3.x documentation improvement. by Chris Jerdonek · 12 years ago
  9. c820de5 #15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801). by Ezio Melotti · 12 years ago
  10. 0798cbc Issue #15756: subprocess.poll() now properly handles errno.ECHILD to by Gregory P. Smith · 12 years ago
  11. 218a8ab Issues #16029, #16030: Fix pickling and repr of large xranges. by Mark Dickinson · 12 years ago
  12. bf2ad34 Pass on parameters in unittest.TextTestResult.__init__ super call by Michael Foord · 12 years ago
  13. a4fd0dc #15222: Insert blank line after each message in mbox mailboxes by Petri Lehtinen · 12 years ago
  14. 0dea936 - Issue #15935: Clarification of argparse docs, re: add_argument() type and by Barry Warsaw · 12 years ago
  15. 671138f Issue #16037: Limit httplib's _read_status() function to work around broken by Christian Heimes · 12 years ago
  16. d41dc7c 2.7 : Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. by Senthil Kumaran · 12 years ago
  17. 8112ea2 Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 12 years ago
  18. cadff70 #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier. by Ezio Melotti · 12 years ago
  19. 3d2fc15 - Issue #11715: Fix multiarch detection without having Debian development by doko@ubuntu.com · 12 years ago
  20. 6d6fb3a #15970: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param". by Ezio Melotti · 12 years ago
  21. 03fcfbe - Issue #15906: Fix a regression in argparse caused by the preceding change, by Barry Warsaw · 12 years ago
  22. 3fb774e Closes #15910: MD5 and SHA1 crash when "updated" with strings bigger than 2**32 bytes by Jesus Cea · 12 years ago
  23. 03a9d2a Closes #15908: SHA1 crashes in 64 bits when the string to hash is bigger than 2**32 bytes by Jesus Cea · 12 years ago
  24. 8b54d6d Closes #15676: mmap: add empty file check prior to offset check by Jesus Cea · 12 years ago
  25. 10fc104 Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 12 years ago
  26. e299cae Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. by Antoine Pitrou · 12 years ago
  27. 58098a7 Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  28. c5eec0e Issue #15841: The readable(), writable() and seekable() methods of io.BytesIO by Antoine Pitrou · 12 years ago
  29. 80f4553 #15802: Fix test logic in TestMaildir.test_create_tmp by Petri Lehtinen · 12 years ago
  30. f9e1f11 #13769: Enhance docs for ensure_ascii semantics in JSON decoding functions by Petri Lehtinen · 12 years ago
  31. 2010187 #12776,#11839: call argparse type function only once. by R David Murray · 12 years ago
  32. f6407a1 Issue #15819: Fix out-of-tree builds from a readonly source. by Trent Nelson · 12 years ago
  33. da4277a Issue #15765: Fix quirky NetBSD getcwd() behaviour. by Trent Nelson · 12 years ago
  34. 23d49d3 use the stricter PyMapping_Check (closes #15801) by Benjamin Peterson · 12 years ago
  35. 7d97890 #14880: Fix kwargs notation in csv.reader, .writer & .register_dialect by Hynek Schlawack · 12 years ago
  36. a00b100 Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled using the clang compiler by Ronald Oussoren · 12 years ago
  37. 088cec3 Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 12 years ago
  38. f3e0a69 Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 12 years ago
  39. 8622f09 Issue #15645: Ensure 2to3 grammar pickles are properly installed. by Ned Deily · 12 years ago
  40. 4efdc09 #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 12 years ago
  41. 0e3a4c8 Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 12 years ago
  42. 2de4be2 Add workaround for log1p(-0.0) on platforms where it's broken. by Mark Dickinson · 12 years ago
  43. c5bef75 Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 12 years ago
  44. 2d44cee #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 12 years ago
  45. faee75c Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing by Richard Oudkerk · 12 years ago
  46. bc77d36 Fix #15496. Add directory removal helpers to make Windows tests more reliable. Patch by Jeremy Kloth by Brian Curtin · 12 years ago
  47. 2f76f73 Issue #15630: Add an example for "continue" statement in the tutorial. Patch by by Senthil Kumaran · 12 years ago
  48. 2d639d5 Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 12 years ago
  49. a939105 Fix #15567. collections.deque wasn't imported by Brian Curtin · 12 years ago
  50. 6702804 Issue #15560: Fix building _sqlite3 extension on OS X with an SDK. by Ned Deily · 12 years ago
  51. 8ba844a Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. by Andrew Svetlov · 12 years ago
  52. d4e58dc Closes #15469: Correct __sizeof__ support for deque by Jesus Cea · 12 years ago
  53. 3e3192d Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 12 years ago
  54. 1fa9f7b Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. by Antoine Pitrou · 12 years ago
  55. 33f8c3a Issue #8847: Disable COMDAT folding in Windows PGO builds. by Martin v. Löwis · 12 years ago
  56. 8a15c37 Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 12 years ago
  57. 2d96848 Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 12 years ago
  58. d8ec464 Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. by Ned Deily · 12 years ago
  59. baee34c Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 12 years ago
  60. bff5df0 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. by Antoine Pitrou · 12 years ago
  61. c02e1e6 Issue #15467: Move helpers for __sizeof__ tests into test_support. by Martin v. Löwis · 12 years ago
  62. e4b9938 Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 12 years ago
  63. 15fc220 Issue #15041: Update "see also" list in tkinter documentation. by Andrew Svetlov · 12 years ago
  64. 7009845 #15232: make NEWS entry more accurate. by R David Murray · 12 years ago
  65. 87c5b94 Issue #15402: Add a __sizeof__ method to struct.Struct. by Meador Inge · 12 years ago
  66. 0c472c3 Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek. by Senthil Kumaran · 12 years ago
  67. 0f111c1 #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 12 years ago
  68. 68f555c #13922: argparse no longer incorrectly strips '--' after the first one. by R David Murray · 12 years ago
  69. 056c31f #12353: argparse now correctly handles null argument values. by R David Murray · 12 years ago
  70. d33a9be Fix typo introduced in 79d54fba49b3. by Georg Brandl · 12 years ago
  71. 715a63b Issue #14579: Fix error handling bug in the utf-16 decoder. by Antoine Pitrou · 12 years ago
  72. 25be3f6 Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. by Meador Inge · 12 years ago
  73. 6642d1f Issue #15368: make bytecode generation deterministic. by Meador Inge · 12 years ago
  74. e0c2220 Fixes Issue #14635: telnetlib will use poll() rather than select() when possible by Gregory P. Smith · 12 years ago
  75. 45ed012 Issue #13557: Clarify effect of giving two different namespaces to exec or by Terry Jan Reedy · 12 years ago
  76. 5d60e56 revert the changes done in d931a3b64fd6 - buildbot failure. by Senthil Kumaran · 12 years ago
  77. 01fe5fa Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method. by Senthil Kumaran · 12 years ago
  78. c2ec992 Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 12 years ago
  79. 3b30b19 Fix closes issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp by Senthil Kumaran · 12 years ago
  80. e5567cc Create ~/.pypirc securely (#13512). by Éric Araujo · 12 years ago
  81. 3cf202e Ignore .nfs* files in distutils (#7719). by Éric Araujo · 12 years ago
  82. e0afb72 Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit machines. by Mark Dickinson · 12 years ago
  83. d07de40 #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() by Petri Lehtinen · 12 years ago
  84. d958cc9 Issue #15219: Fix a reference leak when hashlib.new() is called with by Amaury Forgeot d'Arc · 12 years ago
  85. 45f0d98 #9559: Append data to single-file mailbox files if messages are only added by Petri Lehtinen · 12 years ago
  86. b2ac4d6 Fixes issue #12268 for file readline, readlines and read() and readinto methods. by Gregory P. Smith · 12 years ago
  87. e99d3a1 Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 12 years ago
  88. 9bd4bf2 #10053: Don't close FDs when FileIO.__init__ fails by Hynek Schlawack · 12 years ago
  89. 4215d27 Issue #15101: Make pool finalizer avoid joining current thread by Richard Oudkerk · 12 years ago
  90. 48ee690 Fix NEWS entry for #15036 by Petri Lehtinen · 12 years ago
  91. a093312 Issue #15043: skip test_gdb if the custom hooks can't be loaded (backport from 3.x) by Nick Coghlan · 12 years ago
  92. 43f42fc Issue #15054: Fix incorrect tokenization of 'b' and 'br' string literals. by Meador Inge · 12 years ago
  93. 7cf6699 #15036: Make a repeated changes and flushes work with single-file mailboxes by Petri Lehtinen · 12 years ago
  94. 926f58d Issue #10133: Make multiprocessing deallocate buffer if socket read fails. by Richard Oudkerk · 12 years ago
  95. 5525eb7 NEWS fixes by Terry Jan Reedy · 12 years ago
  96. 2182e05 Issue #13854: Properly handle non-integer, non-string arg to SystemExit by Richard Oudkerk · 12 years ago
  97. d44a4a2 Issue #12157: pool.map() does not handle empty iterable correctly by Richard Oudkerk · 12 years ago
  98. 5e247b7 Issue #14962: Update text coloring in IDLE shell window after changing by Ned Deily · 12 years ago
  99. 7148984 Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu. by Ned Deily · 12 years ago
  100. ff0e22b Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts. by Antoine Pitrou · 12 years ago