1. 0230e64 bpo-28556: Various updates to typing (#28) (#77) by Mariatta · 7 years ago
  2. 2d0c228 A few README tweaks (#73) (#79) by Mariatta · 7 years ago
  3. 89ddffb bpo-29438: fixed use-after-free in key sharing dict (#39) by INADA Naoki · 7 years ago
  4. f66c81f [backport to 3.6] bpo-28929: Link the documentation to its source file on GitHub (#37) by Mariatta · 7 years ago
  5. 308f789 bpo-29474: Improve documentation for weakref.WeakValueDictionary (#22) by Mariatta · 7 years ago
  6. 89b1824 bpo-27122: Fix comment to point to correct issue number (#48) by Berker Peksag · 7 years ago
  7. c2328ec [backport to 3.6] Support "bpo-" in Misc/NEWS (#42) by Mariatta · 7 years ago
  8. 2a35c93 Fix test_datetime on Windows by Victor Stinner · 7 years ago
  9. 6f37e36 Fix test_datetime on system with 32-bit time_t by Victor Stinner · 7 years ago
  10. b67f096 Fix datetime.fromtimestamp(): check bounds by Victor Stinner · 7 years ago
  11. 57fe245 Merge 3.5 (fix #29519) by Łukasz Langa · 7 years ago
  12. 9cd7e17 Fix #29519: weakref spewing exceptions during interp finalization by Łukasz Langa · 7 years ago
  13. 35a1f7f massage English for -X descriptions a bit by Benjamin Peterson · 7 years ago
  14. d43ab05 Issue #29513: Fixed a reference leak in os.scandir() added in issue #29034. by Serhiy Storchaka · 7 years ago
  15. e185757 Merge issue #26355 fix from Python 3.5 by Nick Coghlan · 7 years ago
  16. e662445 Issue #26355: Specify canonical URLs in docs pages by Nick Coghlan · 7 years ago
  17. 0885076 Issue #29441: Merge from 3.5 by Berker Peksag · 7 years ago
  18. f592867 Issue #29441: Update examples to use async and await keywords in asyncio-task.rst by Berker Peksag · 7 years ago
  19. 6138432 Issue #29314: Merge with 3.5 by Mariatta Wijaya · 7 years ago
  20. 4e7ff8b Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation Warning by Mariatta Wijaya · 7 years ago
  21. e39262c Issue #29371: merge with 3.5 by Mariatta Wijaya · 7 years ago
  22. 81b8977 Issue #29371: Clarify bitwise OR operation in doctest option flags. by Mariatta Wijaya · 7 years ago
  23. 2dfa6cb Issue #28164: Improves test on Windows 7 by Steve Dower · 7 years ago
  24. f007b49 Includes ensurepip and venv packages in nuget package. by Steve Dower · 7 years ago
  25. 5288477 Includes ensurepip and venv packages in nuget package. by Steve Dower · 7 years ago
  26. d0b9158 Substitute a more readable f-string by Raymond Hettinger · 7 years ago
  27. d93c4de Fix usage of data directive by Berker Peksag · 7 years ago
  28. a7e1648 Adds precheck for console filename to fix Windows 7. by Steve Dower · 7 years ago
  29. 6f80562 Issue #28489: Fix comment in tokenizer.c by Berker Peksag · 7 years ago
  30. 0c8ee60 Updates test_winconsoleio to better show the source of its issues. by Steve Dower · 7 years ago
  31. c008dde Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. by Steve Dower · 7 years ago
  32. 6d46ae7 Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. by Steve Dower · 7 years ago
  33. 5f9193a Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) by Steve Dower · 7 years ago
  34. 722e3e2 Issue #28164: Correctly handle special console filenames (patch by Eryk Sun) by Steve Dower · 7 years ago
  35. 21fae03 Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. by Steve Dower · 7 years ago
  36. d3c4853 Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 7 years ago
  37. eacee98 Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun) by Steve Dower · 7 years ago
  38. bf0fc39 Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. by Steve Dower · 7 years ago
  39. 1add96f Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 7 years ago
  40. 86e4237 Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 7 years ago
  41. 7e10dbb Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 7 years ago
  42. 75c0d4f Issue29439: _decimal on Android requires linking with libm. by Stefan Krah · 7 years ago
  43. ed4de13 Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 7 years ago
  44. c761136 Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 7 years ago
  45. 5a001ee Issue #29198: Merge from 3.5 by Berker Peksag · 7 years ago
  46. 5702fb7 Issue #29198: Fix indentation and markup in typing.rst by Berker Peksag · 7 years ago
  47. 14169b2 Issue #29198: Merge from 3.5 by Berker Peksag · 7 years ago
  48. 38962a6 Issue #29198: Document typing.AsyncGenerator by Berker Peksag · 7 years ago
  49. 3746619 Fixes #29213: merged fix from 3.5. by Vinay Sajip · 7 years ago
  50. db38b6c Fixes #29213: regularised EOLs of venv scripts. by Vinay Sajip · 7 years ago
  51. 993f535 Fixes #24875: Merged fix from 3.5. by Vinay Sajip · 7 years ago
  52. db6322c Fixes #24875: pip can now be installed in a venv with --system-site-packages. by Vinay Sajip · 7 years ago
  53. 64e9127 Merge 3.5 by Victor Stinner · 7 years ago
  54. a5917d1 Issue #29300: test_struct tests unpack_from() with keywords by Victor Stinner · 7 years ago
  55. 23dcccb Issue #29381: Clarify ordering of UNIX shebang line as source encoding line by Mariatta Wijaya · 7 years ago
  56. 77bb0f4 Backed out changeset 3d712292f2fa by Mariatta Wijaya · 7 years ago
  57. e2d8bc5 Issue #29381: Clarify ordering of UNIX shebang line as source encoding line by Mariatta Wijaya · 7 years ago
  58. c6fe419 Issue #29407: Merge from 3.5 by Berker Peksag · 7 years ago
  59. d5adb63 Issue #29407: Remove redundant ensure_future() calls in factorial example by Berker Peksag · 7 years ago
  60. f8c5f30 Merge 3.5 by doko@ubuntu.com · 7 years ago
  61. 137b5a2 Issue #29169: Fix NEWS entry. by doko@ubuntu.com · 7 years ago
  62. 2b3f4c1 merge 3.5 (#29398) by Benjamin Peterson · 7 years ago
  63. ec977c3 gc types needs to be allocated as such (closes #29398) by Benjamin Peterson · 7 years ago
  64. cd12f7c merge 3.5 by doko@ubuntu.com · 7 years ago
  65. 34e7e2e - Issue #29169: Update zlib to 1.2.10. by doko@ubuntu.com · 7 years ago
  66. 4de34e0 merge 3.5 by doko@ubuntu.com · 7 years ago
  67. d46f729 add Modules/zlib/zlib.map to .hgeol by doko@ubuntu.com · 7 years ago
  68. 236fc60 Issue #29283: Delete accidentally added Lib/site-packages/README by Berker Peksag · 7 years ago
  69. e334a53 Issues #11670: Merge configparser doc from 3.5 by Martin Panter · 7 years ago
  70. b154113 Issues #29349: Merge Py 2.6+ compatibility from 3.5 by Martin Panter · 7 years ago
  71. 1f10671 Issue #11670: readfp(fp) parameter name is different to read_file(f) by Martin Panter · 7 years ago
  72. 9a45402 Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+ by Martin Panter · 7 years ago
  73. e61592e Issues #29349: Merge Py 2 fix 3.5 by Martin Panter · 7 years ago
  74. 2be9889 Issues #12067: Merge hash recommendation from 3.5 by Martin Panter · 7 years ago
  75. 8f3fb72 Issue #29349: Fix Python 2 syntax in documentation build code by Martin Panter · 7 years ago
  76. 8dbb0ca Issue #12067: Recommend that hash and equality be consistent by Martin Panter · 7 years ago
  77. e53bd8e Issue 29310: Document typing.NamedTuple default argument syntax by Raymond Hettinger · 7 years ago
  78. dc4ce0e Fixes #28784: Clarified use of shlex.shlex with punctuation_chars. by Vinay Sajip · 7 years ago
  79. dbb5686 Fixes #29308: Merged fix from 3.5. by Vinay Sajip · 7 years ago
  80. 3ac5042 Fixes #29308: Respect VIRTUAL_ENV_DISABLE_PROMPT in Activate.ps1. by Vinay Sajip · 7 years ago
  81. ae28ffd remove comment about updating the parser module; we do not need to do that anymore (#26526) by Benjamin Peterson · 7 years ago
  82. 512c57c Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 7 years ago
  83. b2a5be0 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 7 years ago
  84. b0d0e19 issue26149 - Point to Wiki for Editors and Python IDEs on Unix. by Senthil Kumaran · 7 years ago
  85. 28cf663 closes issue29167: fix race condition in (Int)Flag by Ethan Furman · 7 years ago
  86. 3831b0a Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 7 years ago
  87. 07a1f65 Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 7 years ago
  88. 4102d25 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 7 years ago
  89. 713640c Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 7 years ago
  90. 574ff06 Issues #29189: Merge indentation fixes from 3.5 by Martin Panter · 7 years ago
  91. ef107ee Issue #29189: Fix indentation in RST markup by Martin Panter · 7 years ago
  92. 9cf20a6 Issues #29273: Merge test___all__ from 3.5 by Martin Panter · 7 years ago
  93. b1b985d Issue #29273: Remove unneeded workaround to restore locale by Martin Panter · 7 years ago
  94. 01f5ae7 Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION by Victor Stinner · 7 years ago
  95. ad94225 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. by Serhiy Storchaka · 7 years ago
  96. 3a10425 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. by Serhiy Storchaka · 7 years ago
  97. 9358a6e Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 7 years ago
  98. 1fa08bc Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 7 years ago
  99. 21a9b1d typo fix, extra '.' on MacOS :) by Gregory P. Smith · 7 years ago
  100. 21d333b typo fix, extra '.' :) by Gregory P. Smith · 7 years ago