1. 1dcf4f9 Issue#26616:Fixed a bug in datetime.astimezone() method. by Alexander Belopolsky · 8 years ago
  2. 2746168 warnings.formatwarning(): catch exceptions by Victor Stinner · 8 years ago
  3. d6990d2 Issue #24266: Cancel history search mode with Ctrl+C in Readline 7 by Martin Panter · 8 years ago
  4. e46487b merge 3.4 (#17167) by Benjamin Peterson · 8 years ago
  5. b9869df remove useless $ keyword (closes #17167) by Benjamin Peterson · 8 years ago
  6. e431d3c Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 8 years ago
  7. 1cd4ff6 Issue #26560: Avoid potential ValueError in BaseHandler.start_response by Berker Peksag · 8 years ago
  8. 62564db #26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala. by Ezio Melotti · 8 years ago
  9. e4044bf Issue #26271: Fix the Freeze tool to use variables passed in from the by Brett Cannon · 8 years ago
  10. 8dd7aeb Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch by Baji. by Steve Dower · 8 years ago
  11. 1c80b15 Issue #26583: Skip test_timestamp_overflow in test_import if bytecode by Ned Deily · 8 years ago
  12. 5c13aa1 Fix pyclbr to support importing packages by Victor Stinner · 8 years ago
  13. d887d1f Issue #17603: Check for st_blocks field without requiring fileblocks.o by Martin Panter · 8 years ago
  14. ce911c3 Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost by Martin Panter · 8 years ago
  15. 62b6a0d Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested. by Antoine Pitrou · 8 years ago
  16. ecd5383 #25320: Handle sockets in directories unittest discovery is scanning. by Robert Collins · 8 years ago
  17. 20be53e Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR by Berker Peksag · 8 years ago
  18. f2b9a39 #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. by Ezio Melotti · 8 years ago
  19. 8dea74f #25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park. by Ezio Melotti · 8 years ago
  20. d3722e7 Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern Thiel. by Steve Dower · 8 years ago
  21. d669b6b Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. by Steve Dower · 8 years ago
  22. 126c9c1 Issue #26513: Fixes platform module detection of Windows Server by Steve Dower · 8 years ago
  23. 8a7240e Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by by Serhiy Storchaka · 8 years ago
  24. 04d4229 Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise by Berker Peksag · 8 years ago
  25. 42a4366 Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. by Serhiy Storchaka · 8 years ago
  26. 947f411 Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. by Steve Dower · 8 years ago
  27. cc2dbc5 Issue #15068: Got rid of excessive buffering in the fileinput module. by Serhiy Storchaka · 8 years ago
  28. f4d97ce Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g. by Ned Deily · 8 years ago
  29. bec699e Issue #24324: Do not enable unreachable code warnings when using by Ned Deily · 8 years ago
  30. adbf8ce Issue #26505: Fix typos in getaddrinfo license text. Patch by Alex Willmer. by Ned Deily · 8 years ago
  31. d66dd5c Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 8 years ago
  32. e88dd1c Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls by Berker Peksag · 8 years ago
  33. aabafe7 Issue #26015: Added new tests for pickling iterators of mutable sequences. by Serhiy Storchaka · 8 years ago
  34. d551625 Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None. by Serhiy Storchaka · 8 years ago
  35. a01a144 Issue #26475: Fixed debugging output for regular expressions with the (?x) flag. by Serhiy Storchaka · 8 years ago
  36. cfc2a1f merge 3.4 (closes #26478) by Benjamin Peterson · 8 years ago
  37. f11b25b properly use the ObjArgs variant of CallMethod in dictview binary operations (closes #26478) by Benjamin Peterson · 8 years ago
  38. 6c9aa8f Fix str.translate() by Victor Stinner · 8 years ago
  39. bb0dbd5 Issue #26457: Fixed the subnets() methods in IP network classes for the case by Serhiy Storchaka · 8 years ago
  40. 7869a22 Issue #26385: Cleanup NamedTemporaryFile if open() fails, by SilentGhost by Martin Panter · 8 years ago
  41. 3263f68 Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 8 years ago
  42. 738f88f #26246: merge with 3.4. by Ezio Melotti · 9 years ago
  43. 90ba2ca #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. by Ezio Melotti · 9 years ago
  44. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  45. 9491272 open the cert store readonly by Benjamin Peterson · 9 years ago
  46. 63d096d Issue #24421: Compile _math.c separately to avoid race condition by Martin Panter · 9 years ago
  47. eae3336 Issue #26402: Fix XML-RPC client retrying after server disconnection by Martin Panter · 9 years ago
  48. 020250f Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. by Ned Deily · 9 years ago
  49. 102d813 Issue #26302: Correctly identify comma as an invalid character for a cookie (correcting regression in Python 3.5). by Anish Shah · 9 years ago
  50. 205e75b Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True. by Serhiy Storchaka · 9 years ago
  51. e1d4e58 Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on by Ned Deily · 9 years ago
  52. 6fe57ad Issue #26268: Update Windows builds to use OpenSSL 1.0.2f by Zachary Ware · 9 years ago
  53. 16f164e Issue #26268: Update the prepare_ssl.py script by Zachary Ware · 9 years ago
  54. 31feb71 Fix some typos in the NEWS file by Brett Cannon · 9 years ago
  55. 558823a Issue #26186: Remove an invalid type check in importlib.util.LazyLoader. by Brett Cannon · 9 years ago
  56. 4f38cb4 Issue #26367: Have importlib.__init__() raise RuntimeError when by Brett Cannon · 9 years ago
  57. c12fef9 Issue #26309: Shut down socketserver request if verify_request() is false by Martin Panter · 9 years ago
  58. 1378f7c merge 3.4 (closes #25939) by Benjamin Peterson · 9 years ago
  59. 47299fd Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X by Ned Deily · 9 years ago
  60. 203ce92 Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f. by Ned Deily · 9 years ago
  61. 4177e7c Issue #26316: Fix variable name typo in Argument Clinic by Martin Panter · 9 years ago
  62. 77c9681 Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once. by Yury Selivanov · 9 years ago
  63. 06c45e6 Issue #25995: os.walk() no longer uses FDs proportional to the tree depth. by Serhiy Storchaka · 9 years ago
  64. 94a619d Issue #26325: Added test.support.check_no_resource_warning() to check that by Serhiy Storchaka · 9 years ago
  65. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  66. 96a4f07 Issues #26310, #26311: Fix typos in the documentation and code comments by Martin Panter · 9 years ago
  67. 988b9bc Issue #26117: The os.scandir() iterator now closes file descriptor not only by Serhiy Storchaka · 9 years ago
  68. 5f6a0b4 Issue #25911: Restored support of bytes paths in os.walk() on Windows. by Serhiy Storchaka · 9 years ago
  69. 4439148 Issue #26045: Add UTF-8 suggestion to error in http.client by Martin Panter · 9 years ago
  70. a037022 Issue #12923: Reset FancyURLopener's redirect counter even on exception by Martin Panter · 9 years ago
  71. a7eae40 Issue #25660: Fix TAB key behaviour in REPL. by Yury Selivanov · 9 years ago
  72. 3874128 Issue #25945: Fixed bugs in functools.partial. by Serhiy Storchaka · 9 years ago
  73. 567d513 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 9 years ago
  74. b00da57 Issue #26194: Inserting into a full deque to raise an IndexError by Raymond Hettinger · 9 years ago
  75. 4a208e4 Issue #23076: Path.glob() now raises a ValueError if it's called with an by Berker Peksag · 9 years ago
  76. b594422 Issue #4806: Avoid masking original TypeError in call with * unpacking by Martin Panter · 9 years ago
  77. 0a20bbf Issue #26202: copy.deepcopy() now correctly copies range() objects with by Serhiy Storchaka · 9 years ago
  78. d5db573 Issue #19883: Fixed possible integer overflows in zipimport. by Serhiy Storchaka · 9 years ago
  79. 7240030 Windows: Decode hostname from ANSI code page by Victor Stinner · 9 years ago
  80. 34360c8 Issue #19023: Document ctypes array and pointer classes by Martin Panter · 9 years ago
  81. 3743432 Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen by Raymond Hettinger · 9 years ago
  82. 3cdd5fb code_richcompare() now uses the constants types by Victor Stinner · 9 years ago
  83. d99cd33 Issue #26106: doc: Move text of licenses to parsed literal block by Victor Stinner · 9 years ago
  84. 47b8ba2 merge 3.4 (#26171) by Benjamin Peterson · 9 years ago
  85. c4032da prevent buffer overflow in get_data (closes #26171) by Benjamin Peterson · 9 years ago
  86. bfd316e Add _PyThreadState_UncheckedGet() by Victor Stinner · 9 years ago
  87. aebb6d3 Issue #26147: xmlrpc now works with strings not encodable with used by Serhiy Storchaka · 9 years ago
  88. d205d01 Issue #25935: Garbage collector now breaks reference loops with OrderedDict. by Serhiy Storchaka · 9 years ago
  89. e914cd1 Issue #16620: Fixed AttributeError in msilib.Directory.glob(). by Serhiy Storchaka · 9 years ago
  90. 9ad1154 set tp_new from the class in the hierarchy that actually owns the descriptor (closes #25731) by Benjamin Peterson · 9 years ago
  91. 111c7b9 Issue #26013: Added compatibility with broken protocol 2 pickles created by Serhiy Storchaka · 9 years ago
  92. 332334f Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python by Steve Dower · 9 years ago
  93. 87fb7f6 Issue #26073: Update the list of magic numbers in launcher by Steve Dower · 9 years ago
  94. 10cabcb Issue #26065: Excludes venv from library when generating embeddable distro. by Steve Dower · 9 years ago
  95. 1d32941 Issue #25850: Use cross-compilation by default for 64-bit Windows. by Steve Dower · 9 years ago
  96. 56aae8f Issue #17633: Improve support for namespace packages with zipimport. by Brett Cannon · 9 years ago
  97. 17cbee4 Issue #25940: Merge self-signed.pythontest.net testing from 3.4 into 3.5 by Martin Panter · 9 years ago
  98. 514bb07 Issue #25940: Merge self-signed.pythontest.net testing from 3.3 into 3.4 by Martin Panter · 9 years ago
  99. 73f5507 Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3 by Martin Panter · 9 years ago
  100. 3d81d93 Issue #25940: Use self-signed.pythontest.net in SSL tests by Martin Panter · 9 years ago