1. 0ec8c4b bpo-31458: Clarify that Changelog is built from Misc/NEWS.d directory (GH-3617) by Mariatta · 7 years ago
  2. 992f613 Fix description in Python 3.7 What's New (#3603) by Paul Romano · 7 years ago
  3. 93c92f7 bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565) by Eric Snow · 7 years ago
  4. 1b8f612 bpo-31458: Update Misc/NEWS link in What's New page (GH-3555) by Mariatta · 7 years ago
  5. 8b57d73 bpo-28638: Optimize namedtuple() creation time by minimizing use of exec() (#3454) by Raymond Hettinger · 7 years ago
  6. 5a85167 bpo-31344: Per-frame control of trace events (GH-3417) by Nick Coghlan · 7 years ago
  7. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  8. 0f6b9d2 bpo-14191 Add parse_intermixed_args. (#3319) by R. David Murray · 7 years ago
  9. fcd97d4 Include additional changes to support blurbified NEWS (#3340) by Ned Deily · 7 years ago
  10. 86b7afd bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638) by Eric Snow · 7 years ago
  11. 973b901 What's New for bpo-1198569 (#3303) by Barry Warsaw · 7 years ago
  12. 384899d bpo-30737: Update DevGuide links to new URL (GH-3228) by Lisa Hewus Fresh · 7 years ago
  13. 0780bf7 bpo-31072: Rename the new filter argument for zipapp.create_archive. (#3049) by Paul Moore · 7 years ago
  14. dadca48 Fix typo in 3.7 What's New (GH-3069) by Daniel Himmelstein · 7 years ago
  15. 8e45318 bpo-30302: Update WhatsNew and documentation. (#2929) by Utkarsh Upadhyay · 7 years ago
  16. 9f3bdcb bpo-23451: Fix socket deprecation warnings in socketmodule.c (#2318) by Segev Finer · 7 years ago
  17. 5b8f972 bpo-30362 : Add list options to launcher. (#1578) by Steve (Gadget) Barnes · 7 years ago
  18. e613e6a bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285) by Serhiy Storchaka · 7 years ago
  19. f5c58c7 bpo-30733: Fix typos in "What's New" entry (GH-2414) by Walter Dörwald · 7 years ago
  20. f87b85f bpo-21071: struct.Struct.format type is now str (#845) by Victor Stinner · 7 years ago
  21. 279a962 bpo-30736: upgrade to Unicode 10.0 (#2344) by Benjamin Peterson · 7 years ago
  22. 77f68e3 Fix typo in 3.7 whatsnew (#2308) by Daniel Porteous · 7 years ago
  23. eb81795 bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260) by Nick Coghlan · 7 years ago
  24. cb8c048 bpo-30450: Add NEWS and whatsnew (GH-2236) by Zachary Ware · 7 years ago
  25. b9c3da5 bpo-24744: Raises error in pkgutil.walk_packages if path is str (#1926) by Sanyam Khurana · 7 years ago
  26. 1efbf92 bpo-11822: Improve disassembly to show embedded code objects. (#1844) by Serhiy Storchaka · 7 years ago
  27. 6ea4186 bpo-28180: Implementation for PEP 538 (#659) by Nick Coghlan · 7 years ago
  28. fbfaa6f bpo-30014: make poll-like selector's modify() method faster (#1030) by Giampaolo Rodola · 7 years ago
  29. 8b7a4cc bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439) by Oz N Tiram · 7 years ago
  30. f7ecfac Doc nits for bpo-16500 (#1841) by Antoine Pitrou · 7 years ago
  31. a17a2f5 bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandler and http.server module (#1776) by Stéphane Wirtel · 7 years ago
  32. 87fa8a7 bpo-29898: Fix incorrect env variable name (GH-1576) by Berker Peksag · 7 years ago
  33. edef358 bpo-29196: Removed old-deprecated classes Plist, Dict and _InternalDict (#488) by Serhiy Storchaka · 7 years ago
  34. 89a1c93 bpo-9850: Deprecate the macpath module (#1540) by Victor Stinner · 7 years ago
  35. 7e19dbc bpo-28974: `object.__format__(x, '')` is now equivalent to `str(x)` (#506) by Serhiy Storchaka · 7 years ago
  36. 6d336a0 bpo-30285: Optimize case-insensitive matching and searching (#1482) by Serhiy Storchaka · 7 years ago
  37. f93234b bpo-30024: Circular imports involving absolute imports with binding (#1264) by Serhiy Storchaka · 7 years ago
  38. cc3fa20 bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorage (#991) by Pierre Quentel · 7 years ago
  39. dbaf746 bpo-29956: Improve the math.exp() related documentation. (#1073) by Serhiy Storchaka · 7 years ago
  40. 13f1f42 bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326) by Xiang Zhang · 7 years ago
  41. 2e62469 bpo-29679: Implement @contextlib.asynccontextmanager (#360) by Jelle Zijlstra · 7 years ago
  42. e65fcde bpo-27200: Fix several doctests (GH-604) by Marco Buttu · 7 years ago
  43. f9f87f0 bpo-11913: Add README.rst to the distutils standard READMEs list (#563) by Ryan Gonzalez · 7 years ago
  44. a0ce375 bpo-29962: add math.remainder (#950) by Mark Dickinson · 7 years ago
  45. 351adda bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298) by Pierre Quentel · 7 years ago
  46. ea720fe bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502) by Serhiy Storchaka · 7 years ago
  47. 0a58f72 bpo-24821: Fixed the slowing down to 25 times in the searching of some (#505) by Serhiy Storchaka · 7 years ago
  48. 1cf93a7 bpo-10379: add 'monetary' to format_string, deprecate format by Garvit Khatri · 7 years ago
  49. e304e33 bpo-19930: The mode argument of os.makedirs() no longer affects the file (#799) by Serhiy Storchaka · 7 years ago
  50. aefa7eb bpo-6532: Make the thread id an unsigned integer. (#781) by Serhiy Storchaka · 7 years ago
  51. f659598 bpo-28692: Deprecate using non-integer value for selecting a plural form in gettext. (#507) by Serhiy Storchaka · 7 years ago
  52. 97553fd bpo-26121: Use C library implementation for math functions: (#515) by Serhiy Storchaka · 7 years ago
  53. 8f6b344 bpo-28682: Added support for bytes paths in os.fwalk(). (#489) by Serhiy Storchaka · 7 years ago
  54. 2e56424 bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() and tuple(). (#518) by Serhiy Storchaka · 7 years ago
  55. 2225dda bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-494) by INADA Naoki · 7 years ago
  56. 58d23e6 bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486) by Serhiy Storchaka · 7 years ago
  57. 267b9d2 bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used as decorator (GH-231) by Xiang Zhang · 7 years ago
  58. a862812 Use "Contributed by ..." style in whatsnew/3.7.rst (#339) by Berker Peksag · 7 years ago
  59. 21024f0 bpo-16285: Update urllib quoting to RFC 3986 (#173) by Ratnadeep Debnath · 7 years ago
  60. cb41b27 bpo-29463: Add docstring field to some AST nodes. (#46) by INADA Naoki · 7 years ago
  61. 1bc1564 bpo-29546: Improve from-import error message with location (#103) by Matthias Bussonnier · 7 years ago
  62. 0899b98 bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122) by Matthias Bussonnier · 7 years ago
  63. 1d4601c bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_module() (GH-32) by Matthias Bussonnier · 7 years ago
  64. 6e08baf Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with by Serhiy Storchaka · 8 years ago
  65. 91a8866 Fix grammar in doc string, RST markup by Martin Panter · 8 years ago
  66. 0e83045 Merge 3.6 by Victor Stinner · 8 years ago
  67. 01f5ae7 Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION by Victor Stinner · 8 years ago
  68. 2a404b6 Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8() by Serhiy Storchaka · 8 years ago
  69. 5e65cd3 Issue #29282: Backed out changeset b33012ef1417 by Mark Dickinson · 8 years ago
  70. d1b230e Issue #29282: add fused multiply-add function, math.fma. by Mark Dickinson · 8 years ago
  71. 88f5746 Issue #29316: merge 3.6 by Ned Deily · 8 years ago
  72. 67c1cb2 Issue #29316: Restore the provisional status of typing module and add by Ned Deily · 8 years ago
  73. 015bce6 Issue #26110: Add document for LOAD_METHOD and CALL_METHOD opcode. by INADA Naoki · 8 years ago
  74. 446a498 Merge doc fixes from 3.6 by Martin Panter · 8 years ago
  75. 4659ddc Merge doc fixes from 3.5 by Martin Panter · 8 years ago
  76. 8f13783 Avoid line breaks after hyphens, otherwise they are turned into spaces by Martin Panter · 8 years ago
  77. b2d6179 Document Python versions in which the removed features were deprecated. by Serhiy Storchaka · 8 years ago
  78. 9ed707e Issue #29197: Removed deprecated function ntpath.splitunc(). by Serhiy Storchaka · 8 years ago
  79. 4f76fb1 Issue #29210: Removed support of deprecated argument "exclude" in by Serhiy Storchaka · 8 years ago
  80. cc28337 Issue #29192: Removed deprecated features in the http.cookies module. by Serhiy Storchaka · 8 years ago
  81. 009b0a1 Issue #29193: A format string argument for string.Formatter.format() by Serhiy Storchaka · 8 years ago
  82. d9c956f Issue #20804: The unittest.mock.sentinel attributes now preserve their by Serhiy Storchaka · 8 years ago
  83. 23e5b82 Issue #29239: Merge bug number from 3.6 by Martin Panter · 8 years ago
  84. ced4b90 Issue #29239: Fix --enable-optimizations bug number by Martin Panter · 8 years ago
  85. 3d8fcfe merge by Raymond Hettinger · 8 years ago
  86. 51447db Clearer compact dict attribution to the original proposal by Raymond Hettinger · 8 years ago
  87. 190042a Merge 3.6.0 release into default by Ned Deily · 8 years ago
  88. 93357d8 Merge 3.6.0 release engineering head by Ned Deily · 8 years ago
  89. 5c4568a Update docs and patchlevel for 3.6.0 final. by Ned Deily · 8 years ago
  90. dd1da7f Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCII by Serhiy Storchaka · 8 years ago
  91. fc29c88 Issue #28987: Merge doc and comment fixes from 3.6 by Martin Panter · 8 years ago
  92. 59b0eb5 Issue #28987: Typos, grammar, spelling in documentation by Martin Panter · 8 years ago
  93. 5bb8b91 Issue #18896: Python function can now have more than 255 parameters. by Serhiy Storchaka · 8 years ago
  94. 583644b Merge 3.6 (issue #28635) by Yury Selivanov · 8 years ago
  95. 1217470 Issue #28635: asyncio-related fixes and additions. by Yury Selivanov · 8 years ago
  96. 41afe9d Merge 3.6 by Victor Stinner · 8 years ago
  97. 8320193 Issue #28979: Fix What's New in Python 3.6, dict by Victor Stinner · 8 years ago
  98. f239213 Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes. by Yury Selivanov · 8 years ago
  99. 8bf85b6 Merge 3.6 (issue #28089) by Yury Selivanov · 8 years ago
  100. 3432f2f Issue #28089: Document TCP_NODELAY in asyncio by Yury Selivanov · 8 years ago