Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.0b1
/
Doc
tag
d90bbcba0b13ff5eed050429b64aa0184c390786
tagger
Łukasz Langa <lukasz@langa.pl>
Mon May 18 23:07:24 2020
object
97fe9cfd9f81fe96a70e1ce80fce04b0c937bfac
Python 3.9.0b1
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
531d1e5
bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846)
by Serhiy Storchaka
· 5 years ago
289842a
bpo-39435: Fix docs for pickle.loads (GH-18160)
by Shantanu
· 5 years ago
831d58d
bpo-39691: Clarify io.open_code behavior (GH-19824)
by Shantanu
· 5 years ago
252346a
bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)
by Victor Stinner
· 5 years ago
8bcfd31
Change 'exception happened' to 'exception occurred' in two places (#19767)
by Noah Doersing
· 5 years ago
3209cbd
bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742)
by lrjball
· 5 years ago
360371f
bpo-40291: Add support for CAN_J1939 sockets (GH-19538)
by karl ding
· 5 years ago
fd33cdb
Fix plural typo in documentation (GH-19799)
by Alex Povel
· 5 years ago
e5963ee
What's New in Python 3.9: Reorganize C API Changes (GH-19794)
by Victor Stinner
· 5 years ago
9a8c131
bpo-40428: Cleanup free list part of C API Changes doc (GH-19793)
by Victor Stinner
· 5 years ago
bfb1cf4
bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711)
by Serhiy Storchaka
· 5 years ago
bb4a585
bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783)
by Zackery Spytz
· 5 years ago
7036477
bpo-40421: Add PyFrame_GetBack() function (GH-19765)
by Victor Stinner
· 5 years ago
4386b90
bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781)
by Victor Stinner
· 5 years ago
ae00a5a8
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
by Victor Stinner
· 5 years ago
8852ad4
bpo-40429: PyFrame_GetCode() now returns a strong reference (GH-19773)
by Victor Stinner
· 5 years ago
6d86a23
bpo-40429: PyFrame_GetCode() result cannot be NULL (GH-19772)
by Victor Stinner
· 5 years ago
d9a43e2
bpo-40025: Require _generate_next_value_ to be defined before members (GH-19098)
by Ethan Onstott
· 5 years ago
a42ca74
bpo-40421: Add PyFrame_GetCode() function (GH-19757)
by Victor Stinner
· 5 years ago
7c59d7c
bpo-40421: Add pyframe.h header file (GH-19755)
by Victor Stinner
· 5 years ago
9adccc1
bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735)
by Victor Stinner
· 5 years ago
c5c4281
bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712)
by Dong-hee Na
· 5 years ago
caf1aad
bpo-40348: Fix typos in the programming FAQ (GH-19729)
by Zackery Spytz
· 5 years ago
b54e46c
bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607)
by Brad Solomon
· 5 years ago
88499f1
bpo-40387: Improve queue join() example. (GH-19724)
by Raymond Hettinger
· 5 years ago
ef33712
Fix typo in object.__format__ docs (GH-19504)
by Heshy Roskes
· 5 years ago
515fce4
bpo-40275: Avoid importing logging in test.support (GH-19601)
by Serhiy Storchaka
· 5 years ago
1699491
bpo-40275: Avoid importing socket in test.support (GH-19603)
by Serhiy Storchaka
· 5 years ago
d4f3923
bpo-40279: Add some error-handling to the module initialisation docs example (GH-19705)
by Cajetan Rodrigues
· 5 years ago
0e80b56
bpo-40334: Add What's New sections for PEP 617 and PEP 585 (GH-19704)
by Guido van Rossum
· 5 years ago
5aafa54
bpo-40340: Separate examples more clearly in the programming FAQ (GH-19688)
by Cajetan Rodrigues
· 5 years ago
503de71
bpo-40360: Deprecate lib2to3 module in light of PEP 617 (GH-19663)
by Carl Meyer
· 5 years ago
e6f8abd
bpo-38061: subprocess uses closefrom() on FreeBSD (GH-19697)
by Victor Stinner
· 5 years ago
d663d34
bpo-39983: Add test.support.print_warning() (GH-19683)
by Victor Stinner
· 5 years ago
1def775
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
by Victor Stinner
· 5 years ago
c5fc156
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
by Pablo Galindo
· 5 years ago
a81849b
bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)
by sweeneyde
· 5 years ago
4454057
bpo-39562: Prevent collision of future and compiler flags (GH-19230)
by Batuhan Taşkaya
· 5 years ago
d3a8d61
Small improvements to the recipes and examples. (GH-19635)
by Raymond Hettinger
· 5 years ago
9c82ea7
bpo-34037: Add Python API whatsnew for loop.shutdown_default_executor() (#19634)
by Kyle Stanley
· 5 years ago
8aea4b3
bpo-40148: Add PurePath.with_stem() (GH-19295)
by Tim Hoffmann
· 5 years ago
1ac6e37
bpo-39207: Spawn workers on demand in ProcessPoolExecutor (GH-19453)
by Kyle Stanley
· 5 years ago
c12375a
bpo-39285: Clarify example for PurePath.match (GH-19458)
by Tim Lo
· 5 years ago
4fe0020
bpo-40325: Deprecate set object support in random.sample() (GH-19591)
by Raymond Hettinger
· 5 years ago
482259d
bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269)
by Furkan Önder
· 5 years ago
2b56031
bpo-40178: Convert the remaining os functions to Argument Clinic. (GH-19360)
by Serhiy Storchaka
· 5 years ago
7e64414
bpo-40257: Improve help for the typing module (GH-19546)
by Serhiy Storchaka
· 5 years ago
75a3378
bpo-40282: Allow random.getrandbits(0) (GH-19539)
by Antoine Pitrou
· 5 years ago
1a1bd2e
bpo-40302: Replace PY_INT64_T with int64_t (GH-19573)
by Victor Stinner
· 5 years ago
Next »