1. 19ab0fd Issue #27731: Opt-out of MAX_PATH on Windows 10 by Steve Dower · 8 years ago
  2. 050acae Issue #6135: Adds encoding and errors parameters to subprocess by Steve Dower · 8 years ago
  3. 6cebd48 Issue #27959: Updates NEWS and whatsnew by Steve Dower · 8 years ago
  4. 5a71327 Issue #27959: Documents new encoding and alias. by Steve Dower · 8 years ago
  5. a571120 Issue #27182: Add support for path-like objects to PyUnicode_FSDecoder(). by Brett Cannon · 8 years ago
  6. d519e02 Merge from 3.5 by Berker Peksag · 8 years ago
  7. a1bc246 Use shorter version of Connection.isolation_level in sqlite3.rst by Berker Peksag · 8 years ago
  8. e8f1e00 Issue #18844: Add random.weighted_choices() by Raymond Hettinger · 8 years ago
  9. 63d98bc Issue #26359: Add the --with-optimizations configure flag. by Brett Cannon · 8 years ago
  10. e66987e os.urandom() now blocks on Linux by Victor Stinner · 8 years ago
  11. e256acc Issue #23226: Add linspace() recipe to the docs by Raymond Hettinger · 8 years ago
  12. 9b1f474 Add os.getrandom() by Victor Stinner · 8 years ago
  13. 6fa7aad Issue #26027, #27524: Document the support for path-like objects in os and os.path. by Brett Cannon · 8 years ago
  14. ec6ce87 Issue #26027: Support path-like objects in PyUnicode-FSConverter(). by Brett Cannon · 8 years ago
  15. b84fd04 Remove redundant bullet point in 3.6.rst by Berker Peksag · 8 years ago
  16. dfc853c shut up some perfectly innocent reST in hashlib-blake2 by Benjamin Peterson · 8 years ago
  17. c401881 Closes #27982: Allow keyword arguments to winsound functions by Zachary Ware · 8 years ago
  18. ef537db improve grammar by Benjamin Peterson · 8 years ago
  19. d982c8f properly introduce reST literal blocks by Benjamin Peterson · 8 years ago
  20. 121b948 Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. by Christian Heimes · 8 years ago
  21. 28ab634 Issue #25596: Optimized glob() and iglob() functions in the by Serhiy Storchaka · 8 years ago
  22. ea525a2 Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation. by Serhiy Storchaka · 8 years ago
  23. 39093e9 Issue #27928: Add scrypt (password-based key derivation function) to hashlib module (requires OpenSSL 1.1.0). by Christian Heimes · 8 years ago
  24. ac041c0 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. by Christian Heimes · 8 years ago
  25. 03d13c0 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. by Christian Heimes · 8 years ago
  26. 003e929 Prevents unnecessary help text appearing in doc build. by Steve Dower · 8 years ago
  27. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
  28. bd63353 Deprecate Tix by Zachary Ware · 8 years ago
  29. 56b4872 [merge from 3.5] - Update pkgutil docs to reference appropriate finder and loader object documentation. by Senthil Kumaran · 8 years ago
  30. 4672060 Update pkgutil docs to reference appropriate finder and loader object documentation. by Senthil Kumaran · 8 years ago
  31. 3cebf93 Implement the frame evaluation API aspect of PEP 523. by Brett Cannon · 8 years ago
  32. 625cb37 Issue #25387: Check return value of winsound.MessageBeep by Zachary Ware · 8 years ago
  33. 10108a7 Issue #27355: Removed support for Windows CE. It was never finished, by Larry Hastings · 8 years ago
  34. 8c21ab0 Issue #27744: correct comment and markup by Christian Heimes · 8 years ago
  35. 25bfcd5 Issue #27866: Add SSLContext.get_ciphers() method to get a list of all enabled ciphers. by Christian Heimes · 8 years ago
  36. dffa394 Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module. by Christian Heimes · 8 years ago
  37. 92a6c17 Issue #24254: Preserve class attribute definition order. by Eric Snow · 8 years ago
  38. 01113fa Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 8 years ago
  39. ae8298b Closes #11620: Fix support for SND_MEMORY in winsound.PlaySound. by Zachary Ware · 8 years ago
  40. 598894f Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 8 years ago
  41. 942dd9f merge 3.5 (#27957) by Benjamin Peterson · 8 years ago
  42. f7e2ea2 remove ungrammarical apostrophe (closes #27957) by Benjamin Peterson · 8 years ago
  43. c7fac12 Merge by Raymond Hettinger · 8 years ago
  44. f5b7c7b Improve recipe by showing results of intermediate steps by Raymond Hettinger · 8 years ago
  45. 27682d2 issue23591: more docs; slight change to repr by Ethan Furman · 8 years ago
  46. bce9cba Merge by Raymond Hettinger · 8 years ago
  47. 871a334 Issue 27936: Update doc for round() to indicate that None is an allowable argument. by Raymond Hettinger · 8 years ago
  48. 6579502 Merge by Raymond Hettinger · 8 years ago
  49. 16eb827 Improve docs for random.seed() by Raymond Hettinger · 8 years ago
  50. 7c4e409 Issue #11734: Add support for IEEE 754 half-precision floats to the struct module. Original patch by Eli Stevens. by Mark Dickinson · 8 years ago
  51. 25d94bb issue23591: bool(empty_flags) == False; more docs & tests by Ethan Furman · 8 years ago
  52. 65a5a47 issue23591: add docs; code cleanup; more tests by Ethan Furman · 8 years ago
  53. 5c071c1 Issue #27919: Deprecate extra_path option in distutils. by Jason R. Coombs · 8 years ago
  54. dd917f8 Closes #27904: Improved logging statements to defer formatting until needed. by Vinay Sajip · 8 years ago
  55. 89b1162 Merge #27893: arg name and bytes references in email.parser docs. by R David Murray · 8 years ago
  56. 74eda76 #27893: arg name and bytes references in email.parser docs. by R David Murray · 8 years ago
  57. 3399e1e ? Working Directory ? by Terry Jan Reedy · 8 years ago
  58. 4ff1daa Merge by Raymond Hettinger · 8 years ago
  59. 9c4ee75 Issue #28894: Fix to_addrs refs in smtplib docs by Raymond Hettinger · 8 years ago
  60. 624e222 Fix typos by Raymond Hettinger · 8 years ago
  61. 43ca452 Issue #27842: The csv.DictReader now returns rows of type OrderedDict. by Raymond Hettinger · 8 years ago
  62. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  63. 0033593 Merge with 3.5 by Zachary Ware · 8 years ago
  64. f0a71cf Fix typo by Zachary Ware · 8 years ago
  65. 84e6311 Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj. by Mark Dickinson · 8 years ago
  66. 8631da6 Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  67. ef113cd Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  68. 1b6c6da Issue #27506: Support bytes/bytearray.translate() delete as keyword argument by Martin Panter · 8 years ago
  69. ef91bb2 Issue #12319: Always send file request bodies using chunked encoding by Martin Panter · 8 years ago
  70. 68ed978 Add a What's New entry for PEP 519 by Brett Cannon · 8 years ago
  71. f74c33a Merge by Raymond Hettinger · 8 years ago
  72. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 8 years ago
  73. bb10859 Closes #23746: merged update from 3.5. by Vinay Sajip · 8 years ago
  74. 37cac76 Issue #23746: Clarified is_python_build() documentation. by Vinay Sajip · 8 years ago
  75. 664759c Merge with 3.5 by Terry Jan Reedy · 8 years ago
  76. 1f8cc33 Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. by Terry Jan Reedy · 8 years ago
  77. 53868aa Closes #27595: Document PEP 495 (Local Time Disambiguation) features. by Alexander Belopolsky · 8 years ago
  78. c532b3c Merge with 3.5 by Terry Jan Reedy · 8 years ago
  79. de260a6 Fix misspelling by Terry Jan Reedy · 8 years ago
  80. 12f611a Merge from 3.5 by Berker Peksag · 8 years ago
  81. 7d92f89 Fix typo in Cursor.execute(). by Berker Peksag · 8 years ago
  82. c787646 Issue #6057: Merge from 3.5 by Berker Peksag · 8 years ago
  83. ed789f9 Issue #6057: Document exceptions in sqlite3 module by Berker Peksag · 8 years ago
  84. dd30830 Closes #20124: clarified usage of the atTime parameter in TimedRotatingFileHandler documentation. by Vinay Sajip · 8 years ago
  85. 3c0d0ba Issue #12319: Support for chunked encoding of HTTP request bodies by Martin Panter · 8 years ago
  86. bdfa0eb #26907: add some missing getsockopt constants. by R David Murray · 8 years ago
  87. d44500c Merge: #25916: fix a few 'string of bytes' references. by R David Murray · 8 years ago
  88. 48de282 #25916: fix a few 'string of bytes' references. by R David Murray · 8 years ago
  89. c019bd3 Fix markup, add versionadded tags by Zachary Ware · 8 years ago
  90. f066694 Issue 27598: Add Collections to collections.abc. by Guido van Rossum · 8 years ago
  91. 2287318 Add documentation for geometric and harmonic means. by Steven D'Aprano · 8 years ago
  92. 6877ed3 Issue #27573 make the exit message configurable. by Steven D'Aprano · 8 years ago
  93. 9ae5050 Issue #12713: reverted fix pending further discussion. by Vinay Sajip · 8 years ago
  94. c758d51 Issue #27819: Add more detail in What's New in 3.6. by Jason R. Coombs · 8 years ago
  95. cbcd221 Merge #27782 fix from 3.5 by Nick Coghlan · 8 years ago
  96. 8682f57 Issue #27782: Fix m_methods handling in multiphase init by Nick Coghlan · 8 years ago
  97. e8e6127 issue26981: add _order_ compatibility shim to enum.Enum by Ethan Furman · 8 years ago
  98. 8fbab9f Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  99. 09808e7 Issue #12982: Merge from 3.5 by Berker Peksag · 8 years ago
  100. f43bc98 Issue #12982: Thanks to PEP 488, Python no longer creates .pyo files by Berker Peksag · 8 years ago