1. f24bccc Issue #28822: Add susp-ignored entry for NEWS; fix grammar by Martin Panter · 8 years ago
  2. 3f16f57 Issue #29384: Remove Be OS scripts from Modules/, unused in 3.0+ by Martin Panter · 8 years ago
  3. c654f0a Issues #29349: Add NEWS for 3.7; use “with” statement by Martin Panter · 8 years ago
  4. 3a6dc19 Issues #29349: Merge Py 2 fix 3.6 by Martin Panter · 8 years ago
  5. e61592e Issues #29349: Merge Py 2 fix 3.5 by Martin Panter · 8 years ago
  6. 8f3fb72 Issue #29349: Fix Python 2 syntax in documentation build code by Martin Panter · 8 years ago
  7. 6e08baf Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with by Serhiy Storchaka · 8 years ago
  8. 512c57c Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 8 years ago
  9. b2a5be0 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 8 years ago
  10. 675f2f8 Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 8 years ago
  11. 3831b0a Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 8 years ago
  12. 07a1f65 Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 8 years ago
  13. 067cbd0 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  14. 4102d25 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  15. 713640c Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  16. 0e83045 Merge 3.6 by Victor Stinner · 8 years ago
  17. 01f5ae7 Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION by Victor Stinner · 8 years ago
  18. ccb5f3c Issue #29338: The help of a builtin or extension class now includes the by Serhiy Storchaka · 8 years ago
  19. 5c8706c Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 8 years ago
  20. 78034c8 Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 8 years ago
  21. 50e16e3 Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 8 years ago
  22. 2a404b6 Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8() by Serhiy Storchaka · 8 years ago
  23. d528791 Issue #29290: Merge 3.6. by Xiang Zhang · 8 years ago
  24. b168118 Issue #29290: Merge 3.5. by Xiang Zhang · 8 years ago
  25. 7fe28ad Issue #29290: argparse help messages won't wrap at non-breaking spaces. by Xiang Zhang · 8 years ago
  26. 19dea2c Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. by Serhiy Storchaka · 8 years ago
  27. a203360 Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. by Serhiy Storchaka · 8 years ago
  28. 362f058 Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. by Serhiy Storchaka · 8 years ago
  29. 5e65cd3 Issue #29282: Backed out changeset b33012ef1417 by Mark Dickinson · 8 years ago
  30. d1b230e Issue #29282: add fused multiply-add function, math.fma. by Mark Dickinson · 8 years ago
  31. 502efda Update Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches. by Ned Deily · 8 years ago
  32. b2df631 Update Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches. by Ned Deily · 8 years ago
  33. 67c1cb2 Issue #29316: Restore the provisional status of typing module and add by Ned Deily · 8 years ago
  34. 299dc23 Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). by Serhiy Storchaka · 8 years ago
  35. 398ef5c Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). by Serhiy Storchaka · 8 years ago
  36. 09e4ce5 Merge 3.5.3 release head with main 3.5 branch. by Larry Hastings · 8 years ago
  37. c620f20 Post-release updates for 3.5.3. by Larry Hastings · 8 years ago
  38. e12c313 merge by Raymond Hettinger · 8 years ago
  39. 8049052 Issue #29011: Fix an important omission by adding Deque to the typing module. by Raymond Hettinger · 8 years ago
  40. 51ba5b7 Version bump for Python 3.5.3. by Larry Hastings · 8 years ago
  41. 35e022b Repeat “when pass” fixes for 3.7 section by Martin Panter · 8 years ago
  42. 446a498 Merge doc fixes from 3.6 by Martin Panter · 8 years ago
  43. 674b099 More instances of “when pass” by Martin Panter · 8 years ago
  44. 4659ddc Merge doc fixes from 3.5 by Martin Panter · 8 years ago
  45. 536d70e Fix grammar, typos and markup in documentation and code comments by Martin Panter · 8 years ago
  46. 9ed707e Issue #29197: Removed deprecated function ntpath.splitunc(). by Serhiy Storchaka · 8 years ago
  47. 4f76fb1 Issue #29210: Removed support of deprecated argument "exclude" in by Serhiy Storchaka · 8 years ago
  48. 6196ac4 Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 8 years ago
  49. 4c4ff5f Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 8 years ago
  50. 4b318f8 Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 8 years ago
  51. cc28337 Issue #29192: Removed deprecated features in the http.cookies module. by Serhiy Storchaka · 8 years ago
  52. 009b0a1 Issue #29193: A format string argument for string.Formatter.format() by Serhiy Storchaka · 8 years ago
  53. b37f3f6 Issue #29195: Removed support of deprecated undocumented keyword arguments by Serhiy Storchaka · 8 years ago
  54. 617c775 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  55. 42e1ea9 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  56. 6779652 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  57. d9c956f Issue #20804: The unittest.mock.sentinel attributes now preserve their by Serhiy Storchaka · 8 years ago
  58. 23e5b82 Issue #29239: Merge bug number from 3.6 by Martin Panter · 8 years ago
  59. ced4b90 Issue #29239: Fix --enable-optimizations bug number by Martin Panter · 8 years ago
  60. 04c15d5 Issue #29142: Merge 3.6. by Xiang Zhang · 8 years ago
  61. c44d58a Issue #29142: Merge 3.5. by Xiang Zhang · 8 years ago
  62. 959ff7f Issue #29142: Fix suffixes in no_proxy handling in urllib. by Xiang Zhang · 8 years ago
  63. 4ee3914 Issue #29203: functools.lru_cache() now respects PEP 468 by Raymond Hettinger · 8 years ago
  64. ce16c68 Issue #29034: Merge 3.6. by Xiang Zhang · 8 years ago
  65. 04316c4 Issue #29034: Fix memory leak and use-after-free in path_converter. by Xiang Zhang · 8 years ago
  66. cd992bb Merge 3.6 by Victor Stinner · 8 years ago
  67. 84b6fb0 Fix unittest.mock._Call: don't ignore name by Victor Stinner · 8 years ago
  68. 7ed28a8 Merge 3.6 by INADA Naoki · 8 years ago
  69. a634e23 Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception. by INADA Naoki · 8 years ago
  70. 9971220 Issue #26851: Merge 3.6. by Xavier de Gaye · 8 years ago
  71. 2a352b6 Issue #26851: Set Android compilation and link flags. by Xavier de Gaye · 8 years ago
  72. e744804 Post-release fixups for Python 3.5.3rc1. by Larry Hastings · 8 years ago
  73. ea74f0c Issue #24932: Use proper command line parsing in _testembed by Steve Dower · 8 years ago
  74. 6215e52 Issue #15812: Merge from 3.6 by Berker Peksag · 8 years ago
  75. 01debac Issue #15812: Merge from 3.5 by Berker Peksag · 8 years ago
  76. ff0e3b7 Issue #15812: inspect.getframeinfo() now correctly shows the first line of a context by Berker Peksag · 8 years ago
  77. 00b1ae0 Issue #28985: Update authorizer constants in sqlite3 module by Berker Peksag · 8 years ago
  78. 67e1aa0 Issue #29094: Offsets in a ZIP file created with extern file object and modes by Serhiy Storchaka · 8 years ago
  79. e465a9a Issue #29094: Offsets in a ZIP file created with extern file object and modes by Serhiy Storchaka · 8 years ago
  80. 34cba33 Issue #29094: Offsets in a ZIP file created with extern file object and modes by Serhiy Storchaka · 8 years ago
  81. 4a5fd61 merge by Raymond Hettinger · 8 years ago
  82. 744c720 Issue #29119: Merge in ACK from 3.5 branch by Raymond Hettinger · 8 years ago
  83. a67619e merge by Raymond Hettinger · 8 years ago
  84. b46ea90 Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea. by Raymond Hettinger · 8 years ago
  85. 0ce6432 merge by Raymond Hettinger · 8 years ago
  86. e9ee207 Issue #29061: secrets.randbelow() would hang with a negative input by Raymond Hettinger · 8 years ago
  87. f9bd059 Merge 3.6 by Victor Stinner · 8 years ago
  88. 771cf89 Merge 3.5 by Victor Stinner · 8 years ago
  89. 440d703 Issue #29109: Enhance tracemalloc documentation by Victor Stinner · 8 years ago
  90. e70ca46 merge 3.6 (#29085) by Benjamin Peterson · 8 years ago
  91. acc2f74 fix error check, so that Random.seed actually uses OS randomness (closes #29085) by Benjamin Peterson · 8 years ago
  92. 0a24415 Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows by Steve Dower · 8 years ago
  93. 4b1e98b Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows by Steve Dower · 8 years ago
  94. 13b0de9 Issue #29080: Fixes Misc/NEWS entry by Steve Dower · 8 years ago
  95. 4061939 Issue #29080: Fixes Misc/NEWS entry by Steve Dower · 8 years ago
  96. 74b1bcc Issue #29080: Fixes Misc/NEWS entry by Steve Dower · 8 years ago
  97. 280408b Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto by Steve Dower · 8 years ago
  98. bfce0f9 Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto by Steve Dower · 8 years ago
  99. a558be7 Issue #29080: Removes hard dependency on hg.exe from PC/build.bat by Steve Dower · 8 years ago
  100. 654da96 Issue #29080: Removes hard dependency on hg.exe from PC/build.bat by Steve Dower · 8 years ago