1. 5032692 bpo-24356: Specify which Python binary will be used with venv (GH-6589) by Elena Oat · 6 years ago
  2. 8fe9eed bpo-33476: Fix _header_value_parser when address group is missing final ';' (GH-7484) by Dong-hee Na · 6 years ago
  3. 1d2dafa bpo-33666: Add what's new entry for os.errno removal (GH-#8497) by INADA Naoki · 6 years ago
  4. 95dfb9c bpo-33921: Clarify how to bind to all interfaces using socket (GH-7877) by johnthagen · 6 years ago
  5. 937fb55 bpo-5978: Document that profiling needs cmd/function to return (GH-7938) by Andrés Delfino · 6 years ago
  6. b4bc5ca bpo-29710: Clarify documentation for Bitwise binary operation (GH-1691) by Sanyam Khurana · 6 years ago
  7. 612dbef bpo-30722: Fix NEWS entries (GH-8501) by Berker Peksag · 6 years ago
  8. aee632d Remove some unused code in _pysqlite_query_execute() (GH-8495) by Sergey Fedoseev · 6 years ago
  9. 3e7d18a vsts: Avoid conflict with Homebrew Python (GH-8430) by INADA Naoki · 6 years ago
  10. defcffd bpo-12743: Delete comment from marshal.rst (GH-8457) by Berker Peksag · 6 years ago
  11. 6a62e1d bpo-34239: Convert test_bz2 to use tempfile (#8485) by Tim Golden · 6 years ago
  12. 56b29b6 bpo-34170, test_embed: write Py_Initialize() tests (GH-8484) by Victor Stinner · 6 years ago
  13. e42b705 Fix typo: variables(s) (GH-8482) by Andrés Delfino · 6 years ago
  14. 3b5342c bpo-34201: Tweak test_buffer. (GH-8481) by Serhiy Storchaka · 6 years ago
  15. d145775 bpo-34170: Cleanup pymain_read_conf() (GH-8476) by Victor Stinner · 6 years ago
  16. 5473f06 bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (GH-8464) by Steve Dower · 6 years ago
  17. e0d67f1 bpo-34201: Make ndarray.readonly a bool and use stricter tests in test_buffer. (GH-8414) by Serhiy Storchaka · 6 years ago
  18. 7cb7bcf bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic. (GH-8434) by Serhiy Storchaka · 6 years ago
  19. 323748a bpo-34197: Make _csv.Dialect attributes booleans. (GH-8440) by Serhiy Storchaka · 6 years ago
  20. ecf411c bpo-34170: Enhance _PyCoreConfig_Read() (GH-8468) by Victor Stinner · 6 years ago
  21. 48ed88a bpo-32663 Make SMTPUTF8SimTests run (#5314) by chason · 6 years ago
  22. 60b04c9 bpo-34228: Allow PYTHONTRACEMALLOC=0 (GH-8467) by Victor Stinner · 6 years ago
  23. 96d1e69 bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385) by Ammar Askar · 6 years ago
  24. 74102c9 bpo-13041: Use shutil.get_terminal_size() in argparse.HelpFormatter (GH-8459) by Berker Peksag · 6 years ago
  25. c0f0a76 bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208) by Aaron Ang · 6 years ago
  26. ff64add bpo-34195: Fix case-sensitive comparison in test_nt_helpers (GH-8448) by Tim Golden · 6 years ago
  27. ee98e7b bpo-34218: Fix a leak in _elementtree.c introduced in GH-6769. (GH-8460) by Serhiy Storchaka · 6 years ago
  28. d3b1919 bpo-34170: Cleanup pymain_run_python() (GH-8455) by Victor Stinner · 6 years ago
  29. 1dc6e39 bpo-34170: Add _Py_InitializeFromConfig() (GH-8454) by Victor Stinner · 6 years ago
  30. 6cf8255 bpo-34217: Use lowercase header for Windows (GH-8453) by erikjanss · 6 years ago
  31. 53b7d4e bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447) by Victor Stinner · 6 years ago
  32. 95d34c2 Fix site module documentation. (GH-8441) by Mariatta · 6 years ago
  33. c206f0d bpo-34136: Make test_do_not_recreate_annotations more lenient. (GH-8437) by Serhiy Storchaka · 6 years ago
  34. d19d8d5 bpo-34170: Add _PyCoreConfig.isolated (GH-8417) by Victor Stinner · 6 years ago
  35. ac0b3c2 bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (GH-8351) by Serhiy Storchaka · 6 years ago
  36. 02ec92f bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769) by Serhiy Storchaka · 6 years ago
  37. c573499 bpo-33720: Refactor marshalling/unmarshalling floats. (GH-8071) by Serhiy Storchaka · 6 years ago
  38. e22072f bpo-34149: Behavior of the min/max with key=None (GH-8328) by Alexander Marshalov · 6 years ago
  39. bde782b bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) by Matthias Bussonnier · 6 years ago
  40. a6fdddb bpo-32500: Fix error messages for sequence and mapping C API. (GH-7846) by Serhiy Storchaka · 6 years ago
  41. aba24ff bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262) by Serhiy Storchaka · 6 years ago
  42. db8e3a1 bpo-34183: Fix running Lib/test/test_contextlib_async.py as a script. (GH-8381) by Serhiy Storchaka · 6 years ago
  43. 3fe5ccc bpo-34184: Fix running Lib/test/test_dataclasses.py as a script. (GH-8382) by Serhiy Storchaka · 6 years ago
  44. 147d955 bpo-34190: Fix reference leak in call_function() (GH-8413) by jdemeyer · 6 years ago
  45. caa331d bpo-33336, imaplib: Legalize MOVE command (GH-6569) by Matěj Cepl · 6 years ago
  46. 752d4b7 bpo-25094: Fix test_tools.test_sundry() on Windows (GH-8406) by Victor Stinner · 6 years ago
  47. 8b96eed AppVeyor: build Python in 64-bit mode (GH-8363) by Victor Stinner · 6 years ago
  48. 7a3056f bpo-21446: Update reload fixer to use importlib (GH-8391) by Berker Peksag · 6 years ago
  49. d04f46c bpo-940286: Fix pydoc to show cross refs correctly (GH-8390) by Berker Peksag · 6 years ago
  50. 1426daa bpo-34127: Fix grammar in error message with respect to argument count (GH-8395) by Xtreak · 6 years ago
  51. c75c1e0 bpo-34189: Fix checking for bugfix Tcl version. (GH-8397) by Serhiy Storchaka · 6 years ago
  52. e271ca7 bpo-34189: Add simple tests for new Tk widget options. (GH-8396) by Serhiy Storchaka · 6 years ago
  53. cb9c299 Fix versionchanged indentation in popitem documentation (GH-8387) by Andrés Delfino · 6 years ago
  54. 9613609 bpo-34181: Fix running Lib/test/test_typing.py as a script. (GH-8380) by Serhiy Storchaka · 6 years ago
  55. 938045f bpo-34179: Make sure decimal context doesn't affect other tests. (#8376) by Bo Bayles · 6 years ago
  56. 56868f9 bpo-34126: Fix crashes while profiling invalid calls. (GH-8300) by jdemeyer · 6 years ago
  57. a692efe bpo-34166: Fix warnings in Tools/msgfmt.py. (GH-8367) by Xtreak · 6 years ago
  58. 06ca3f0 bpo-34136: Make test_do_not_recreate_annotations more reliable. (GH-8364) by Serhiy Storchaka · 6 years ago
  59. f2626ce bpo-34170: _PyCoreConfig_Read() leaves Py_IsolatedFlag unchanged (GH-8361) by Victor Stinner · 6 years ago
  60. c884616 Fix Windows compiler warning in tokenize.c (GH-8359) by Victor Stinner · 6 years ago
  61. e78dace bpo-33723: Fix test_time.test_process_time() (GH-8358) by Victor Stinner · 6 years ago
  62. b1147e4 bpo-34170: Rework _PyCoreConfig_Read() to avoid side effect (GH-8353) by Victor Stinner · 6 years ago
  63. 94487d4 bpo-34011: Update code copying DLLs and init.tcl into venvs. (GH-8253) by Vinay Sajip · 6 years ago
  64. cb5f3fd Remove extra parentheses in output formatting tutorial (GH-8350) by Aaqa Ishtyaq · 6 years ago
  65. fb47bca bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) by Victor Stinner · 6 years ago
  66. 2c5c0a3 bpo-34162: idlelib/NEWS.txt entries to 2018-7-20 (GH-8345) by Terry Jan Reedy · 6 years ago
  67. ce75df3 bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911) by ValeriyaSinevich · 6 years ago
  68. 8195049 bpo-32692: Fix test_threading.test_set_and_clear() (GH-8331) by Victor Stinner · 6 years ago
  69. 686b4b5 bpo-34130: Fix test_signal.test_warn_on_full_buffer() (GH-8327) by Victor Stinner · 6 years ago
  70. 99bb6df bpo-34130: Fix test_signal.test_socket() (GH-8326) by Victor Stinner · 6 years ago
  71. 5d4cb54 bpo-34141: Optimized pickling simple non-recursive values. (GH-8318) by Serhiy Storchaka · 6 years ago
  72. feabae9 Clarify ValueError's broad applicability (GH-8313) by Raymond Hettinger · 6 years ago
  73. 28f0736 bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception set (GH-8282) by Zackery Spytz · 6 years ago
  74. 56d8f57 bpo-33967: Fix wrong use of assertRaises (GH-8306) by INADA Naoki · 6 years ago
  75. 01b7d58 bpo-34123: Fix missed documentation update for dict.popitem(). (GH-8292) by Raymond Hettinger · 6 years ago
  76. c9265c1 bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297) by Jon Ribbens · 6 years ago
  77. 961d54c bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229) by Antoine Pitrou · 6 years ago
  78. 35c0809 bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847) by Nicolas Noé · 6 years ago
  79. bd47384 bpo-24618: Add a check in the code constructor. (GH-8283) by Serhiy Storchaka · 6 years ago
  80. 15c7b2a bpo-34121: Fix detection of C11 atomic support on clang. (GH-8288) by Benjamin Peterson · 6 years ago
  81. 16dfca4 bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274) by INADA Naoki · 6 years ago
  82. cafaf04 bpo-34108: Fix double carriage return in 2to3 on Windows (#8271) by Jason R. Coombs · 6 years ago
  83. 379e9d6 bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924) by Andrés Delfino · 6 years ago
  84. d6345de bpo-33723: Fix test_time.test_thread_time() (GH-8267) by Victor Stinner · 6 years ago
  85. 9e9b2c3 bpo-33967: Remove use of deprecated assertRaisesRegexp() (GH-8261) by Zackery Spytz · 6 years ago
  86. 993030a bpo-34080: Fix a memory leak in the compiler. (GH-8222) by Serhiy Storchaka · 6 years ago
  87. b12112b Enable GUI testing on Travis Linux builds via Xvfb (GH-7887) by Zachary Ware · 6 years ago
  88. 504373c bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192) by Serhiy Storchaka · 6 years ago
  89. b91a3a0 bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114) by Eitan Adler · 6 years ago
  90. 31b50b8 bpo-34092, test_logging: increase SMTPHandlerTest timeout (GH-8245) by Victor Stinner · 6 years ago
  91. c40278e Simplify __all__ in multiprocessing (GH-6856) by Derek B. Kim · 6 years ago
  92. 5e5bbbe bpo-34083: Update dict order in Functional HOWTO (GH-8230) by Stig Johan Berggren · 6 years ago
  93. 33aefad Doc: Point to Simple statements section instead of PEP (GH-8238) by Andrés Delfino · 6 years ago
  94. 09b2bec bpo-29442: Replace optparse with argparse in setup.py (GH-139) by Chih-Hsuan Yen · 6 years ago
  95. d5c875b bpo-33597: Add What's New for PyGC_Head (GH-8236) by INADA Naoki · 6 years ago
  96. 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
  97. 9cffdbf Fix documentation for input and output tutorial (GH-8231) by Lysandros Nikolaou · 6 years ago
  98. 5fe7c98 bpo-34009: Expand on platform support changes (GH-8022) by Nick Coghlan · 6 years ago
  99. 66953f0 Factor-out two substantially identical code blocks. (GH-8219) by Raymond Hettinger · 6 years ago
  100. 6b490b5 bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091) by Bradley Laney · 6 years ago