1. d807862 bpo-34170: Fix pymain_run_file() (GH-8660) by Victor Stinner · 6 years ago
  2. 46dc4e3 bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655) by Stefan Otte · 6 years ago
  3. 5a953fd bpo-34170: _PyCoreConfig_Read() don't replace coerce_c_locale (GH-8658) by Victor Stinner · 6 years ago
  4. 7b41dba bpo-34325: Skip zipfile test for large timestamps when filesystem don't support them. (GH-8656) by Marcel Plch · 6 years ago
  5. caba55b bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592) by Victor Stinner · 6 years ago
  6. 2ebd381 Fix docstring of Profiler class (GH-8651) by INADA Naoki · 6 years ago
  7. b6efc2c Improve the grammar in `range` documentation. (GH-8628) by Andrés Delfino · 6 years ago
  8. 9beaef6 bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639) by Terry Jan Reedy · 6 years ago
  9. bcd1d97 Update list.remove(x) documentation (GH-8636) by Lysandros Nikolaou · 6 years ago
  10. 46ebe61 bpo-34317: Fix a dead url to Windows documentation (GH-8622) by HiyashiChuka · 6 years ago
  11. 5640d03 bpo-30317: Fix multiprocessing test_timeout() (GH-8621) by Victor Stinner · 6 years ago
  12. 72ec319 bpo-34170: Cleanup pymain_run_filename() (GH-8631) by Victor Stinner · 6 years ago
  13. f394ee5 bpo-27910: Update documentation of traceback module (GH-6116) by torsava · 6 years ago
  14. a2fe1e5 bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270) by Marcel Plch · 6 years ago
  15. fc512e3 bpo-34287: Do not use second argument of METH_NOARGS functions (GH-8582) by jdemeyer · 6 years ago
  16. dd74369 bpo-34120: fix text viewer to call grab_release() only when needed (GH-8616) by Tal Einat · 6 years ago
  17. 10ea940 bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) by Tal Einat · 6 years ago
  18. 80b762f bpo-31650: Remove _Py_CheckHashBasedPycsMode global config var (GH-8608) by Victor Stinner · 6 years ago
  19. 6c785c0 bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607) by Victor Stinner · 6 years ago
  20. cfc8831 Define _Py_NO_RETURN for Microsoft C compiler (GH-8606) by Victor Stinner · 6 years ago
  21. fc96437 bpo-33499: Fix pymain_init_pycache_prefix() (GH-8596) by Victor Stinner · 6 years ago
  22. ea68d83 bpo-34170: _PyCoreConfig_Read() defaults to argc=0 (GH-8595) by Victor Stinner · 6 years ago
  23. 9851227 bpo-34170: Rename _PyCoreConfig.unbuffered_stdip (GH-8594) by Victor Stinner · 6 years ago
  24. a4d20b2 bpo-34170: Py_Main() updates config when setting Py_InspectFlag (GH-8593) by Victor Stinner · 6 years ago
  25. b75d7e2 bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591) by Victor Stinner · 6 years ago
  26. 8ed317f bpo-34113: Fix a crash when using LLTRACE is on (GH-8517) by costypetrisor · 6 years ago
  27. 944451c bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532) by MartinAltmayer · 6 years ago
  28. 9c18b1a bpo-33089: Add math.dist() for computing the Euclidean distance between two points (GH-8561) by Raymond Hettinger · 6 years ago
  29. 9d57273 bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931) by Serhiy Storchaka · 6 years ago
  30. f1d36d8 bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) by Serhiy Storchaka · 6 years ago
  31. 4b8a7f5 Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (GH-3771)" (#8241) by Serhiy Storchaka · 6 years ago
  32. ac20e0f bpo-1617161: Make the hash and equality of methods not depending on the value of self. (GH-7848) by Serhiy Storchaka · 6 years ago
  33. c48e26d bpo-27671: Update FAQ about why len is function (GH-8432) by INADA Naoki · 6 years ago
  34. b229b07 Remove creation of a list for row_cast_map in pysqlite_cursor_init() (GH-8494) by Sergey Fedoseev · 6 years ago
  35. 9045199 bpo-33833: Fix ProactorSocketTransport AssertionError (#7893) by twisteroid ambassador · 6 years ago
  36. 6921ef7 Use 'for example' instead of 'in other words' in compound statement doc (GH-8401) by Andrés Delfino · 6 years ago
  37. 8e7e8bd Fix typos & formatting in Using Python on Windows doc (GH-8559) by Segev Finer · 6 years ago
  38. 20678fd Add docstrings to public methods from context.c (GH-8531) by Peter Lamut · 6 years ago
  39. 22d2508 bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (GH-8533) by Elvis Pranskevichus · 6 years ago
  40. 4e11c46 bpo-34182: Fix test_pydoc running as a script. (GH-8389) by Bo Bayles · 6 years ago
  41. 3f8c691 bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527) by Mickaël Schoentgen · 6 years ago
  42. d2e902e bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544) by Franz Wöllert · 6 years ago
  43. b7fd738 bpo-34231: PYTHONBREAKPOINT is not documented on python --help (GH-8475) by Stéphane Wirtel · 6 years ago
  44. c536bee Updated MSI README to mention dependency on .NET 3.5. (GH-8375) by Vinay Sajip · 6 years ago
  45. a71fed0 bpo-8145: Improve isolation_level documentation (GH-8499) by Berker Peksag · 6 years ago
  46. 11eb1a9 bpo-34251: Restore msilib.Win64 to preserve compatibility (GH-8510) by Berker Peksag · 6 years ago
  47. 1561703 bpo-42349: Switch to test.support.unlink per review by Serhiy Storchaka (GH-8529) by Tim Golden · 6 years ago
  48. c6dabe3 bpo-33089: Multidimensional math.hypot() (GH-8474) by Raymond Hettinger · 6 years ago
  49. 5032692 bpo-24356: Specify which Python binary will be used with venv (GH-6589) by Elena Oat · 6 years ago
  50. 8fe9eed bpo-33476: Fix _header_value_parser when address group is missing final ';' (GH-7484) by Dong-hee Na · 6 years ago
  51. 1d2dafa bpo-33666: Add what's new entry for os.errno removal (GH-#8497) by INADA Naoki · 6 years ago
  52. 95dfb9c bpo-33921: Clarify how to bind to all interfaces using socket (GH-7877) by johnthagen · 6 years ago
  53. 937fb55 bpo-5978: Document that profiling needs cmd/function to return (GH-7938) by Andrés Delfino · 6 years ago
  54. b4bc5ca bpo-29710: Clarify documentation for Bitwise binary operation (GH-1691) by Sanyam Khurana · 6 years ago
  55. 612dbef bpo-30722: Fix NEWS entries (GH-8501) by Berker Peksag · 6 years ago
  56. aee632d Remove some unused code in _pysqlite_query_execute() (GH-8495) by Sergey Fedoseev · 6 years ago
  57. 3e7d18a vsts: Avoid conflict with Homebrew Python (GH-8430) by INADA Naoki · 6 years ago
  58. defcffd bpo-12743: Delete comment from marshal.rst (GH-8457) by Berker Peksag · 6 years ago
  59. 6a62e1d bpo-34239: Convert test_bz2 to use tempfile (#8485) by Tim Golden · 6 years ago
  60. 56b29b6 bpo-34170, test_embed: write Py_Initialize() tests (GH-8484) by Victor Stinner · 6 years ago
  61. e42b705 Fix typo: variables(s) (GH-8482) by Andrés Delfino · 6 years ago
  62. 3b5342c bpo-34201: Tweak test_buffer. (GH-8481) by Serhiy Storchaka · 6 years ago
  63. d145775 bpo-34170: Cleanup pymain_read_conf() (GH-8476) by Victor Stinner · 6 years ago
  64. 5473f06 bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (GH-8464) by Steve Dower · 6 years ago
  65. e0d67f1 bpo-34201: Make ndarray.readonly a bool and use stricter tests in test_buffer. (GH-8414) by Serhiy Storchaka · 6 years ago
  66. 7cb7bcf bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic. (GH-8434) by Serhiy Storchaka · 6 years ago
  67. 323748a bpo-34197: Make _csv.Dialect attributes booleans. (GH-8440) by Serhiy Storchaka · 6 years ago
  68. ecf411c bpo-34170: Enhance _PyCoreConfig_Read() (GH-8468) by Victor Stinner · 6 years ago
  69. 48ed88a bpo-32663 Make SMTPUTF8SimTests run (#5314) by chason · 6 years ago
  70. 60b04c9 bpo-34228: Allow PYTHONTRACEMALLOC=0 (GH-8467) by Victor Stinner · 6 years ago
  71. 96d1e69 bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385) by Ammar Askar · 6 years ago
  72. 74102c9 bpo-13041: Use shutil.get_terminal_size() in argparse.HelpFormatter (GH-8459) by Berker Peksag · 6 years ago
  73. c0f0a76 bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208) by Aaron Ang · 6 years ago
  74. ff64add bpo-34195: Fix case-sensitive comparison in test_nt_helpers (GH-8448) by Tim Golden · 6 years ago
  75. ee98e7b bpo-34218: Fix a leak in _elementtree.c introduced in GH-6769. (GH-8460) by Serhiy Storchaka · 6 years ago
  76. d3b1919 bpo-34170: Cleanup pymain_run_python() (GH-8455) by Victor Stinner · 6 years ago
  77. 1dc6e39 bpo-34170: Add _Py_InitializeFromConfig() (GH-8454) by Victor Stinner · 6 years ago
  78. 6cf8255 bpo-34217: Use lowercase header for Windows (GH-8453) by erikjanss · 6 years ago
  79. 53b7d4e bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447) by Victor Stinner · 6 years ago
  80. 95d34c2 Fix site module documentation. (GH-8441) by Mariatta · 6 years ago
  81. c206f0d bpo-34136: Make test_do_not_recreate_annotations more lenient. (GH-8437) by Serhiy Storchaka · 6 years ago
  82. d19d8d5 bpo-34170: Add _PyCoreConfig.isolated (GH-8417) by Victor Stinner · 6 years ago
  83. ac0b3c2 bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (GH-8351) by Serhiy Storchaka · 6 years ago
  84. 02ec92f bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769) by Serhiy Storchaka · 6 years ago
  85. c573499 bpo-33720: Refactor marshalling/unmarshalling floats. (GH-8071) by Serhiy Storchaka · 6 years ago
  86. e22072f bpo-34149: Behavior of the min/max with key=None (GH-8328) by Alexander Marshalov · 6 years ago
  87. bde782b bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) by Matthias Bussonnier · 6 years ago
  88. a6fdddb bpo-32500: Fix error messages for sequence and mapping C API. (GH-7846) by Serhiy Storchaka · 6 years ago
  89. aba24ff bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262) by Serhiy Storchaka · 6 years ago
  90. db8e3a1 bpo-34183: Fix running Lib/test/test_contextlib_async.py as a script. (GH-8381) by Serhiy Storchaka · 6 years ago
  91. 3fe5ccc bpo-34184: Fix running Lib/test/test_dataclasses.py as a script. (GH-8382) by Serhiy Storchaka · 6 years ago
  92. 147d955 bpo-34190: Fix reference leak in call_function() (GH-8413) by jdemeyer · 6 years ago
  93. caa331d bpo-33336, imaplib: Legalize MOVE command (GH-6569) by Matěj Cepl · 6 years ago
  94. 752d4b7 bpo-25094: Fix test_tools.test_sundry() on Windows (GH-8406) by Victor Stinner · 6 years ago
  95. 8b96eed AppVeyor: build Python in 64-bit mode (GH-8363) by Victor Stinner · 6 years ago
  96. 7a3056f bpo-21446: Update reload fixer to use importlib (GH-8391) by Berker Peksag · 6 years ago
  97. d04f46c bpo-940286: Fix pydoc to show cross refs correctly (GH-8390) by Berker Peksag · 6 years ago
  98. 1426daa bpo-34127: Fix grammar in error message with respect to argument count (GH-8395) by Xtreak · 6 years ago
  99. c75c1e0 bpo-34189: Fix checking for bugfix Tcl version. (GH-8397) by Serhiy Storchaka · 6 years ago
  100. e271ca7 bpo-34189: Add simple tests for new Tk widget options. (GH-8396) by Serhiy Storchaka · 6 years ago