1. e48fd93 bpo-29532: Altering a kwarg dictionary passed to functools.partial() no longer affects a partial object after creation. (#209) by Serhiy Storchaka · 8 years ago
  2. d9b3cdd bpo-29602: fix signed zero handling in complex constructor. (#203) (#206) by Mark Dickinson · 8 years ago
  3. 9a4577a bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects (#128) (#186) by Xiang Zhang · 8 years ago
  4. 0683d68 [3.6] bpo-29571: Use correct locale encoding in test_re (#149) (#153) by Nick Coghlan · 8 years ago
  5. d372cda bpo-29579: Removes readme.txt from the installer. (#161) by Steve Dower · 8 years ago
  6. 0230e64 bpo-28556: Various updates to typing (#28) (#77) by Mariatta · 8 years ago
  7. 89ddffb bpo-29438: fixed use-after-free in key sharing dict (#39) by INADA Naoki · 8 years ago
  8. b67f096 Fix datetime.fromtimestamp(): check bounds by Victor Stinner · 8 years ago
  9. 57fe245 Merge 3.5 (fix #29519) by Łukasz Langa · 8 years ago
  10. 9cd7e17 Fix #29519: weakref spewing exceptions during interp finalization by Łukasz Langa · 8 years ago
  11. e185757 Merge issue #26355 fix from Python 3.5 by Nick Coghlan · 8 years ago
  12. e662445 Issue #26355: Specify canonical URLs in docs pages by Nick Coghlan · 8 years ago
  13. c008dde Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. by Steve Dower · 8 years ago
  14. 6d46ae7 Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. by Steve Dower · 8 years ago
  15. 5f9193a Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) by Steve Dower · 8 years ago
  16. 722e3e2 Issue #28164: Correctly handle special console filenames (patch by Eryk Sun) by Steve Dower · 8 years ago
  17. 21fae03 Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. by Steve Dower · 8 years ago
  18. d3c4853 Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 8 years ago
  19. eacee98 Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun) by Steve Dower · 8 years ago
  20. bf0fc39 Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. by Steve Dower · 8 years ago
  21. 1add96f Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 8 years ago
  22. 86e4237 Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 8 years ago
  23. 7e10dbb Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 8 years ago
  24. f8c5f30 Merge 3.5 by doko@ubuntu.com · 8 years ago
  25. 137b5a2 Issue #29169: Fix NEWS entry. by doko@ubuntu.com · 8 years ago
  26. cd12f7c merge 3.5 by doko@ubuntu.com · 8 years ago
  27. 34e7e2e - Issue #29169: Update zlib to 1.2.10. by doko@ubuntu.com · 8 years ago
  28. e61592e Issues #29349: Merge Py 2 fix 3.5 by Martin Panter · 8 years ago
  29. 8f3fb72 Issue #29349: Fix Python 2 syntax in documentation build code by Martin Panter · 8 years ago
  30. 512c57c Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 8 years ago
  31. b2a5be0 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 8 years ago
  32. 3831b0a Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 8 years ago
  33. 07a1f65 Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 8 years ago
  34. 4102d25 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  35. 713640c Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  36. 01f5ae7 Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION by Victor Stinner · 8 years ago
  37. 78034c8 Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 8 years ago
  38. 50e16e3 Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 8 years ago
  39. b168118 Issue #29290: Merge 3.5. by Xiang Zhang · 8 years ago
  40. 7fe28ad Issue #29290: argparse help messages won't wrap at non-breaking spaces. by Xiang Zhang · 8 years ago
  41. a203360 Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. by Serhiy Storchaka · 8 years ago
  42. 362f058 Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. by Serhiy Storchaka · 8 years ago
  43. b2df631 Update Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches. by Ned Deily · 8 years ago
  44. 67c1cb2 Issue #29316: Restore the provisional status of typing module and add by Ned Deily · 8 years ago
  45. 398ef5c Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). by Serhiy Storchaka · 8 years ago
  46. 09e4ce5 Merge 3.5.3 release head with main 3.5 branch. by Larry Hastings · 8 years ago
  47. c620f20 Post-release updates for 3.5.3. by Larry Hastings · 8 years ago
  48. e12c313 merge by Raymond Hettinger · 8 years ago
  49. 8049052 Issue #29011: Fix an important omission by adding Deque to the typing module. by Raymond Hettinger · 8 years ago
  50. 51ba5b7 Version bump for Python 3.5.3. by Larry Hastings · 8 years ago
  51. 674b099 More instances of “when pass” by Martin Panter · 8 years ago
  52. 4659ddc Merge doc fixes from 3.5 by Martin Panter · 8 years ago
  53. 536d70e Fix grammar, typos and markup in documentation and code comments by Martin Panter · 8 years ago
  54. 4c4ff5f Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 8 years ago
  55. 4b318f8 Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 8 years ago
  56. 42e1ea9 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  57. 6779652 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  58. ced4b90 Issue #29239: Fix --enable-optimizations bug number by Martin Panter · 8 years ago
  59. c44d58a Issue #29142: Merge 3.5. by Xiang Zhang · 8 years ago
  60. 959ff7f Issue #29142: Fix suffixes in no_proxy handling in urllib. by Xiang Zhang · 8 years ago
  61. 4ee3914 Issue #29203: functools.lru_cache() now respects PEP 468 by Raymond Hettinger · 8 years ago
  62. 04316c4 Issue #29034: Fix memory leak and use-after-free in path_converter. by Xiang Zhang · 8 years ago
  63. 84b6fb0 Fix unittest.mock._Call: don't ignore name by Victor Stinner · 8 years ago
  64. a634e23 Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception. by INADA Naoki · 8 years ago
  65. 2a352b6 Issue #26851: Set Android compilation and link flags. by Xavier de Gaye · 8 years ago
  66. e744804 Post-release fixups for Python 3.5.3rc1. by Larry Hastings · 8 years ago
  67. 01debac Issue #15812: Merge from 3.5 by Berker Peksag · 8 years ago
  68. ff0e3b7 Issue #15812: inspect.getframeinfo() now correctly shows the first line of a context by Berker Peksag · 8 years ago
  69. e465a9a Issue #29094: Offsets in a ZIP file created with extern file object and modes by Serhiy Storchaka · 8 years ago
  70. 34cba33 Issue #29094: Offsets in a ZIP file created with extern file object and modes by Serhiy Storchaka · 8 years ago
  71. a67619e merge by Raymond Hettinger · 8 years ago
  72. b46ea90 Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea. by Raymond Hettinger · 8 years ago
  73. e9ee207 Issue #29061: secrets.randbelow() would hang with a negative input by Raymond Hettinger · 8 years ago
  74. acc2f74 fix error check, so that Random.seed actually uses OS randomness (closes #29085) by Benjamin Peterson · 8 years ago
  75. 4b1e98b Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows by Steve Dower · 8 years ago
  76. 4061939 Issue #29080: Fixes Misc/NEWS entry by Steve Dower · 8 years ago
  77. 74b1bcc Issue #29080: Fixes Misc/NEWS entry by Steve Dower · 8 years ago
  78. bfce0f9 Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto by Steve Dower · 8 years ago
  79. 654da96 Issue #29080: Removes hard dependency on hg.exe from PC/build.bat by Steve Dower · 8 years ago
  80. 7ec8a18 Issue #29080: Removes hard dependency on hg.exe from PC/build.bat by Steve Dower · 8 years ago
  81. 6c57708 Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 8 years ago
  82. bdf9e0e Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 8 years ago
  83. 686c1f6 Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 8 years ago
  84. 283de2b Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 8 years ago
  85. c9ad8b7 Issue #29073: bytearray formatting no longer truncates on first null byte. by Serhiy Storchaka · 8 years ago
  86. d741ed4 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  87. e10ca3a Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  88. 34d0ac8 Issue #29058: All stable API extensions added after Python 3.2 are now by Serhiy Storchaka · 8 years ago
  89. c70081c Issue #23903: Added missed names to PC/python3.def. by Serhiy Storchaka · 8 years ago
  90. 6664e8c Issue #23903: Added missed names to PC/python3.def. by Serhiy Storchaka · 8 years ago
  91. bb2839b Issue #29055: Suppress upstream exception for random.choice() by Raymond Hettinger · 8 years ago
  92. 93357d8 Merge 3.6.0 release engineering head by Ned Deily · 8 years ago
  93. 5c4568a Update docs and patchlevel for 3.6.0 final. by Ned Deily · 8 years ago
  94. bdf0d0f Issue #28762: lockf() is available on Android API level 24, but the by Xavier de Gaye · 8 years ago
  95. 0ba0def Issue 28923: Remove editor artifacts from Tix.py, by Terry Jan Reedy · 8 years ago
  96. c67983b Issue 28923: Remove editor artifacts from Tix.py. by Terry Jan Reedy · 8 years ago
  97. 7087842 Issue #28538: Fix the compilation error that occurs because if_nameindex() is by Xavier de Gaye · 8 years ago
  98. 690e81f Merge from 3.5. by Serhiy Storchaka · 8 years ago
  99. 18f018c Issue #28871: Fixed a crash when deallocate deep ElementTree. by Serhiy Storchaka · 8 years ago
  100. b0eb986 merge 3.5 (#28932) by Benjamin Peterson · 8 years ago