1. def8072 setup.py: add missing libm dependency by Victor Stinner · 8 years ago
  2. 0f450ab Issue #24838: tarfile's ustar and gnu formats now correctly calculate name and by Lars Gustäbel · 8 years ago
  3. d274b3f Issue #26657: Fix Windows directory traversal vulnerability with http.server by Martin Panter · 8 years ago
  4. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  5. 50dd1f7 Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8 by Martin Panter · 8 years ago
  6. 2b601d3 add gc support to slice (closes #26659) by Benjamin Peterson · 8 years ago
  7. d82da9f Issue #25702: A --with-lto configure option has been added that will by Gregory P. Smith · 8 years ago
  8. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  9. 3d74976 Issue #26718: super.__init__ no longer leaks memory if called multiple times. by Serhiy Storchaka · 8 years ago
  10. a7a222f Closes #26624: Adds validation of ucrtbase[d].dll version with warning for old versions. by Steve Dower · 8 years ago
  11. 9d24271 Fix os.urandom() on Solaris 11.3 by Victor Stinner · 8 years ago
  12. fc43511 Issue #25339: PYTHONIOENCODING now has priority over locale in setting the by Serhiy Storchaka · 8 years ago
  13. d7fdc86 Issue #16329: Add .webm to mimetypes.types_map by Berker Peksag · 8 years ago
  14. a2d7cf0 Issue #13952: Add .csv to mimetypes.types_map by Berker Peksag · 8 years ago
  15. 94ad49f Issue #26709: Fixed Y2038 problem in loading binary PLists. by Serhiy Storchaka · 8 years ago
  16. 0f76739 Issue #6953: Rearrange and expand Readline module documentation by Martin Panter · 8 years ago
  17. cc71a79 Fix typos in documentation and comments by Martin Panter · 8 years ago
  18. 5dbbf1a Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price by Martin Panter · 8 years ago
  19. acc0319 Issue #26586: Handle excessive header fields in http.server, by Xiang Zhang by Martin Panter · 8 years ago
  20. 754aab2 Issue #22854: Clarify documentation about UnsupportedOperation and add tests by Martin Panter · 8 years ago
  21. fbb1c5e Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 8 years ago
  22. f6b1d66 Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes by Martin Panter · 8 years ago
  23. ce91387 Issue #25195: Fix a regression in mock.MagicMock by Berker Peksag · 8 years ago
  24. 5503d47 Issue #26644: Raise ValueError for negative SSLSocket.recv() and read() by Martin Panter · 8 years ago
  25. 1dcf4f9 Issue#26616:Fixed a bug in datetime.astimezone() method. by Alexander Belopolsky · 8 years ago
  26. 2746168 warnings.formatwarning(): catch exceptions by Victor Stinner · 8 years ago
  27. d6990d2 Issue #24266: Cancel history search mode with Ctrl+C in Readline 7 by Martin Panter · 8 years ago
  28. e46487b merge 3.4 (#17167) by Benjamin Peterson · 8 years ago
  29. b9869df remove useless $ keyword (closes #17167) by Benjamin Peterson · 8 years ago
  30. e431d3c Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 8 years ago
  31. 1cd4ff6 Issue #26560: Avoid potential ValueError in BaseHandler.start_response by Berker Peksag · 8 years ago
  32. 62564db #26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala. by Ezio Melotti · 8 years ago
  33. e4044bf Issue #26271: Fix the Freeze tool to use variables passed in from the by Brett Cannon · 8 years ago
  34. 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
  35. 1c80b15 Issue #26583: Skip test_timestamp_overflow in test_import if bytecode by Ned Deily · 8 years ago
  36. 5c13aa1 Fix pyclbr to support importing packages by Victor Stinner · 8 years ago
  37. d887d1f Issue #17603: Check for st_blocks field without requiring fileblocks.o by Martin Panter · 8 years ago
  38. ce911c3 Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost by Martin Panter · 8 years ago
  39. 62b6a0d Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested. by Antoine Pitrou · 8 years ago
  40. ecd5383 #25320: Handle sockets in directories unittest discovery is scanning. by Robert Collins · 8 years ago
  41. 20be53e Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR by Berker Peksag · 8 years ago
  42. f2b9a39 #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. by Ezio Melotti · 8 years ago
  43. 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
  44. d3722e7 Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern Thiel. by Steve Dower · 8 years ago
  45. d669b6b Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. by Steve Dower · 8 years ago
  46. 126c9c1 Issue #26513: Fixes platform module detection of Windows Server by Steve Dower · 8 years ago
  47. 8a7240e Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by by Serhiy Storchaka · 8 years ago
  48. 04d4229 Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise by Berker Peksag · 8 years ago
  49. 42a4366 Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. by Serhiy Storchaka · 8 years ago
  50. 947f411 Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. by Steve Dower · 8 years ago
  51. cc2dbc5 Issue #15068: Got rid of excessive buffering in the fileinput module. by Serhiy Storchaka · 8 years ago
  52. f4d97ce Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g. by Ned Deily · 8 years ago
  53. bec699e Issue #24324: Do not enable unreachable code warnings when using by Ned Deily · 8 years ago
  54. adbf8ce Issue #26505: Fix typos in getaddrinfo license text. Patch by Alex Willmer. by Ned Deily · 8 years ago
  55. d66dd5c Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 8 years ago
  56. e88dd1c Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls by Berker Peksag · 8 years ago
  57. aabafe7 Issue #26015: Added new tests for pickling iterators of mutable sequences. by Serhiy Storchaka · 8 years ago
  58. d551625 Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None. by Serhiy Storchaka · 8 years ago
  59. a01a144 Issue #26475: Fixed debugging output for regular expressions with the (?x) flag. by Serhiy Storchaka · 8 years ago
  60. cfc2a1f merge 3.4 (closes #26478) by Benjamin Peterson · 8 years ago
  61. f11b25b properly use the ObjArgs variant of CallMethod in dictview binary operations (closes #26478) by Benjamin Peterson · 8 years ago
  62. 6c9aa8f Fix str.translate() by Victor Stinner · 8 years ago
  63. bb0dbd5 Issue #26457: Fixed the subnets() methods in IP network classes for the case by Serhiy Storchaka · 8 years ago
  64. 7869a22 Issue #26385: Cleanup NamedTemporaryFile if open() fails, by SilentGhost by Martin Panter · 8 years ago
  65. 3263f68 Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 8 years ago
  66. 738f88f #26246: merge with 3.4. by Ezio Melotti · 8 years ago
  67. 90ba2ca #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. by Ezio Melotti · 8 years ago
  68. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 8 years ago
  69. 9491272 open the cert store readonly by Benjamin Peterson · 8 years ago
  70. 63d096d Issue #24421: Compile _math.c separately to avoid race condition by Martin Panter · 8 years ago
  71. eae3336 Issue #26402: Fix XML-RPC client retrying after server disconnection by Martin Panter · 8 years ago
  72. 020250f Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. by Ned Deily · 8 years ago
  73. 102d813 Issue #26302: Correctly identify comma as an invalid character for a cookie (correcting regression in Python 3.5). by Anish Shah · 8 years ago
  74. 205e75b Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True. by Serhiy Storchaka · 8 years ago
  75. e1d4e58 Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on by Ned Deily · 8 years ago
  76. 6fe57ad Issue #26268: Update Windows builds to use OpenSSL 1.0.2f by Zachary Ware · 8 years ago
  77. 16f164e Issue #26268: Update the prepare_ssl.py script by Zachary Ware · 8 years ago
  78. 31feb71 Fix some typos in the NEWS file by Brett Cannon · 8 years ago
  79. 558823a Issue #26186: Remove an invalid type check in importlib.util.LazyLoader. by Brett Cannon · 8 years ago
  80. 4f38cb4 Issue #26367: Have importlib.__init__() raise RuntimeError when by Brett Cannon · 8 years ago
  81. c12fef9 Issue #26309: Shut down socketserver request if verify_request() is false by Martin Panter · 8 years ago
  82. 1378f7c merge 3.4 (closes #25939) by Benjamin Peterson · 8 years ago
  83. 47299fd Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X by Ned Deily · 8 years ago
  84. 203ce92 Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f. by Ned Deily · 8 years ago
  85. 4177e7c Issue #26316: Fix variable name typo in Argument Clinic by Martin Panter · 8 years ago
  86. 77c9681 Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once. by Yury Selivanov · 8 years ago
  87. 06c45e6 Issue #25995: os.walk() no longer uses FDs proportional to the tree depth. by Serhiy Storchaka · 8 years ago
  88. 94a619d Issue #26325: Added test.support.check_no_resource_warning() to check that by Serhiy Storchaka · 8 years ago
  89. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 8 years ago
  90. 96a4f07 Issues #26310, #26311: Fix typos in the documentation and code comments by Martin Panter · 8 years ago
  91. 988b9bc Issue #26117: The os.scandir() iterator now closes file descriptor not only by Serhiy Storchaka · 8 years ago
  92. 5f6a0b4 Issue #25911: Restored support of bytes paths in os.walk() on Windows. by Serhiy Storchaka · 8 years ago
  93. 4439148 Issue #26045: Add UTF-8 suggestion to error in http.client by Martin Panter · 8 years ago
  94. a037022 Issue #12923: Reset FancyURLopener's redirect counter even on exception by Martin Panter · 8 years ago
  95. a7eae40 Issue #25660: Fix TAB key behaviour in REPL. by Yury Selivanov · 8 years ago
  96. 3874128 Issue #25945: Fixed bugs in functools.partial. by Serhiy Storchaka · 8 years ago
  97. 567d513 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 8 years ago
  98. b00da57 Issue #26194: Inserting into a full deque to raise an IndexError by Raymond Hettinger · 8 years ago
  99. 4a208e4 Issue #23076: Path.glob() now raises a ValueError if it's called with an by Berker Peksag · 8 years ago
  100. b594422 Issue #4806: Avoid masking original TypeError in call with * unpacking by Martin Panter · 8 years ago