1. d9b3cdd bpo-29602: fix signed zero handling in complex constructor. (#203) (#206) by Mark Dickinson · 7 years ago
  2. ce552e2 bpo-24274: fix erroneous comment in dictobject.c (GH-200) by INADA Naoki · 7 years ago
  3. 9a4577a bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects (#128) (#186) by Xiang Zhang · 7 years ago
  4. a4afdfc Change some mercurial/ hg.python.org references. (#8) (#185) by Senthil Kumaran · 7 years ago
  5. 7970cd4 bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-178) by INADA Naoki · 7 years ago
  6. b121d73 Tweak PEP 519 documentation in stdlib (#164) by Berker Peksag · 7 years ago
  7. 3337d33 [backport to 3.6] bpo-29529: Add .travis.yml to 3.6 branch (#25) by INADA Naoki · 7 years ago
  8. 0683d68 [3.6] bpo-29571: Use correct locale encoding in test_re (#149) (#153) by Nick Coghlan · 7 years ago
  9. d372cda bpo-29579: Removes readme.txt from the installer. (#161) by Steve Dower · 7 years ago
  10. b300c66 Backport36 doc fixes: PR#68 and PR#124 (#125) by Victor Stinner · 7 years ago
  11. 02e3357 bpo-29521 update Misc/ACKS (#110) by Mariatta · 7 years ago
  12. 7224a04 bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#108) by Mariatta · 7 years ago
  13. 1e8cc88 Backport master's README.rst to 3.6 (GH-86) by Zachary Ware · 7 years ago
  14. 7d5587e Update URL of Mersenne Twister Home Page (#20) (#115) by INADA Naoki · 7 years ago
  15. db3deb9 bpo-29521 Fix two minor documentation build warnings (#41) (#83) by Mariatta · 7 years ago
  16. 9268855 Fix some sphinx warnings (#9) (#81) by Mariatta · 7 years ago
  17. 0230e64 bpo-28556: Various updates to typing (#28) (#77) by Mariatta · 7 years ago
  18. 2d0c228 A few README tweaks (#73) (#79) by Mariatta · 7 years ago
  19. 89ddffb bpo-29438: fixed use-after-free in key sharing dict (#39) by INADA Naoki · 7 years ago
  20. f66c81f [backport to 3.6] bpo-28929: Link the documentation to its source file on GitHub (#37) by Mariatta · 7 years ago
  21. 308f789 bpo-29474: Improve documentation for weakref.WeakValueDictionary (#22) by Mariatta · 7 years ago
  22. 89b1824 bpo-27122: Fix comment to point to correct issue number (#48) by Berker Peksag · 7 years ago
  23. c2328ec [backport to 3.6] Support "bpo-" in Misc/NEWS (#42) by Mariatta · 7 years ago
  24. 2a35c93 Fix test_datetime on Windows by Victor Stinner · 7 years ago
  25. 6f37e36 Fix test_datetime on system with 32-bit time_t by Victor Stinner · 7 years ago
  26. b67f096 Fix datetime.fromtimestamp(): check bounds by Victor Stinner · 7 years ago
  27. 57fe245 Merge 3.5 (fix #29519) by Łukasz Langa · 7 years ago
  28. 9cd7e17 Fix #29519: weakref spewing exceptions during interp finalization by Łukasz Langa · 7 years ago
  29. 35a1f7f massage English for -X descriptions a bit by Benjamin Peterson · 7 years ago
  30. d43ab05 Issue #29513: Fixed a reference leak in os.scandir() added in issue #29034. by Serhiy Storchaka · 7 years ago
  31. e185757 Merge issue #26355 fix from Python 3.5 by Nick Coghlan · 7 years ago
  32. e662445 Issue #26355: Specify canonical URLs in docs pages by Nick Coghlan · 7 years ago
  33. 0885076 Issue #29441: Merge from 3.5 by Berker Peksag · 7 years ago
  34. f592867 Issue #29441: Update examples to use async and await keywords in asyncio-task.rst by Berker Peksag · 7 years ago
  35. 6138432 Issue #29314: Merge with 3.5 by Mariatta Wijaya · 7 years ago
  36. 4e7ff8b Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation Warning by Mariatta Wijaya · 7 years ago
  37. e39262c Issue #29371: merge with 3.5 by Mariatta Wijaya · 7 years ago
  38. 81b8977 Issue #29371: Clarify bitwise OR operation in doctest option flags. by Mariatta Wijaya · 7 years ago
  39. 2dfa6cb Issue #28164: Improves test on Windows 7 by Steve Dower · 7 years ago
  40. f007b49 Includes ensurepip and venv packages in nuget package. by Steve Dower · 7 years ago
  41. 5288477 Includes ensurepip and venv packages in nuget package. by Steve Dower · 7 years ago
  42. d0b9158 Substitute a more readable f-string by Raymond Hettinger · 7 years ago
  43. d93c4de Fix usage of data directive by Berker Peksag · 7 years ago
  44. a7e1648 Adds precheck for console filename to fix Windows 7. by Steve Dower · 7 years ago
  45. 6f80562 Issue #28489: Fix comment in tokenizer.c by Berker Peksag · 7 years ago
  46. 0c8ee60 Updates test_winconsoleio to better show the source of its issues. by Steve Dower · 7 years ago
  47. c008dde Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. by Steve Dower · 7 years ago
  48. 6d46ae7 Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. by Steve Dower · 7 years ago
  49. 5f9193a Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) by Steve Dower · 7 years ago
  50. 722e3e2 Issue #28164: Correctly handle special console filenames (patch by Eryk Sun) by Steve Dower · 7 years ago
  51. 21fae03 Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. by Steve Dower · 7 years ago
  52. d3c4853 Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 7 years ago
  53. eacee98 Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun) by Steve Dower · 7 years ago
  54. bf0fc39 Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. by Steve Dower · 7 years ago
  55. 1add96f Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 7 years ago
  56. 86e4237 Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 7 years ago
  57. 7e10dbb Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 7 years ago
  58. 75c0d4f Issue29439: _decimal on Android requires linking with libm. by Stefan Krah · 7 years ago
  59. ed4de13 Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 7 years ago
  60. c761136 Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 7 years ago
  61. 5a001ee Issue #29198: Merge from 3.5 by Berker Peksag · 7 years ago
  62. 5702fb7 Issue #29198: Fix indentation and markup in typing.rst by Berker Peksag · 7 years ago
  63. 14169b2 Issue #29198: Merge from 3.5 by Berker Peksag · 7 years ago
  64. 38962a6 Issue #29198: Document typing.AsyncGenerator by Berker Peksag · 7 years ago
  65. 3746619 Fixes #29213: merged fix from 3.5. by Vinay Sajip · 7 years ago
  66. db38b6c Fixes #29213: regularised EOLs of venv scripts. by Vinay Sajip · 7 years ago
  67. 993f535 Fixes #24875: Merged fix from 3.5. by Vinay Sajip · 7 years ago
  68. db6322c Fixes #24875: pip can now be installed in a venv with --system-site-packages. by Vinay Sajip · 7 years ago
  69. 64e9127 Merge 3.5 by Victor Stinner · 7 years ago
  70. a5917d1 Issue #29300: test_struct tests unpack_from() with keywords by Victor Stinner · 7 years ago
  71. 23dcccb Issue #29381: Clarify ordering of UNIX shebang line as source encoding line by Mariatta Wijaya · 7 years ago
  72. 77bb0f4 Backed out changeset 3d712292f2fa by Mariatta Wijaya · 7 years ago
  73. e2d8bc5 Issue #29381: Clarify ordering of UNIX shebang line as source encoding line by Mariatta Wijaya · 7 years ago
  74. c6fe419 Issue #29407: Merge from 3.5 by Berker Peksag · 7 years ago
  75. d5adb63 Issue #29407: Remove redundant ensure_future() calls in factorial example by Berker Peksag · 7 years ago
  76. f8c5f30 Merge 3.5 by doko@ubuntu.com · 7 years ago
  77. 137b5a2 Issue #29169: Fix NEWS entry. by doko@ubuntu.com · 7 years ago
  78. 2b3f4c1 merge 3.5 (#29398) by Benjamin Peterson · 7 years ago
  79. ec977c3 gc types needs to be allocated as such (closes #29398) by Benjamin Peterson · 7 years ago
  80. cd12f7c merge 3.5 by doko@ubuntu.com · 7 years ago
  81. 34e7e2e - Issue #29169: Update zlib to 1.2.10. by doko@ubuntu.com · 7 years ago
  82. 4de34e0 merge 3.5 by doko@ubuntu.com · 7 years ago
  83. d46f729 add Modules/zlib/zlib.map to .hgeol by doko@ubuntu.com · 7 years ago
  84. 236fc60 Issue #29283: Delete accidentally added Lib/site-packages/README by Berker Peksag · 7 years ago
  85. e334a53 Issues #11670: Merge configparser doc from 3.5 by Martin Panter · 7 years ago
  86. b154113 Issues #29349: Merge Py 2.6+ compatibility from 3.5 by Martin Panter · 7 years ago
  87. 1f10671 Issue #11670: readfp(fp) parameter name is different to read_file(f) by Martin Panter · 7 years ago
  88. 9a45402 Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+ by Martin Panter · 7 years ago
  89. e61592e Issues #29349: Merge Py 2 fix 3.5 by Martin Panter · 7 years ago
  90. 2be9889 Issues #12067: Merge hash recommendation from 3.5 by Martin Panter · 7 years ago
  91. 8f3fb72 Issue #29349: Fix Python 2 syntax in documentation build code by Martin Panter · 7 years ago
  92. 8dbb0ca Issue #12067: Recommend that hash and equality be consistent by Martin Panter · 7 years ago
  93. e53bd8e Issue 29310: Document typing.NamedTuple default argument syntax by Raymond Hettinger · 7 years ago
  94. dc4ce0e Fixes #28784: Clarified use of shlex.shlex with punctuation_chars. by Vinay Sajip · 7 years ago
  95. dbb5686 Fixes #29308: Merged fix from 3.5. by Vinay Sajip · 7 years ago
  96. 3ac5042 Fixes #29308: Respect VIRTUAL_ENV_DISABLE_PROMPT in Activate.ps1. by Vinay Sajip · 7 years ago
  97. ae28ffd remove comment about updating the parser module; we do not need to do that anymore (#26526) by Benjamin Peterson · 7 years ago
  98. 512c57c Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 7 years ago
  99. b2a5be0 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 7 years ago
  100. b0d0e19 issue26149 - Point to Wiki for Editors and Python IDEs on Unix. by Senthil Kumaran · 7 years ago