Python 3.8.0b1
  1. 3b5deb0 Python 3.8.0b1 by Łukasz Langa · 6 years ago v3.8.0b1
  2. f0b5ae4 bpo-30699: Improve example on datetime tzinfo instances (GH-4290) by Mario Corchero · 6 years ago
  3. 7f9a2ae Revert "bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)" (#13802) by Łukasz Langa · 6 years ago
  4. 8f4bbb5 Fix grammar (GH-13801) by Raymond Hettinger · 6 years ago
  5. 8bcf262 More updates to the annotated assignments docs (GH-13794) by Ivan Levkivskyi · 6 years ago
  6. 963eb0f bpo-35431: Drop the k <= n requirement (GH-13798) by Raymond Hettinger · 6 years ago
  7. 0f0a30f bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786) by Victor Stinner · 6 years ago
  8. 78c7d52 bpo-37120: Add SSLContext.num_tickets (GH-13719) by Christian Heimes · 6 years ago
  9. 47eb223 bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248) by Christian Heimes · 6 years ago
  10. 0b9956e bpo-37087: Adding native ID support for OpenBSD (GH-13654) by David Carlier · 6 years ago
  11. 141da44 Doc fix: duplicate object description of email.message (GH-13742) by Julien Palard · 6 years ago
  12. 01ae897 Add credits to What's New in Python 3.8 (GH-13776) by Victor Stinner · 6 years ago
  13. 91234a1 bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884) by Inada Naoki · 6 years ago
  14. 13136e8 bpo-36896: Clarify that some types constructors are unstable (GH-13271) by Matthias Bussonnier · 6 years ago
  15. 9e3e06e bpo-36974: document PEP 590 (GH-13450) by Jeroen Demeyer · 6 years ago
  16. 82eac26 Update the annotated assignment docs (GH-13757) by Ivan Levkivskyi · 6 years ago
  17. 0d70227 Fix typos in docs and docstrings (GH-13745) by Xtreak · 6 years ago
  18. e1179a5 bpo-19184: Update the documentation of dis module. (GH-13652) by Michele Angrisano · 6 years ago
  19. aca273e bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-13545) by Michele Angrisano · 6 years ago
  20. c529967 bpo-36027: Extend three-argument pow to negative second argument (GH-13266) by Mark Dickinson · 6 years ago
  21. 5ae299a bpo-37128: Add math.perm(). (GH-13731) by Serhiy Storchaka · 6 years ago
  22. b7daabd Improve version added references in `typing` module docs (GH-13457) by Anthony Sottile · 6 years ago
  23. b7fade4 Put math.comb() docs is correct place alphabetically (GH-13734) by Raymond Hettinger · 6 years ago
  24. 218e47b bpo-29414: Change 'the for statement is such an iterator' in Tutorial (GH-273) by Marco Buttu · 6 years ago
  25. bdbad71 bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) by Serhiy Storchaka · 6 years ago
  26. 3b57f50 bpo-36842: Pass positional only parameters to code_new audit hook (GH-13707) by Pablo Galindo · 6 years ago
  27. 56624a9 bpo-28595: Allow shlex whitespace_split with punctuation_chars (GH-2071) by Evan · 6 years ago
  28. 2b843ac bpo-35431: Refactor math.comb() implementation. (GH-13725) by Serhiy Storchaka · 6 years ago
  29. cd74e66 bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726) by Pablo Galindo · 6 years ago
  30. 059b9ea bpo-31968: Documentation -- add clarification on the globals dict for exec() (GH-13140) by Anthony Shaw · 6 years ago
  31. 6650105 Doc: Correct the creation year and the credits of the Logo Programming language (GH-13520) by Stéphane Wirtel · 6 years ago
  32. a0adffb Move whats-new entry for math.factorial to the math module section. (GH-13723) by Mark Dickinson · 6 years ago
  33. 70c5f2a Use more PEP 570 syntax in the documentation. (GH-13720) by Serhiy Storchaka · 6 years ago
  34. 2085bd0 bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700) by Serhiy Storchaka · 6 years ago
  35. 4a68650 bpo-35431: Implemented math.comb (GH-11414) by Yash Aggarwal · 6 years ago
  36. 5ac0b98 bpo-18911: clarify that the minidom XML writer receives texts but not bytes (GH-13352) by Windson yang · 6 years ago
  37. 354227a Add option to trace to run modules (GH-5134) by Mario Corchero · 6 years ago
  38. ed9f356 bpo-37105: Add deprecated-remove information on stream doc (#13672) by Emmanuel Arias · 6 years ago
  39. a747c3a bpo-15115: Document deprecation of email.encoders in Python 3 (GH-5354) by Cheryl Sabella · 6 years ago
  40. aac4d03 bpo-26826: Expose copy_file_range in the os module (GH-7255) by Pablo Galindo · 6 years ago
  41. 545a3b8 Document changes for PyCode_New regarding PEP570 (GH-13706) by Pablo Galindo · 6 years ago
  42. 4612671 bpo-25735: math.factorial doc should mention integer return type (GH-6420) by Akshay Sharma · 6 years ago
  43. 8cbb5b6 bpo-26835: Add file sealing constants to fcntl (GH-13694) by Christian Heimes · 6 years ago
  44. ffed76b bpo-37094: Add example for TestCase.skipTest in unittest doc (GH-13645) by Makdon · 6 years ago
  45. ed222a7 Update data model docs to include missing attributes for code objects (GH-13696) by Pablo Galindo · 6 years ago
  46. c7f7069 bpo-34271: Add ssl debugging helpers (GH-10031) by Christian Heimes · 6 years ago
  47. 4c23aff bpo-29262: Add get_origin() and get_args() introspection helpers to typing (GH-13685) by Ivan Levkivskyi · 6 years ago
  48. 2a58b06 bpo-5028: Fix up rest of documentation for tokenize documenting line (GH-13686) by Anthony Sottile · 6 years ago
  49. eea47e0 bpo-36953: Delay removal of ABCs from collections. (GH-13409) by Matthias Bussonnier · 6 years ago
  50. 2f5b9dc bpo-30969: Fix docs about the comparison in absence of __contains__ (GH-2761) by Antti Haapala · 6 years ago
  51. 1e36f75 bpo-5028: fix doc bug for tokenize (GH-11683) by Andrew Carr · 6 years ago
  52. 1b69c09 Fix audit event typo : urllib.request -> urllib.Request (GH-13550) by Xtreak · 6 years ago
  53. 98ef920 bpo-36999: Add asyncio.Task.get_coro() (GH-13680) by Alex Grönholm · 6 years ago
  54. 413d955 bpo-36610: shutil.copyfile(): use sendfile() on Linux only (GH-13675) by Giampaolo Rodola · 6 years ago
  55. 29cb21d Regenerate topics file (GH-13642) by Pablo Galindo · 6 years ago
  56. 8f96c9f bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameindex() on Windows (GH-13522) by Zackery Spytz · 6 years ago
  57. ada319b bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944) by Antoine Pitrou · 6 years ago
  58. 43fdbd2 bpo-26836: Add os.memfd_create() (#13567) by Zackery Spytz · 6 years ago
  59. 0c2f930 bpo-22385: Support output separators in hex methods. (#13578) by Gregory P. Smith · 6 years ago
  60. 34f4f5e bpo-36794: Document that Lock.acquire is fair. (GH-13082) by Hrvoje Nikšić · 6 years ago
  61. 46ed90d Doc: Add an optional obsolete header. (GH-13638) by Julien Palard · 6 years ago
  62. ca80495 bpo-22454: Add shlex.join() (the opposite of shlex.split()) (GH-7605) by Bo Bayles · 6 years ago
  63. 0ae022c bpo-37075: Fix string concatenation in assert_has_awaits error message (GH-13616) by Xtreak · 6 years ago
  64. e1f95e7 bpo-36739: Update controlflow.rst (GH-12983) by pbhd · 6 years ago
  65. 8b09500 bpo-37076: _thread.start_new_thread() calls _PyErr_WriteUnraisableMsg() (GH-13617) by Victor Stinner · 6 years ago
  66. b76302d bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202) by Pablo Galindo · 6 years ago
  67. 9e3c452 bpo-31961: Fix support of path-like executables in subprocess. (GH-5914) by Serhiy Storchaka · 6 years ago
  68. 1b05aa2 Fix typo in docs for socket.CAN_RAW_FD_FRAMES (GH-13635) by karl ding · 6 years ago
  69. 382034b bpo-36933: fix what's new. (GH-13627) by Matthias Bussonnier · 6 years ago
  70. 2e33ecd bpo-22640: Add silent mode to py_compile.compile() (GH-12976) by Joannah Nanjekye · 6 years ago
  71. 3c8724f bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980) by Zackery Spytz · 6 years ago
  72. 17a5588 bpo-33725: multiprocessing uses spawn by default on macOS (GH-13603) by Victor Stinner · 6 years ago
  73. 51ddab8 Doc: Add missing forward reference in the tutorial. (GH-13499) by Julien Palard · 6 years ago
  74. 0453081 bpo-32299: Return patched dict when using patch.dict as a context manager (GH-11062) by Mario Corchero · 6 years ago
  75. eb65e24 bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338) by Jeroen Demeyer · 6 years ago
  76. 0811f2d Doc: Space breaking whole definition. (GH-13615) by Julien Palard · 6 years ago
  77. 9a7e5b1 bpo-35279: reduce default max_workers of ThreadPoolExecutor (GH-13618) by Inada Naoki · 6 years ago
  78. 293e9f8 Remove outdated time.monotonic reference (GH-13264) by Brad · 6 years ago
  79. bafd4b5 bpo-29883: Asyncio proactor udp (GH-13440) by Andrew Svetlov · 6 years ago
  80. 9ee2c26 DOC: Unnecessary plural. (GH-13613) by Julien Palard · 6 years ago
  81. 74d7f76 bpo-37058: PEP 544: Add Protocol to typing module (GH-13585) by Ivan Levkivskyi · 6 years ago
  82. 3880f26 bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577) by Matthias Bussonnier · 6 years ago
  83. f0d4c64 bpo-36686: Improve the documentation of the std* params in loop.subprocess_exec (GH-13586) by sbstp · 6 years ago
  84. df9b032 bpo-37039: IDLE - zoomheight fixes (GH-13576) by Terry Jan Reedy · 6 years ago
  85. cd590a7 bpo-1230540: Add threading.excepthook() (GH-13515) by Victor Stinner · 6 years ago
  86. cc1c582 bpo-37051: Refine note on what objects are hashable (GH-13587) by Raymond Hettinger · 6 years ago
  87. 02db696 bpo-32941: Add madvise() for mmap objects (GH-6172) by Zackery Spytz · 6 years ago
  88. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 6 years ago
  89. 674ee12 bpo-35397: Remove deprecation and document urllib.parse.unwrap (GH-11481) by Rémi Lapeyre · 6 years ago
  90. ff6b2e6 bpo-37047: Refactor AsyncMock setup logic for autospeccing (GH-13574) by Xtreak · 6 years ago
  91. 71c52e3 bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488) by Victor Stinner · 6 years ago
  92. b821868 bpo-36772 Allow lru_cache to be used as decorator without making a function call (GH-13048) by Raymond Hettinger · 6 years ago
  93. 91f4380 bpo-36785: PEP 574 implementation (GH-7076) by Antoine Pitrou · 6 years ago
  94. 22ccb0b Fix highlighting in importlib.metadata docs (GH-13575) by Anthony Sottile · 6 years ago
  95. 135c6a5 bpo-37049: PEP 589: Add TypedDict to typing module (GH-13573) by Ivan Levkivskyi · 6 years ago
  96. b891c46 bpo-37046: PEP 586: Add Literal to typing module (#13572) by Ivan Levkivskyi · 6 years ago
  97. f367242 bpo-37045: PEP 591: Add final qualifiers to typing module (GH-13571) by Ivan Levkivskyi · 6 years ago
  98. 7114c65 Docs: FIX broken links. (GH-13491) by Julien Palard · 6 years ago
  99. 1bbf7b6 bpo-34632: Add importlib.metadata (GH-12547) by Jason R. Coombs · 6 years ago
  100. 6dbbe74 bpo-36829: Document test.support.catch_unraisable_exception() (GH-13554) by Victor Stinner · 6 years ago