Python 3.8.0a1
  1. aab0e57 [pydoc] Regenerate topics for v3.8.0a1 by Łukasz Langa · 7 years ago
  2. b82bfac bpo-29734: nt._getfinalpathname handle leak (GH-740) by Mark Becwar · 7 years ago
  3. d08ea70 bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730) by Stefan Krah · 7 years ago
  4. 2de576e bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one character (GH-4517) by Tzu-ping Chung · 7 years ago
  5. e5ef45b bpo-35813: Added shared_memory submodule of multiprocessing. (#11664) by Davin Potts · 7 years ago
  6. ac19081 bpo-35877: Add test for while loop named expression without parentheses (GH-11726) by Emily Morehouse · 7 years ago
  7. d4fceaa bpo-35877: Make parenthesis optional for named expression in while statement (GH-11724) by Xtreak · 7 years ago
  8. 85d83ec bpo-35864: fix namedtuple._asdict() docstring (GH-11720) by Amador Pahim · 7 years ago
  9. 075de6c bpo-35861: Fix SyntaxWarning in test_named_expressions.py (GH-11722) by Joannah Nanjekye · 7 years ago
  10. 1e39b83f bpo-35537: Skip test_start_new_session() of posix_spawn (GH-11718) by Victor Stinner · 7 years ago
  11. 80c5dfe bpo-35537: Add setsid parameter to os.posix_spawn() and os.posix_spawnp() (GH-11608) by Joannah Nanjekye · 7 years ago
  12. ffdf1c3 Consistently move the misses update to just before the user function call (GH-11715) by Raymond Hettinger · 7 years ago
  13. dcfcd14 bpo-35766: Merge typed_ast back into CPython (GH-11645) by Guido van Rossum · 7 years ago
  14. 0bb4bdf bpo-35864: Replace OrderedDict with regular dict in namedtuple() (#11708) by Raymond Hettinger · 7 years ago
  15. 9f3f093 bpo-34003: Use dict instead of OrderedDict in csv.DictReader (GH-8014) by Michael Selik · 7 years ago
  16. a1f9a33 bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700) by Steve Dower · 7 years ago
  17. bafa848 subprocess: close pipes/fds by using ExitStack (GH-11686) by Giampaolo Rodola · 7 years ago
  18. 808180c Fast path for int inputs to math.dist() and math.hypot() (GH-11692) by Raymond Hettinger · 7 years ago
  19. 81d04bc Fix docstr/comment typos in _use_posix_spawn(). (GH-11684) by Gregory P. Smith · 7 years ago
  20. d8080c0 bpo-35780: Fix errors in lru_cache() C code (GH-11623) by Raymond Hettinger · 7 years ago
  21. 4e02f8f8 bpo-35797: Fix default executable used by the multiprocessing module (GH-11676) by Steve Dower · 7 years ago
  22. 62c35a8 bpo-35814: Allow same r.h.s. in annotated assignments as in normal ones (GH-11667) by Ivan Levkivskyi · 7 years ago
  23. 8f59ee0 bpo-35224: PEP 572 Implementation (#10497) by Emily Morehouse · 7 years ago
  24. 1fd06f1 bpo-35717: Fix KeyError exception raised when using enums and compile (GH-11523) by Rémi Lapeyre · 7 years ago
  25. fd628cf bpo-35767: Fix unittest.loader to allow partials as test_functions (#11600) by Jason Fried · 7 years ago
  26. f6243ac bpo-35537: subprocess can use posix_spawn with pipes (GH-11575) by Victor Stinner · 7 years ago
  27. da6424e bpo-35726: Prevented QueueHandler formatting from affecting other handlers (GH-11537) by Manjusaka · 7 years ago
  28. 28f6cb3 bpo-35683: Improve Azure Pipelines steps (GH-11493) by Steve Dower · 7 years ago
  29. 9932a22 bpo-33416: Add end positions to Python AST (GH-11605) by Ivan Levkivskyi · 7 years ago
  30. 2433a2a bpo-35782: Fix error message in randrange (GH-11620) by Kumar Akshay · 7 years ago
  31. e9b185f2a bpo-35794: Catch PermissionError in test_no_such_executable (GH-11635) by Pablo Galindo · 7 years ago
  32. b238545 bpo-35772: Fix test_tarfile on ppc64 (GH-11606) by Victor Stinner · 7 years ago
  33. 222d303 bpo-20239: Allow repeated deletion of unittest.mock.Mock attributes (#11057) by Pablo Galindo · 7 years ago
  34. b2dc4a3 bpo-35699: fix distuils cannot detect Build Tools 2017 anymore (GH-11495) by Marc Schlaich · 7 years ago
  35. 2cf1dda bpo-35770: Fix off-by-1 error. (#11618) by Terry Jan Reedy · 7 years ago
  36. 7417622 bpo-35733: Make isinstance(ast.Constant(boolean), ast.Num) be false. (GH-11547) by Anthony Sottile · 7 years ago
  37. 39ed289 bpo-35770: IDLE macosx deletes Options => Configure IDLE. (GH-11614) by Terry Jan Reedy · 7 years ago
  38. 34de2d3 bpo-35045: Accept TLSv1 default in min max test (GH-11510) by Christian Heimes · 7 years ago
  39. 36d9e9a bpo-35283: Update the docstring of threading.Thread.join method (GH-11596) by Dong-hee Na · 7 years ago
  40. a902239 bpo-35769: Change IDLE's name for new files from 'Untitled' to 'untitled' (GH-11602) by Terry Jan Reedy · 7 years ago
  41. 3bcbedc bpo-34850: Emit a warning for "is" and "is not" with a literal. (GH-9642) by Serhiy Storchaka · 7 years ago
  42. e55cf02 bpo-35730: IDLE - test squeezer reload() by checking load_font() (GH-11585) by Tal Einat · 7 years ago
  43. 56c1605 bpo-34161: Update idlelib/NEWS.txt to 2019 Jan 17 (GH-11597) by Terry Jan Reedy · 7 years ago
  44. 17f05bb bpo-33687: Fix call to os.chmod() in uu.decode() (GH-7282) by Timo Furrer · 7 years ago
  45. f1d8e7c bpo-35701: Added __weakref__ slot to uuid.UUID (GH-11570) by David H · 7 years ago
  46. 89669ff bpo-35283: Add deprecation warning for Thread.isAlive (GH-11454) by Dong-hee Na · 7 years ago
  47. 8c34956 Revert "bpo-35537: subprocess can now use os.posix_spawnp (GH-11579)" (GH-11582) by Victor Stinner · 7 years ago
  48. 0785889 bpo-35537: subprocess can now use os.posix_spawnp (GH-11579) by Victor Stinner · 7 years ago
  49. 92b8322 bpo-35674: Add os.posix_spawnp() (GH-11554) by Joannah Nanjekye · 7 years ago
  50. 9daecf3 bpo-35537: subprocess uses os.posix_spawn in some cases (GH-11452) by Victor Stinner · 7 years ago
  51. a37f524 bpo-35746: Fix segfault in ssl's cert parser (GH-11569) by Christian Heimes · 7 years ago
  52. c9f872b bpo-23846: Fix ProactorEventLoop._write_to_self() (GH-11566) by Victor Stinner · 7 years ago
  53. 3607ef4 bpo-35742: Fix test_envar_unimportable in test_builtin. (GH-11561) by Serhiy Storchaka · 7 years ago
  54. b91140f bpo-11555: Enhance IocpProactor.close() log again (GH-11563) by Victor Stinner · 7 years ago
  55. b1e4573 bpo-34323: Enhance IocpProactor.close() log (GH-11555) by Victor Stinner · 7 years ago
  56. efcf82f bpo-35619: Improve support of custom data descriptors in help() and pydoc. (GH-11366) by Serhiy Storchaka · 7 years ago
  57. 454b3d4 bpo-35066: _dateime.datetime.strftime copies trailing '%' (GH-10692) by MichaelSaah · 7 years ago
  58. 5bb146a bpo-35730: Disable IDLE test_reload assertion. (GH-11543) by Terry Jan Reedy · 7 years ago
  59. 39a33e9 bpo-35196: Optimize Squeezer's write() interception (GH-10454) by Tal Einat · 7 years ago
  60. 995d9b9 bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021) by Anthony Sottile · 7 years ago
  61. f1ec3ce bpo-35634: Raise an error when first passed kwargs contains duplicated keys. (GH-11438) by Serhiy Storchaka · 7 years ago
  62. 58159ef bpo-35494: Improve syntax error messages for unbalanced parentheses in f-string. (GH-11161) by Serhiy Storchaka · 7 years ago
  63. 44cc482 bpo-33817: Fix _PyBytes_Resize() for empty bytes object. (GH-11516) by Serhiy Storchaka · 7 years ago
  64. cb08a71 bpo-34838: Use subclass_of for math.dist. (GH-9659) by Ammar Askar · 7 years ago
  65. 2a39d25 bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520) by Serhiy Storchaka · 7 years ago
  66. 4fa9591 bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313) by Serhiy Storchaka · 7 years ago
  67. c5dc60e bpo-24746: Fix doctest failures when running the testsuite with -R (#11501) by Pablo Galindo · 7 years ago
  68. fb2c346 asyncio: __del__() keep reference to warnings.warn (GH-11491) by Victor Stinner · 7 years ago
  69. 9b07681 IocpProactor: prevent modification if closed (GH-11494) by Victor Stinner · 7 years ago
  70. a306bdd Distutils no longer needs to remain compatible with 2.3 (GH-11423) by Miro Hrončok · 7 years ago
  71. cbb1645 bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (#10639) by Sanyam Khurana · 7 years ago
  72. c24c6c2 bpo-35568: add 'raise_signal' function (GH-11335) by Vladimir Matveev · 7 years ago
  73. 80fda71 bpo-35682: Fix _ProactorBasePipeTransport._force_close() (GH-11462) by Victor Stinner · 7 years ago
  74. ddd7c42 bpo-33717: pythoninfo logs information of all clocks (GH-11460) by Victor Stinner · 7 years ago
  75. df8e1fb bpo-32710: test_asyncio: test_sendfile reset policy (GH-11461) by Victor Stinner · 7 years ago
  76. 2d53bed bpo-35664: Optimize operator.itemgetter (GH-11435) by Raymond Hettinger · 7 years ago
  77. 3f7983a bpo-35560: Remove assertion from format(float, "n") (GH-11288) by Xtreak · 7 years ago
  78. a0bb51e test_threading_local: add missing "import sys" (GH-8049) by cclauss · 7 years ago
  79. 11303dd bpo-35660: Fix imports in idlelib.window (#11434) by Cheryl Sabella · 7 years ago
  80. 83da926 bpo-35488: Add tests for ** glob matching in pathlib (GH-11171) by Anthony Shaw · 7 years ago
  81. 67ba547 bpo-23057: Use 'raise' to emulate ctrl-c in proactor tests (#11274) by Vladimir Matveev · 7 years ago
  82. ab54b9a bpo-35641: IDLE - format calltip properly when no docstring (GH-11415) by Emmanuel Arias · 7 years ago
  83. aff0ada bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395) by Terry Jan Reedy · 7 years ago
  84. 830ddc7 Revert "bpo-35603: Escape table header of make_table output that can cause potential XSS. (GH-11341)" (GH-11356) by Serhiy Storchaka · 7 years ago
  85. 3a374e0 bpo-35588: Speed up mod, divmod and floordiv operations for Fraction type (#11322) by Stefan Behnel · 7 years ago
  86. b4ea8bb bpo-35598: IDLE - Globalize some config_key objects (GH-11392) by Cheryl Sabella · 7 years ago
  87. 052b2df bpo-32492: Tweak _collections._tuplegetter. (GH-11367) by Serhiy Storchaka · 7 years ago
  88. 5c117dd bpo-35609: Remove examples for deprecated decorators in the abc module. (GH-11355) by Serhiy Storchaka · 7 years ago
  89. 7108aab Fix typo in test module usage message (GH-11374) by sth · 7 years ago
  90. b539cef bpo-35614: Fix pydoc help() on metaclasses (#11357) by Sanyam Khurana · 7 years ago
  91. e5796c4 bpo-35214: Skip test_io tests that'd cause a huge malloc under msan (#11385) by Gregory P. Smith · 7 years ago
  92. d6f45b2 Fix typos in test_faulthandler skipIfs for ubsan. (GH-11386) by Gregory P. Smith · 7 years ago
  93. 30e0232 Cleanup test_faulthandler sanitizer skip logic. (GH-11381) by Gregory P. Smith · 7 years ago
  94. b474e67 bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-11375) by Gregory P. Smith · 7 years ago
  95. 4bd79c3 bpo-35598: IDLE: Switch config_key dialog to ttk widgets (GH-11365) by Cheryl Sabella · 7 years ago
  96. 3f5fc70 bpo-32492: 1.6x speed up in namedtuple attribute access using C fast-path (#10495) by Pablo Galindo · 7 years ago
  97. b0a6196 bpo-35598: IDLE: Increase test coverage for config_key.py (#11360) by Cheryl Sabella · 7 years ago
  98. d51324a bpo-35602: Make sure the transport is always closed in SelectorEventLoopUnixSockSendfileTests (GH-11338) by Pablo Galindo · 7 years ago
  99. 78de011 bpo-35603: Escape table header of make_table output that can cause potential XSS. (GH-11341) by Xtreak · 7 years ago
  100. 1f511e1 Make sure file object is close if socket.create_connection fails (GH-11334) by Pablo Galindo · 7 years ago