1. 5d0d2e6 Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 11 years ago
  2. 217f4cd Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 11 years ago
  3. 915a30f Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 11 years ago
  4. 1945456 Issue #19145: Remove duplicate ACKS entry by Raymond Hettinger · 11 years ago
  5. 97d3555 Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> by Raymond Hettinger · 11 years ago
  6. 14199f9 #20155: use fake HTTP method names so windows doesn't hang the tests. by R David Murray · 11 years ago
  7. 4c945fe merge by Raymond Hettinger · 11 years ago
  8. 17f9b64 add Chris Foster by Benjamin Peterson · 11 years ago
  9. 04ba0bb Issue #11974: Add tutorial section on class and instance variables by Raymond Hettinger · 11 years ago
  10. 6dec4ea Issue #21812: Trigger immediate transformation in turtle.shapetransform(). by Raymond Hettinger · 11 years ago
  11. 2e4d3b1 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 11 years ago
  12. 67fbed5 add Ammar Brohi for running ssllab's test on python.org and reporting a problem by Benjamin Peterson · 11 years ago
  13. 96e0430 document TokenError and unclosed expression behavior (closes #12063) by Benjamin Peterson · 11 years ago
  14. 3c2dca6 in ftp cache pruning, avoid changing the size of a dict while iterating over it (closes #21463) by Benjamin Peterson · 11 years ago
  15. 9b2731b document the compress_level argument to tarfile.open (closes #21404) by Benjamin Peterson · 11 years ago
  16. b52f876 Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier. by Terry Jan Reedy · 11 years ago
  17. e17de09 Issue #21545: Add .pop example and tweak comment about pure mutation methods. by Terry Jan Reedy · 11 years ago
  18. fcbeab5 Issue #21488: Oops, the patch for codecs.encode/decode doc was written by by Victor Stinner · 11 years ago
  19. 946cfc3 Issue #21075: fileinput.FileInput now reads bytes from standard stream if by Serhiy Storchaka · 11 years ago
  20. ef5b4e3 Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword support. by Victor Stinner · 11 years ago
  21. c644e7c Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. by Antoine Pitrou · 11 years ago
  22. 26f82ef Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 11 years ago
  23. 43e7cd3 Issue #21026: Augment site doc based on experiments. Patch by Carol Willing. by Terry Jan Reedy · 11 years ago
  24. cb5ec77 Issue #21127: Path objects can now be instantiated from str subclass instances (such as numpy.str_). by Antoine Pitrou · 11 years ago
  25. 9077d24 #12220: improve minidom error when URI contains spaces. by R David Murray · 11 years ago
  26. f31b478 Issue #21311: Avoid exception in _osx_support with non-standard compiler by Ned Deily · 11 years ago
  27. a37ff0f Issue #21289: Fix documentation building on Windows using Doc/make.bat. by Zachary Ware · 11 years ago
  28. 6ac4240 Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. by Terry Jan Reedy · 11 years ago
  29. 584f5cb merge 3.3 by Benjamin Peterson · 11 years ago
  30. 156285c merge 3.2 by Benjamin Peterson · 11 years ago
  31. 99b5afa in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 11 years ago
  32. f5bdfda merge 3.3 by Benjamin Peterson · 11 years ago
  33. aa2d085 merge 3.2 by Benjamin Peterson · 11 years ago
  34. 8aef28a add Ian Beer by Benjamin Peterson · 11 years ago
  35. ef1c267 backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. by R David Murray · 11 years ago
  36. 8c6f8dc Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Schwab. by Antoine Pitrou · 11 years ago
  37. deec16b add Nehal Hussain by Benjamin Peterson · 11 years ago
  38. f993399 add Sean Rodman by Benjamin Peterson · 11 years ago
  39. 67266d1 merge 3.3 by Benjamin Peterson · 11 years ago
  40. b8bf995 #20871: improve email policy test coverage. by R David Murray · 11 years ago
  41. 5dda124 #11558: Better message if attach called on non-multipart. by R David Murray · 11 years ago
  42. 150570a merge 3.3 by Benjamin Peterson · 11 years ago
  43. 9e90b12 add Chris Angelico by Benjamin Peterson · 11 years ago
  44. f0b5a7c Issue #20637: Key-sharing now also works for instance dictionaries of subclasses. Patch by Peter Ingebretson. by Antoine Pitrou · 11 years ago
  45. b991597 Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate by Victor Stinner · 12 years ago
  46. 6834a65 Issue #20367: Add Glenn Langford to Misc/ACKS by Victor Stinner · 12 years ago
  47. 34e4628 Merge from 3.3. by Stefan Krah · 12 years ago
  48. 6c01e38 Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H. by Stefan Krah · 12 years ago
  49. c28ab08 merge 3.3 (#18574) by Benjamin Peterson · 12 years ago
  50. 3836593 add Nikolaus Rath to ACKS by Benjamin Peterson · 12 years ago
  51. c6b37e2 merge 3.3 (#20246) by Benjamin Peterson · 12 years ago
  52. 5688222 merge 3.2 (#20246) by Benjamin Peterson · 12 years ago
  53. fbf648e complain when nbytes > buflen to fix possible buffer overflow (closes #20246) by Benjamin Peterson · 12 years ago
  54. f451112 Issue #13107: argparse and optparse no longer raises an exception when output by Serhiy Storchaka · 12 years ago
  55. c1764dd Issue #19648: implement empty tests in pickletester. Patch by Gennadiy Zlobin. by Antoine Pitrou · 12 years ago
  56. e36e8be Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta. by Zachary Ware · 12 years ago
  57. cac05e2 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 12 years ago
  58. 1c84ac1 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 12 years ago
  59. 0aba1a2 (Merge 3.3) Issue #17429: platform.linux_distribution() now decodes files from by Victor Stinner · 12 years ago
  60. 620c48b Issue #17429: platform.linux_distribution() now decodes files from the UTF-8 by Victor Stinner · 12 years ago
  61. d05c9ff Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. by Alexandre Vassalotti · 12 years ago
  62. 910b1c3 Merge heads by Zachary Ware · 12 years ago
  63. 99fb051 Merge heads by Zachary Ware · 12 years ago
  64. 29f8cb6 Issue #19588: Merge with 3.3 by Zachary Ware · 12 years ago
  65. a6edea5 Issue #19588: Fixed tests in test_random that were silently skipped most by Zachary Ware · 12 years ago
  66. 822963e Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 12 years ago
  67. 56507c7 Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 12 years ago
  68. 235c5e0 Issue #17201: ZIP64 extensions now are enabled by default. by Serhiy Storchaka · 12 years ago
  69. fd66cc5 Merge from 3.3 by Andrew Kuchling · 12 years ago
  70. f92ef9b Update Itamar's name by Andrew Kuchling · 12 years ago
  71. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 12 years ago
  72. 58cf607 Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates. by Serhiy Storchaka · 12 years ago
  73. d0cf063 Close #19406: Initial implementation of ensurepip by Nick Coghlan · 12 years ago
  74. 3241641 Issue #19514: Add Andrei Dorian Duma to Misc/ACKS for changeset 4a09cc62419b by Victor Stinner · 12 years ago
  75. 0fb23a2 Issue13234 Credit Santoso for the patch and add NEWS item by Tim Golden · 12 years ago
  76. 2300508 Issue4905: use INVALID_FILE_ATTRIBUTES where appropriate. (Patch by Ulrich Eckhardt) by Tim Golden · 12 years ago
  77. 3d3e1ba Issue #19340: Fix test_sysconfig when Python is built with an empty prefix. by Antoine Pitrou · 12 years ago
  78. dde25c4 Issue #19340: Fix test_sysconfig when Python is built with an empty prefix. by Antoine Pitrou · 12 years ago
  79. a4df90c Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 12 years ago
  80. 27a8564 Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 12 years ago
  81. 5c16c2e #8964: merge with 3.3. by Ezio Melotti · 12 years ago
  82. f076f53 #8964: fix platform._sys_version to handle IronPython 2.6+. by Ezio Melotti · 12 years ago
  83. 42ca982 Issue #19201: Add support for the 'x' mode to the lzma module. by Nadeem Vawda · 12 years ago
  84. 240f86d Close #19266: contextlib.ignore -> contextlib.suppress by Nick Coghlan · 12 years ago
  85. 7d270ee Issue #16129: Add `Py_SetStandardStreamEncoding` by Nick Coghlan · 12 years ago
  86. a8fc7f6 #18714: add attribution. by Georg Brandl · 12 years ago
  87. 7c67951 merge with 3.3 by Georg Brandl · 12 years ago
  88. c377fe2 Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV and refer to faulthandler. by Georg Brandl · 12 years ago
  89. 93d7dda #19148: fix markup errors and wording in enum docs. Patch by Esa Peuha. by Ezio Melotti · 12 years ago
  90. f05d981 Close #10042: functools.total_ordering now handles NotImplemented by Nick Coghlan · 12 years ago
  91. e6f4631 Merge #19092 from 3.3 by Nick Coghlan · 12 years ago
  92. 1a33b2f Close #19092: ExitStack now reraises exceptions from __exit__ by Nick Coghlan · 12 years ago
  93. 6a9c0e5 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 12 years ago
  94. 3c678c3 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 12 years ago
  95. 6ba64f4 Close #18596: Support address sanity checking in clang/GCC by Nick Coghlan · 12 years ago
  96. c76aa48 merge by Raymond Hettinger · 12 years ago
  97. 46f5ca3 Issue #19018: The heapq.merge() function no longer suppresses IndexError by Raymond Hettinger · 12 years ago
  98. 12f1828 Merge for Issue #18997: Issue #18997: fix ElementTree crash with using pickle and __getstate__. by Eli Bendersky · 12 years ago
  99. 61f4cd1 Add Germán M. Bravo to Misc/ACKS by Eli Bendersky · 12 years ago
  100. 5abf3d9 Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 12 years ago