1. 34fd4c2 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Serhiy Storchaka · 6 years ago
  2. ad1a25f bpo-32512: Add -m option to profile for profiling modules (#5132) by Mario Corchero · 6 years ago
  3. 2810dd7 closes bpo-32285: Add unicodedata.is_normalized. (GH-4806) by Max Bélanger · 6 years ago
  4. 5d236ca bpo-19675: Terminate processes if construction of a pool is failing. (GH-5614) by Julien Palard · 6 years ago
  5. b4db249 bpo-9842: Add cross-reference to the ellipsis object (GH-4063) by Pablo Galindo · 6 years ago
  6. 98b8535 bpo-35118: Improve docs regarding indexing (GH-10265) by Windson yang · 6 years ago
  7. 55f3317 bpo-10536: Enhancements to gettext docs (GH-10324) by Stéphane Wirtel · 6 years ago
  8. 622935d bpo-31887: Adds documentations for special multipart/signed handling (GH-4268) by Saptak Sengupta · 6 years ago
  9. 59668aa bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318) by Lysandros Nikolaou · 6 years ago
  10. c03bf0a Doc: Disable smartquotes for zh-tw, zh-cn, fr and ja translations (GH-9423) by Adrian Liaw · 6 years ago
  11. 0edc7b1 bpo-35159: Add a link to the devguide in the sidebar of the index (Doc/) (GH-10316) by Stéphane Wirtel · 6 years ago
  12. e359bc2 bpo-35161: Fix stack-use-after-scope in grp.getgr{nam,gid} and pwd.getpw{nam,uid}. (GH-10319) by Alexey Izbyshev · 6 years ago
  13. 52465e1 Explain that the orderness of the result of glob is system-dependant (GH-6587) by Elena Oat · 6 years ago
  14. f98c162 Doc: -W flag for sphinx-build can be disabled (GH-10303) by Julien Palard · 6 years ago
  15. 3e28eed bpo-34969: Add --fast, --best on the gzip CLI (GH-9833) by Stéphane Wirtel · 6 years ago
  16. fe62d87 Fix a typo about a comma. (GH-10306) by İsmail Arılık · 6 years ago
  17. e2ed5ad bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300) by Alexey Izbyshev · 6 years ago
  18. b942707 bpo-29341: Clarify that path-like objects are accepted in some os methods (GH-10101) by BNMetrics · 6 years ago
  19. 488c0a6 bpo-33578: Fix getstate/setstate for CJK decoder (GH-10290) by Christopher Thorne · 6 years ago
  20. 318ab63 closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match `setup.py` (GH-10289) by Max Bélanger · 6 years ago
  21. dce345c Simplify sys.breakpointhook implementation (#9519) by Anthony Sottile · 6 years ago
  22. bf46a09 bpo-35075: Fix broken url in the pprint documentation (GH-10201) by Pablo Galindo · 6 years ago
  23. ac22f6a bpo-33578: Add getstate/setstate for CJK codec (GH-6984) by Christopher Thorne · 6 years ago
  24. 4b5e62d bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268) by Pablo Aguiar · 6 years ago
  25. a1c249c bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273) by Victor Stinner · 6 years ago
  26. e281f7d bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) by Victor Stinner · 6 years ago
  27. 50b4857 bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266) by Victor Stinner · 6 years ago
  28. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  29. 3a228ab bpo-26558: Fix Py_FatalError() with GIL released (GH-10267) by Victor Stinner · 6 years ago
  30. 2be00d9 bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249) by Victor Stinner · 6 years ago
  31. b08746b bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217) by Xiang Zhang · 6 years ago
  32. 511747b bpo-35110: Fix yet few spaces before dashes. (GH-10255) by Serhiy Storchaka · 6 years ago
  33. c9a6168 Fix a possible crash in range.__reversed__(). (GH-10252) by Zackery Spytz · 6 years ago
  34. 0353b4e bpo-33138: Change standard error message for non-pickleable and non-copyable types. (GH-6239) by Serhiy Storchaka · 6 years ago
  35. 3f819ca bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) by Serhiy Storchaka · 6 years ago
  36. 68f3237 bpo-35116, urllib.parse: Document the new max_num_fields parameter (GH-10247) by matthewbelisle-wf · 6 years ago
  37. a80af77 bpo-35086: Fix tkinter example "A Simple Hello World Program". (GH-10160) by Daniel Lovell · 6 years ago
  38. 31368a4 bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239) by Victor Stinner · 6 years ago
  39. 9204fb8 bpo-35081: Cleanup pystate.c and pystate.h (GH-10240) by Victor Stinner · 6 years ago
  40. 3c09dca bpo-35059: Convert _Py_Dealloc() to static inline function (GH-10223) by Victor Stinner · 6 years ago
  41. e1b2995 bpo-32030: Make _PySys_AddXOptionWithError() private (GH-10236) by Victor Stinner · 6 years ago
  42. 905f1ac bpo-34523: Fix config_init_fs_encoding() for ASCII (GH-10232) by Victor Stinner · 6 years ago
  43. b232df9 bpo-31680: Add curses.ncurses_version. (GH-4217) by Serhiy Storchaka · 6 years ago
  44. 3e429dc bpo-33237: Improve AttributeError message for partially initialized module. (GH-6398) by Serhiy Storchaka · 6 years ago
  45. 95b6acf bpo-34876: Change the lineno of the AST for decorated function and class. (GH-9731) by Serhiy Storchaka · 6 years ago
  46. b83d917 Doc: fix asyncio loop.close() description (GH-10229) by Andriy Maletsky · 6 years ago
  47. f6a47f3 bpo-35031: Fix test_start_tls_server_1 on FreeBSD buildbots (GH-10011) by Pablo Galindo · 6 years ago
  48. ed271b2 bpo-34765: install-sh is executable (GH-10225) by Victor Stinner · 6 years ago
  49. 0227748 bpo-34945: Buffer output in test suite only when creating junit file (GH-10204) by Pablo Galindo · 6 years ago
  50. 541497e bpo-35059: Convert Py_XINCREF() to static inline function (GH-10224) by Victor Stinner · 6 years ago
  51. 0200928 Include memo in the documented signature of copy.deepcopy() by Stephan Hoyer · 6 years ago
  52. 3b05ad7 bpo-34160: Preserve user specified order of Element attributes in html. (GH-10190) by Serhiy Storchaka · 6 years ago
  53. c93c58b bpo-33331: Clean modules in the reversed order in PyImport_Cleanup(). (GH-6565) by Serhiy Storchaka · 6 years ago
  54. 542497a bpo-35059: Remove Py_STATIC_INLINE() macro (GH-10216) by Victor Stinner · 6 years ago
  55. 2aaf0c1 bpo-35059: Convert Py_INCREF() to static inline function (GH-10079) by Victor Stinner · 6 years ago
  56. c0799ec bpo-27741: Better wording for datetime.strptime() (GH-9994) by Gus Goulart · 6 years ago
  57. 53835e9 Fix a possible "double decref" in termios.tcgetattr(). (GH-10194) by Zackery Spytz · 6 years ago
  58. ea9c8bd bpo-35097: Add IDLE doc subsection explaining editor windows. (#10206) by Terry Jan Reedy · 6 years ago
  59. c61e229 bpo-33234: Add exact allocation optimization to lists in What's New (GH-10200) by Pablo Galindo · 6 years ago
  60. 47d9424 bpo-35047, unittest.mock: Better error messages on assert_called_xxx failures (GH-10090) by Petter Strandmark · 6 years ago
  61. 1803263 Issue 35093: Document the IDLE document viewer in the IDLE doc. (#10195) by Terry Jan Reedy · 6 years ago
  62. 372d705 bpo-33234 Improve list() pre-sizing for inputs with known lengths (GH-9846) by Pablo Galindo · 6 years ago
  63. 569d12f Fix yet one error in checking Tcl version. (GH-10189) by Serhiy Storchaka · 6 years ago
  64. e3685fd bpo-34160: Preserve user specified order of Element attributes (GH-10163) by Raymond Hettinger · 6 years ago
  65. 18d57b4 Fix checking for bugfix Tcl version. (GH-10185) by Serhiy Storchaka · 6 years ago
  66. 3d4fabb bpo-35090: Fix potential division by zero in allocator wrappers (GH-10174) by Alexey Izbyshev · 6 years ago
  67. 68d6dc0 bpo-1529353: Explain Shell text squeezing in the IDLE doc. (#10169) by Terry Jan Reedy · 6 years ago
  68. c8a8d6b bpo-35089: Don't mention typing.io and typing.re (GH-10173) by Sebastian Rittau · 6 years ago
  69. 163eca3 bpo-34672: fix a compiler warning in timemodule.c (GH-10176) by Xiang Zhang · 6 years ago
  70. 49c75a8 bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-10152) by Pablo Galindo · 6 years ago
  71. 6015cc5 bpo-32892: Support subclasses of base types in isinstance checks for AST constants. (GH-9934) by Serhiy Storchaka · 6 years ago
  72. 913876d bpo-35054: Add yet more index entries for symbols. (GH-10121) by Serhiy Storchaka · 6 years ago
  73. 95f68b1 Fix mistakes on function coroutines related definitions (GH-9871) by Andrés Delfino · 6 years ago
  74. 2b555fc bpo-35088: Update idlelib.help.copy_string docstring (#10164) by Terry Jan Reedy · 6 years ago
  75. db40cb5 bpo-35087: Update idlelib help files for the current doc build. (GH-10162) by Terry Jan Reedy · 6 years ago
  76. aeb1be5 bpo-34751: improved hash function for tuples (GH-9471) by jdemeyer · 6 years ago
  77. 53125a5 bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095) by Steve Dower · 6 years ago
  78. d855f2f unittest documentation: Spell pytest without the dot (GH-9820) by Andreas Pelme · 6 years ago
  79. 40bf6cf Fix typo in zipfile documentation. (GH-10151) by nsrip · 6 years ago
  80. fec35c9 bpo-33710: Deprecate l*gettext() and related functions in the gettext module. (GH-10139) by Serhiy Storchaka · 6 years ago
  81. d9bff4e bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144) by Terry Jan Reedy · 6 years ago
  82. 12e696b bpo-35042: Use the :pep: role where a PEP is specified (#10036) by Stéphane Wirtel · 6 years ago
  83. 9e14e49 bpo-35024: Remove redundant and possibly incorrect verbose message after writing '.pyc' (GH-9998) by Quentin Agren · 6 years ago
  84. 4e3a53b Fix a typo in asyncio-dev.rst. (GH-10133) by Benjamin Peterson · 6 years ago
  85. 50fe3f8 bpo-9263: _PyXXX_CheckConsistency() use _PyObject_ASSERT() (GH-10108) by Victor Stinner · 6 years ago
  86. 0862505 bpo-9263: Use _PyObject_ASSERT() in typeobject.c (GH-10111) by Victor Stinner · 6 years ago
  87. a4b2bc7 bpo-9263: Use _PyObject_ASSERT() in gcmodule.c (GH-10112) by Victor Stinner · 6 years ago
  88. 2470204 bpo-9263: Use _PyObject_ASSERT() in object.c (GH-10110) by Victor Stinner · 6 years ago
  89. 3b1cba3 bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal.h (GH-10128) by Victor Stinner · 6 years ago
  90. a6dc531 bpo-34789: make xml.sax.make_parser accept iterables of all types (GH-9576) by Andrés Delfino · 6 years ago
  91. 10cb376 bpo-35017, socketserver: don't accept request after shutdown (GH-9952) by Denis Ledoux · 6 years ago
  92. 25a525b Simplify the warning for http.server. (#10116) by Senthil Kumaran · 6 years ago
  93. a05bef4 bpo-35059, PCbuild: Expand inline funcs in Debug (GH-10094) by Victor Stinner · 6 years ago
  94. b4435e2 bpo-35059: Convert PyObject_INIT() to function (GH-10077) by Victor Stinner · 6 years ago
  95. 7cd2543 bpo-34890: Make iscoroutinefunction, isgeneratorfunction and isasyncgenfunction work with functools.partial (GH-9903) by Pablo Galindo · 6 years ago
  96. e483f02 bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037) by Stéphane Wirtel · 6 years ago
  97. ddb961d bpo-35054: Add more index entries for symbols. (GH-10064) by Serhiy Storchaka · 6 years ago
  98. 3ec9af7 bpo-9263: _Py_NegativeRefcount() use _PyObject_AssertFailed() (GH-10109) by Victor Stinner · 6 years ago
  99. c89a932 bpo-35053: Define _PyTraceMalloc_NewReference in object.h (GH-10107) by Victor Stinner · 6 years ago
  100. 6c83d9f bpo-35022: unittest.mock.MagicMock now also supports __fspath__ (GH-9960) by Max Bélanger · 6 years ago