1. b349e4c Issue #22116: C functions and methods (of the 'builtin_function_or_method' type) can now be weakref'ed. Patch by Wei Wu. by Antoine Pitrou · 10 years ago
  2. 48b8e4a #18034: merge with 3.4. by Ezio Melotti · 10 years ago
  3. e4aad5a #18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst. by Ezio Melotti · 10 years ago
  4. c734c38 #20977: merge with 3.4. by Ezio Melotti · 10 years ago
  5. d577480 #20977: fix undefined name in the email module. Patch by Rose Ames. by Ezio Melotti · 10 years ago
  6. cb09dca Issue #21907: Further improvments to build_pgo.bat. Patch by Ingolf Becker. by Zachary Ware · 10 years ago
  7. cc66a73 Issue #22003: When initialized from a bytes object, io.BytesIO() now by Antoine Pitrou · 10 years ago
  8. 6aa4269 #21704: merge with 3.4. by Ezio Melotti · 10 years ago
  9. 8a0fb2c #21704: remove duplicate name in Misc/ACKS. by Ezio Melotti · 10 years ago
  10. c3fc341 Issue #21704: Merge. by Richard Oudkerk · 10 years ago
  11. e0e6581 Issue #21704: Fix build error for _multiprocessing when semaphores by Richard Oudkerk · 10 years ago
  12. a22d823 merge by Raymond Hettinger · 10 years ago
  13. 5a2146a Issue #22044: Fixed premature DECREF in call_tzinfo_method. by Raymond Hettinger · 10 years ago
  14. efd5df9 Issue #21947: handle generator-iterator objects in dis by Nick Coghlan · 10 years ago
  15. 22084fc Merge with 3.4 by Terry Jan Reedy · 10 years ago
  16. b03f042 Issue #21597: Turtledemo text pane can now be widened to view or copy complete by Terry Jan Reedy · 10 years ago
  17. f106276 Correct issue #21044 patch author. by Serhiy Storchaka · 10 years ago
  18. 64a1207 Correct issue #21044 patch author. by Serhiy Storchaka · 10 years ago
  19. 26408df Issue #21976: Fix test_ssl to accept LibreSSL version strings. by Antoine Pitrou · 10 years ago
  20. dfab935 Issue #21976: Fix test_ssl to accept LibreSSL version strings. by Antoine Pitrou · 10 years ago
  21. a98faef Issue 21044: tarfile.open() now handles fileobj with an integer 'name' by Serhiy Storchaka · 10 years ago
  22. 2c6a3ae Issue 21044: tarfile.open() now handles fileobj with an integer 'name' by Serhiy Storchaka · 10 years ago
  23. 5596619 Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  24. 5d0d2e6 Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  25. 217f4cd Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  26. 915a30f Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  27. 1c5f56a Issue #9554: Use modern unittest features in test_argparse. by Berker Peksag · 10 years ago
  28. a157867 merge by Raymond Hettinger · 10 years ago
  29. 1945456 Issue #19145: Remove duplicate ACKS entry by Raymond Hettinger · 10 years ago
  30. ee205dc merge by Raymond Hettinger · 10 years ago
  31. 97d3555 Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> by Raymond Hettinger · 10 years ago
  32. 24a3c72 merge: #20155: use fake HTTP method names so windows doesn't hang the tests. by R David Murray · 10 years ago
  33. 14199f9 #20155: use fake HTTP method names so windows doesn't hang the tests. by R David Murray · 10 years ago
  34. c03dc0f merge by Raymond Hettinger · 10 years ago
  35. 4c945fe merge by Raymond Hettinger · 10 years ago
  36. f5c5175 merge 3.4 by Benjamin Peterson · 10 years ago
  37. 17f9b64 add Chris Foster by Benjamin Peterson · 10 years ago
  38. 04ba0bb Issue #11974: Add tutorial section on class and instance variables by Raymond Hettinger · 10 years ago
  39. 47d1e28 merge by Raymond Hettinger · 10 years ago
  40. 6dec4ea Issue #21812: Trigger immediate transformation in turtle.shapetransform(). by Raymond Hettinger · 10 years ago
  41. 63f277b Issue #21741: Add st_file_attributes to os.stat_result on Windows. by Zachary Ware · 10 years ago
  42. 41dcf35 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 10 years ago
  43. 2e4d3b1 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 10 years ago
  44. d5d4ef3 merge 3.4 by Benjamin Peterson · 10 years ago
  45. 67fbed5 add Ammar Brohi for running ssllab's test on python.org and reporting a problem by Benjamin Peterson · 10 years ago
  46. 66f80e9 merge 3.4 (#12063) by Benjamin Peterson · 10 years ago
  47. 96e0430 document TokenError and unclosed expression behavior (closes #12063) by Benjamin Peterson · 10 years ago
  48. edb07d2 merge 3.4 (#21463) by Benjamin Peterson · 10 years ago
  49. 3c2dca6 in ftp cache pruning, avoid changing the size of a dict while iterating over it (closes #21463) by Benjamin Peterson · 10 years ago
  50. 33919e8 merge 3.4 (#21404) by Benjamin Peterson · 10 years ago
  51. 9b2731b document the compress_level argument to tarfile.open (closes #21404) by Benjamin Peterson · 10 years ago
  52. 15ec11e Merge with 3.4 by Terry Jan Reedy · 10 years ago
  53. b52f876 Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier. by Terry Jan Reedy · 10 years ago
  54. 07e0485 Issue 21575: Show list.sort() arguments in the tutorial. by Raymond Hettinger · 10 years ago
  55. 2d452ee Issue 15246: Improve test coverage for collections.abc.Set. (Contributed by James King). by Raymond Hettinger · 10 years ago
  56. 2f8dca7 Issue #20197: Added support for the WebP image type in the imghdr module. by Serhiy Storchaka · 10 years ago
  57. 40f6b12 Issue #21555: simplify code in gcmodule.c by using the pytime.h functions instead of trying to call time.time() via the C API. by Antoine Pitrou · 10 years ago
  58. a52ecc0 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  59. e17de09 Issue #21545: Add .pop example and tweak comment about pure mutation methods. by Terry Jan Reedy · 10 years ago
  60. fcbeab5 Issue #21488: Oops, the patch for codecs.encode/decode doc was written by by Victor Stinner · 10 years ago
  61. b9183bb Issue #21075: fileinput.FileInput now reads bytes from standard stream if by Serhiy Storchaka · 10 years ago
  62. 946cfc3 Issue #21075: fileinput.FileInput now reads bytes from standard stream if by Serhiy Storchaka · 10 years ago
  63. ef5b4e3 Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword support. by Victor Stinner · 10 years ago
  64. c644e7c Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. by Antoine Pitrou · 10 years ago
  65. 8c9f480 Issue18314 ACKS & NEWS by Tim Golden · 10 years ago
  66. 5c2ac8c setup.py: report modules which built but import failed (closes #21282) by Benjamin Peterson · 10 years ago
  67. 32497f8 Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 10 years ago
  68. 26f82ef Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 10 years ago
  69. c763807 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  70. 43e7cd3 Issue #21026: Augment site doc based on experiments. Patch by Carol Willing. by Terry Jan Reedy · 10 years ago
  71. 05da1ef Issue #18727: improve test coverage of the csv module by testing for DictWriter.writerows. by Antoine Pitrou · 10 years ago
  72. 285a163 Issue #21312: Update the thread_foobar.h template file to include newer threading APIs. Patch by Jack McCracken. by Antoine Pitrou · 10 years ago
  73. c695c95 Issue #19940: ssl.cert_time_to_seconds() now interprets the given time string in the UTC timezone (as specified in RFC 5280), not the local timezone. by Antoine Pitrou · 10 years ago
  74. fbf963c Backed out changeset: 17df50df62c7 by Tim Golden · 10 years ago
  75. 4675d79 Issue #18314 os.unlink will now remove junction points on Windows. Patch by Kim Gräsman. by Tim Golden · 10 years ago
  76. 711ee25 Issue #21127: Path objects can now be instantiated from str subclass instances (such as numpy.str_). by Antoine Pitrou · 10 years ago
  77. cb5ec77 Issue #21127: Path objects can now be instantiated from str subclass instances (such as numpy.str_). by Antoine Pitrou · 10 years ago
  78. 4eef074 Merge: #12220: improve minidom error when URI contains spaces. by R David Murray · 10 years ago
  79. 9077d24 #12220: improve minidom error when URI contains spaces. by R David Murray · 10 years ago
  80. 6d17235 Issue #21311: merge with 3.4 by Ned Deily · 10 years ago
  81. f31b478 Issue #21311: Avoid exception in _osx_support with non-standard compiler by Ned Deily · 10 years ago
  82. dee46b3 Merge with 3.4 by Zachary Ware · 10 years ago
  83. a37ff0f Issue #21289: Fix documentation building on Windows using Doc/make.bat. by Zachary Ware · 10 years ago
  84. 6ac4240 Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. by Terry Jan Reedy · 10 years ago
  85. 62e582c Merge with 3.4 by Terry Jan Reedy · 10 years ago
  86. 1976d9b #15916: if there are no docstrings, make empty suite, not an error. by R David Murray · 10 years ago
  87. ebdaaf4 Issue #20480: Add ipaddress.reverse_pointer. Patch by Leon Weber. by Eric V. Smith · 10 years ago
  88. 79f3ef6 merge 3.4 by Benjamin Peterson · 10 years ago
  89. 584f5cb merge 3.3 by Benjamin Peterson · 10 years ago
  90. 156285c merge 3.2 by Benjamin Peterson · 10 years ago
  91. 99b5afa in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 10 years ago
  92. 0c346d8 Issue #21193: Make (e.g.,) pow(2, -3, 5) raise ValueError rather than TypeError. Patch by Josh Rosenberg. by Mark Dickinson · 10 years ago
  93. f5bdfda merge 3.3 by Benjamin Peterson · 11 years ago
  94. aa2d085 merge 3.2 by Benjamin Peterson · 11 years ago
  95. 8aef28a add Ian Beer by Benjamin Peterson · 11 years ago
  96. ef1c267 backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. by R David Murray · 11 years ago
  97. 8c6f8dc Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Schwab. by Antoine Pitrou · 11 years ago
  98. deec16b add Nehal Hussain by Benjamin Peterson · 11 years ago
  99. f993399 add Sean Rodman by Benjamin Peterson · 11 years ago
  100. 67266d1 merge 3.3 by Benjamin Peterson · 11 years ago