Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.0b3
/
Doc
tag
68401900507c323018d3eeefc3d93a1cabd53f5b
tagger
Łukasz Langa <lukasz@langa.pl>
Tue Jun 09 18:53:18 2020
object
b484871ba707ae2f9898e22effcd297c19d4c5ea
Python 3.9.0b3
1a819ca
Remove reference to 3.7 and 3.8 backports. (GH-20754) (#20755)
by Miss Islington (bot)
· 5 years ago
b155381
bpo-24914: mention Python supports multiple paradigms in the FAQ (GH-20658) (GH-20737)
by Miss Islington (bot)
· 5 years ago
8175064
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) (GH-20725)
by Victor Stinner
· 5 years ago
dedaac0
bpo-40910: Export Py_GetArgcArgv() function (GH-20721) (GH-20723)
by Victor Stinner
· 5 years ago
1220a47
bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438)
by Miss Islington (bot)
· 5 years ago
be5ed59
bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367)
by Miss Islington (bot)
· 5 years ago
a4fa9a9
bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659) (GH-20661)
by Miss Islington (bot)
· 5 years ago
082cff1
Fix spacing in docs for tarfile (GH-20629)
by Miss Islington (bot)
· 5 years ago
ff442f3
bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586)
by Miss Islington (bot)
· 5 years ago
b90b61f
Ensure correct version of Sphinx is used for Windows builds (GH-20582)
by Miss Islington (bot)
· 5 years ago
3c7609a
[3.9] bpo-40630: Add tracemalloc.reset_peak (GH-20102) (GH-20545)
by Huon Wilson
· 5 years ago
a169961
bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)
by Miss Islington (bot)
· 5 years ago
0a67463
bpo-17005: Move topological sort functionality to its own module (GH-20558)
by Miss Islington (bot)
· 5 years ago
a176b31
Fix typo in "What's new in Python 3.9" (GH-20559)
by Miss Islington (bot)
· 5 years ago
96d9107
bpo-40759: Deprecate the symbol module (GH-20364)
by Miss Islington (bot)
· 5 years ago
cdb015b
Fix asyncio.to_thread() documented return type (GH-20547)
by Miss Islington (bot)
· 5 years ago
44400e8
bpo-40829: Add a what's new entry about deprecation of shuffle's random parameter (GH-20541) (GH-20544)
by Miss Islington (bot)
· 5 years ago
588efc2
bpo-40798: Generate a different message for already removed elements (GH-20483)
by Miss Islington (bot)
· 5 years ago
78cf711
closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149)
by Miss Islington (bot)
· 5 years ago
8e5f11d
Indicate that abs() method accept argument that implement __abs__(), just like call() method in the docs (GH-20509)
by Miss Islington (bot)
· 5 years ago
1a7e34c
Note the output ordering of combinatoric functions (GH-19732) (GH-20501)
by Miss Islington (bot)
· 5 years ago
e4cc3a7
bpo-40806: itertools.product immediately consumes its inputs (GH-20492) (GH-20498)
by Miss Islington (bot)
· 5 years ago
a5936ad
bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332)
by Miss Islington (bot)
· 5 years ago
6a47864
bpo-37878: PyThreadState_DeleteCurrent() was not removed (GH-20489)
by Miss Islington (bot)
· 5 years ago
bcbe5c5
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414) (GH-20264)
by Miss Islington (bot)
· 5 years ago
8183e11
[3.9] bpo-40791: Use CRYPTO_memcmp() for compare_digest (GH-20456) (GH-20461)
by Christian Heimes
· 5 years ago
d23ee5d
Improve IO tutorial's "Old string formatting" section (GH-16251)
by Miss Islington (bot)
· 5 years ago
de6b684
bpo-39939: Fix removeprefix issue number in the What's New in Python 3.9 (GH-20473) (GH-20474)
by Miss Islington (bot)
· 5 years ago
500cd89e
bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832)
by Miss Islington (bot)
· 5 years ago
cc0f50d
bpo-39301: State that floor division is used for right shift operations (GH-20347) (GH-20414)
by Miss Islington (bot)
· 5 years ago
6597e2a
bpo-40745: Fix typos in NewType docs (GH-20379)
by Miss Islington (bot)
· 5 years ago
b03e0ee
[3.9] closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_shell() (GH-20403) (#20407)
by Benjamin Peterson
· 5 years ago
318a18e
bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-19611)
by Miss Islington (bot)
· 5 years ago
9a5e643
bpo-39245: Fix docs links to the stable ABI (GH-20388)
by Miss Islington (bot)
· 5 years ago
20b2bf3
bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)
by Miss Islington (bot)
· 5 years ago
46c1b9c
bpo-17050: Remove documentation on argparse.REMAINDER (GH-18661) (GH-20363)
by Miss Islington (bot)
· 5 years ago
9181e2e
bpo-40405: Fix asyncio.as_completed docs (GH-19753)
by Miss Islington (bot)
· 5 years ago
962c814
bpo-40439: Update broken link in lexical analysis docs (GH-20184)
by Miss Islington (bot)
· 5 years ago
c1d7768
Reword aware/naive introduction sentence (GH-20175)
by Miss Islington (bot)
· 5 years ago
983b17c
bpo-40730: Remove redundant 'to' (GH-20316) (GH-20318)
by Miss Islington (bot)
· 5 years ago
5c01ed6
bpo-40725: Restore missing column of digits (GH-20313) (GH-20315)
by Miss Islington (bot)
· 5 years ago
b4d08f1
[doc] Remove references to obsolete BuildApplet on macOS. (GH-20023) (GH-20304)
by Miss Islington (bot)
· 5 years ago
3e65054
bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278)
by Miss Islington (bot)
· 5 years ago
6387358
Update whatsnew benchmark results for 3.9 (GH-20276) (GH-20277)
by Miss Islington (bot)
· 5 years ago
f541a37
bpo-40698: Improve distutils upload hash digests (GH-20260)
by Miss Islington (bot)
· 5 years ago
12fa658
bpo-40291: Mention socket.CAN_J1939 in What's New (GH-20248)
by Miss Islington (bot)
· 5 years ago
20736b3
Fix code-block in zoneinfo (GH-20201)
by Miss Islington (bot)
· 5 years ago
73812a4
[3.9] Doc: Python 3.10 in sidebar and version switcher. (GH-20209) (GH-20221)
by Miss Islington (bot)
· 5 years ago
e299130
bpo-32309: Implement asyncio.to_thread() (GH-20143)
by Miss Islington (bot)
· 5 years ago
97fe9cf
Python 3.9.0b1
by Łukasz Langa
· 5 years ago
v3.9.0b1
08b47c3
bpo-40257: Revert changes to inspect.getdoc() (GH-20073)
by Serhiy Storchaka
· 5 years ago
951ab58
Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)" (GH-20182)
by Ned Deily
· 5 years ago
adc72bb
bpo-38112: Document that compileall.compile_[dir,file] also accept multiple opt levels (GH-20174)
by Lumír 'Frenzy' Balhar
· 5 years ago
0da5466
bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)
by Ned Deily
· 5 years ago
d17f3d8
bpo-13601: Mention stderr's line buffering in What's New (GH-20168)
by Shantanu
· 5 years ago
bb8635c
bpo-40651: Improve LRU recipe in the OrderedDict documentation (GH-#20139)
by qudongfang
· 5 years ago
e527ec8
bpo-40536: Add zoneinfo.available_timezones (GH-20158)
by Paul Ganssle
· 5 years ago
eefd4e0
bpo-39705 : sorted() tutorial example under looping techniques improved (GH-18999)
by Rahul Kumaresan
· 5 years ago
6546056
Doc: change 'Posix' for 'POSIX' (GH-20001)
by Mathieu Dupuy
· 5 years ago
4eba677
Doc: move a dot outside double quotes (GH-20007)
by Mathieu Dupuy
· 5 years ago
4654500
bpo-39976: Add **other_popen_kwargs to subprocess docs (GH-20145)
by Zackery Spytz
· 5 years ago
837f9e4
bpo-40645: Deprecated internal details of hmac.HMAC (GH-20132)
by Christian Heimes
· 5 years ago
cae2275
bpo-40211: Clarify os.preadv and os.pwritev are supported on AIX 7.1+ (GH-19401)
by Batuhan Taskaya
· 5 years ago
d5b3f6b
bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049)
by Christian Heimes
· 5 years ago
b17e49e
bpo-40503: Add documentation and what's new entry for zoneinfo (GH-20006)
by Paul Ganssle
· 5 years ago
1b97b9b
bpo-24416: Return named tuple from date.isocalendar() (GH-20113)
by Paul Ganssle
· 5 years ago
4541086
bpo-40192: Use thread_cputime for time.thread_time to improve resolution (GH-19381)
by Batuhan Taskaya
· 5 years ago
6b6092f
bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-19430)
by Zackery Spytz
· 5 years ago
1ce5841
bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979)
by Chris Jerdonek
· 5 years ago
9b60e55
bpo-40637: Add option to disable builtin hashes (GH-20121)
by Christian Heimes
· 5 years ago
a2b3cdd
bpo-40445: Update compileall.compile_dir docs (GH-19806)
by Shantanu
· 5 years ago
382a563
bpo-40607: Reraise exception during task cancelation in asyncio.wait_for() (GH-20054)
by romasku
· 5 years ago
7ba1f75
bpo-38872: Document exec symbol for codeop.compile_command (GH-20047)
by Joannah Nanjekye
· 5 years ago
e77d428
bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901)
by Lumír 'Frenzy' Balhar
· 5 years ago
d6fb53f
bpo-39465: Remove _PyUnicode_ClearStaticStrings() from C API (GH-20078)
by Victor Stinner
· 5 years ago
de92769
bpo-34790: add version of removal of explicit passing of coros to `asyncio.wait`'s documentation (#20008)
by jack1142
· 5 years ago
3d54211
Fix Wikipedia link (GH-20031)
by Allen Guo
· 5 years ago
21cdb71
bpo-40571: Make lru_cache(maxsize=None) more discoverable (GH-20019)
by Raymond Hettinger
· 5 years ago
86d6944
bpo-40584: Update PyType_FromModuleAndSpec() to process tp_vectorcall_offset (GH-20026)
by Hai Shi
· 5 years ago
d5d9a71
bpo-36346: array: Don't use deprecated APIs (GH-19653)
by Inada Naoki
· 5 years ago
85bdec1
Add link to Enum class (GH-19884)
by Andre Delfino
· 5 years ago
7f7e706
bpo-39791: Add files() to importlib.resources (GH-19722)
by Jason R. Coombs
· 5 years ago
81a5fc3
bpo-40541: Add optional *counts* parameter to random.sample() (GH-19970)
by Raymond Hettinger
· 5 years ago
2effef7
Make the first dataclass example more useful (GH-19994)
by Ned Batchelder
· 5 years ago
02fa0ea
bpo-40273: Reversible mappingproxy (FH-19513)
by Zackery Spytz
· 5 years ago
b7a78ca
bpo-40517: Implement syntax highlighting support for ASDL (GH-19967)
by Batuhan Taskaya
· 5 years ago
c068b53
bpo-38787: Update structures.rst docs (PEP 573) (GH-19980)
by Hai Shi
· 5 years ago
e1becf4
bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936)
by Petr Viktorin
· 5 years ago
441416c
Fix typo in sqlite3 documentation (GH-19965)
by Naglis
· 5 years ago
eff870b
Revert "bpo-40517: Implement syntax highlighting support for ASDL (#19928)" (#19950)
by Raymond Hettinger
· 5 years ago
d60040b
bpo-40517: Implement syntax highlighting support for ASDL (#19928)
by Batuhan Taskaya
· 5 years ago
627f701
bpo-32117: Updated Simpsons names in docs (GH-19737)
by Javier Buzzi
· 5 years ago
f01d1be
bpo-40286: Put methods in correct sections. Add security notice to use secrets for session tokens. (GH-19870)
by Raymond Hettinger
· 5 years ago
9d74658
bpo-40499: Mention that asyncio.wait() needs a non-empty aws set (GH-19900)
by Joel Rosdahl
· 5 years ago
f25fb6e
bpo-39470: Indicate that ``os.makedirs`` is equivalent to ``Path.mkdir`` (GH-18216)
by Joannah Nanjekye
· 5 years ago
18f1c60
bpo-40360: Add a What's New entry for lib2to3 pending deprecation (GH-19898)
by Miro Hrončok
· 5 years ago
ad9eaea
Remove outdated and confusing advice about setting maxsize (GH-19889)
by Raymond Hettinger
· 5 years ago
8aab843
Fix missing space in docs(GH-19866)
by Mathieu Dupuy
· 5 years ago
190fac9
bpo-40465: Deprecate the optional argument to random.shuffle(). (#19867)
by Raymond Hettinger
· 5 years ago
7663523
bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers of 10 (GH-19752)
by Sander
· 5 years ago
Next »