Python 3.8.0a3
  1. 9a44885 v3.8.0a3 by Łukasz Langa · 6 years ago v3.8.0a3
  2. 5e33378 bpo-36421: Fix a possible double decref in _ctypes.c's PyCArrayType_new(). (GH-12530) by Zackery Spytz · 6 years ago
  3. dd5417a bpo-36218: Fix handling of heterogeneous values in list.sort (GH-12209) by Rémi Lapeyre · 6 years ago
  4. 62be338 bpo-36401: Have help() show readonly properties separately (GH-12517) by Raymond Hettinger · 6 years ago
  5. 113d735 bpo-30348: IDLE: Add test_autocomplete unittest (GH-2209) by Louie Lu · 6 years ago
  6. 0fe4513 bpo-36405: IDLE - Restore __main__ and add tests (#12518) by Terry Jan Reedy · 6 years ago
  7. 3d07c1e bpo-36412: fix a possible crash in dictobject.c's new_dict() (GH-12519) by Zackery Spytz · 6 years ago
  8. a7987e7 bpo-32217: Correct usage of ABI tags in freeze. (GH-4719) by AraHaan · 6 years ago
  9. d3c72a2 bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473) by Inada Naoki · 6 years ago
  10. d60f658 bpo-23205: IDLE: Add tests and refactor grep's findfiles (GH-12203) by Cheryl Sabella · 6 years ago
  11. 2b75155 bpo-36405: Use dict unpacking in idlelib (#12507) by Terry Jan Reedy · 6 years ago
  12. c141957 bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491) by Terry Jan Reedy · 6 years ago
  13. 5086589 bpo-36298: Raise ModuleNotFoundError in pyclbr when a module can't be found (GH-12358) by Brett Cannon · 6 years ago
  14. 96831c7 bpo-30670: Add pp function to the pprint module (GH-11769) by Rémi Lapeyre · 6 years ago
  15. b0df45e bpo-21269: Provide args and kwargs attributes on mock call objects GH11807 by Kumar Akshay · 6 years ago
  16. 93e8012 bpo-36398: Fix a possible crash in structseq_repr(). (GH-12492) by Zackery Spytz · 6 years ago
  17. 9a0000d bpo-36256: Fix bug in parsermodule when parsing if statements (GH-12477) by Pablo Galindo · 6 years ago
  18. e680c3d bpo-36268: Change default tar format to pax from GNU. (GH-12355) by CAM Gerlach · 6 years ago
  19. aa3ecb8 bpo-36285: Fix integer overflow in the array module. (GH-12317) by sth · 6 years ago
  20. c1e2c28 bpo-36312: Fix decoders for some code pages. (GH-12369) by Serhiy Storchaka · 6 years ago
  21. 9b4a1b1 bpo-36374: Fix a possible null pointer dereference (GH-12449) by Zackery Spytz · 6 years ago
  22. c70ab02 bpo-36365: Rewrite structseq_repr() using _PyUnicodeWriter (GH-12440) by Victor Stinner · 6 years ago
  23. dcf6171 bpo-36236: Handle removed cwd at Python init (GH-12424) by Victor Stinner · 6 years ago
  24. 943395f bpo-36333: Fix leak _PyRuntimeState_Fini (GH-12400) by Stéphane Wirtel · 6 years ago
  25. e130a07 bpo-36356: Fix memory leak in _PyPreConfig_Read() (GH-12425) by btharper · 6 years ago
  26. 714c60d bpo-36324: Add inv_cdf() to statistics.NormalDist() (GH-12377) by Raymond Hettinger · 6 years ago
  27. faddaed bpo-36352: Avoid hardcoded MAXPATHLEN size in getpath.c (GH-12423) by Victor Stinner · 6 years ago
  28. 5f9cf23 bpo-36301: Error if decoding pybuilddir.txt fails (GH-12422) by Victor Stinner · 6 years ago
  29. f7b57df bpo-36320: Switch typing.NamedTuple from OrderedDict to regular dict (GH-12396) by Raymond Hettinger · 6 years ago
  30. 0c9258a bpo-36332: Allow compile() to handle AST objects with assignment expressions (GH-12398) by Pablo Galindo · 6 years ago
  31. 09a9f17 bpo-36329: Declare the version of Python to use for Tools/scripts/serve.py (#12385) by Stéphane Wirtel · 6 years ago
  32. 23581c0 bpo-36321: Fix misspelled attribute in namedtuple() (GH-12375) by Raymond Hettinger · 6 years ago
  33. 6a16b18 bpo-36297: remove "unicode_internal" codec (GH-12342) by Inada Naoki · 6 years ago
  34. 6fb544d Fix "catchs" typos in NEWS entries (GH-12364) by Harmon · 6 years ago
  35. f683f46 bpo-34745: Fix asyncio sslproto memory issues (GH-12386) by Fantix King · 6 years ago
  36. 06e1e68 bpo-34160: Update news entry for XML order attributes (#12335) by Diego Rojas · 6 years ago
  37. 0bb5e75 bpo-23216: IDLE: Add docstrings to search modules (GH-12141) by Cheryl Sabella · 6 years ago
  38. 7c99454 bpo-35493: Use Process.sentinel instead of sleeping for polling worker status in multiprocessing.Pool (#11488) by Pablo Galindo · 6 years ago
  39. 962bdea bpo-35715: Liberate return value of _process_worker (GH-11514) by Dave Chevell · 6 years ago
  40. f40b4a0 bpo-36138: Clarify docs about converting datetime.timedelta to scalars. (GH-12137) by Yasser A · 6 years ago
  41. d2fdd1f bpo-36124: Add PyInterpreterState.dict. (gh-12132) by Eric Snow · 6 years ago
  42. 86082c2 bpo-36235: Fix CFLAGS in distutils customize_compiler() (GH-12236) by Victor Stinner · 6 years ago
  43. 65f64b19 bpo-36272: Logging now propagates RecursionError (GH-12312) by Rémi Lapeyre · 6 years ago
  44. 3fe7fa3 bpo-30040: update news entry (GH-12324) by Inada Naoki · 6 years ago
  45. f2f55e7 bpo-36282: Improved error message for too much positional arguments. (GH-12310) by Serhiy Storchaka · 6 years ago
  46. 10f8ce6 bpo-36280: Add Constant.kind field (GH-12295) by Guido van Rossum · 6 years ago
  47. 8b5bdda bpo-31904: Adapt the _signal module to VxWorks RTOS (GH-12304) by pxinwr · 6 years ago
  48. 9776b06 bpo-36262: Fix _Py_dg_strtod() memory leak (goto undfl) (GH-12276) by Victor Stinner · 6 years ago
  49. 86900a4 Fix stepping into a frame without a __name__ (GH-12064) by Anthony Sottile · 6 years ago
  50. 20843a9 Correct minor edit to news entry. (GH-12298) by Ned Deily · 6 years ago
  51. f45813d Minor edits to news entries (ported from 3.7) (GH-12293) by Ned Deily · 6 years ago
  52. 25ec4a4 bpo-36264: Don't honor POSIX HOME in os.path.expanduser on Windows (GH-12282) by Anthony Sottile · 6 years ago
  53. 410aea1 canonicalize "Inada Naoki" in ACKS and 3.8 News (GH-12286) by Inada Naoki · 6 years ago
  54. f2a1867 bpo-30040: new empty dict uses key-sharing dict (GH-1080) by Inada Naoki · 6 years ago
  55. 3e93643 bpo-35931: Gracefully handle any exception in pdb debug command (GH-12103) by Daniel Hahler · 6 years ago
  56. 1ceb3a3 bpo-35132: Fixes missing target in gdb pep0393 check. (GH-11848) by Lisa Roach · 6 years ago
  57. 876e82b bpo-36234: Add more tests to PosixUidGidTests (GH-12234) by Victor Stinner · 6 years ago
  58. 491ef53 bpo-36176: Fix IDLE autocomplete & calltip popup colors. (#12262) by Terry Jan Reedy · 6 years ago
  59. 0e1f1f0 bpo-35647: Fix path check in cookiejar (#11436) by Xtreak · 6 years ago
  60. 1aeeaeb bpo-21314: Add a FAQ entry about positional only parameters (GH-10641) by Lysandros Nikolaou · 6 years ago
  61. 8b91eda bpo-36251: Fix format strings used in match_repr() and stdprinter_repr(). (GH-12252) by sth · 6 years ago
  62. ca7fe50 bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) by Xtreak · 6 years ago
  63. 738c19f closes bpo-33376: Update to Unicode 12.0.0. (GH-12256) by Benjamin Peterson · 6 years ago
  64. d5a70c6 bpo-35661: Store the venv prompt in pyvenv.cfg (GH-11440) by Cheryl Sabella · 6 years ago
  65. ab9b31f bpo-35843: Implement __getitem__ for _NamespacePath (GH-11690) by Anthony Sottile · 6 years ago
  66. 495da29 bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) by Guido van Rossum · 6 years ago
  67. 16e6f7d bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201) by Steve Dower · 6 years ago
  68. 318d537 bpo-36169 : Add overlap() method to statistics.NormalDist (GH-12149) by Raymond Hettinger · 6 years ago
  69. bb9593a closes bpo-36139: release GIL around munmap(). (GH-12073) by Davide Rizzo · 6 years ago
  70. 01e0f43 bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189) by Pradyun Gedam · 6 years ago
  71. b727239 closes bpo-36188: Clean up 'unbound' method left-overs. (GH-12169) by Martijn Pieters · 6 years ago
  72. b7bc283 bpo-36179: Fix ref leaks in _hashopenssl (GH-12158) by Christian Heimes · 6 years ago
  73. 800d5cd bpo-35198 Fix C++ extension compilation on AIX (GH-10437) by Kevin Adler · 6 years ago
  74. f4b0a1c bpo-31904: Add encoding support for VxWorks RTOS (GH-12051) by pxinwr · 6 years ago
  75. 8b914d2 bpo-35899: Fix Enum handling of empty and weird strings (GH-11891) by Brennan D Baraban · 6 years ago
  76. 0a6a412 bpo-36091: Remove reference to async generator in Lib/types.py. (GH-11996) by Henry Chen · 6 years ago
  77. 4f19030 bpo-36103: change default buffer size of shutil.copyfileobj() (GH-12115) by Inada Naoki · 6 years ago
  78. 1f24a71 bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814) by Pablo Galindo · 6 years ago
  79. 7eebbbd bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. (GH-12031) by Ned Deily · 6 years ago
  80. 4b219ce bpo-36043: FileCookieJar supports os.PathLike (GH-11945) by Stéphane Wirtel · 6 years ago
  81. cfe172d bpo-36146: Add TEST_EXTENSIONS to setup.py (GH-12129) by Victor Stinner · 6 years ago
  82. be7c460 bpo-35178: Fix warnings._formatwarnmsg() (GH-12033) by Xtreak · 6 years ago
  83. 96d8158 bpo-36146: Fix inc_dirs in setup.py on macOS (GH-12098) by Victor Stinner · 6 years ago
  84. b9f0354 bpo-36152: IDLE: Remove unused parameter from colorizer (GH-12109) by Cheryl Sabella · 6 years ago
  85. f684d83 bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111) by Victor Stinner · 6 years ago
  86. ab71f8b bpo-29571: Fix test_re.test_locale_flag() (GH-12099) by Victor Stinner · 6 years ago
  87. ed1deb0 bpo-36096: IDLE: Refactor class variables in colorizer (GH-12002) by Cheryl Sabella · 6 years ago
  88. 32f5fdd bpo-31904: Add cross-build support for VxWorks RTOS (GH-11968) by pxinwr · 6 years ago
  89. 53b9e1a bpo-36123: Fix test_socket.testWithTimeoutTriggeredSend() race condition (GH-12053) by Joannah Nanjekye · 6 years ago
  90. c606a9c bpo-35652: shutil.copytree(copy_function=...) erroneously pass DirEntry instead of path str (GH-11997) by Giampaolo Rodola · 6 years ago
  91. f57cd82 bpo-36106: Resolve sinpi name clash with libm (IEEE-754 violation). (GH-12027) by Dima Pasechnik · 6 years ago
  92. 6673dec bpo-24643: Fix "#define timezone _timezone" clashes on Windows (GH-12019) by Zackery Spytz · 6 years ago
  93. 8377cd4 Clean up code which checked presence of os.{stat,lstat,chmod} (#11643) by Anthony Sottile · 6 years ago
  94. 9c3f284 Autospec functions should propagate mock calls to parent GH-11273 by Xtreak · 6 years ago
  95. 3025a7e Merge tag 'v3.8.0a2' by Łukasz Langa · 6 years ago
  96. 6a44f6e bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952) by Serhiy Storchaka · 6 years ago
  97. 23f4589 v3.8.0a2 by Łukasz Langa · 6 years ago v3.8.0a2
  98. 16323cb closes bpo-36083: Fix formatting of the manpage Synopsis. (GH-12017) by Miro Hrončok · 6 years ago
  99. ef4ac96 bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) by Eric Snow · 6 years ago
  100. a875ea5 bpo-35512: Resolve string target to patch.dict decorator during function call GH#12000 by Xtreak · 6 years ago