1. 4860f01 bpo-33895: Relase GIL while calling functions that acquire Windows loader lock (GH-7789) by Tony Roberts · 7 years ago
  2. 2de576e bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one character (GH-4517) by Tzu-ping Chung · 7 years ago
  3. 05e9221 bpo-33316: PyThread_release_lock always fails (GH-6541) by native-api · 7 years ago
  4. 00e9c55 bpo-26256: Document algorithm speed for the Decimal module. (#4808) by Cheryl Sabella · 7 years ago
  5. e5ef45b bpo-35813: Added shared_memory submodule of multiprocessing. (#11664) by Davin Potts · 7 years ago
  6. d2b4c19 bpo-35879: Fix type comment leaks (GH-11728) by Guido van Rossum · 7 years ago
  7. ac19081 bpo-35877: Add test for while loop named expression without parentheses (GH-11726) by Emily Morehouse · 7 years ago
  8. d4fceaa bpo-35877: Make parenthesis optional for named expression in while statement (GH-11724) by Xtreak · 7 years ago
  9. 85d83ec bpo-35864: fix namedtuple._asdict() docstring (GH-11720) by Amador Pahim · 7 years ago
  10. 075de6c bpo-35861: Fix SyntaxWarning in test_named_expressions.py (GH-11722) by Joannah Nanjekye · 7 years ago
  11. 3a32e3b bpo-35766 follow-up: Kill half-support for FunctionType in PyAST_obj2mod (#11714) by Guido van Rossum · 7 years ago
  12. 325e4ba bpo-35537: Fix function name in os.posix_spawnp() errors (GH-11719) by Victor Stinner · 7 years ago
  13. 1e39b83f bpo-35537: Skip test_start_new_session() of posix_spawn (GH-11718) by Victor Stinner · 7 years ago
  14. 80c5dfe bpo-35537: Add setsid parameter to os.posix_spawn() and os.posix_spawnp() (GH-11608) by Joannah Nanjekye · 7 years ago
  15. 05f1b93 Speed-up argument parsing for common cases in deque.__init__()(GH-11717) by Raymond Hettinger · 7 years ago
  16. ffdf1c3 Consistently move the misses update to just before the user function call (GH-11715) by Raymond Hettinger · 7 years ago
  17. dcfcd14 bpo-35766: Merge typed_ast back into CPython (GH-11645) by Guido van Rossum · 7 years ago
  18. d97daeb doc: http: Fix enum name for status code 416 (GH-11689) by Phil Jones · 7 years ago
  19. 0bb4bdf bpo-35864: Replace OrderedDict with regular dict in namedtuple() (#11708) by Raymond Hettinger · 7 years ago
  20. 0897e0c bpo-33504: fix wrong "versionchanged" (GH-11712) by Inada Naoki · 7 years ago
  21. 9f3f093 bpo-34003: Use dict instead of OrderedDict in csv.DictReader (GH-8014) by Michael Selik · 7 years ago
  22. a1f9a33 bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700) by Steve Dower · 7 years ago
  23. 40ebe94 Document differences between random.choices() and random.choice(). (GH-11703) by Raymond Hettinger · 7 years ago
  24. cf991e6 bpo-35835: Add reference to Python 3.7 new breakpoint() function in pdb documentation. (GH-11691) by João Matos · 7 years ago
  25. 598e15d bpo-25592: Improve documentation of distutils data_files (GH-9767) by jdemeyer · 7 years ago
  26. cfd735e Move float conversion into a macro. Apply to fsum (GH-11698) by Raymond Hettinger · 7 years ago
  27. bafa848 subprocess: close pipes/fds by using ExitStack (GH-11686) by Giampaolo Rodola · 7 years ago
  28. 742d768 bpo-35847: RISC-V needs CTYPES_PASS_BY_REF_HACK (GH-11694) by Andreas Schwab · 7 years ago
  29. 808180c Fast path for int inputs to math.dist() and math.hypot() (GH-11692) by Raymond Hettinger · 7 years ago
  30. ea44640 bpo-35701: Update doc for UUID weak referencing (GH-11621) by David H · 7 years ago
  31. dfc8bb9 Fix typo: class declaration (GH-11678) by nu_no · 7 years ago
  32. 3171df3 Clarify U-mode deprecation in open() (GH-11646) by Nick Coghlan · 7 years ago
  33. 81d04bc Fix docstr/comment typos in _use_posix_spawn(). (GH-11684) by Gregory P. Smith · 7 years ago
  34. d8080c0 bpo-35780: Fix errors in lru_cache() C code (GH-11623) by Raymond Hettinger · 7 years ago
  35. adad9e6 bpo-35811: Avoid propagating venv settings when launching via py.exe (GH-11677) by Steve Dower · 7 years ago
  36. 4e02f8f8 bpo-35797: Fix default executable used by the multiprocessing module (GH-11676) by Steve Dower · 7 years ago
  37. 3bab40d bpo-34134: Advise to use imap or imap_unordered when handling long iterables. (gh-8324) by Windson yang · 7 years ago
  38. 62c35a8 bpo-35814: Allow same r.h.s. in annotated assignments as in normal ones (GH-11667) by Ivan Levkivskyi · 7 years ago
  39. 1396d8f bpo-35224: Add support for NamedExpr to unparse.py (GH-11670) by Victor Stinner · 7 years ago
  40. 8f59ee0 bpo-35224: PEP 572 Implementation (#10497) by Emily Morehouse · 7 years ago
  41. 1fd06f1 bpo-35717: Fix KeyError exception raised when using enums and compile (GH-11523) by Rémi Lapeyre · 7 years ago
  42. 5c8f537 bpo-35520: Fix build with dtrace support on certain systems. (#11194) by Jakub Kulík · 7 years ago
  43. fd628cf bpo-35767: Fix unittest.loader to allow partials as test_functions (#11600) by Jason Fried · 7 years ago
  44. f6243ac bpo-35537: subprocess can use posix_spawn with pipes (GH-11575) by Victor Stinner · 7 years ago
  45. ab67281 bpo-35713: Reorganize sys module initialization (GH-11658) by Victor Stinner · 7 years ago
  46. cda73a5 bpo-35781: Changed references to deprecated 'warn' method in logging documentation in favour of 'warning' (GH-11654) by yuji38kwmt · 7 years ago
  47. f0c7436 bpo-35722: Updated the documentation for the 'disable_existing_loggers' parameter (GH-11525) by Géry Ogam · 7 years ago
  48. da6424e bpo-35726: Prevented QueueHandler formatting from affecting other handlers (GH-11537) by Manjusaka · 7 years ago
  49. 6d43f6f bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650) by Victor Stinner · 7 years ago
  50. 28f6cb3 bpo-35683: Improve Azure Pipelines steps (GH-11493) by Steve Dower · 7 years ago
  51. bf4ac2d bpo-35713: Rework Python initialization (GH-11647) by Victor Stinner · 7 years ago
  52. 35ca182 bpo-35720: Fixing a memory leak in pymain_parse_cmdline_impl() (GH-11528) by Lucas Cimon · 7 years ago
  53. 9932a22 bpo-33416: Add end positions to Python AST (GH-11605) by Ivan Levkivskyi · 7 years ago
  54. 7a23680 bpo-35758: Fix building on ARM + MSVC (gh-11531) by Minmin Gong · 7 years ago
  55. 2433a2a bpo-35782: Fix error message in randrange (GH-11620) by Kumar Akshay · 7 years ago
  56. e9b185f2a bpo-35794: Catch PermissionError in test_no_such_executable (GH-11635) by Pablo Galindo · 7 years ago
  57. b238545 bpo-35772: Fix test_tarfile on ppc64 (GH-11606) by Victor Stinner · 7 years ago
  58. 222d303 bpo-20239: Allow repeated deletion of unittest.mock.Mock attributes (#11057) by Pablo Galindo · 7 years ago
  59. e8239b8 Add information about DeprecationWarning for invalid escaped characters in the re module (GH-5255) by Pablo Galindo · 7 years ago
  60. b2dc4a3 bpo-35699: fix distuils cannot detect Build Tools 2017 anymore (GH-11495) by Marc Schlaich · 7 years ago
  61. 2cf1dda bpo-35770: Fix off-by-1 error. (#11618) by Terry Jan Reedy · 7 years ago
  62. 7417622 bpo-35733: Make isinstance(ast.Constant(boolean), ast.Num) be false. (GH-11547) by Anthony Sottile · 7 years ago
  63. 39ed289 bpo-35770: IDLE macosx deletes Options => Configure IDLE. (GH-11614) by Terry Jan Reedy · 7 years ago
  64. 478f829 bpo-21257: document http.client.parse_headers (GH-11443) by Ashwin Ramaswami · 7 years ago
  65. 34de2d3 bpo-35045: Accept TLSv1 default in min max test (GH-11510) by Christian Heimes · 7 years ago
  66. 36d9e9a bpo-35283: Update the docstring of threading.Thread.join method (GH-11596) by Dong-hee Na · 7 years ago
  67. a902239 bpo-35769: Change IDLE's name for new files from 'Untitled' to 'untitled' (GH-11602) by Terry Jan Reedy · 7 years ago
  68. 3bcbedc bpo-34850: Emit a warning for "is" and "is not" with a literal. (GH-9642) by Serhiy Storchaka · 7 years ago
  69. e55cf02 bpo-35730: IDLE - test squeezer reload() by checking load_font() (GH-11585) by Tal Einat · 7 years ago
  70. cf27c06 bpo-23156: Remove obsolete tix install directions (GH-11595) by Terry Jan Reedy · 7 years ago
  71. 56c1605 bpo-34161: Update idlelib/NEWS.txt to 2019 Jan 17 (GH-11597) by Terry Jan Reedy · 7 years ago
  72. 17f05bb bpo-33687: Fix call to os.chmod() in uu.decode() (GH-7282) by Timo Furrer · 7 years ago
  73. f1d8e7c bpo-35701: Added __weakref__ slot to uuid.UUID (GH-11570) by David H · 7 years ago
  74. 89669ff bpo-35283: Add deprecation warning for Thread.isAlive (GH-11454) by Dong-hee Na · 7 years ago
  75. 97e1299 Fixes typo in asyncio.queue doc (GH-11581) by Slam · 7 years ago
  76. cee29b4 bpo-35486: Note Py3.6 import system API requirement change (GH-11540) by Nick Coghlan · 7 years ago
  77. 8c34956 Revert "bpo-35537: subprocess can now use os.posix_spawnp (GH-11579)" (GH-11582) by Victor Stinner · 7 years ago
  78. 0785889 bpo-35537: subprocess can now use os.posix_spawnp (GH-11579) by Victor Stinner · 7 years ago
  79. 92b8322 bpo-35674: Add os.posix_spawnp() (GH-11554) by Joannah Nanjekye · 7 years ago
  80. 9daecf3 bpo-35537: subprocess uses os.posix_spawn in some cases (GH-11452) by Victor Stinner · 7 years ago
  81. a37f524 bpo-35746: Fix segfault in ssl's cert parser (GH-11569) by Christian Heimes · 7 years ago
  82. c9f872b bpo-23846: Fix ProactorEventLoop._write_to_self() (GH-11566) by Victor Stinner · 7 years ago
  83. 3607ef4 bpo-35742: Fix test_envar_unimportable in test_builtin. (GH-11561) by Serhiy Storchaka · 7 years ago
  84. b91140f bpo-11555: Enhance IocpProactor.close() log again (GH-11563) by Victor Stinner · 7 years ago
  85. b1e4573 bpo-34323: Enhance IocpProactor.close() log (GH-11555) by Victor Stinner · 7 years ago
  86. 06f8b57 bpo-35738: Update the example for timer.Timer.repeat(). (GH-11559) by Henry Chen · 7 years ago
  87. 32ebd85 bpo-29707: Document that os.path.ismount() is not able to reliable detect bind mounts. (GH-11238) by Serhiy Storchaka · 7 years ago
  88. efcf82f bpo-35619: Improve support of custom data descriptors in help() and pydoc. (GH-11366) by Serhiy Storchaka · 7 years ago
  89. 6fe9c44 bpo-34756: Silence only ImportError and AttributeError in sys.breakpointhook(). (GH-9457) by Serhiy Storchaka · 7 years ago
  90. 454b3d4 bpo-35066: _dateime.datetime.strftime copies trailing '%' (GH-10692) by MichaelSaah · 7 years ago
  91. 5bb146a bpo-35730: Disable IDLE test_reload assertion. (GH-11543) by Terry Jan Reedy · 7 years ago
  92. 39a33e9 bpo-35196: Optimize Squeezer's write() interception (GH-10454) by Tal Einat · 7 years ago
  93. 995d9b9 bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021) by Anthony Sottile · 7 years ago
  94. 1cffd0e bpo-34512: Document platform-specific strftime() behavior for non-ASCII format strings (GH-8948) by Alexey Izbyshev · 7 years ago
  95. d586ccb bpo-35552: Fix reading past the end in PyUnicode_FromFormat() and PyBytes_FromFormat(). (GH-11276) by Serhiy Storchaka · 7 years ago
  96. f1ec3ce bpo-35634: Raise an error when first passed kwargs contains duplicated keys. (GH-11438) by Serhiy Storchaka · 7 years ago
  97. 58159ef bpo-35494: Improve syntax error messages for unbalanced parentheses in f-string. (GH-11161) by Serhiy Storchaka · 7 years ago
  98. 44cc482 bpo-33817: Fix _PyBytes_Resize() for empty bytes object. (GH-11516) by Serhiy Storchaka · 7 years ago
  99. d0d3e99 bpo-35719: Optimize multi-argument math functions. (GH-11527) by Serhiy Storchaka · 7 years ago
  100. 7934266 bpo-35582: Inline arguments tuple unpacking in handwritten code. (GH-11524) by Serhiy Storchaka · 7 years ago