1. 0acdea7 bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-500) by INADA Naoki · 7 years ago
  2. 2197eac bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122) (#243) by Berker Peksag · 7 years ago
  3. 01f5ae7 Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION by Victor Stinner · 7 years ago
  4. 67c1cb2 Issue #29316: Restore the provisional status of typing module and add by Ned Deily · 7 years ago
  5. 4659ddc Merge doc fixes from 3.5 by Martin Panter · 7 years ago
  6. 8f13783 Avoid line breaks after hyphens, otherwise they are turned into spaces by Martin Panter · 7 years ago
  7. ced4b90 Issue #29239: Fix --enable-optimizations bug number by Martin Panter · 7 years ago
  8. 51447db Clearer compact dict attribution to the original proposal by Raymond Hettinger · 7 years ago
  9. 93357d8 Merge 3.6.0 release engineering head by Ned Deily · 7 years ago
  10. 5c4568a Update docs and patchlevel for 3.6.0 final. by Ned Deily · 7 years ago
  11. 59b0eb5 Issue #28987: Typos, grammar, spelling in documentation by Martin Panter · 7 years ago
  12. 1217470 Issue #28635: asyncio-related fixes and additions. by Yury Selivanov · 7 years ago
  13. 8320193 Issue #28979: Fix What's New in Python 3.6, dict by Victor Stinner · 7 years ago
  14. 3432f2f Issue #28089: Document TCP_NODELAY in asyncio by Yury Selivanov · 7 years ago
  15. 2036742 Issue #28896: Deprecate WindowsRegistryFinder by Steve Dower · 7 years ago
  16. ee1b01a Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 7 years ago
  17. c7b1a0b Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  18. 6e31235 Issue #28635: asyncio-related fixes and additions. by Yury Selivanov · 7 years ago
  19. 5e65a5f Issue #28979: Fix What's New in Python 3.6, dict by Victor Stinner · 7 years ago
  20. 291b93b Issue #28089: Document TCP_NODELAY in asyncio by Yury Selivanov · 7 years ago
  21. 5dc1fb3 Issue #28896: Deprecate WindowsRegistryFinder by Steve Dower · 7 years ago
  22. 267862f Issue #28635: Drop the note that whatsnew is incomplete by Yury Selivanov · 7 years ago
  23. 53c53ea Issue #27030: Unknown escapes in re.sub() replacement template are allowed by Serhiy Storchaka · 7 years ago
  24. 19d2467 Issue #23722: improve __classcell__ compatibility by Nick Coghlan · 7 years ago
  25. b6a6b45 Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 7 years ago
  26. 3c35fdb Issue #27172: Undeprecate inspect.getfullargspec() by Nick Coghlan · 7 years ago
  27. 27ec5bf Issue #28635: Document Python 3.6 opcode changes by Yury Selivanov · 7 years ago
  28. 0425fc0 Fix grammar in whatsnew by Zachary Ware · 7 years ago
  29. 0264e46 Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  30. f576343 Issue #28532: Add what's new entry for python -VV option by INADA Naoki · 8 years ago
  31. eb58936 Issue #28635: Drop the note that whatsnew is incomplete by Yury Selivanov · 7 years ago
  32. a2f7ee8 Fix up grammar, markup, etc in 3.6 What’s New by Martin Panter · 8 years ago
  33. 2863c38 replace --with-optimizations references with --enable-optimizations in docs. by Gregory P. Smith · 8 years ago
  34. 3c38e06 Issue #27998: Documented bytes paths support on Windows. by Serhiy Storchaka · 8 years ago
  35. 22214ab Issue #28720: Add collections.abc.AsyncGenerator. by Yury Selivanov · 8 years ago
  36. 6bf87d3 Issue #28635: what's new in 3.6: add a few more notes on typing by Yury Selivanov · 8 years ago
  37. f8c25e3 Issue #28678: Merge parameter name from 3.5 into 3.6 by Martin Panter · 8 years ago
  38. efbf20f Issue #28678: Fix references to numeric_owner parameter by Martin Panter · 8 years ago
  39. 249ba5d Issue #28635: what's new in 3.6: remove mentions of backported fixes. by Yury Selivanov · 8 years ago
  40. c48ec27 Issue #28635: What's New in Python 3.6 updates by Yury Selivanov · 8 years ago
  41. f5df730 whatsnew: Inital pass on "What's New in Python 3.6" by Yury Selivanov · 8 years ago
  42. 78057b4 Closes #27781: Removes special cases for the experimental aspect of PEP 529 by Steve Dower · 8 years ago
  43. 1d8f755 Issue #28605: Fix the help and What's New entry for --with-optimizations. by Brett Cannon · 8 years ago
  44. 9440787 Issue #26638: Merge option warning fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  45. b8c5f54 Issue #26638: Work around more CLI options that can’t be linked by Martin Panter · 8 years ago
  46. 5c67933 Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings by Martin Panter · 8 years ago
  47. 0093907 Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), by Serhiy Storchaka · 8 years ago
  48. 7d6dda4 Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 8 years ago
  49. 4adf01c Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 8 years ago
  50. 3f561b7 Issue #19795: Fixed markup errors. by Serhiy Storchaka · 8 years ago
  51. 1883542 Issue #19795: Fixed markup errors. by Serhiy Storchaka · 8 years ago
  52. 0bbf8c0 Issue #19795: Mark up True and False as literal text instead of bold. by Serhiy Storchaka · 8 years ago
  53. a97cd2e Issue #19795: Mark up True and False as literal text instead of bold. by Serhiy Storchaka · 8 years ago
  54. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  55. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  56. 3e49264 Issue #28390: Fix header levels in whatsnew/3.6.rst by Berker Peksag · 8 years ago
  57. a653196 Remove mention of asyncio.timeout context manager (it was removed) by Guido van Rossum · 8 years ago
  58. 7652853 Issue #28251: Improvements to help manuals on Windows. by Steve Dower · 8 years ago
  59. fb4a96a Issue #28251: Improvements to help manuals on Windows. by Steve Dower · 8 years ago
  60. ed51b26 Issue #28137: Renames Windows path file to ._pth by Steve Dower · 8 years ago
  61. 8761e59 Pending final editing of 3.6 whatsnew, add a list of all PEPs implemented. by Ned Deily · 8 years ago
  62. 6775231 Unicode 9.0.0 by Benjamin Peterson · 8 years ago
  63. a4d9b17 Add text about PEP 526 to What's new in 3.6. Ivan L. by Guido van Rossum · 8 years ago
  64. 032c0fb Add an Android section to whatsnew/3.6.rst. by Xavier de Gaye · 8 years ago
  65. bd8f277 Tidy 3.6 What's New summary by Ned Deily · 8 years ago
  66. b5d67b7 Fix headers in whatsnew/3.6.rst by Berker Peksag · 8 years ago
  67. 6287177 Issue #27350: Document compact dict memory usage by Victor Stinner · 8 years ago
  68. c4d2e50 Update whatsnew with my contributions by Christian Heimes · 8 years ago
  69. b569086 Issue 24454: Added whatsnew entry, removed __getitem__ from match_methods. Thanks Serhiy Storchaka. by Eric V. Smith · 8 years ago
  70. ab994ed Issue #10740: sqlite3 no longer implicitly commit an open transaction before DDL statements by Berker Peksag · 8 years ago
  71. bd48d27 Issue #22493: Inline flags now should be used only at the start of the by Serhiy Storchaka · 8 years ago
  72. 352601c Issue #26885: xmlrpc now supports unmarshalling additional data types used by Serhiy Storchaka · 8 years ago
  73. 9fab79b Issue #26900: Excluded underscored names and other private API from limited API. by Serhiy Storchaka · 8 years ago
  74. 47503c5 fix link to instrumentation by Benjamin Peterson · 8 years ago
  75. b61ede4 Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  76. 99e843b Correct spelling in documentation and code comment by Martin Panter · 8 years ago
  77. b161562 Issue #17909: Accept binary input in json.loads by Nick Coghlan · 8 years ago
  78. b44aceb Actually fix suspicious markup, I ignored it too readily by Zachary Ware · 8 years ago
  79. a785c87 DTrace support: function calls, GC activity, line execution by Łukasz Langa · 8 years ago
  80. 935043d Closes #27976: Deprecate bundled full copy of libffi by Zachary Ware · 8 years ago
  81. 06ed218 #20476: add a message_factory policy attribute to email. by R David Murray · 8 years ago
  82. 3cdd7f5 Add links from whatsnew to Windows docs. by Steve Dower · 8 years ago
  83. 142aee3 Merge heads by Serhiy Storchaka · 8 years ago
  84. d8fdffe Adds search path changes to whatsnew/3.6.rst by Steve Dower · 8 years ago
  85. be9a4e5 Issue #433028: Added support of modifier spans in regular expressions. by Serhiy Storchaka · 8 years ago
  86. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 8 years ago
  87. ba41c81 Add tix deprecation to whatsnew by Zachary Ware · 8 years ago
  88. c1db513 repair errors in (set|get)_task_factory note (#28051) by Benjamin Peterson · 8 years ago
  89. 84f6a8f merge 3.5 (#28051) by Benjamin Peterson · 8 years ago
  90. 68f4dd8 Doc updates for PEPs 520 and 468. by Eric Snow · 8 years ago
  91. 6760c69 Mention how requiring ordered dicts breaks backwards-compatibility. by Brett Cannon · 8 years ago
  92. feea6e7 Mention that the order-preserving aspect of the new dict by Brett Cannon · 8 years ago
  93. 52a7e37 Add a few big-ticket items to What's new in 3.6. by Guido van Rossum · 8 years ago
  94. f7e9dfb credit Raymond by Benjamin Peterson · 8 years ago
  95. 301edfa Add policy keyword to email.generator.DecodedGenerator. by R David Murray · 8 years ago
  96. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  97. 3929499 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) by Steve Dower · 8 years ago
  98. 3b6a6b4 Add a new private version to the builtin dict type by Victor Stinner · 8 years ago
  99. 110b6fe #27364: Deprecate invalid escape strings in str/byutes. by R David Murray · 8 years ago
  100. b6e3634 make some peps high level sections by Benjamin Peterson · 8 years ago