1. c5b75db Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 12 years ago
  2. 45c4375 Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 12 years ago
  3. 986a56c Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 12 years ago
  4. 95195b3 Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 12 years ago
  5. 5a4b03d #16154: merge with 3.2. by Ezio Melotti · 12 years ago
  6. 4050792 #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. by Ezio Melotti · 12 years ago
  7. fe8e6e7 #13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used inside character classes (e.g. [A]). Patch by Matthew Barnett. by Ezio Melotti · 12 years ago
  8. 698bdb2 Issue #16076: make _elementtree.Element pickle-able in a way that is compatible by Eli Bendersky · 12 years ago
  9. a873690 The get() and iter() are now able to accept keyword arguments. by Eli Bendersky · 12 years ago
  10. 57cb81d Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 12 years ago
  11. 638fb9b Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 12 years ago
  12. c527037 add Tom Tromey to ACKS by Benjamin Peterson · 12 years ago
  13. 0dc5ab4 Merged `parser.clean()` fix (issue #16820) from 3.2. by Łukasz Langa · 12 years ago
  14. c7ce3f7 added Wolfgang Scherer to acknowledgements by Łukasz Langa · 12 years ago
  15. 97eefc1 Merged fix for #15803 from 3.2 by Łukasz Langa · 12 years ago
  16. 3057469 Fixes issue #15803: incorrect `ConfigParser.items()` docstring by Łukasz Langa · 12 years ago
  17. c1b59d4 Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. by Serhiy Storchaka · 12 years ago
  18. 70dcef4 Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
  19. 56ad5ed Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
  20. 73b969e Issue #16752: Add a missing import to modulefinder. by Brett Cannon · 12 years ago
  21. 9ca5893 #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  22. dec59ec #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  23. d20e774 Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 12 years ago
  24. 084daa2 Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 12 years ago
  25. 3f7c0e4 Merge fixes for #13614, #13512 and #7719 from 3.2 by Éric Araujo · 12 years ago
  26. 24457c9 Branch merge by Éric Araujo · 12 years ago
  27. 8b503c0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 12 years ago
  28. 62a0d6e Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 12 years ago
  29. d61926e Create ~/.pypirc securely (#13512). by Éric Araujo · 12 years ago
  30. a7129d3 Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 12 years ago
  31. 09974b4 Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 12 years ago
  32. 1e86d01 #16549: merge with 3.2. by Ezio Melotti · 12 years ago
  33. 057bcb4 #16549: Make json.tool work again on Python 3 and add tests. Initial patch by Berker Peksag and Serhiy Storchaka. by Ezio Melotti · 12 years ago
  34. f7c709d #16306: merge with 3.2. by Ezio Melotti · 12 years ago
  35. 7c66319 #16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen. by Ezio Melotti · 12 years ago
  36. aab9c2b Issue #5765: Apply a hard recursion limit in the compiler by Nick Coghlan · 12 years ago
  37. 8f423c9 Add examples for opener argument of open (#13424). by Éric Araujo · 12 years ago
  38. fafa8b7 #16152: merge with 3.2. by Ezio Melotti · 12 years ago
  39. 2cc3b4b #16152: fix tokenize to ignore whitespace at the end of the code when no newline is found. Patch by Ned Batchelder. by Ezio Melotti · 12 years ago
  40. cc4bacf #12890: fix test on windows by R David Murray · 12 years ago
  41. 4648b47 #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 12 years ago
  42. 92c28ca #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 12 years ago
  43. c4b8e05 merge #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 12 years ago
  44. 252cd0e #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 12 years ago
  45. 254af26 #16307: Fix multiprocessing.Pool.map_async not calling its callbacks by Hynek Schlawack · 12 years ago
  46. e6c0f0d #16210: merge with 3.2. by Ezio Melotti · 12 years ago
  47. 837cd06 #16210: combine the two type() docs. Patch by Pete Sevander. by Ezio Melotti · 12 years ago
  48. 950d5fd Issue #16241: document -X faulthandler command line option. by Andrew Svetlov · 12 years ago
  49. 5508412 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  50. ae247a5 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  51. 2365f41 Merge issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 12 years ago
  52. abfc7df Issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 12 years ago
  53. a514ea3 Merge issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 12 years ago
  54. 2ef4584 Issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 12 years ago
  55. 1a8db9c Fix typo in documentation for collections.ChainMap, thanks to Olivier Bernard from docs@ by Andrew Svetlov · 12 years ago
  56. e8801e2 MERGE: Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  57. fc990e9 Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  58. 491b6b7 MERGE: Fix Misc/ACKS alphabetic order by Jesus Cea · 12 years ago
  59. fb22f54 MERGE: Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
  60. 83451a2 Fix Misc/ACKS alphabetic order by Jesus Cea · 12 years ago
  61. 09bf7a7 Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
  62. c2085dd #15437, #15439: merge with 3.2. by Ezio Melotti · 12 years ago
  63. 56f37aa #15437, #15439: merge Doc/ACKS.txt with Misc/ACKS and modify Doc/about.rst accordingly. by Ezio Melotti · 12 years ago
  64. 7b9c48f MERGE: #15676: Proper attribution in Misc/ACKS by Jesus Cea · 12 years ago
  65. 3159cb5 #15676: Proper attribution in Misc/ACKS by Jesus Cea · 12 years ago
  66. 11946fb Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 12 years ago
  67. 1d85745 Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 12 years ago
  68. 64b0ef1 Merge #12776,#11839: call argparse type function only once. by R David Murray · 12 years ago
  69. 6fb8fb1 #12776,#11839: call argparse type function only once. by R David Murray · 12 years ago
  70. ad2a7d5 Merge #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 12 years ago
  71. 638d40b #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 12 years ago
  72. 9439f04 Issue #14954: Clarify the interaction of weak references and garbage collection. by Antoine Pitrou · 12 years ago
  73. df9c945 #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 12 years ago
  74. c6fdafc #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 12 years ago
  75. 75506e8 Issue #15726: Fix incorrect bounds checking in PyState_FindModule. by Antoine Pitrou · 12 years ago
  76. 8bd24fe Issue #12643: Respect sys.excepthook in code.InteractiveConsole by Nick Coghlan · 12 years ago
  77. dbcae3c Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 12 years ago
  78. b47ea9a Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 12 years ago
  79. 9c7e100 Add Daniel Ellis to Misc/ACKS by Eli Bendersky · 12 years ago
  80. b79be95 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  81. fbd4f80 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  82. 80dd1af Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 12 years ago
  83. 03b4d50 Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 12 years ago
  84. eec6420 Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  85. b4a09ab Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  86. 481ae50 construct fields in the right order (closes #15517) by Benjamin Peterson · 12 years ago
  87. 504ba31 Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 12 years ago
  88. 1fb0e3f Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 12 years ago
  89. b15e622 Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 12 years ago
  90. 4887b1c Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 12 years ago
  91. 00528e8 #13922: argparse no longer incorrectly strips '--' after the first one. by R David Murray · 12 years ago
  92. b17ad53 Issue #15406: Fix deprecation warning in ctypes test_bitfields.py by Meador Inge · 12 years ago
  93. ca9652e Issue #15406: Fix deprecation warning in ctypes test_bitfields.py by Meador Inge · 12 years ago
  94. f4cc216 Issue #15394: Fix ref leaks in PyModule_Create. by Meador Inge · 12 years ago
  95. 29e49d6 Issue #15394: Fix ref leaks in PyModule_Create. by Meador Inge · 12 years ago
  96. 4866266 Fixes Issue #14635: telnetlib will use poll() rather than select() when possible by Gregory P. Smith · 12 years ago
  97. dad5711 Fixes Issue #14635: telnetlib will use poll() rather than select() when possible by Gregory P. Smith · 12 years ago
  98. 924ae1b Remove duplicate entry and fix order by Antoine Pitrou · 12 years ago
  99. f0b1baf Issue #15334: skip test_dynamic_key when run in non-interactive mode. by Antoine Pitrou · 12 years ago
  100. 282083d Issue #15300: Ensure the temporary test working directories are in the same parent folder when running tests in multiprocess mode from a Python build. by Antoine Pitrou · 12 years ago