1. d7e6433 bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (#51) by Martijn Pieters · 7 years ago
  2. cb41b27 bpo-29463: Add docstring field to some AST nodes. (#46) by INADA Naoki · 7 years ago
  3. 1bc1564 bpo-29546: Improve from-import error message with location (#103) by Matthias Bussonnier · 7 years ago
  4. 03f68b6 bpo-29110: Fix file object leak in `aifc.open` when given invalid AIFF file. (GH-162) by Anthony Zhang · 7 years ago
  5. 3a9ac82 bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (#202) by Matthieu Dartiailh · 7 years ago
  6. 112ec38 bpo-29602: fix signed zero handling in complex constructor. (#203) by Mark Dickinson · 7 years ago
  7. 9639e4a bpo-29532: Altering a kwarg dictionary passed to functools.partial() (#190) by Serhiy Storchaka · 7 years ago
  8. d0e8212 bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects (#128) by Xiang Zhang · 7 years ago
  9. 52a7e92 bpo-29579: Removes readme.txt from the installer. (#160) by Steve Dower · 7 years ago
  10. 8c130d7 bpo-22807: Expose platform UUID generation safety information. (#138) by Barry Warsaw · 7 years ago
  11. ace5c0f bpo-29571: Use correct locale encoding in test_re (#149) by Nick Coghlan · 7 years ago
  12. 1d4601c bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_module() (GH-32) by Matthias Bussonnier · 7 years ago
  13. 85064db bpo-29521 update Misc/ACKS (#106) by Mariatta · 7 years ago
  14. bc4bed4 bpo-29546: Set 'path' on ImportError for ``from ... import ...`` (GH-91) by Matthias Bussonnier · 7 years ago
  15. 996c387 Issue #29534: move Misc/NEWS entry to correct section; add Misc/ACS entry for Andrew Nester. (#99) by Mark Dickinson · 7 years ago
  16. 6d1dece Fixed #29534 - _decimal difference with _pydecimal (#65) by Andrew Nester · 7 years ago
  17. b692dc8 bpo-28556: Various updates to typing (#28) by Ivan Levkivskyi · 7 years ago
  18. 2294f3a bpo-29438: fixed use-after-free in key sharing dict (#17) by INADA Naoki · 7 years ago
  19. e7ffb99 Fix some sphinx warnings (#9) by Ryan Gonzalez · 7 years ago
  20. 05e218c Merge 3.6 by Victor Stinner · 7 years ago
  21. b67f096 Fix datetime.fromtimestamp(): check bounds by Victor Stinner · 7 years ago
  22. 57fe245 Merge 3.5 (fix #29519) by Łukasz Langa · 7 years ago
  23. 9cd7e17 Fix #29519: weakref spewing exceptions during interp finalization by Łukasz Langa · 7 years ago
  24. c7a24a7 Merge issue #26355 fix from 3.6 by Nick Coghlan · 7 years ago
  25. e185757 Merge issue #26355 fix from Python 3.5 by Nick Coghlan · 7 years ago
  26. e662445 Issue #26355: Specify canonical URLs in docs pages by Nick Coghlan · 7 years ago
  27. 193ee0a Prohibit implicit C function declarations by Victor Stinner · 7 years ago
  28. 49226e2 Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. by Steve Dower · 7 years ago
  29. c008dde Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. by Steve Dower · 7 years ago
  30. 6d46ae7 Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. by Steve Dower · 7 years ago
  31. 824c6fd Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) by Steve Dower · 7 years ago
  32. 5f9193a Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) by Steve Dower · 7 years ago
  33. 43fec9b Merge issue #28164 and issue #29409 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. 38dbace Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. by Steve Dower · 7 years ago
  36. bf0fc39 Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. by Steve Dower · 7 years ago
  37. 21fae03 Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. by Steve Dower · 7 years ago
  38. 479d96c Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 7 years ago
  39. 1add96f Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 7 years ago
  40. d3c4853 Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 7 years ago
  41. eacee98 Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun) by Steve Dower · 7 years ago
  42. ef51767 Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 7 years ago
  43. 86e4237 Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 7 years ago
  44. 7e10dbb Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 7 years ago
  45. bee09ae Issue #29368: The extend() method is now called instead of the append() by Serhiy Storchaka · 7 years ago
  46. 934aba6 Issue #29377: Add three new wrappers to types.py (Manuel Krebber). by Guido van Rossum · 7 years ago
  47. 6110833 python-gdb.py supports method-wrapper by Victor Stinner · 7 years ago
  48. c9473b8 Merge 3.6 by doko@ubuntu.com · 7 years ago
  49. f8c5f30 Merge 3.5 by doko@ubuntu.com · 7 years ago
  50. 137b5a2 Issue #29169: Fix NEWS entry. by doko@ubuntu.com · 7 years ago
  51. ef158c3 Issue #29218: Remove unused install_misc command by Berker Peksag · 7 years ago
  52. 9ac4815 merge 3.6 by doko@ubuntu.com · 7 years ago
  53. cd12f7c merge 3.5 by doko@ubuntu.com · 7 years ago
  54. 34e7e2e - Issue #29169: Update zlib to 1.2.10. by doko@ubuntu.com · 7 years ago
  55. f24bccc Issue #28822: Add susp-ignored entry for NEWS; fix grammar by Martin Panter · 8 years ago
  56. 3f16f57 Issue #29384: Remove Be OS scripts from Modules/, unused in 3.0+ by Martin Panter · 8 years ago
  57. c654f0a Issues #29349: Add NEWS for 3.7; use “with” statement by Martin Panter · 8 years ago
  58. 3a6dc19 Issues #29349: Merge Py 2 fix 3.6 by Martin Panter · 8 years ago
  59. e61592e Issues #29349: Merge Py 2 fix 3.5 by Martin Panter · 8 years ago
  60. 8f3fb72 Issue #29349: Fix Python 2 syntax in documentation build code by Martin Panter · 8 years ago
  61. 6e08baf Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with by Serhiy Storchaka · 8 years ago
  62. 512c57c Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 8 years ago
  63. b2a5be0 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 8 years ago
  64. 675f2f8 Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 8 years ago
  65. 3831b0a Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 8 years ago
  66. 07a1f65 Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 8 years ago
  67. 067cbd0 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  68. 4102d25 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  69. 713640c Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  70. 0e83045 Merge 3.6 by Victor Stinner · 8 years ago
  71. 01f5ae7 Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION by Victor Stinner · 8 years ago
  72. ccb5f3c Issue #29338: The help of a builtin or extension class now includes the by Serhiy Storchaka · 8 years ago
  73. 5c8706c Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 8 years ago
  74. 78034c8 Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 8 years ago
  75. 50e16e3 Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 8 years ago
  76. 2a404b6 Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8() by Serhiy Storchaka · 8 years ago
  77. d528791 Issue #29290: Merge 3.6. by Xiang Zhang · 8 years ago
  78. b168118 Issue #29290: Merge 3.5. by Xiang Zhang · 8 years ago
  79. 7fe28ad Issue #29290: argparse help messages won't wrap at non-breaking spaces. by Xiang Zhang · 8 years ago
  80. 19dea2c Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. by Serhiy Storchaka · 8 years ago
  81. a203360 Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. by Serhiy Storchaka · 8 years ago
  82. 362f058 Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. by Serhiy Storchaka · 8 years ago
  83. 5e65cd3 Issue #29282: Backed out changeset b33012ef1417 by Mark Dickinson · 8 years ago
  84. d1b230e Issue #29282: add fused multiply-add function, math.fma. by Mark Dickinson · 8 years ago
  85. 502efda Update Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches. by Ned Deily · 8 years ago
  86. b2df631 Update Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches. by Ned Deily · 8 years ago
  87. 67c1cb2 Issue #29316: Restore the provisional status of typing module and add by Ned Deily · 8 years ago
  88. 299dc23 Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). by Serhiy Storchaka · 8 years ago
  89. 398ef5c Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). by Serhiy Storchaka · 8 years ago
  90. 09e4ce5 Merge 3.5.3 release head with main 3.5 branch. by Larry Hastings · 8 years ago
  91. c620f20 Post-release updates for 3.5.3. by Larry Hastings · 8 years ago
  92. e12c313 merge by Raymond Hettinger · 8 years ago
  93. 8049052 Issue #29011: Fix an important omission by adding Deque to the typing module. by Raymond Hettinger · 8 years ago
  94. 51ba5b7 Version bump for Python 3.5.3. by Larry Hastings · 8 years ago
  95. 35e022b Repeat “when pass” fixes for 3.7 section by Martin Panter · 8 years ago
  96. 446a498 Merge doc fixes from 3.6 by Martin Panter · 8 years ago
  97. 674b099 More instances of “when pass” by Martin Panter · 8 years ago
  98. 4659ddc Merge doc fixes from 3.5 by Martin Panter · 8 years ago
  99. 536d70e Fix grammar, typos and markup in documentation and code comments by Martin Panter · 8 years ago
  100. 9ed707e Issue #29197: Removed deprecated function ntpath.splitunc(). by Serhiy Storchaka · 8 years ago