1. 584f5cb merge 3.3 by Benjamin Peterson · 10 years ago
  2. 156285c merge 3.2 by Benjamin Peterson · 10 years ago
  3. 99b5afa in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 10 years ago
  4. f5bdfda merge 3.3 by Benjamin Peterson · 10 years ago
  5. aa2d085 merge 3.2 by Benjamin Peterson · 10 years ago
  6. 8aef28a add Ian Beer by Benjamin Peterson · 10 years ago
  7. ef1c267 backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. by R David Murray · 10 years ago
  8. 8c6f8dc Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Schwab. by Antoine Pitrou · 10 years ago
  9. deec16b add Nehal Hussain by Benjamin Peterson · 10 years ago
  10. f993399 add Sean Rodman by Benjamin Peterson · 10 years ago
  11. 67266d1 merge 3.3 by Benjamin Peterson · 10 years ago
  12. b8bf995 #20871: improve email policy test coverage. by R David Murray · 10 years ago
  13. 5dda124 #11558: Better message if attach called on non-multipart. by R David Murray · 10 years ago
  14. 150570a merge 3.3 by Benjamin Peterson · 10 years ago
  15. 9e90b12 add Chris Angelico by Benjamin Peterson · 10 years ago
  16. f0b5a7c Issue #20637: Key-sharing now also works for instance dictionaries of subclasses. Patch by Peter Ingebretson. by Antoine Pitrou · 11 years ago
  17. b991597 Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate by Victor Stinner · 11 years ago
  18. 6834a65 Issue #20367: Add Glenn Langford to Misc/ACKS by Victor Stinner · 11 years ago
  19. 34e4628 Merge from 3.3. by Stefan Krah · 11 years ago
  20. 6c01e38 Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H. by Stefan Krah · 11 years ago
  21. c28ab08 merge 3.3 (#18574) by Benjamin Peterson · 11 years ago
  22. 3836593 add Nikolaus Rath to ACKS by Benjamin Peterson · 11 years ago
  23. c6b37e2 merge 3.3 (#20246) by Benjamin Peterson · 11 years ago
  24. 5688222 merge 3.2 (#20246) by Benjamin Peterson · 11 years ago
  25. fbf648e complain when nbytes > buflen to fix possible buffer overflow (closes #20246) by Benjamin Peterson · 11 years ago
  26. f451112 Issue #13107: argparse and optparse no longer raises an exception when output by Serhiy Storchaka · 11 years ago
  27. c1764dd Issue #19648: implement empty tests in pickletester. Patch by Gennadiy Zlobin. by Antoine Pitrou · 11 years ago
  28. e36e8be Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta. by Zachary Ware · 11 years ago
  29. cac05e2 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
  30. 1c84ac1 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
  31. 0aba1a2 (Merge 3.3) Issue #17429: platform.linux_distribution() now decodes files from by Victor Stinner · 11 years ago
  32. 620c48b Issue #17429: platform.linux_distribution() now decodes files from the UTF-8 by Victor Stinner · 11 years ago
  33. d05c9ff Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. by Alexandre Vassalotti · 11 years ago
  34. 910b1c3 Merge heads by Zachary Ware · 11 years ago
  35. 99fb051 Merge heads by Zachary Ware · 11 years ago
  36. 29f8cb6 Issue #19588: Merge with 3.3 by Zachary Ware · 11 years ago
  37. a6edea5 Issue #19588: Fixed tests in test_random that were silently skipped most by Zachary Ware · 11 years ago
  38. 822963e Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 11 years ago
  39. 56507c7 Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 11 years ago
  40. 235c5e0 Issue #17201: ZIP64 extensions now are enabled by default. by Serhiy Storchaka · 11 years ago
  41. fd66cc5 Merge from 3.3 by Andrew Kuchling · 11 years ago
  42. f92ef9b Update Itamar's name by Andrew Kuchling · 11 years ago
  43. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  44. 58cf607 Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates. by Serhiy Storchaka · 11 years ago
  45. d0cf063 Close #19406: Initial implementation of ensurepip by Nick Coghlan · 11 years ago
  46. 3241641 Issue #19514: Add Andrei Dorian Duma to Misc/ACKS for changeset 4a09cc62419b by Victor Stinner · 11 years ago
  47. 0fb23a2 Issue13234 Credit Santoso for the patch and add NEWS item by Tim Golden · 11 years ago
  48. 2300508 Issue4905: use INVALID_FILE_ATTRIBUTES where appropriate. (Patch by Ulrich Eckhardt) by Tim Golden · 11 years ago
  49. 3d3e1ba Issue #19340: Fix test_sysconfig when Python is built with an empty prefix. by Antoine Pitrou · 11 years ago
  50. dde25c4 Issue #19340: Fix test_sysconfig when Python is built with an empty prefix. by Antoine Pitrou · 11 years ago
  51. a4df90c Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 11 years ago
  52. 27a8564 Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 11 years ago
  53. 5c16c2e #8964: merge with 3.3. by Ezio Melotti · 11 years ago
  54. f076f53 #8964: fix platform._sys_version to handle IronPython 2.6+. by Ezio Melotti · 11 years ago
  55. 42ca982 Issue #19201: Add support for the 'x' mode to the lzma module. by Nadeem Vawda · 11 years ago
  56. 240f86d Close #19266: contextlib.ignore -> contextlib.suppress by Nick Coghlan · 11 years ago
  57. 7d270ee Issue #16129: Add `Py_SetStandardStreamEncoding` by Nick Coghlan · 11 years ago
  58. a8fc7f6 #18714: add attribution. by Georg Brandl · 11 years ago
  59. 7c67951 merge with 3.3 by Georg Brandl · 11 years ago
  60. c377fe2 Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV and refer to faulthandler. by Georg Brandl · 11 years ago
  61. 93d7dda #19148: fix markup errors and wording in enum docs. Patch by Esa Peuha. by Ezio Melotti · 11 years ago
  62. f05d981 Close #10042: functools.total_ordering now handles NotImplemented by Nick Coghlan · 11 years ago
  63. e6f4631 Merge #19092 from 3.3 by Nick Coghlan · 11 years ago
  64. 1a33b2f Close #19092: ExitStack now reraises exceptions from __exit__ by Nick Coghlan · 11 years ago
  65. 6a9c0e5 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 11 years ago
  66. 3c678c3 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 11 years ago
  67. 6ba64f4 Close #18596: Support address sanity checking in clang/GCC by Nick Coghlan · 11 years ago
  68. c76aa48 merge by Raymond Hettinger · 11 years ago
  69. 46f5ca3 Issue #19018: The heapq.merge() function no longer suppresses IndexError by Raymond Hettinger · 11 years ago
  70. 12f1828 Merge for Issue #18997: Issue #18997: fix ElementTree crash with using pickle and __getstate__. by Eli Bendersky · 11 years ago
  71. 61f4cd1 Add Germán M. Bravo to Misc/ACKS by Eli Bendersky · 11 years ago
  72. 5abf3d9 Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 11 years ago
  73. 016af3f Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 11 years ago
  74. f276232 Issue #18962: Optimize the single iterator case for heapq.merge() by Raymond Hettinger · 11 years ago
  75. 9143b0e Added Elazar to Misc/ACKS. by Ethan Furman · 11 years ago
  76. 309836c Issue #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
  77. f315df3 Issue #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
  78. 207fe01 Issue #18912: Fix indentation in docstring by Eli Bendersky · 11 years ago
  79. 79a53ea Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
  80. 9939cc8 Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
  81. eb97368 Issue #11798: TestSuite now drops references to own tests after execution. by Andrew Svetlov · 11 years ago
  82. ec42975 #18833: merge with 3.3. by Ezio Melotti · 11 years ago
  83. 4f1353a #18833: add a test for test_telnetlib. Patch by Alex Volkov. by Ezio Melotti · 11 years ago
  84. 5617df1 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
  85. b1973c2 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
  86. ee8f773 Issue #18676: Merge from 3.3 by Terry Jan Reedy · 11 years ago
  87. 7608b60 Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get by Terry Jan Reedy · 11 years ago
  88. d119b7b #18357: merge with 3.3. by Ezio Melotti · 11 years ago
  89. 2532635 #18357: add tests for dictview set difference. Patch by Fraser Tweedale. by Ezio Melotti · 11 years ago
  90. c53204b Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert. by Antoine Pitrou · 11 years ago
  91. 2833f42 #18657: remove duplicate entries from Misc/ACKS. by R David Murray · 11 years ago
  92. 21e9ac7 Merge: #18657: remove duplicate entries from Misc/ACKS. by R David Murray · 11 years ago
  93. ffb3289 Issue #17557: merge from 3.3 by Ned Deily · 11 years ago
  94. b5dd6d2 Issue #17557: Fix os.getgroups() to work with the modified behavior of by Ned Deily · 11 years ago
  95. 69e3bda Issue #15494: test.support is now a package rather than a module by Nick Coghlan · 11 years ago
  96. fb15aa1 Close #15494: test.support is now a package rather than a module by Nick Coghlan · 11 years ago
  97. 3e1e97a #16937: merge with 3.3. by Ezio Melotti · 11 years ago
  98. 61b0c67 #16937: document that stdin is always buffered, even when -u is used. Patch by Elena Oat. by Ezio Melotti · 11 years ago
  99. 60a26e0 Issue #9177: Calling read() or write() now raises ValueError, not AttributeError, on a closed SSL socket. by Antoine Pitrou · 11 years ago
  100. 6180a2f Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by by Serhiy Storchaka · 11 years ago