1. 3ed9192 Move Code_of_Conduct.rst to the root level. (GH-8209) by Mariatta · 6 years ago
  2. 2708578 bpo-11572: Make minor improvements to copy module (GH-8208) by Berker Peksag · 6 years ago
  3. 9863de0 bpo-24459: Document missing env variables in python.man (GH-4142) by Berker Peksag · 6 years ago
  4. f60bf0e bpo-22689: Copy the result of getenv() in sys_breakpointhook(). (GH-8194) by Serhiy Storchaka · 6 years ago
  5. b796e7d Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191) by Sergey Fedoseev · 6 years ago
  6. c287545 bpo-34067: Include a more easily understood example for nullcontext (GH-8158) by Daniel Porteous · 6 years ago
  7. 3f4d90d bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WITH. (GH-8159) by Serhiy Storchaka · 6 years ago
  8. cf7303e bpo-33305: Improve SyntaxError for invalid numerical literals. (GH-6517) by Serhiy Storchaka · 6 years ago
  9. 2a9b8ba bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684) by Serhiy Storchaka · 6 years ago
  10. f85af03 Fix margin in sentinel and mock_open (GH-8188) by Andrés Delfino · 6 years ago
  11. bc9aa81 bpo-34061: Document sqlite3.NotSupportedError (GH-8172) by Marcin Niemira · 6 years ago
  12. 25b804a bpo-31014: Fix the webbrowser module. (GH-7267) by Serhiy Storchaka · 6 years ago
  13. 0830858 bpo-34041: Allow creating deterministic functions in Connection.create_function() (GH-8086) by Sergey Fedoseev · 6 years ago
  14. 8d41278 bpo-33888: Use CPython instead of Python in the FAQ (GH-7767) by Andrés Delfino · 6 years ago
  15. 9c5ba09 closes bpo-34050: Fix link in SSL docs (GH-8173) by Marcin Niemira · 6 years ago
  16. 9b50a7f Make PySimpleQueueType static. (GH-8175) by Benjamin Peterson · 6 years ago
  17. ced350b bpo-28626: rearrange discussion of output formatting to encourage f-strings (#6036) by Andrew Kuchling · 6 years ago
  18. caccca78 bpo-33702: Add some missing links in production lists and do a little polish (GH-7259) by Andrés Delfino · 6 years ago
  19. b6bb77c bpo-33804: Document that the argument for io.TextIOBase.read() is optional (GH-7510) by Andrés Delfino · 6 years ago
  20. 2d74838 Fix moduleauthor/sectionauthor directives in Enum (GH-8117) by Andrés Delfino · 6 years ago
  21. 03dd0e7 Add missing closing parentheses (GH-8144) by Andrés Delfino · 6 years ago
  22. 6cfe45a Make various internal _testbuffer symbols static. (GH-8160) by Benjamin Peterson · 6 years ago
  23. 86bfed3 Fix typo in TypeVar docstring (#8142) by João D. Ferreira · 6 years ago
  24. 2800dcf bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153) by Dong-hee Na · 6 years ago
  25. 4629c0d Hide some symbols from _xxsubinterpreters. (GH-8151) by Benjamin Peterson · 6 years ago
  26. cb4bae7 Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147) by Benjamin Peterson · 6 years ago
  27. b0274f2 closes bpo-34056: Always return bytes from _HackedGetData.get_data(). (GH-8130) by Benjamin Peterson · 6 years ago
  28. e25399b bpo-23493: json: Change sort_keys in Python encoder same to C (GH-8131) by INADA Naoki · 6 years ago
  29. 0b75228 bpo-34042: Fix dict.copy() to maintain correct total refcount (GH-8119) by Yury Selivanov · 6 years ago
  30. dc9bc54 Clarify that example in comment is about fromkeys() (GH-8141) by Raymond Hettinger · 6 years ago
  31. c2368cb bpo-34054: multiprocessing uses time.monotonic() (GH-8118) by Victor Stinner · 6 years ago
  32. 6f19fc6 fix two typos in Objects/odictobject.c comments (GH-8040) by Robert Krzyzanowski · 6 years ago
  33. c929df3 bpo-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039) by Tal Einat · 6 years ago
  34. 7943c5e Doc: Remove superfluous markup. (GH-8112) by Julien Palard · 6 years ago
  35. d8c3e82 Fix GCC warning in Python/hamt.c (GH-7618) by Zackery Spytz · 6 years ago
  36. c4ef489 bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (GH-7891) by Ammar Askar · 6 years ago
  37. 3c8aae9 Make TaskStepMethWrapper_Type and TaskWakeupMethWrapper_Type static. (GH-8127) by Benjamin Peterson · 6 years ago
  38. 8d13091 bpo-34043: Optimize tarfile uncompress performance (GH-8089) by INADA Naoki · 6 years ago
  39. f120288 versionadded -> versionchanged for all 'X parameter was added' for uniformity. (GH8114) by Sergey Fedoseev · 6 years ago
  40. 0c4d20b Add more detail to the Counter.fromkeys() comment block (GH-8124) by Raymond Hettinger · 6 years ago
  41. 3ae2e33 classify abs() argument type (GH-8103) by Windson yang · 6 years ago
  42. e55ca3f Fix typo in dataclasses documentation (GH-8102) by Artjom · 6 years ago
  43. 483422f bpo-34044: subprocess.Popen copies startupinfo (GH-8090) by Victor Stinner · 6 years ago
  44. 09bb918 Fix fuzz testing for marshal.loads(). (GH-8106) by Serhiy Storchaka · 6 years ago
  45. fc05e68 bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH-7336) by Serhiy Storchaka · 6 years ago
  46. 3a9bb5f Removed unused import from tzinfo_examples.py. (GH-7994) by Sergey Fedoseev · 6 years ago
  47. a6e1e41 Update Stackless Python wiki URL (GH-8072) by Julien Palard · 6 years ago
  48. e69cd16 Minor code refactoring. Compute len() one fewer times on one code path. (GH-8094) by Raymond Hettinger · 6 years ago
  49. bd81cbd DOC: In `reduce`, refer to `accumulate` (GH-7930) by Gerrit Holl · 6 years ago
  50. 5b6e49a bpo-30516: Fix documentation issue with -timedelta in datetime (GH-7348) by Farhaan Bukhsh · 6 years ago
  51. a390cb6 bpo-32942: Fix environment dependent test_script_helper (GH-8034) by Lorenz Mende · 6 years ago
  52. 07888e1 bpo-34040, multiprocessing: Fix test_forkserver_sigkill() (GH-8081) by Victor Stinner · 6 years ago
  53. 12a08c4 bpo-34010: Fix tarfile read performance regression (GH-8020) by hajoscher · 6 years ago
  54. 97ae32c Make GenericAlias_Type and Generic_Type static. (GH-8076) by Benjamin Peterson · 6 years ago
  55. b4588c2 Don't export pending_threadfunc from _testcapi. (GH-8075) by Benjamin Peterson · 6 years ago
  56. 3c45240 bpo-33418: Add tp_clear for function object (GH-8058) by INADA Naoki · 6 years ago
  57. d8cba5d bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918) by Zackery Spytz · 6 years ago
  58. 831c297 bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (GH-8042) by Sergey Fedoseev · 6 years ago
  59. 3cf1f15 bpo-34019: Fix wrong arguments for Opera Browser (#8047) by Bumsik Kim · 6 years ago
  60. 23401fb bpo-33735: Fix test_multiprocessing random failure (GH-8059) by Victor Stinner · 6 years ago
  61. d824ca7 bpo-34006: Revert line length limit for Windows help docs (GH-8051) by Zachary Ware · 6 years ago
  62. 087570a bpo-33978: Close existing handlers before logging (re-)configuration. (GH-8008) by Xtreak · 6 years ago
  63. c6cd164 bpo-30660: Doc: Optimize PNG files by optipng (GH-8032) by INADA Naoki · 6 years ago
  64. 6dc57e2 bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265) by Tal Einat · 6 years ago
  65. fe524df Doc: Remove unused image file (GH-8027) by INADA Naoki · 6 years ago
  66. fdb5a50 bpo-25862: Fix several bugs in the _io module. (GH-8026) by Serhiy Storchaka · 6 years ago
  67. 0cdf5f4 bpo-32568: make select.epoll() and its docs consistent (#7840) by Tal Einat · 6 years ago
  68. 5bb5bbf bpo-33974: Fix passing special characters to ttk widgets. (GH-7986) by Serhiy Storchaka · 6 years ago
  69. f874bd1 Fix redundant declaration of _PyImport_AddModuleObject (GH-7992) by Jeremy Cline · 6 years ago
  70. b57eea1 Add zulipchat badge to readme (GH-7929) by Mariatta · 6 years ago
  71. 23db935 bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918) by Zackery Spytz · 6 years ago
  72. bda9c3e Fix the indentation in the documentation of bin() and hash() (GH-7998) by Andrés Delfino · 6 years ago
  73. 891a1f8 bpo-14117: Make minor tweaks to turtledemo (GH-8002) by Terry Jan Reedy · 6 years ago
  74. d904c23 bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993) by Yury Selivanov · 6 years ago
  75. 41cb0ba bpo-33985: Implement ContextVar.name attribute. (GH-7980) by Yury Selivanov · 6 years ago
  76. 9b9d58f bpo-31546: Fix input hook integration (GH-7978) by Thomas A Caswell · 6 years ago
  77. 4d26c8a bpo-32996: Enhancements to What's New based on feedback (GH-7988) by Elvis Pranskevichus · 6 years ago
  78. e76ac9d Forward port rest of NEWS changes as of 3.7.0 by Ned Deily · 6 years ago
  79. 461a1c4 bpo-33842: Remove tarfile.filemode (GH-7661) by INADA Naoki · 6 years ago
  80. 62b6cea bpo-33958: Doc: Remove unused variable in example (GH-7927) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  81. aee5df5 Forward port 3.7.0 final changes by Ned Deily · 6 years ago
  82. 4925727 bpo-33715: Fix multiprocessing test_wait_result() (GH-7971) by Victor Stinner · 6 years ago
  83. 64737e9 bpo-33913: Fix test_multiprocessing_main_handling (GH-7972) by Victor Stinner · 6 years ago
  84. d2cbfff bpo-25007: Add copy protocol support to zlib compressors and decompressors (GH-7940) by Zackery Spytz · 6 years ago
  85. fbd7172 bpo-30356: Fix test_mymanager_context() of multiprocessing (GH-7968) by Victor Stinner · 6 years ago
  86. 74e4aee Prevent upload script uploading from the wrong directory (GH-7953) by Steve Dower · 6 years ago
  87. 4a8b037 bpo-31647: Fix bpo typo in NEWS entry. (GH-7964) by twisteroid ambassador · 6 years ago
  88. 0aab866 bpo-33929: Fix regression in spawn_main() (#7962) by Victor Stinner · 6 years ago
  89. 2cc9d21 bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921) by Victor Stinner · 6 years ago
  90. f15f66d bpo-30317, test_multiprocessing: fix test_timeout() (GH-7957) by Victor Stinner · 6 years ago
  91. ddf7171 bpo-24567: Random subnormal.diff (#7954) by Raymond Hettinger · 6 years ago
  92. 3c8043d bpo-33975: Avoid small type when running IDLE's htests. (GH-7944) by Terry Jan Reedy · 6 years ago
  93. df748c2 use rich markup for PEP reference (GH-7939) by Behzad B. Mokhtari · 6 years ago
  94. e7d3ccc bpo-29514: Make magic number test work for candidates by Ned Deily · 6 years ago
  95. 4e21100 bpo-33956: update vendored expat to 2.2.5 (GH-7925) by Benjamin Peterson · 6 years ago
  96. 58ed730 bpo-33873: Fix bug in `runtest.py` and add checks for invalid `-R` parameters (GH-7735) by Pablo Galindo · 6 years ago
  97. 866c168 bpo-33957: Doc: Use better wording (GH-7912) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  98. 4239773 bpo-33924: Add missed mac-specific 'windows' to 'window' changes (GH-7920) by Mark Roseman · 6 years ago
  99. 937ee9e Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919) by Victor Stinner · 6 years ago
  100. fdd6e0b bpo-33573: docs to suggest median() alternatives for non-numeric data (GH-7587) by Tal Einat · 6 years ago