1. 78057b4 Closes #27781: Removes special cases for the experimental aspect of PEP 529 by Steve Dower · 8 years ago
  2. 1d8f755 Issue #28605: Fix the help and What's New entry for --with-optimizations. by Brett Cannon · 8 years ago
  3. 9440787 Issue #26638: Merge option warning fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  4. b8c5f54 Issue #26638: Work around more CLI options that can’t be linked by Martin Panter · 8 years ago
  5. 5c67933 Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings by Martin Panter · 8 years ago
  6. 0093907 Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), by Serhiy Storchaka · 8 years ago
  7. 7d6dda4 Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 8 years ago
  8. 4adf01c Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 8 years ago
  9. 3f561b7 Issue #19795: Fixed markup errors. by Serhiy Storchaka · 8 years ago
  10. 1883542 Issue #19795: Fixed markup errors. by Serhiy Storchaka · 8 years ago
  11. 0bbf8c0 Issue #19795: Mark up True and False as literal text instead of bold. by Serhiy Storchaka · 8 years ago
  12. a97cd2e Issue #19795: Mark up True and False as literal text instead of bold. by Serhiy Storchaka · 8 years ago
  13. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  14. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  15. 3e49264 Issue #28390: Fix header levels in whatsnew/3.6.rst by Berker Peksag · 8 years ago
  16. a653196 Remove mention of asyncio.timeout context manager (it was removed) by Guido van Rossum · 8 years ago
  17. 7652853 Issue #28251: Improvements to help manuals on Windows. by Steve Dower · 8 years ago
  18. fb4a96a Issue #28251: Improvements to help manuals on Windows. by Steve Dower · 8 years ago
  19. ed51b26 Issue #28137: Renames Windows path file to ._pth by Steve Dower · 8 years ago
  20. 8761e59 Pending final editing of 3.6 whatsnew, add a list of all PEPs implemented. by Ned Deily · 8 years ago
  21. 6775231 Unicode 9.0.0 by Benjamin Peterson · 8 years ago
  22. a4d9b17 Add text about PEP 526 to What's new in 3.6. Ivan L. by Guido van Rossum · 8 years ago
  23. 032c0fb Add an Android section to whatsnew/3.6.rst. by Xavier de Gaye · 8 years ago
  24. bd8f277 Tidy 3.6 What's New summary by Ned Deily · 8 years ago
  25. b5d67b7 Fix headers in whatsnew/3.6.rst by Berker Peksag · 8 years ago
  26. 6287177 Issue #27350: Document compact dict memory usage by Victor Stinner · 8 years ago
  27. c4d2e50 Update whatsnew with my contributions by Christian Heimes · 8 years ago
  28. b569086 Issue 24454: Added whatsnew entry, removed __getitem__ from match_methods. Thanks Serhiy Storchaka. by Eric V. Smith · 8 years ago
  29. ab994ed Issue #10740: sqlite3 no longer implicitly commit an open transaction before DDL statements by Berker Peksag · 8 years ago
  30. bd48d27 Issue #22493: Inline flags now should be used only at the start of the by Serhiy Storchaka · 8 years ago
  31. 352601c Issue #26885: xmlrpc now supports unmarshalling additional data types used by Serhiy Storchaka · 8 years ago
  32. 9fab79b Issue #26900: Excluded underscored names and other private API from limited API. by Serhiy Storchaka · 8 years ago
  33. 47503c5 fix link to instrumentation by Benjamin Peterson · 8 years ago
  34. b61ede4 Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  35. 99e843b Correct spelling in documentation and code comment by Martin Panter · 8 years ago
  36. b161562 Issue #17909: Accept binary input in json.loads by Nick Coghlan · 8 years ago
  37. b44aceb Actually fix suspicious markup, I ignored it too readily by Zachary Ware · 8 years ago
  38. a785c87 DTrace support: function calls, GC activity, line execution by Łukasz Langa · 8 years ago
  39. 935043d Closes #27976: Deprecate bundled full copy of libffi by Zachary Ware · 8 years ago
  40. 06ed218 #20476: add a message_factory policy attribute to email. by R David Murray · 8 years ago
  41. 3cdd7f5 Add links from whatsnew to Windows docs. by Steve Dower · 8 years ago
  42. 142aee3 Merge heads by Serhiy Storchaka · 8 years ago
  43. d8fdffe Adds search path changes to whatsnew/3.6.rst by Steve Dower · 8 years ago
  44. be9a4e5 Issue #433028: Added support of modifier spans in regular expressions. by Serhiy Storchaka · 8 years ago
  45. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 8 years ago
  46. ba41c81 Add tix deprecation to whatsnew by Zachary Ware · 8 years ago
  47. c1db513 repair errors in (set|get)_task_factory note (#28051) by Benjamin Peterson · 8 years ago
  48. 84f6a8f merge 3.5 (#28051) by Benjamin Peterson · 8 years ago
  49. 68f4dd8 Doc updates for PEPs 520 and 468. by Eric Snow · 8 years ago
  50. 6760c69 Mention how requiring ordered dicts breaks backwards-compatibility. by Brett Cannon · 8 years ago
  51. feea6e7 Mention that the order-preserving aspect of the new dict by Brett Cannon · 8 years ago
  52. 52a7e37 Add a few big-ticket items to What's new in 3.6. by Guido van Rossum · 8 years ago
  53. f7e9dfb credit Raymond by Benjamin Peterson · 8 years ago
  54. 301edfa Add policy keyword to email.generator.DecodedGenerator. by R David Murray · 8 years ago
  55. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  56. 3929499 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) by Steve Dower · 8 years ago
  57. 3b6a6b4 Add a new private version to the builtin dict type by Victor Stinner · 8 years ago
  58. 110b6fe #27364: Deprecate invalid escape strings in str/byutes. by R David Murray · 8 years ago
  59. b6e3634 make some peps high level sections by Benjamin Peterson · 8 years ago
  60. 20737cc Issue #28027: Remove Lib/plat-* files by Zachary Ware · 8 years ago
  61. b1a9588 fix pep role by Benjamin Peterson · 8 years ago
  62. cc16be8 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) by Steve Dower · 8 years ago
  63. cfbd48b add a note about c99 by Benjamin Peterson · 8 years ago
  64. e5e3edb improve compact dict changelog by Benjamin Peterson · 8 years ago
  65. 742da04 Implement compact dict by Victor Stinner · 8 years ago
  66. bf24dfa #24277: Fix 3.4 whats new link broken by email doc changes. by R David Murray · 8 years ago
  67. 035a100 Issue #26667: Add path-like object support to importlib.util. by Brett Cannon · 8 years ago
  68. 8e7cdb2 #24277: What's New and news entries for previous commit. by R David Murray · 8 years ago
  69. 46f97b8 Issue #15767: Use ModuleNotFoundError. by Eric Snow · 8 years ago
  70. 56b1f1b #27331: add policy keyword argument to all MIME subclasses. by R David Murray · 8 years ago
  71. 5c4de28 Add the co_extra field and accompanying APIs to code objects. by Brett Cannon · 8 years ago
  72. 680cb15 Issue #26032: Optimized globbing in pathlib by using os.scandir(); it is now by Serhiy Storchaka · 8 years ago
  73. 19ab0fd Issue #27731: Opt-out of MAX_PATH on Windows 10 by Steve Dower · 8 years ago
  74. 050acae Issue #6135: Adds encoding and errors parameters to subprocess by Steve Dower · 8 years ago
  75. 6cebd48 Issue #27959: Updates NEWS and whatsnew by Steve Dower · 8 years ago
  76. a571120 Issue #27182: Add support for path-like objects to PyUnicode_FSDecoder(). by Brett Cannon · 8 years ago
  77. 63d98bc Issue #26359: Add the --with-optimizations configure flag. by Brett Cannon · 8 years ago
  78. e66987e os.urandom() now blocks on Linux by Victor Stinner · 8 years ago
  79. 9b1f474 Add os.getrandom() by Victor Stinner · 8 years ago
  80. b84fd04 Remove redundant bullet point in 3.6.rst by Berker Peksag · 8 years ago
  81. c401881 Closes #27982: Allow keyword arguments to winsound functions by Zachary Ware · 8 years ago
  82. 28ab634 Issue #25596: Optimized glob() and iglob() functions in the by Serhiy Storchaka · 8 years ago
  83. 3cebf93 Implement the frame evaluation API aspect of PEP 523. by Brett Cannon · 8 years ago
  84. 92a6c17 Issue #24254: Preserve class attribute definition order. by Eric Snow · 8 years ago
  85. 5c071c1 Issue #27919: Deprecate extra_path option in distutils. by Jason R. Coombs · 8 years ago
  86. dd917f8 Closes #27904: Improved logging statements to defer formatting until needed. by Vinay Sajip · 8 years ago
  87. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  88. ef91bb2 Issue #12319: Always send file request bodies using chunked encoding by Martin Panter · 8 years ago
  89. 68ed978 Add a What's New entry for PEP 519 by Brett Cannon · 8 years ago
  90. f74c33a Merge by Raymond Hettinger · 8 years ago
  91. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 8 years ago
  92. 3c0d0ba Issue #12319: Support for chunked encoding of HTTP request bodies by Martin Panter · 8 years ago
  93. bdfa0eb #26907: add some missing getsockopt constants. by R David Murray · 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. 8fbab9f Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  96. d210a70 Minor spelling fixes by Martin Panter · 8 years ago
  97. 02d03df Issue #26823: fix traceback abbreviation docs by Nick Coghlan · 8 years ago
  98. d003423 Issue #26823: Abbreviate recursive tracebacks by Nick Coghlan · 8 years ago
  99. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 8 years ago
  100. 75bc032 Closes #27207: Merge with 3.5 by Zachary Ware · 8 years ago