1. 3a228ab bpo-26558: Fix Py_FatalError() with GIL released (GH-10267) by Victor Stinner · 6 years ago
  2. 2be00d9 bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249) by Victor Stinner · 6 years ago
  3. b08746b bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217) by Xiang Zhang · 6 years ago
  4. 511747b bpo-35110: Fix yet few spaces before dashes. (GH-10255) by Serhiy Storchaka · 6 years ago
  5. c9a6168 Fix a possible crash in range.__reversed__(). (GH-10252) by Zackery Spytz · 6 years ago
  6. 0353b4e bpo-33138: Change standard error message for non-pickleable and non-copyable types. (GH-6239) by Serhiy Storchaka · 6 years ago
  7. 3f819ca bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) by Serhiy Storchaka · 6 years ago
  8. 68f3237 bpo-35116, urllib.parse: Document the new max_num_fields parameter (GH-10247) by matthewbelisle-wf · 6 years ago
  9. a80af77 bpo-35086: Fix tkinter example "A Simple Hello World Program". (GH-10160) by Daniel Lovell · 6 years ago
  10. 31368a4 bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239) by Victor Stinner · 6 years ago
  11. 9204fb8 bpo-35081: Cleanup pystate.c and pystate.h (GH-10240) by Victor Stinner · 6 years ago
  12. 3c09dca bpo-35059: Convert _Py_Dealloc() to static inline function (GH-10223) by Victor Stinner · 6 years ago
  13. e1b2995 bpo-32030: Make _PySys_AddXOptionWithError() private (GH-10236) by Victor Stinner · 6 years ago
  14. 905f1ac bpo-34523: Fix config_init_fs_encoding() for ASCII (GH-10232) by Victor Stinner · 6 years ago
  15. b232df9 bpo-31680: Add curses.ncurses_version. (GH-4217) by Serhiy Storchaka · 6 years ago
  16. 3e429dc bpo-33237: Improve AttributeError message for partially initialized module. (GH-6398) by Serhiy Storchaka · 6 years ago
  17. 95b6acf bpo-34876: Change the lineno of the AST for decorated function and class. (GH-9731) by Serhiy Storchaka · 6 years ago
  18. b83d917 Doc: fix asyncio loop.close() description (GH-10229) by Andriy Maletsky · 6 years ago
  19. f6a47f3 bpo-35031: Fix test_start_tls_server_1 on FreeBSD buildbots (GH-10011) by Pablo Galindo · 6 years ago
  20. ed271b2 bpo-34765: install-sh is executable (GH-10225) by Victor Stinner · 6 years ago
  21. 0227748 bpo-34945: Buffer output in test suite only when creating junit file (GH-10204) by Pablo Galindo · 6 years ago
  22. 541497e bpo-35059: Convert Py_XINCREF() to static inline function (GH-10224) by Victor Stinner · 6 years ago
  23. 0200928 Include memo in the documented signature of copy.deepcopy() by Stephan Hoyer · 6 years ago
  24. 3b05ad7 bpo-34160: Preserve user specified order of Element attributes in html. (GH-10190) by Serhiy Storchaka · 6 years ago
  25. c93c58b bpo-33331: Clean modules in the reversed order in PyImport_Cleanup(). (GH-6565) by Serhiy Storchaka · 6 years ago
  26. 542497a bpo-35059: Remove Py_STATIC_INLINE() macro (GH-10216) by Victor Stinner · 6 years ago
  27. 2aaf0c1 bpo-35059: Convert Py_INCREF() to static inline function (GH-10079) by Victor Stinner · 6 years ago
  28. c0799ec bpo-27741: Better wording for datetime.strptime() (GH-9994) by Gus Goulart · 6 years ago
  29. 53835e9 Fix a possible "double decref" in termios.tcgetattr(). (GH-10194) by Zackery Spytz · 6 years ago
  30. ea9c8bd bpo-35097: Add IDLE doc subsection explaining editor windows. (#10206) by Terry Jan Reedy · 6 years ago
  31. c61e229 bpo-33234: Add exact allocation optimization to lists in What's New (GH-10200) by Pablo Galindo · 6 years ago
  32. 47d9424 bpo-35047, unittest.mock: Better error messages on assert_called_xxx failures (GH-10090) by Petter Strandmark · 6 years ago
  33. 1803263 Issue 35093: Document the IDLE document viewer in the IDLE doc. (#10195) by Terry Jan Reedy · 6 years ago
  34. 372d705 bpo-33234 Improve list() pre-sizing for inputs with known lengths (GH-9846) by Pablo Galindo · 6 years ago
  35. 569d12f Fix yet one error in checking Tcl version. (GH-10189) by Serhiy Storchaka · 6 years ago
  36. e3685fd bpo-34160: Preserve user specified order of Element attributes (GH-10163) by Raymond Hettinger · 6 years ago
  37. 18d57b4 Fix checking for bugfix Tcl version. (GH-10185) by Serhiy Storchaka · 6 years ago
  38. 3d4fabb bpo-35090: Fix potential division by zero in allocator wrappers (GH-10174) by Alexey Izbyshev · 6 years ago
  39. 68d6dc0 bpo-1529353: Explain Shell text squeezing in the IDLE doc. (#10169) by Terry Jan Reedy · 6 years ago
  40. c8a8d6b bpo-35089: Don't mention typing.io and typing.re (GH-10173) by Sebastian Rittau · 6 years ago
  41. 163eca3 bpo-34672: fix a compiler warning in timemodule.c (GH-10176) by Xiang Zhang · 6 years ago
  42. 49c75a8 bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-10152) by Pablo Galindo · 6 years ago
  43. 6015cc5 bpo-32892: Support subclasses of base types in isinstance checks for AST constants. (GH-9934) by Serhiy Storchaka · 6 years ago
  44. 913876d bpo-35054: Add yet more index entries for symbols. (GH-10121) by Serhiy Storchaka · 6 years ago
  45. 95f68b1 Fix mistakes on function coroutines related definitions (GH-9871) by Andrés Delfino · 6 years ago
  46. 2b555fc bpo-35088: Update idlelib.help.copy_string docstring (#10164) by Terry Jan Reedy · 6 years ago
  47. db40cb5 bpo-35087: Update idlelib help files for the current doc build. (GH-10162) by Terry Jan Reedy · 6 years ago
  48. aeb1be5 bpo-34751: improved hash function for tuples (GH-9471) by jdemeyer · 6 years ago
  49. 53125a5 bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095) by Steve Dower · 6 years ago
  50. d855f2f unittest documentation: Spell pytest without the dot (GH-9820) by Andreas Pelme · 6 years ago
  51. 40bf6cf Fix typo in zipfile documentation. (GH-10151) by nsrip · 6 years ago
  52. fec35c9 bpo-33710: Deprecate l*gettext() and related functions in the gettext module. (GH-10139) by Serhiy Storchaka · 6 years ago
  53. d9bff4e bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144) by Terry Jan Reedy · 6 years ago
  54. 12e696b bpo-35042: Use the :pep: role where a PEP is specified (#10036) by Stéphane Wirtel · 6 years ago
  55. 9e14e49 bpo-35024: Remove redundant and possibly incorrect verbose message after writing '.pyc' (GH-9998) by Quentin Agren · 6 years ago
  56. 4e3a53b Fix a typo in asyncio-dev.rst. (GH-10133) by Benjamin Peterson · 6 years ago
  57. 50fe3f8 bpo-9263: _PyXXX_CheckConsistency() use _PyObject_ASSERT() (GH-10108) by Victor Stinner · 6 years ago
  58. 0862505 bpo-9263: Use _PyObject_ASSERT() in typeobject.c (GH-10111) by Victor Stinner · 6 years ago
  59. a4b2bc7 bpo-9263: Use _PyObject_ASSERT() in gcmodule.c (GH-10112) by Victor Stinner · 6 years ago
  60. 2470204 bpo-9263: Use _PyObject_ASSERT() in object.c (GH-10110) by Victor Stinner · 6 years ago
  61. 3b1cba3 bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal.h (GH-10128) by Victor Stinner · 6 years ago
  62. a6dc531 bpo-34789: make xml.sax.make_parser accept iterables of all types (GH-9576) by Andrés Delfino · 6 years ago
  63. 10cb376 bpo-35017, socketserver: don't accept request after shutdown (GH-9952) by Denis Ledoux · 6 years ago
  64. 25a525b Simplify the warning for http.server. (#10116) by Senthil Kumaran · 6 years ago
  65. a05bef4 bpo-35059, PCbuild: Expand inline funcs in Debug (GH-10094) by Victor Stinner · 6 years ago
  66. b4435e2 bpo-35059: Convert PyObject_INIT() to function (GH-10077) by Victor Stinner · 6 years ago
  67. 7cd2543 bpo-34890: Make iscoroutinefunction, isgeneratorfunction and isasyncgenfunction work with functools.partial (GH-9903) by Pablo Galindo · 6 years ago
  68. e483f02 bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037) by Stéphane Wirtel · 6 years ago
  69. ddb961d bpo-35054: Add more index entries for symbols. (GH-10064) by Serhiy Storchaka · 6 years ago
  70. 3ec9af7 bpo-9263: _Py_NegativeRefcount() use _PyObject_AssertFailed() (GH-10109) by Victor Stinner · 6 years ago
  71. c89a932 bpo-35053: Define _PyTraceMalloc_NewReference in object.h (GH-10107) by Victor Stinner · 6 years ago
  72. 6c83d9f bpo-35022: unittest.mock.MagicMock now also supports __fspath__ (GH-9960) by Max Bélanger · 6 years ago
  73. 1770d1c bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (GH-10098) by Stéphane Wirtel · 6 years ago
  74. 9e95eb0 Fix grammar in using/unix build instruction docs (GH-10009) by Stéphane Wirtel · 6 years ago
  75. 626bff8 bpo-9263: Dump Python object on GC assertion failure (GH-10062) by Victor Stinner · 6 years ago
  76. 18618e65 bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093) by Victor Stinner · 6 years ago
  77. d03b775 bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082) by Tim Graham · 6 years ago
  78. e25d5fc bpo-32321: Add pure Python fallback for functools.reduce (GH-8548) by madman-bob · 6 years ago
  79. 6279c1c bpo-35053: Add Include/tracemalloc.h (GH-10091) by Victor Stinner · 6 years ago
  80. 9e00e80 bpo-35053: Enhance tracemalloc to trace free lists (GH-10063) by Victor Stinner · 6 years ago
  81. d7c3e5f importlib: Fix typo in SourceLoader.path_stats docstring (GH-10052) by Quentin · 6 years ago
  82. 5ad36f9 bpo-28015: Support LTO build with clang (GH-9908) by serge-sans-paille · 6 years ago
  83. 890423f configparser doc: Properly label ConfigParser attributes (GH-9930) by Ned Batchelder · 6 years ago
  84. 78401f7 importlib doc: Fix approximated import_module() code (GH-9945) by orlnub123 · 6 years ago
  85. e80e77a bpo-35027, distutils doc: Correct note on setup.py change in Python 3.7 (GH-10032) by TilmanK · 6 years ago
  86. 9f270a2 turtledemo/penrose.py: remove unused clock() calls (GH-10033) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  87. 9f43fbb Use f-strings in asyncio-task code examples (GH-10035) by Mariatta · 6 years ago
  88. 057f407 bpo-32797: improve documentation of linecache.getline (GH-9540) by jdemeyer · 6 years ago
  89. dfba1f6 bpo-33899: Mention tokenize behavior change in What's New (GH-10073) by Tal Einat · 6 years ago
  90. c46db92 bpo-30863: Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(). (GH-2599) by Serhiy Storchaka · 6 years ago
  91. df13df4 bpo-34794: Fix a leak in Tkinter. (GH-10025) by Serhiy Storchaka · 6 years ago
  92. 9f3ed3e Fix error handling bugs in _elementtree.c. (GH-10060) by Zackery Spytz · 6 years ago
  93. 82af0b6 bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) by Victor Stinner · 6 years ago
  94. 96f2c73 Add macos-team as a code owner (GH-10045) by Ned Deily · 6 years ago
  95. fa53294 bpo-34980: P/Invoke QueryFullProcessImageName to get process names (GH-9901) by Jeremy Kloth · 6 years ago
  96. 4f399be bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523) by Zsolt Cserna · 6 years ago
  97. b79b5c0 bpo-35028: cgi: Fix max_num_fields off by one error (GH-9973) by matthewbelisle-wf · 6 years ago
  98. b7d6205 bpo-35046: do only one system call per line (logging.StreamHandler) (GH-10042) by Josh Snyder · 6 years ago
  99. 3b0047d bpo-34482: test datetime classes' handling of non-UTF-8-encodable strings (GH-8878) by Alexey Izbyshev · 6 years ago
  100. 83a0765 bpo-34748: link to :ref:`partial-objects` in functools.partial doc. (GH-9809) by Andrei Petre · 6 years ago