1. aba24ff bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262) by Serhiy Storchaka · 6 years ago
  2. db8e3a1 bpo-34183: Fix running Lib/test/test_contextlib_async.py as a script. (GH-8381) by Serhiy Storchaka · 6 years ago
  3. 3fe5ccc bpo-34184: Fix running Lib/test/test_dataclasses.py as a script. (GH-8382) by Serhiy Storchaka · 6 years ago
  4. 147d955 bpo-34190: Fix reference leak in call_function() (GH-8413) by jdemeyer · 6 years ago
  5. caa331d bpo-33336, imaplib: Legalize MOVE command (GH-6569) by Matěj Cepl · 6 years ago
  6. 752d4b7 bpo-25094: Fix test_tools.test_sundry() on Windows (GH-8406) by Victor Stinner · 6 years ago
  7. 8b96eed AppVeyor: build Python in 64-bit mode (GH-8363) by Victor Stinner · 6 years ago
  8. 7a3056f bpo-21446: Update reload fixer to use importlib (GH-8391) by Berker Peksag · 6 years ago
  9. d04f46c bpo-940286: Fix pydoc to show cross refs correctly (GH-8390) by Berker Peksag · 6 years ago
  10. 1426daa bpo-34127: Fix grammar in error message with respect to argument count (GH-8395) by Xtreak · 6 years ago
  11. c75c1e0 bpo-34189: Fix checking for bugfix Tcl version. (GH-8397) by Serhiy Storchaka · 6 years ago
  12. e271ca7 bpo-34189: Add simple tests for new Tk widget options. (GH-8396) by Serhiy Storchaka · 6 years ago
  13. cb9c299 Fix versionchanged indentation in popitem documentation (GH-8387) by Andrés Delfino · 6 years ago
  14. 9613609 bpo-34181: Fix running Lib/test/test_typing.py as a script. (GH-8380) by Serhiy Storchaka · 6 years ago
  15. 938045f bpo-34179: Make sure decimal context doesn't affect other tests. (#8376) by Bo Bayles · 6 years ago
  16. 56868f9 bpo-34126: Fix crashes while profiling invalid calls. (GH-8300) by jdemeyer · 6 years ago
  17. a692efe bpo-34166: Fix warnings in Tools/msgfmt.py. (GH-8367) by Xtreak · 6 years ago
  18. 06ca3f0 bpo-34136: Make test_do_not_recreate_annotations more reliable. (GH-8364) by Serhiy Storchaka · 6 years ago
  19. f2626ce bpo-34170: _PyCoreConfig_Read() leaves Py_IsolatedFlag unchanged (GH-8361) by Victor Stinner · 6 years ago
  20. c884616 Fix Windows compiler warning in tokenize.c (GH-8359) by Victor Stinner · 6 years ago
  21. e78dace bpo-33723: Fix test_time.test_process_time() (GH-8358) by Victor Stinner · 6 years ago
  22. b1147e4 bpo-34170: Rework _PyCoreConfig_Read() to avoid side effect (GH-8353) by Victor Stinner · 6 years ago
  23. 94487d4 bpo-34011: Update code copying DLLs and init.tcl into venvs. (GH-8253) by Vinay Sajip · 6 years ago
  24. cb5f3fd Remove extra parentheses in output formatting tutorial (GH-8350) by Aaqa Ishtyaq · 6 years ago
  25. fb47bca bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) by Victor Stinner · 6 years ago
  26. 2c5c0a3 bpo-34162: idlelib/NEWS.txt entries to 2018-7-20 (GH-8345) by Terry Jan Reedy · 6 years ago
  27. ce75df3 bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911) by ValeriyaSinevich · 6 years ago
  28. 8195049 bpo-32692: Fix test_threading.test_set_and_clear() (GH-8331) by Victor Stinner · 6 years ago
  29. 686b4b5 bpo-34130: Fix test_signal.test_warn_on_full_buffer() (GH-8327) by Victor Stinner · 6 years ago
  30. 99bb6df bpo-34130: Fix test_signal.test_socket() (GH-8326) by Victor Stinner · 6 years ago
  31. 5d4cb54 bpo-34141: Optimized pickling simple non-recursive values. (GH-8318) by Serhiy Storchaka · 6 years ago
  32. feabae9 Clarify ValueError's broad applicability (GH-8313) by Raymond Hettinger · 6 years ago
  33. 28f0736 bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception set (GH-8282) by Zackery Spytz · 6 years ago
  34. 56d8f57 bpo-33967: Fix wrong use of assertRaises (GH-8306) by INADA Naoki · 6 years ago
  35. 01b7d58 bpo-34123: Fix missed documentation update for dict.popitem(). (GH-8292) by Raymond Hettinger · 6 years ago
  36. c9265c1 bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297) by Jon Ribbens · 6 years ago
  37. 961d54c bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229) by Antoine Pitrou · 6 years ago
  38. 35c0809 bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847) by Nicolas Noé · 6 years ago
  39. bd47384 bpo-24618: Add a check in the code constructor. (GH-8283) by Serhiy Storchaka · 6 years ago
  40. 15c7b2a bpo-34121: Fix detection of C11 atomic support on clang. (GH-8288) by Benjamin Peterson · 6 years ago
  41. 16dfca4 bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274) by INADA Naoki · 6 years ago
  42. cafaf04 bpo-34108: Fix double carriage return in 2to3 on Windows (#8271) by Jason R. Coombs · 6 years ago
  43. 379e9d6 bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924) by Andrés Delfino · 6 years ago
  44. d6345de bpo-33723: Fix test_time.test_thread_time() (GH-8267) by Victor Stinner · 6 years ago
  45. 9e9b2c3 bpo-33967: Remove use of deprecated assertRaisesRegexp() (GH-8261) by Zackery Spytz · 6 years ago
  46. 993030a bpo-34080: Fix a memory leak in the compiler. (GH-8222) by Serhiy Storchaka · 6 years ago
  47. b12112b Enable GUI testing on Travis Linux builds via Xvfb (GH-7887) by Zachary Ware · 6 years ago
  48. 504373c bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192) by Serhiy Storchaka · 6 years ago
  49. b91a3a0 bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114) by Eitan Adler · 6 years ago
  50. 31b50b8 bpo-34092, test_logging: increase SMTPHandlerTest timeout (GH-8245) by Victor Stinner · 6 years ago
  51. c40278e Simplify __all__ in multiprocessing (GH-6856) by Derek B. Kim · 6 years ago
  52. 5e5bbbe bpo-34083: Update dict order in Functional HOWTO (GH-8230) by Stig Johan Berggren · 6 years ago
  53. 33aefad Doc: Point to Simple statements section instead of PEP (GH-8238) by Andrés Delfino · 6 years ago
  54. 09b2bec bpo-29442: Replace optparse with argparse in setup.py (GH-139) by Chih-Hsuan Yen · 6 years ago
  55. d5c875b bpo-33597: Add What's New for PyGC_Head (GH-8236) by INADA Naoki · 6 years ago
  56. da5e947 Dataclasses: Fix example on 30.6.8, add method should receive a list rather than an integer. (GH-8038) by Tom Faulkner · 6 years ago
  57. 9cffdbf Fix documentation for input and output tutorial (GH-8231) by Lysandros Nikolaou · 6 years ago
  58. 5fe7c98 bpo-34009: Expand on platform support changes (GH-8022) by Nick Coghlan · 6 years ago
  59. 66953f0 Factor-out two substantially identical code blocks. (GH-8219) by Raymond Hettinger · 6 years ago
  60. 6b490b5 bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091) by Bradley Laney · 6 years ago
  61. 5ac9e6e bpo-33597: Reduce PyGC_Head size (GH-7043) by INADA Naoki · 6 years ago
  62. 445f1b3 bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184) by Dong-hee Na · 6 years ago
  63. 7762e4d prefix internal sqlite symbols with _pysqlite_ (GH-8215) by Benjamin Peterson · 6 years ago
  64. d6d4432 delete some unused pysqlite forward declarations (GH-8211) by Benjamin Peterson · 6 years ago
  65. 3ed9192 Move Code_of_Conduct.rst to the root level. (GH-8209) by Mariatta · 6 years ago
  66. 2708578 bpo-11572: Make minor improvements to copy module (GH-8208) by Berker Peksag · 6 years ago
  67. 9863de0 bpo-24459: Document missing env variables in python.man (GH-4142) by Berker Peksag · 6 years ago
  68. f60bf0e bpo-22689: Copy the result of getenv() in sys_breakpointhook(). (GH-8194) by Serhiy Storchaka · 6 years ago
  69. b796e7d Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191) by Sergey Fedoseev · 6 years ago
  70. c287545 bpo-34067: Include a more easily understood example for nullcontext (GH-8158) by Daniel Porteous · 6 years ago
  71. 3f4d90d bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WITH. (GH-8159) by Serhiy Storchaka · 6 years ago
  72. cf7303e bpo-33305: Improve SyntaxError for invalid numerical literals. (GH-6517) by Serhiy Storchaka · 6 years ago
  73. 2a9b8ba bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684) by Serhiy Storchaka · 6 years ago
  74. f85af03 Fix margin in sentinel and mock_open (GH-8188) by Andrés Delfino · 6 years ago
  75. bc9aa81 bpo-34061: Document sqlite3.NotSupportedError (GH-8172) by Marcin Niemira · 6 years ago
  76. 25b804a bpo-31014: Fix the webbrowser module. (GH-7267) by Serhiy Storchaka · 6 years ago
  77. 0830858 bpo-34041: Allow creating deterministic functions in Connection.create_function() (GH-8086) by Sergey Fedoseev · 6 years ago
  78. 8d41278 bpo-33888: Use CPython instead of Python in the FAQ (GH-7767) by Andrés Delfino · 6 years ago
  79. 9c5ba09 closes bpo-34050: Fix link in SSL docs (GH-8173) by Marcin Niemira · 6 years ago
  80. 9b50a7f Make PySimpleQueueType static. (GH-8175) by Benjamin Peterson · 6 years ago
  81. ced350b bpo-28626: rearrange discussion of output formatting to encourage f-strings (#6036) by Andrew Kuchling · 6 years ago
  82. caccca78 bpo-33702: Add some missing links in production lists and do a little polish (GH-7259) by Andrés Delfino · 6 years ago
  83. b6bb77c bpo-33804: Document that the argument for io.TextIOBase.read() is optional (GH-7510) by Andrés Delfino · 6 years ago
  84. 2d74838 Fix moduleauthor/sectionauthor directives in Enum (GH-8117) by Andrés Delfino · 6 years ago
  85. 03dd0e7 Add missing closing parentheses (GH-8144) by Andrés Delfino · 6 years ago
  86. 6cfe45a Make various internal _testbuffer symbols static. (GH-8160) by Benjamin Peterson · 6 years ago
  87. 86bfed3 Fix typo in TypeVar docstring (#8142) by João D. Ferreira · 6 years ago
  88. 2800dcf bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153) by Dong-hee Na · 6 years ago
  89. 4629c0d Hide some symbols from _xxsubinterpreters. (GH-8151) by Benjamin Peterson · 6 years ago
  90. cb4bae7 Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147) by Benjamin Peterson · 6 years ago
  91. b0274f2 closes bpo-34056: Always return bytes from _HackedGetData.get_data(). (GH-8130) by Benjamin Peterson · 6 years ago
  92. e25399b bpo-23493: json: Change sort_keys in Python encoder same to C (GH-8131) by INADA Naoki · 6 years ago
  93. 0b75228 bpo-34042: Fix dict.copy() to maintain correct total refcount (GH-8119) by Yury Selivanov · 6 years ago
  94. dc9bc54 Clarify that example in comment is about fromkeys() (GH-8141) by Raymond Hettinger · 6 years ago
  95. c2368cb bpo-34054: multiprocessing uses time.monotonic() (GH-8118) by Victor Stinner · 6 years ago
  96. 6f19fc6 fix two typos in Objects/odictobject.c comments (GH-8040) by Robert Krzyzanowski · 6 years ago
  97. c929df3 bpo-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039) by Tal Einat · 6 years ago
  98. 7943c5e Doc: Remove superfluous markup. (GH-8112) by Julien Palard · 6 years ago
  99. d8c3e82 Fix GCC warning in Python/hamt.c (GH-7618) by Zackery Spytz · 6 years ago
  100. c4ef489 bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (GH-7891) by Ammar Askar · 6 years ago