1. d3b8f98 tempfile.rst: Fix some typos (GH-610) by Jelle Zijlstra · 8 years ago
  2. b5c51d3 bpo-20185: Convert float object implementation to Argument Clinic. (#543) by Serhiy Storchaka · 8 years ago
  3. fdd42c4 bpo-20185: Convert list object implementation to Argument Clinic. (#542) by Serhiy Storchaka · 8 years ago
  4. 0710d75 bpo-29770: remove outdated PYO related info (GH-590) by Xiang Zhang · 8 years ago
  5. 70ee0cd bpo-29784: Fix the reference to shutil.copy in the docs (GH-602) by Mariatta · 8 years ago
  6. 4b2a2a4 bpo-28810: Document changes to CALL_FUNCTION opcodes (GH-250) by Ivan Levkivskyi · 8 years ago
  7. 7400254 bpo-29741: Clean up C implementations of BytesIO and StringIO. (#606) by orenmn · 8 years ago
  8. 7e52c3e bpo-28810: Document BUILD_TUPLE_UNPACK_WITH_CALL bytecode added in 3.6 (GH-239) by Ivan Levkivskyi · 8 years ago
  9. d4e8928 bpo-28739: Document that f-strings cannot be used as docstring (GH-592) by Mariatta · 8 years ago
  10. 50da40f Ignore Include/pydtrace_probes.h (#597) by Łukasz Langa · 8 years ago
  11. 9e6ac83 bpo-29773: Add more cases for testing string to float conversion errors. (#580) by Serhiy Storchaka · 8 years ago
  12. 0f6d733 bpo-29619: Convert st_ino using unsigned integer (#557) by Victor Stinner · 8 years ago
  13. feccdb2 bpo-29774: Improve error reporting for corrupted extra field in ZIP file. (#583) by Serhiy Storchaka · 8 years ago
  14. 964281a bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements (#570) by orenmn · 8 years ago
  15. 22e707f bpo-29768: Fixed compile-time check for expat version. (#574) by Serhiy Storchaka · 8 years ago
  16. 390a096 bpo-29749: Update int() docstring (GH-565) by svelankar · 8 years ago
  17. 370fd20 Use Py_RETURN_FALSE/Py_RETURN_TRUE rather than PyBool_FromLong(0)/PyBool_FromLong(1). (#567) by Serhiy Storchaka · 8 years ago
  18. f7eda38 Fix the only non-C90 comment to be C90 compatible. (#566) by n.d. parker · 8 years ago
  19. 4a2ffce Exit Travis when only Misc/* is changed. (#564) by Serhiy Storchaka · 8 years ago
  20. a7cba27 bpo-29645: Speed up importing the webbrowser module. (#484) by Serhiy Storchaka · 8 years ago
  21. 8606e95 bpo-28231: The zipfile module now accepts path-like objects for external paths. (#511) by Serhiy Storchaka · 8 years ago
  22. c351ce6 bpo-28331: fix impl-detail label is removed when content is translated. (GH-195) by INADA Naoki · 8 years ago
  23. c45cd16 bpo-28230: Document the pathlib support in tarfile and add tests. (#512) by Serhiy Storchaka · 8 years ago
  24. 21a7431 Revert "bpo-29571: Use correct locale encoding in test_re (#149)" (#554) by Benjamin Peterson · 8 years ago
  25. ad4a0cc allow the first call to wcsxfrm to return ERANGE (#536) by Benjamin Peterson · 8 years ago
  26. 02371e0 make the glibc alias table take precedence over the X11 one (#422) by Benjamin Peterson · 8 years ago
  27. 9f8ad3f bpo-29568: Disable any characters between two percents for escaped percent "%%" in the format string for classic string formatting. (GH-513) by Serhiy Storchaka · 8 years ago
  28. c393ee8 bpo-24329: allow __qualname__ and __classcell__ in __slots__ (GH-495) by Xiang Zhang · 8 years ago
  29. d5d3249 bpo-26915: Test identity first in membership operation in index() and count() methods of collections.abc.Sequence (GH-503) by Xiang Zhang · 8 years ago
  30. 8f6b344 bpo-28682: Added support for bytes paths in os.fwalk(). (#489) by Serhiy Storchaka · 8 years ago
  31. 8886d5f PCbuild: Add -q option to svn export (GH-535) by INADA Naoki · 8 years ago
  32. 93fac8d bpo-29676: fix lsprof can't profile C method call. (GH523) by INADA Naoki · 8 years ago
  33. d36a716 bpo-28728: clarify possible test failure due to ISP (GH-412) by Xiang Zhang · 8 years ago
  34. fea9676 Exclude myself from mention-bot (#529) by Victor Stinner · 8 years ago
  35. 98e80c2 bpo-29737: Optimize concatenating with empty tuple. (#524) by Serhiy Storchaka · 8 years ago
  36. be487a6 bpo-15954: Check return code of wcsxfrm(). (#508) by Serhiy Storchaka · 8 years ago
  37. d908fd9 bpo-29695: Fixed tests after removing keyword args support in some basic type constructors. (GH-520) by Serhiy Storchaka · 8 years ago
  38. 0f5f1c3 Ignore What's New for MentionBot (GH-521) by Matthias Bussonnier · 8 years ago
  39. 4e0f612 The mention-bot is too exuberant for my taste. (#522) by Stefan Krah · 8 years ago
  40. 2e56424 bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() and tuple(). (#518) by Serhiy Storchaka · 8 years ago
  41. b76ad51 bpo-29714: Fix a regression that bytes format may fail when containing zero bytes inside. (GH-499) by Xiang Zhang · 8 years ago
  42. 86aa269 remove 3 redundant casts in Objects/longobject.c (#445) by orenmn · 8 years ago
  43. 2225dda bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-494) by INADA Naoki · 8 years ago
  44. f6e6101 Fixes the upload script to purge the CDN correctly and display success output. (#466) by Steve Dower · 8 years ago
  45. 58d23e6 bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486) by Serhiy Storchaka · 8 years ago
  46. d31b28e Add Appveyor (GH-324) by Zachary Ware · 8 years ago
  47. 7acffa2 bpo-29638: Fix spurious refleaks after typing is imported (#469) by Ivan Levkivskyi · 8 years ago
  48. c6b448b Change assertRaises to assertRaisesRegex in test_xmlrpc (#481) by Dillon Brock · 8 years ago
  49. b4e1b92 Docs: Add note regarding "reversed" flag in heapq.merge (#300) by Adam Niederer · 8 years ago
  50. 2a7bdda distutils docs: Fix a typo (GH-470) by Mariatta · 8 years ago
  51. 060d2d7 remove merge=union attribute for Misc/NEWS (GH-460) by INADA Naoki · 8 years ago
  52. 6abaed0 Correct spelling "instanciate" (#465) by J. W · 8 years ago
  53. de04644 bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462) by Ned Deily · 8 years ago
  54. cfcd767 bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) by Ned Deily · 8 years ago
  55. 7cd9b22 bpo-29550: Temporarily skip "make touch" in Mac installer build. (#456) by Ned Deily · 8 years ago
  56. 7030ca6 Fixes git command (#451) by Steve Dower · 8 years ago
  57. a0c07d2 bpo-27593: Updates Windows build to use information from git (#262) by Steve Dower · 8 years ago
  58. 5c4b0d0 bpo-27593: Get SCM build info from git instead of hg. (#446) by Ned Deily · 8 years ago
  59. fc64c35 bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-439) by Zachary Ware · 8 years ago
  60. 0705f66 bpo-26213: Document _UNPACK bytecodes and BUILD_MAP changes (#238) by Ivan Levkivskyi · 8 years ago
  61. 8eb531d bpo-29709: Improve Boolean Operations documentation (#433) by Mariatta · 8 years ago
  62. 5dfccb0 bpo-29455: Mention coverage.py in trace module documentation (#261) by Marco Buttu · 8 years ago
  63. 85b8d01 bpo-29623: Make PathLike objects work with ConfigParser.read() (#242) by David Ellis · 8 years ago
  64. 677ab99 Fixed a typo in the comment in Include/pyport.h (#425) by Joseph Shen · 8 years ago
  65. 460b1cc Fix config file syntax (hopefully). by Stefan Krah · 8 years ago
  66. 4be6cc1 Find my own reviewers for PRs. by Stefan Krah · 8 years ago
  67. 86a6705 bpo-9303: Migrate sqlite3 module to _v2 API to enhance performance (#359) by Aviv Palivoda · 8 years ago
  68. 15aa4c8 bpo-29693: Fix for DeprecationWarning in test_import (#421) by Anish Shah · 8 years ago
  69. 902e9c5 asyncio: Optimize _get_running_loop() to call getpid() only when there's a loop by Yury Selivanov · 8 years ago
  70. 84af903 bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/C (#408) by Yury Selivanov · 8 years ago
  71. 2f15645 asyncio: Fix trailing whitespace/code style by Yury Selivanov · 8 years ago
  72. 481cb70 bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405) by Seth M. Larson · 8 years ago
  73. 398ff91 bpo-28893: Set __cause__ for errors in async iteration protocol (#407) by Yury Selivanov · 8 years ago
  74. 8d26aa9 bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406) by Yury Selivanov · 8 years ago
  75. ba7e1f9 bpo-29703: asyncio: Fix creating new event loops in child processes. (#404) by Yury Selivanov · 8 years ago
  76. cdf037c Don't require the Python org to mention someone (GH-393) by Donald Stufft · 8 years ago
  77. 1bea762 bpo-28129: fix ctypes crashes (#386) by orenmn · 8 years ago
  78. 8ae264c bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-395) by Donald Stufft · 8 years ago
  79. c643a96 Add Python version since deprecation in base64 methods. (#33) by Matthias Bussonnier · 8 years ago
  80. 698845e fix an error message and a comment in _testcapimodule.c (GH-392) by orenmn · 8 years ago
  81. b2a7c2f bpo-27200: fix configparser, copyreg and ctypes doctests (#240) by Marco Buttu · 8 years ago
  82. 6a9122c bpo-29683 - Fixes to _PyCode_SetExtra when co_extra->ce->extras is (#376) by Brian Coleman · 8 years ago
  83. 275104e In SSL module version examples, don't use a legacy version. (#381) by Alex Gaynor · 8 years ago
  84. 2b221b7 bpo-29176 Use tmpfile() in curses module (#235) by Christian Heimes · 8 years ago
  85. cb90f26 fix subprocess on Windows (#391) by Benjamin Peterson · 8 years ago
  86. afbb5d1 require uuid_generate_time_safe for all tests of it (#390) by Benjamin Peterson · 8 years ago
  87. f522792 allow path-like objects to be cwd on windows (#389) by Benjamin Peterson · 8 years ago
  88. 0b84325 correct check for _uuid_generate_time (#388) by Benjamin Peterson · 8 years ago
  89. 1e68716 Revert "make the locale_flag fallback code work again (#375)" (#387) by Benjamin Peterson · 8 years ago
  90. 227e427 Don't mention Guido automatically for reviews from the mention bot (GH-385) by Brett Cannon · 8 years ago
  91. 661ca88 Fixes bpo-29680: Older gdb does not have gdb.error. (#363) by Lev Abalkin · 8 years ago
  92. 3c6314c bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (#260) by Petr Motejlek · 8 years ago
  93. da62373 email.compat32-message.rst: Fix typo in the word `message` (GH-379) by Mariatta · 8 years ago
  94. 3824cd8 bpo-29684: Fix regression of PyEval_CallObjectWithKeywords (GH-87) by INADA Naoki · 8 years ago
  95. f518474 Tweak subprocess.STARTUPINFO documentation (#347) by Berker Peksag · 8 years ago
  96. 43f5df5 make the locale_flag fallback code work again (#375) by Benjamin Peterson · 8 years ago
  97. f870a48 blacklist myself from mention-bot; it is annoying (#373) by Benjamin Peterson · 8 years ago
  98. 371963d use select instead of _opcode for import test (#372) by Benjamin Peterson · 8 years ago
  99. bee93f2 weaken test_from_import_missing_attr_has_name_and_path regular expression (#371) by Benjamin Peterson · 8 years ago
  100. 680e20b Clarify exception handler scope in contextlib by amosonn · 8 years ago