1. f1d002c bpo-35059: Enhance _PyObject_AssertFailed() (GH-10642) by Victor Stinner · 6 years ago
  2. bcda8f1 bpo-35081: Add Include/internal/pycore_object.h (GH-10640) by Victor Stinner · 6 years ago
  3. aac1f81 bpo-35189: Fix eintr_tester.py (GH-10637) by Victor Stinner · 6 years ago
  4. 361e868 bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023) by Zhiming Wang · 6 years ago
  5. 7c2d570 bpo-35290: Add debug info to test_c_locale_coercion (GH-10631) by Victor Stinner · 6 years ago
  6. d936a8f bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604) by Julien Palard · 6 years ago
  7. 3e21ad1 bpo-35081: Move _PyGC_FINALIZED() back to C API (GH-10626) by Victor Stinner · 6 years ago
  8. c8fe9cc bpo-34532: Fixed exit code for py.exe list versions arg (GH-9039) by Brendan Gerrity · 6 years ago
  9. b1dede3 bpo-25750: Fix a compiler warning introduced in GH-9084. (GH-10234) by Serhiy Storchaka · 6 years ago
  10. 3ec0f49 bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039) by Serhiy Storchaka · 6 years ago
  11. 97f1efb bpo-35169: Improve error messages for forbidden assignments. (GH-10342) by Serhiy Storchaka · 6 years ago
  12. 6c48bf2 bpo-9842: Add references for using "..." as a placeholder to the index. (GH-10330) by Serhiy Storchaka · 6 years ago
  13. 6b73bb5 bpo-31146: Don't fallback switcher to english on not-yet pusblished languages. (GH-10558) by Julien Palard · 6 years ago
  14. 02e6bf7 bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) by Victor Stinner · 6 years ago
  15. d5d3368 bpo-18859: Document --with-valgrind option in README.valgrind (#10591) by Sanyam Khurana · 6 years ago
  16. 8b9c33e Upgrade pip to 18.1 and setuptools to 40.6.2 (#10598) by Donald Stufft · 6 years ago
  17. 062a57b bpo-35269: Fix a possible segfault involving a newly-created coroutine (GH-10585) by Zackery Spytz · 6 years ago
  18. 177a41a bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executable (GH-9860) by Steve Dower · 6 years ago
  19. 689d555 bpo-25438: document what codec PyMemberDef T_STRING decodes the char * as (GH-10580) by Windson yang · 6 years ago
  20. 38df97a Add --tempdir option for test run (GH-10322) by Steve Dower · 6 years ago
  21. 5a087d5 bpo-35202: Remove more unused imports in idlelib (GH-10573) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  22. 338d54f bpo-28401: prevent Py_DEBUG builds from trying to import limited ABI modules (GH-1766) by Stefano Rivera · 6 years ago
  23. ad65f15 Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576) by Zackery Spytz · 6 years ago
  24. 90d0cfb bpo-35202: Remove unused imports in tests. (GH-10561) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  25. 4edeaea bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  26. a48e0eb Fix outdated info in datamodel about dicts (GH-9807) by wim glenn · 6 years ago
  27. c2ccac7 bpo-33816: Remove outdated metaclass example (GH-7566) by Andrés Delfino · 6 years ago
  28. 37cd982 bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532) by Victor Stinner · 6 years ago
  29. b65413b bpo-35213: Where appropriate, use 'macOS' in idlelib. (#10478) by Terry Jan Reedy · 6 years ago
  30. 70f61b9 bpo-35202: Remove unused imports in Lib directory (GH-10450) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  31. 25221b3 Fix typo in asynchronous generator iterator documentation (GH-10542) by Sebastián Ramírez · 6 years ago
  32. bfb855b bpo-34784: Implement correct cleanup in PyStructSequence new implementation (GH-10536) by Pablo Galindo · 6 years ago
  33. 4c596d5 Fix a possible reference leak in _socket.getaddrinfo(). (GH-10543) by Zackery Spytz · 6 years ago
  34. 01de89c bpo-35233: InitConfigTests tests more config vars (GH-10541) by Victor Stinner · 6 years ago
  35. 6431347 bpo-32613: Update window FAQ (GH-5552) by Julien Palard · 6 years ago
  36. a757649 bpo-35230: dict: Remove some macros (GH-10513) by INADA Naoki · 6 years ago
  37. 8e0b05e Grammar corrections in abc.rst (GH-10525) by Andrés Delfino · 6 years ago
  38. bf1355b Link to property built-in in abc.rst (GH-10526) by Andrés Delfino · 6 years ago
  39. daeb3c4 Fix doc typo: Window -> Windows (GH-10508) by l-n-s · 6 years ago
  40. 7ddd56f bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524) by Victor Stinner · 6 years ago
  41. 746b2d3 bpo-35214: Fix OOB memory access in unicode escape parser (GH-10506) by Gregory P. Smith · 6 years ago
  42. 00b137c bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10519) by Victor Stinner · 6 years ago
  43. f966e53 bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510) by Victor Stinner · 6 years ago
  44. 474eedf bpo-34784: Fix PyStructSequence_NewType with heap-allocated StructSequence (GH-9665) by Eddie Elizondo · 6 years ago
  45. 1a6be91 bpo-35081: Make some _PyGC macros internal (GH-10507) by Victor Stinner · 6 years ago
  46. 0d12672 bpo-35081: Remove Py_BUILD_CORE from datetime.h (GH-10416) by Paul Ganssle · 6 years ago
  47. 3015fb8 bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) by Gregory P. Smith · 6 years ago
  48. 0dc1e45 Fix a couple documentation typos. (GH-10498) by Windson yang · 6 years ago
  49. e6c77d8 Disable getc_unlocked() with MemorySanitizer. (GH-10499) by Gregory P. Smith · 6 years ago
  50. 2c07c49 bpo-29564: warnings suggests to enable tracemalloc (GH-10486) by Victor Stinner · 6 years ago
  51. 1584a00 bpo-35214: Initial clang MemorySanitizer support (GH-10479) by Gregory P. Smith · 6 years ago
  52. a9655b7 Improve grammar in Glossary. (GH-10474) by Windson yang · 6 years ago
  53. 7610f4f Correct grammar mistake in stdtypes.rst (GH-10481) by Andrés Delfino · 6 years ago
  54. 7438792 bpo-30064: Refactor sock_* asyncio API (#10419) by Andrew Svetlov · 6 years ago
  55. 9404e77 Linkify PEP 8 in unix.rst (GH-10482) by Andrés Delfino · 6 years ago
  56. 621cebe bpo-35081: Rename internal headers (GH-10275) by Victor Stinner · 6 years ago
  57. 19c46a4 bpo-33695 shutil.copytree() + os.scandir() cache (#7874) by Giampaolo Rodola · 6 years ago
  58. cd44980 Minor grammar improvement to io documentation. (GH-10329) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  59. 7432f09 Update subprocess.Popen documentation wrt universal_newlines arg (GH-10337) by Jakub Stasiak · 6 years ago
  60. 082875d bpo-33878: Doc: Fix missing case by simplifying. (GH-7762) by Julien Palard · 6 years ago
  61. 5f2df88 bpo-35177: Add dependencies between header files (GH-10361) by Victor Stinner · 6 years ago
  62. fd3a91c closes bpo-35204: Disable thread and memory sanitizers for address_in_range(). (GH-10442) by Alexey Izbyshev · 6 years ago
  63. f9ec1b9 Neaten the code without any algorithmic change. (GH-10466) by Raymond Hettinger · 6 years ago
  64. b086c8a bpo-33699: Describe try's else clause with the rest of the try clause (GH-7252) by Andrés Delfino · 6 years ago
  65. 76e8fd7 dict insertion order is guaranteed since 3.7 (GH-10431) by Andrés Delfino · 6 years ago
  66. 50ff02b bpo-34864: Document two IDLE on MacOS issues. (GH-10456) by Terry Jan Reedy · 6 years ago
  67. b9498e2 bpo-35202: Remove unused imports in Lib directory. (GH-10446) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  68. 43a74ab bpo-35202: Remove unused imports in idlelib (GH-10438) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  69. 2d1bc53 bpo-35202: Remove unused imports in Lib directory. (GH-10445) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  70. 9d43fa1 Doc: Simplify Copyright line in README (GH-10287) by David Kleuker · 6 years ago
  71. 009b2f0 Correct a typo in the Unittest documentation (GH-10397) by Géry Ogam · 6 years ago
  72. d17a693 bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434) by Victor Stinner · 6 years ago
  73. 130893d bpo-35081: Internal headers require Py_BUILD_CORE (GH-10363) by Victor Stinner · 6 years ago
  74. 0a18e05 Hoist the float conversion out of the inner loop. (GH-10430) by Raymond Hettinger · 6 years ago
  75. cf5863f Optimize set.pop() to advance a pointer instead of indexing. (GH-10429) by Raymond Hettinger · 6 years ago
  76. b83942c Cleanup and improve the regex tokenizer example. (GH-10426) by Raymond Hettinger · 6 years ago
  77. 216aaaa Fixing wording in comment. (GH-10425) by Raymond Hettinger · 6 years ago
  78. 7a69cf4 bpo-35194: Fix a wrong constant in cp932 codec (GH-10420) by Alexey Izbyshev · 6 years ago
  79. 0f221d0 bpo-24412: Adds cleanUps for setUpClass and setUpModule. (GH-9190) by Lisa Roach · 6 years ago
  80. 49fa4a9 bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) by Gregory P. Smith · 6 years ago
  81. fd512d7 bpo-35065: Remove `StreamReaderProtocol._untrack_reader` (#10212) by Vincent Michel · 6 years ago
  82. 5d95312 Replace dead code with an assertion in winreg.c. (GH-10028) by Zackery Spytz · 6 years ago
  83. a44d34e bpo-34966: Improve support of method aliases in pydoc. (GH-9823) by Serhiy Storchaka · 6 years ago
  84. 6843ffe Revert "bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)" (GH-10403) by Pablo Galindo · 6 years ago
  85. 556d50d Doc: Make all versions sidebars the same for consistency. (GH-10288) by Julien Palard · 6 years ago
  86. b939250 Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400) by Pablo Galindo · 6 years ago
  87. beed84c bpo-35015: Doc: Fix internationalisation of the availability directive. (GH-10360) by Julien Palard · 6 years ago
  88. a6e956b bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327) by Elvis Pranskevichus · 6 years ago
  89. bfe1839 Add link to PEP 525 in Expressions. (GH-10333) by Andrés Delfino · 6 years ago
  90. ae31e3f glob uses fnmatch.filter instead of fnmatch since 2001. (GH-10102) by Andrés Delfino · 6 years ago
  91. c5eec44 Add a reference to the name mangling description in the tutorial to the index. (GH-10138) by Andrés Delfino · 6 years ago
  92. cdb96f4 Add future_stmt to simple_stmt production list. (GH-8239) by Andrés Delfino · 6 years ago
  93. ca68261 Fix markup for xml.sax in 3.8 notes. (GH-9603) by Andrés Delfino · 6 years ago
  94. d649910 Correct grammar mistakes in string.rst. (GH-9752) by Andrés Delfino · 6 years ago
  95. ca03f3b Mark len call as a code snippet in stdtypes.rst. (GH-9804) by Andrés Delfino · 6 years ago
  96. ea6a28c Mark -c and -O as command line options in reStructuredText. (GH-10103) by Andrés Delfino · 6 years ago
  97. c64583b bpo-32409: Fix regression in activate.bat on international Windows (GH-10295) by samstagern · 6 years ago
  98. 637a33b bpo-2504: Add pgettext() and variants to gettext. (GH-7253) by Cheryl Sabella · 6 years ago
  99. 5598cc9 bpo-34160: Preserve order of attributes in minidom. (GH-10219) by Diego Rojas · 6 years ago
  100. f194479 bpo-31553: add --json-lines option to json.tool (#10051) by HongWeipeng · 6 years ago