1. caa331d bpo-33336, imaplib: Legalize MOVE command (GH-6569) by Matěj Cepl · 6 years ago
  2. 7a3056f bpo-21446: Update reload fixer to use importlib (GH-8391) by Berker Peksag · 6 years ago
  3. d04f46c bpo-940286: Fix pydoc to show cross refs correctly (GH-8390) by Berker Peksag · 6 years ago
  4. 1426daa bpo-34127: Fix grammar in error message with respect to argument count (GH-8395) by Xtreak · 6 years ago
  5. 56868f9 bpo-34126: Fix crashes while profiling invalid calls. (GH-8300) by jdemeyer · 6 years ago
  6. 94487d4 bpo-34011: Update code copying DLLs and init.tcl into venvs. (GH-8253) by Vinay Sajip · 6 years ago
  7. fb47bca bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) by Victor Stinner · 6 years ago
  8. ce75df3 bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911) by ValeriyaSinevich · 6 years ago
  9. 5d4cb54 bpo-34141: Optimized pickling simple non-recursive values. (GH-8318) by Serhiy Storchaka · 6 years ago
  10. 28f0736 bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception set (GH-8282) by Zackery Spytz · 6 years ago
  11. 961d54c bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229) by Antoine Pitrou · 6 years ago
  12. bd47384 bpo-24618: Add a check in the code constructor. (GH-8283) by Serhiy Storchaka · 6 years ago
  13. 15c7b2a bpo-34121: Fix detection of C11 atomic support on clang. (GH-8288) by Benjamin Peterson · 6 years ago
  14. 16dfca4 bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274) by INADA Naoki · 6 years ago
  15. cafaf04 bpo-34108: Fix double carriage return in 2to3 on Windows (#8271) by Jason R. Coombs · 6 years ago
  16. 993030a bpo-34080: Fix a memory leak in the compiler. (GH-8222) by Serhiy Storchaka · 6 years ago
  17. 504373c bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192) by Serhiy Storchaka · 6 years ago
  18. b91a3a0 bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114) by Eitan Adler · 6 years ago
  19. 09b2bec bpo-29442: Replace optparse with argparse in setup.py (GH-139) by Chih-Hsuan Yen · 6 years ago
  20. 5ac9e6e bpo-33597: Reduce PyGC_Head size (GH-7043) by INADA Naoki · 6 years ago
  21. 445f1b3 bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184) by Dong-hee Na · 6 years ago
  22. 9863de0 bpo-24459: Document missing env variables in python.man (GH-4142) by Berker Peksag · 6 years ago
  23. 3f4d90d bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WITH. (GH-8159) by Serhiy Storchaka · 6 years ago
  24. cf7303e bpo-33305: Improve SyntaxError for invalid numerical literals. (GH-6517) by Serhiy Storchaka · 6 years ago
  25. 2a9b8ba bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684) by Serhiy Storchaka · 6 years ago
  26. 25b804a bpo-31014: Fix the webbrowser module. (GH-7267) by Serhiy Storchaka · 6 years ago
  27. 0830858 bpo-34041: Allow creating deterministic functions in Connection.create_function() (GH-8086) by Sergey Fedoseev · 6 years ago
  28. 9c5ba09 closes bpo-34050: Fix link in SSL docs (GH-8173) by Marcin Niemira · 6 years ago
  29. 2800dcf bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153) by Dong-hee Na · 6 years ago
  30. b0274f2 closes bpo-34056: Always return bytes from _HackedGetData.get_data(). (GH-8130) by Benjamin Peterson · 6 years ago
  31. 0b75228 bpo-34042: Fix dict.copy() to maintain correct total refcount (GH-8119) by Yury Selivanov · 6 years ago
  32. c2368cb bpo-34054: multiprocessing uses time.monotonic() (GH-8118) by Victor Stinner · 6 years ago
  33. c4ef489 bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (GH-7891) by Ammar Askar · 6 years ago
  34. 8d13091 bpo-34043: Optimize tarfile uncompress performance (GH-8089) by INADA Naoki · 6 years ago
  35. 483422f bpo-34044: subprocess.Popen copies startupinfo (GH-8090) by Victor Stinner · 6 years ago
  36. 12a08c4 bpo-34010: Fix tarfile read performance regression (GH-8020) by hajoscher · 6 years ago
  37. 3c45240 bpo-33418: Add tp_clear for function object (GH-8058) by INADA Naoki · 6 years ago
  38. d8cba5d bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918) by Zackery Spytz · 6 years ago
  39. 3cf1f15 bpo-34019: Fix wrong arguments for Opera Browser (#8047) by Bumsik Kim · 6 years ago
  40. d824ca7 bpo-34006: Revert line length limit for Windows help docs (GH-8051) by Zachary Ware · 6 years ago
  41. 087570a bpo-33978: Close existing handlers before logging (re-)configuration. (GH-8008) by Xtreak · 6 years ago
  42. 0cdf5f4 bpo-32568: make select.epoll() and its docs consistent (#7840) by Tal Einat · 6 years ago
  43. 5bb5bbf bpo-33974: Fix passing special characters to ttk widgets. (GH-7986) by Serhiy Storchaka · 6 years ago
  44. 23db935 bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918) by Zackery Spytz · 6 years ago
  45. 891a1f8 bpo-14117: Make minor tweaks to turtledemo (GH-8002) by Terry Jan Reedy · 6 years ago
  46. d904c23 bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993) by Yury Selivanov · 6 years ago
  47. 41cb0ba bpo-33985: Implement ContextVar.name attribute. (GH-7980) by Yury Selivanov · 6 years ago
  48. 9b9d58f bpo-31546: Fix input hook integration (GH-7978) by Thomas A Caswell · 6 years ago
  49. e76ac9d Forward port rest of NEWS changes as of 3.7.0 by Ned Deily · 6 years ago
  50. 461a1c4 bpo-33842: Remove tarfile.filemode (GH-7661) by INADA Naoki · 6 years ago
  51. aee5df5 Forward port 3.7.0 final changes by Ned Deily · 6 years ago
  52. d2cbfff bpo-25007: Add copy protocol support to zlib compressors and decompressors (GH-7940) by Zackery Spytz · 6 years ago
  53. 4a8b037 bpo-31647: Fix bpo typo in NEWS entry. (GH-7964) by twisteroid ambassador · 6 years ago
  54. 2cc9d21 bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921) by Victor Stinner · 6 years ago
  55. ddf7171 bpo-24567: Random subnormal.diff (#7954) by Raymond Hettinger · 6 years ago
  56. 3c8043d bpo-33975: Avoid small type when running IDLE's htests. (GH-7944) by Terry Jan Reedy · 6 years ago
  57. 4e21100 bpo-33956: update vendored expat to 2.2.5 (GH-7925) by Benjamin Peterson · 6 years ago
  58. 58ed730 bpo-33873: Fix bug in `runtest.py` and add checks for invalid `-R` parameters (GH-7735) by Pablo Galindo · 6 years ago
  59. cf67d6a bpo-33897: Add a 'force' keyword argument to logging.basicConfig(). (GH-7873) by Dong-hee Na · 6 years ago
  60. ea73775 bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884) by Zackery Spytz · 6 years ago
  61. 3d70f7a bpo-33805: Improve error message of dataclasses.replace() (GH-7580) by Dong-hee Na · 6 years ago
  62. 9b7cf75 bpo-33916: Fix bz2 and lzma init when called twice (GH-7843) by Victor Stinner · 6 years ago
  63. 209abf7 bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845) by Victor Stinner · 6 years ago
  64. bcd3a1a bpo-33905: Add test for idlelib.stackview.StackBrowser. (GH-7852) by Terry Jan Reedy · 6 years ago
  65. 33c7420 bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836) by Terry Jan Reedy · 6 years ago
  66. a361e89 bpo-33906: Rename idlelib.windows as window (#7833) by Terry Jan Reedy · 6 years ago
  67. 87a9273 bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830) by Terry Jan Reedy · 6 years ago
  68. fd8fbce bpo-33746: Fix test_unittest.testRegisterResult() in verbose mode (GH-7799) by Victor Stinner · 6 years ago
  69. 9bb9223 bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  70. 9af1836 bpo-33907: Rename an IDLE module and classes. (GH-7810) by Terry Jan Reedy · 6 years ago
  71. 06e2029 bpo-33907: Rename an IDLE module and class. (GH-7807) by Terry Jan Reedy · 6 years ago
  72. 06fe77a bpo-30345: Add -g to LDFLAGS for LTO (GH-7709) by Victor Stinner · 6 years ago
  73. c44d8e5 bpo-33901: Better test_dbm_gnu.test_reorganize() fix (GH-7795) by Victor Stinner · 6 years ago
  74. c7f02a9 bpo-33671 / shutil.copyfile: use memoryview() with dynamic size on Windows (#7681) by Giampaolo Rodola · 6 years ago
  75. 936f03e bpo-33365: print the header values beside the keys (GH-6611) by Marco Strigl · 6 years ago
  76. 1261bfa bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7791) by Victor Stinner · 6 years ago
  77. 698865d bpo-33843: Remove deprecated stuff in cgi module (GH-7662) by INADA Naoki · 6 years ago
  78. b36b0a3 bpo-33663: Convert content length to string before putting to header (GH-7754) by ValeriyaSinevich · 6 years ago
  79. 9d49f85 bpo-33856: Add "help" to the welcome message of IDLE (GH-7755) by Stéphane Wirtel · 6 years ago
  80. b193fa9 bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834) by Carl Meyer · 6 years ago
  81. ee5ef30 bpo-33855: Minimally test all IDLE modules. (GH-7689) by Terry Jan Reedy · 6 years ago
  82. 6c5a4b3 bpo-33824, bpo-32030: Fix pymain_read_conf() (GH-7712) by Victor Stinner · 6 years ago
  83. 2f9cbaa Revert "bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-6754)" (#7723) by Victor Stinner · 6 years ago
  84. 6951186 bpo-33847: Add '@' operator entry to index (GH-7669) by Andrés Delfino · 6 years ago
  85. 9b7c74c bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (#6754) by Marcel Plch · 6 years ago
  86. d134809 bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958) by Wonsup Yoon · 6 years ago
  87. ceeef10 bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581) by Serhiy Storchaka · 6 years ago
  88. 08f127a bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682) by Serhiy Storchaka · 6 years ago
  89. 9e7c921 bpo-17045: Improve C-API doc for PyTypeObject. (gh-7413) by Eric Snow · 6 years ago
  90. d22fc0b bpo-32962: python-gdb catchs UnicodeDecodeError (GH-7693) by Victor Stinner · 6 years ago
  91. 019d33b bpo-32962: python-gdb catchs ValueError on read_var() (GH-7692) by Victor Stinner · 6 years ago
  92. 4a172cc bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win) (#7160) by Giampaolo Rodola · 6 years ago
  93. 33cd058 bpo-32108: Don't clear configparser values if key is assigned to itself (GH-7588) by Cheryl Sabella · 6 years ago
  94. c3f55be bpo-27397: Make email module properly handle invalid-length base64 strings (#7583) by Tal Einat · 6 years ago
  95. ef24b6c bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) by Christian Heimes · 6 years ago
  96. 46c5cd0 bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994) by Matthias Bussonnier · 6 years ago
  97. 800415e bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137) by Terry Jan Reedy · 6 years ago
  98. 5cbefa9 Clean up after bpo-33738. (GH-7627) by Serhiy Storchaka · 6 years ago
  99. 9d6d06e pypi.python.org -> pypi.org (GH-7613) by Ned Deily · 6 years ago
  100. 2487f30 bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731) by Steve Weber · 6 years ago