1. 48ce489 bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786) by Michael Osipov · 7 years ago
  2. 89487f5 bpo-34207: Fix pymain_read_conf() for UTF-8 Mode (GH-8868) by Victor Stinner · 7 years ago
  3. ccd9975 bpo-34436: Fix check that disables overallocation for the last fmt specifier (GH-8826) by Alexey Izbyshev · 7 years ago
  4. 65bef36 Remove superseded line from argparse.HelpFormatter() (GH-8839) by Grant Jenks · 7 years ago
  5. c583919 bpo-34462: Add missing NULL check to _copy_raw_string() (GH-8863) by Alexey Izbyshev · 7 years ago
  6. e7d4b2f bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692) by Berker Peksag · 7 years ago
  7. 28853a2 bpo-34457: Python/ast.c: Add missing NULL check to alias_for_import_name(). (GH-8852) by Alexey Izbyshev · 7 years ago
  8. f8c06b0 bpo-34456: pickle: Add missing NULL check to save_global(). (GH-8851) by Alexey Izbyshev · 7 years ago
  9. ef8861c Fix Doc/whatsnew/3.8.rst (GH-8848) by Berker Peksag · 7 years ago
  10. 3e26e42 bpo-34400: Fix more undefined behavior in parsetok.c (GH-8833) by Zackery Spytz · 7 years ago
  11. cdbf50c bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclasses__ (GH-8835) by Alexey Izbyshev · 7 years ago
  12. 4c85557 bpo-30411: Use --git-dir instead of -C to make git work under version below 1.8.5. (GH-8744) by Xiang Zhang · 7 years ago
  13. 74a307d bpo-34435: Add missing NULL check to unicode_encode_ucs1(). (GH-8823) by Alexey Izbyshev · 7 years ago
  14. 225b055 bpo-22057: Clarify eval() documentation (GH-8812) by Berker Peksag · 7 years ago
  15. 77d5781 bpo-34318: Convert deprecation warnings to errors in assertRaises() etc. (GH-8623) by Serhiy Storchaka · 7 years ago
  16. e349bf2 bpo-22602: Raise an exception in the UTF-7 decoder for ill-formed sequences starting with "+". (GH-8741) by Zackery Spytz · 7 years ago
  17. d3d3171 bpo-34415: Updated logging.Formatter docstring. (GH-8811) by Vinay Sajip · 7 years ago
  18. 93b5655 bpo-34432: doc Mention complex and decimal.Decimal on str.format not about locales (GH-8808) by Andrés Delfino · 7 years ago
  19. cae8ff9 bpo-34381: refer to 'Running & Writing Tests' in README.rst (GH-8797) by Michael Osipov · 7 years ago
  20. 2b32da2 Improve error message when mock.assert_has_calls fails (GH-8205) by davidair · 7 years ago
  21. a251073 Warn not to set SIGPIPE to SIG_DFL (#6773) by Alfred Perlstein · 7 years ago
  22. 0e6e7a1 bpo-34419: selectmodule.c does not compile on HP-UX due to bpo-31938 (GH-8796) by Michael Osipov · 7 years ago
  23. c53aaec bpo-34418: Fix HTTPErrorProcessor documentation (GH-8793) by Sebastian Rittau · 7 years ago
  24. 1590c39 bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) by Christian Heimes · 7 years ago
  25. e6a4755 bpo-34217: Use lowercase for windows headers (GH-8472) by Erik Janssens · 7 years ago
  26. 67b9cc8 bpo-34395: Fix memory leaks caused by incautious usage of PyMem_Resize(). (GH-8756) by Sergey Fedoseev · 7 years ago
  27. 864a892 bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775) by Steve Dower · 7 years ago
  28. e0b5b20 bpo-34384: Fix os.readlink() on Windows (GH-8740) by Berker Peksag · 7 years ago
  29. 7c4ab2a closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439) by Zackery Spytz · 7 years ago
  30. 88bfd0b bpo-34399: 2048 bits RSA keys and DH params (#8762) by Christian Heimes · 7 years ago
  31. aa4e4a4 Make regular expressions in test_tasks.py raw strings. (GH-8759) by Benjamin Peterson · 7 years ago
  32. da12063 smtplib documentation fixes (GH-8708) by Ville Skyttä · 7 years ago
  33. 10b59f1 Fix misindented yaml in logging how to example (GH-8604) by Rémy HUBSCHER · 7 years ago
  34. a47f394 Minor code clean-up. Don't alter the input vector. Use variables instead. GH-8748 by Raymond Hettinger · 7 years ago
  35. 0041459 Add more tests and assertions for math.hypot() and math.dist() (GH-8747) by Raymond Hettinger · 7 years ago
  36. 4d12e4d bpo-34213: Allow dataclasses to work with a field named 'object'. (GH-8452) by Vadim Pushtaev · 7 years ago
  37. 65b5ef0 Fix the versionadded indentation in exec_module doc (GH-8719) by Andrés Delfino · 7 years ago
  38. c630e10 Factor-out common code. Also, optimize common cases by preallocating space on the stack. GH-8738 by Raymond Hettinger · 7 years ago
  39. 1399074 Replace straight addition with Kahan summation and move max to the end (GH-8727) by Raymond Hettinger · 7 years ago
  40. 2fc4697 bpo-34151: Improve performance of some list operations (GH-8332) by Sergey Fedoseev · 7 years ago
  41. 9e84084 bpo-34379: Doc: Move note for json.dump (GH-8730) by Evan Allrich · 7 years ago
  42. db6075a closes bpo-34377: Update Valgrind suppressions. (GH-8729) by Paul Price · 7 years ago
  43. c8b0dbc bpo-26818: Add a test to make sure the bug is fixed (GH-8664) by Berker Peksag · 7 years ago
  44. 84a13fb bpo-9372: Deprecate several __getitem__ methods (GH-8609) by Berker Peksag · 7 years ago
  45. 423d05f bpo-34333: Fix %-formatting in Path.with_suffix() (GH-8663) by Berker Peksag · 7 years ago
  46. 077059e bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678) by Tal Einat · 7 years ago
  47. b92c526 closes bpo-34353: Add sockets to stat.filemode fallback python implementation. (GH-8703) by GPery · 7 years ago
  48. a754823 Fixed inconsistency in string handling in the Task C implementation (GH-8717) by Alex Grönholm · 7 years ago
  49. 22d131a Doc: add missing capture_output arg to subprocess.run() signature (#8374) by Andriy Maletsky · 7 years ago
  50. cf2c5e8 Improve grammar of asynchronous iterator glossary entry (GH-8657) by Andrés Delfino · 7 years ago
  51. 599bfa1 bpo-34324: Doc README wrong directory name for venv (GH-8650) by Stéphane Wirtel · 7 years ago
  52. cca4eec bpo-34270: Make it possible to name asyncio tasks (GH-8547) by Alex Grönholm · 7 years ago
  53. 52dee68 Assume the raw environ is always declared. (GH-8707) by Benjamin Peterson · 7 years ago
  54. db8707c Make code examples in Functional Programming HOWTO to be PEP 8 compliant. (GH-8646) by Sergey Fedoseev · 7 years ago
  55. d2ac400 bpo-34335: Use async/await syntax in documentation examples (GH-8674) by Mikhail Terekhov · 7 years ago
  56. b221c93 VSTS: Skip build steps when only docs have changed (GH-8546) by Steve Dower · 7 years ago
  57. 8b58468 Remove unneeded PyErr_Clear() calls after PyErr_Print(). (GH-8699) by Zackery Spytz · 7 years ago
  58. e4dcbbd bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634) by Berker Peksag · 7 years ago
  59. 3c1b590 Fix HTML formatting in datamodel.rst (GH-8693) by Berker Peksag · 7 years ago
  60. 5b2657f bpo-34319: Clarify file handler closure in pathlib.read_text (GH-8645) by Xtreak · 7 years ago
  61. 8f7bb10 bpo-34272: Move argument parsing tests from test_capi to test_getargs2. (GH-8567) by Serhiy Storchaka · 7 years ago
  62. 28c7f8c bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (#8673) by Terry Jan Reedy · 7 years ago
  63. b249966 bpo-19891: Ignore error while writing history file (GH-8483) by Anthony Sottile · 7 years ago
  64. 336c945 bpo-34336: Don't promote possibility to leave out typing.Optional (#8677) by Ville Skyttä · 7 years ago
  65. 87e59ac bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-7683) by Tal Einat · 7 years ago
  66. 2e5566d Fix reST markup in unittest documentation (GH-8665) by Berker Peksag · 7 years ago
  67. d807862 bpo-34170: Fix pymain_run_file() (GH-8660) by Victor Stinner · 7 years ago
  68. 46dc4e3 bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655) by Stefan Otte · 7 years ago
  69. 5a953fd bpo-34170: _PyCoreConfig_Read() don't replace coerce_c_locale (GH-8658) by Victor Stinner · 7 years ago
  70. 7b41dba bpo-34325: Skip zipfile test for large timestamps when filesystem don't support them. (GH-8656) by Marcel Plch · 7 years ago
  71. caba55b bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592) by Victor Stinner · 7 years ago
  72. 2ebd381 Fix docstring of Profiler class (GH-8651) by INADA Naoki · 7 years ago
  73. b6efc2c Improve the grammar in `range` documentation. (GH-8628) by Andrés Delfino · 7 years ago
  74. 9beaef6 bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639) by Terry Jan Reedy · 7 years ago
  75. bcd1d97 Update list.remove(x) documentation (GH-8636) by Lysandros Nikolaou · 7 years ago
  76. 46ebe61 bpo-34317: Fix a dead url to Windows documentation (GH-8622) by HiyashiChuka · 7 years ago
  77. 5640d03 bpo-30317: Fix multiprocessing test_timeout() (GH-8621) by Victor Stinner · 7 years ago
  78. 72ec319 bpo-34170: Cleanup pymain_run_filename() (GH-8631) by Victor Stinner · 7 years ago
  79. f394ee5 bpo-27910: Update documentation of traceback module (GH-6116) by torsava · 7 years ago
  80. a2fe1e5 bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270) by Marcel Plch · 7 years ago
  81. fc512e3 bpo-34287: Do not use second argument of METH_NOARGS functions (GH-8582) by jdemeyer · 7 years ago
  82. dd74369 bpo-34120: fix text viewer to call grab_release() only when needed (GH-8616) by Tal Einat · 7 years ago
  83. 10ea940 bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) by Tal Einat · 7 years ago
  84. 80b762f bpo-31650: Remove _Py_CheckHashBasedPycsMode global config var (GH-8608) by Victor Stinner · 7 years ago
  85. 6c785c0 bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607) by Victor Stinner · 7 years ago
  86. cfc8831 Define _Py_NO_RETURN for Microsoft C compiler (GH-8606) by Victor Stinner · 7 years ago
  87. fc96437 bpo-33499: Fix pymain_init_pycache_prefix() (GH-8596) by Victor Stinner · 7 years ago
  88. ea68d83 bpo-34170: _PyCoreConfig_Read() defaults to argc=0 (GH-8595) by Victor Stinner · 7 years ago
  89. 9851227 bpo-34170: Rename _PyCoreConfig.unbuffered_stdip (GH-8594) by Victor Stinner · 7 years ago
  90. a4d20b2 bpo-34170: Py_Main() updates config when setting Py_InspectFlag (GH-8593) by Victor Stinner · 7 years ago
  91. b75d7e2 bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591) by Victor Stinner · 7 years ago
  92. 8ed317f bpo-34113: Fix a crash when using LLTRACE is on (GH-8517) by costypetrisor · 7 years ago
  93. 944451c bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532) by MartinAltmayer · 7 years ago
  94. 9c18b1a bpo-33089: Add math.dist() for computing the Euclidean distance between two points (GH-8561) by Raymond Hettinger · 7 years ago
  95. 9d57273 bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931) by Serhiy Storchaka · 7 years ago
  96. f1d36d8 bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) by Serhiy Storchaka · 7 years ago
  97. 4b8a7f5 Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (GH-3771)" (#8241) by Serhiy Storchaka · 7 years ago
  98. ac20e0f bpo-1617161: Make the hash and equality of methods not depending on the value of self. (GH-7848) by Serhiy Storchaka · 7 years ago
  99. c48e26d bpo-27671: Update FAQ about why len is function (GH-8432) by INADA Naoki · 7 years ago
  100. b229b07 Remove creation of a list for row_cast_map in pysqlite_cursor_init() (GH-8494) by Sergey Fedoseev · 7 years ago