1. 47e4042 Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use. by Antoine Pitrou · 10 years ago
  2. 53c87d1 Merge fix for #19546: configparser exceptions leak implementation details by Łukasz Langa · 10 years ago
  3. 949053b Fix #19546: onfigparser exceptions expose implementation details. Patch by Claudiu Popa. by Łukasz Langa · 10 years ago
  4. 654c037 Issue #22258: Fix typo in Misc/NEWS by Victor Stinner · 10 years ago
  5. f294681 NEWS items for Idle. by Terry Jan Reedy · 10 years ago
  6. be74668d NEWS items for Idle. by Terry Jan Reedy · 10 years ago
  7. e1562b5 merge with 3.4 by Terry Jan Reedy · 10 years ago
  8. 67fe046 NEWS items for turtledemo. by Terry Jan Reedy · 10 years ago
  9. ae58649 Issue #22043: time.monotonic() is now always available by Victor Stinner · 10 years ago
  10. 282124b Closes #22258: Fix the the internal function set_inheritable() on Illumos. by Victor Stinner · 10 years ago
  11. cfd4661 Closes #21527: Add default number of workers to ThreadPoolExecutor. (Claudiu Popa.) by Guido van Rossum · 10 years ago
  12. 8257b62 (Merge 3.4) Closes #22258: Fix the the internal function set_inheritable() on by Victor Stinner · 10 years ago
  13. b10be15 Merge #22215: have the smtplib 'quit' command reset the state. by R David Murray · 10 years ago
  14. 0cff49f #22215: have the smtplib 'quit' command reset the state. by R David Murray · 10 years ago
  15. 5ce8f35 Issue #22098: ctypes' BigEndianStructure and LittleEndianStructure now define an empty __slots__ so that subclasses don't always get an instance dict. by Antoine Pitrou · 10 years ago
  16. fa9211b Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() caused by mutation of the waiters queue without holding the lock. by Antoine Pitrou · 10 years ago
  17. a64b92e Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() caused by mutation of the waiters queue without holding the lock. by Antoine Pitrou · 10 years ago
  18. 7efb833 Issue #22287: On UNIX, _PyTime_gettimeofday() now uses by Victor Stinner · 10 years ago
  19. 0dc10e0 Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_util.move_file. by Berker Peksag · 10 years ago
  20. 6685883 Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_util.move_file. by Berker Peksag · 10 years ago
  21. a232613 The webbrowser module now uses subprocess's start_new_session=True rather by Gregory P. Smith · 10 years ago
  22. feac398 The webbrowser module now uses subprocess's start_new_session=True rather by Gregory P. Smith · 10 years ago
  23. 3822760 Issue #22042: signal.set_wakeup_fd(fd) now raises an exception if the file by Victor Stinner · 10 years ago
  24. cdcafb7 Issue #16808: inspect.stack() now returns a named tuple instead of a tuple. by Antoine Pitrou · 10 years ago
  25. 6610662 Issue #22236: Tkinter tests now don't reuse default root window. New root by Serhiy Storchaka · 10 years ago
  26. d00aff2 Issue #22236: Tkinter tests now don't reuse default root window. New root by Serhiy Storchaka · 10 years ago
  27. ef3b9ed Issue #2527: Add a *globals* argument to timeit functions, in order to override the globals namespace in which the timed code is executed. by Antoine Pitrou · 10 years ago
  28. 682c04c Issue #21166: merge from 3.4 by Ned Deily · 10 years ago
  29. fcbc246 Issue #21166: Prevent possible segfaults and other random failures of by Ned Deily · 10 years ago
  30. 145759c Merge for issue #22191 fix by Brett Cannon · 10 years ago
  31. 14ad531 Issue #22191: Fix warnings.__all__. by Brett Cannon · 10 years ago
  32. 55ac5b3 Issue #22118: Switch urllib.parse to use RFC 3986 semantics for the resolution of relative URLs, rather than RFCs 1808 and 2396. by Antoine Pitrou · 10 years ago
  33. a7eb746 Issue #21549: Added the "members" parameter to TarFile.list(). by Serhiy Storchaka · 10 years ago
  34. 48ad7c0 use __qualname__ to compute bound method repr (closes #21389) by Benjamin Peterson · 10 years ago
  35. 2b7ccbd merge from 3.4 by Senthil Kumaran · 10 years ago
  36. 7837376 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. by Senthil Kumaran · 10 years ago
  37. 344ff4a allow recursion depth to be specified (closes #19628) by Benjamin Peterson · 10 years ago
  38. ef1a797 Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. by Serhiy Storchaka · 10 years ago
  39. 76b4765 Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. by Serhiy Storchaka · 10 years ago
  40. daca3d7 Issue #22206: Using pthread, PyThread_create_key() now sets errno to ENOMEM and by Victor Stinner · 10 years ago
  41. 0879001 Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. by Serhiy Storchaka · 10 years ago
  42. 87bbf25 Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. by Serhiy Storchaka · 10 years ago
  43. 95d5c9d Issue #22201: Command-line interface of the zipfile module now correctly by Serhiy Storchaka · 10 years ago
  44. 97f17ff Issue #22201: Command-line interface of the zipfile module now correctly by Serhiy Storchaka · 10 years ago
  45. 41a08e5 Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. by Serhiy Storchaka · 10 years ago
  46. cb5bc40 Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. by Serhiy Storchaka · 10 years ago
  47. f9e227e Issue #20184: Add signature introspection for 30 of the builtins by Nick Coghlan · 10 years ago
  48. e2953e5 merge 3.4; backout changeset 3435c5865cfc due to buildbot failures. Ref #8797 by Senthil Kumaran · 10 years ago
  49. 402df09 backout changeset 3435c5865cfc due to buildbot failures. Ref #8797 by Senthil Kumaran · 10 years ago
  50. 39e6c07 merge from 3.4 by Senthil Kumaran · 10 years ago
  51. b2e3a93 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. by Senthil Kumaran · 10 years ago
  52. d7728ca Issue #15381: Optimized line reading in io.BytesIO. by Serhiy Storchaka · 10 years ago
  53. 3714ab4 Issue #21445: Pass exception messages correctly to assertTrue in by Berker Peksag · 10 years ago
  54. 143fe05 Issue #21445: Pass exception messages correctly to assertTrue in by Berker Peksag · 10 years ago
  55. 1bed4a9 Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems() by Serhiy Storchaka · 10 years ago
  56. cd3aacf5 Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems() by Serhiy Storchaka · 10 years ago
  57. 92c7b90 merge by Raymond Hettinger · 10 years ago
  58. 4d58897 Issue 22184: Early detection and reporting of missing lru_cache parameters by Raymond Hettinger · 10 years ago
  59. 1e133ca Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line. by Serhiy Storchaka · 10 years ago
  60. 320a1c0 Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line. by Serhiy Storchaka · 10 years ago
  61. 2a140fb Issue #17923: glob() patterns ending with a slash no longer match non-dirs on by Serhiy Storchaka · 10 years ago
  62. 6f20170 Issue #17923: glob() patterns ending with a slash no longer match non-dirs on by Serhiy Storchaka · 10 years ago
  63. bd7ff30 Issue #20746: Fix test_pdb to run in refleak mode (-R). Patch by Xavier de Gaye. by Antoine Pitrou · 10 years ago
  64. c04d468 Issue #20746: Fix test_pdb to run in refleak mode (-R). Patch by Xavier de Gaye. by Antoine Pitrou · 10 years ago
  65. ac191ce Issue #22174: Clean-up grammar and ambiguities in property() docs. by Raymond Hettinger · 10 years ago
  66. acb8c52 add -Werror=declaration-after-statement only to stdlib extension modules (closes #21121) by Benjamin Peterson · 10 years ago
  67. 2539e67 #21725: Add RFC 6531 (SMTPUTF8) support to smtpd. by R David Murray · 10 years ago
  68. ed16b2e merge by Raymond Hettinger · 10 years ago
  69. b30802b merge 3.4 (#21121) by Benjamin Peterson · 10 years ago
  70. 9e15d7a - Issue #22176: Update the ctypes module's libffi to v3.1. This release by doko@ubuntu.com · 10 years ago
  71. 736a913 - Issue #22176: Update the ctypes module's libffi to v3.1. This release by doko@ubuntu.com · 10 years ago
  72. a887d23 Merge #21777 from 3.4 by Nick Coghlan · 10 years ago
  73. e4936b8 Issue #21777: separate docs for binary sequence methods by Nick Coghlan · 10 years ago
  74. d630e00 Closes #22060: Merge with 3.4 by Zachary Ware · 10 years ago
  75. 5a794c1 Issue #22060: Clean up/simplify test_ctypes, use test discovery by Zachary Ware · 10 years ago
  76. b40cf1f Issue #22160: Update OpenSSL to 1.0.1i for the Windows build. by Zachary Ware · 10 years ago
  77. 22f2d2e Issue #22160: Update OpenSSL to 1.0.1i for the Windows build. by Zachary Ware · 10 years ago
  78. 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
  79. 1121377 Issue #5411: Added support for the "xztar" format in the shutil module. by Serhiy Storchaka · 10 years ago
  80. af78ef1 Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular by Serhiy Storchaka · 10 years ago
  81. 3d4b2d4 Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular by Serhiy Storchaka · 10 years ago
  82. e18f14e Move misplaced Misc/NEWS entries to correct locations. by Serhiy Storchaka · 10 years ago
  83. 7c549c4 - Issue #21539: Add a *exists_ok* argument to `Pathlib.mkdir()` to mimic by Barry Warsaw · 10 years ago
  84. 18874a9 Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for numeric IPs). by Martin v. Löwis · 10 years ago
  85. eb1c28a Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for numeric IPs). by Martin v. Löwis · 10 years ago
  86. a73cb8a Issue #22120: For functions using an unsigned integer return converter, by Larry Hastings · 10 years ago
  87. 2f93635 Issue #20170: Convert posixmodule to use Argument Clinic. by Larry Hastings · 10 years ago
  88. 48b8e4a #18034: merge with 3.4. by Ezio Melotti · 10 years ago
  89. e4aad5a #18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst. by Ezio Melotti · 10 years ago
  90. 17c3362 Closes #22104: Merge with 3.4 by Zachary Ware · 10 years ago
  91. 69fb6a4 Issue #22104: Don't hold a reference to the loaded TestSuite in runtest_inner by Zachary Ware · 10 years ago
  92. c734c38 #20977: merge with 3.4. by Ezio Melotti · 10 years ago
  93. d577480 #20977: fix undefined name in the email module. Patch by Rose Ames. by Ezio Melotti · 10 years ago
  94. 6fc16d8 #21047: set the default value for the *convert_charrefs* argument of HTMLParser to True. Patch by Berker Peksag. by Ezio Melotti · 10 years ago
  95. 11bec7a Add an __all__ to html.entities. by Ezio Melotti · 10 years ago
  96. 73a4359 #15114: the strict mode and argument of HTMLParser, HTMLParser.error, and the HTMLParserError exception have been removed. by Ezio Melotti · 10 years ago
  97. ffff144 Issue #22077: Improve index error messages for bytearrays, bytes, lists, and by Terry Jan Reedy · 10 years ago
  98. f6a271a Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename by Victor Stinner · 10 years ago
  99. cb09dca Issue #21907: Further improvments to build_pgo.bat. Patch by Ingolf Becker. by Zachary Ware · 10 years ago
  100. cac9e71 Issue #22111: Assorted cleanups in test_imaplib. Patch by Milan Oberkirch. by Antoine Pitrou · 10 years ago