Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.0b1
/
Doc
tag
33da82af8141be9525fb05cafb395d8e11972faa
tagger
Pablo Galindo <pablogsal@gmail.com>
Mon May 03 19:35:29 2021
object
ba4217537c8a9f316921b8e3468bec86a9cab5f6
Python 3.10.0b1
c2931d3
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854)
by Pablo Galindo
· 4 years, 4 months ago
440c025
Doc: Fix random.uniform example comment. (GH-25784)
by Julien Palard
· 4 years, 4 months ago
72720a2
dataclasses docs: add a missing word. (GH-25839)
by Eric V. Smith
· 4 years, 4 months ago
a21b3d2
More clarification of kw_only args. (GH-25838)
by Eric V. Smith
· 4 years, 4 months ago
4ae828f
Fix invalid markup (#25833)
by Raymond Hettinger
· 4 years, 4 months ago
8c598db
bpo-25478: Add total() method to collections.Counter (GH-25829)
by Raymond Hettinger
· 4 years, 4 months ago
b43cc31
bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708)
by Tal Einat
· 4 years, 4 months ago
821f0c8
More work on documenting dataclass keyword-only fields. (GH-25828)
by Eric V. Smith
· 4 years, 4 months ago
9387fac
bpo-43977: Document the new pattern matching type flags (GH-25734)
by Brandt Bucher
· 4 years, 4 months ago
37e0c78
bpo-43926: Cleaner metadata with PEP 566 JSON support. (GH-25565)
by Jason R. Coombs
· 4 years, 4 months ago
0ad1e03
bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
by Brandt Bucher
· 4 years, 4 months ago
7d2b83e
bpo-43990: Fix the footnote ordering in the operator precedence docs (GH-25805)
by Zackery Spytz
· 4 years, 4 months ago
a5eabc9
bpo-43997: Add versionadded directives for to match_args, kw_only, and slots in dataclasses.dataclasses documentation (GH-25803)
by Shreyan Avigyan
· 4 years, 4 months ago
d8389e3
bpo-38820: Add ssl, hashlib, and hmac changes to whatsnew 3.10 (GH-25817)
by Christian Heimes
· 4 years, 4 months ago
60ce8f0
bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)
by Christian Heimes
· 4 years, 4 months ago
fd0bc7e
bpo-43733: netrc try to use UTF-8 before using locale encoding. (GH-25781)
by Inada Naoki
· 4 years, 4 months ago
49b26fa
bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746)
by larryhastings
· 4 years, 4 months ago
318ca17
Minor tweaks to dataclasses keyword-only fields documentation. (GH-25801)
by Eric V. Smith
· 4 years, 4 months ago
2f59a76
Improve the dataclasses kw_only documentation. (GH-25799)
by Eric V. Smith
· 4 years, 4 months ago
7792324
Fix exceptions mentioned in os.setxattr() docs (GH-25742)
by Shreyash Sharma
· 4 years, 4 months ago
e983252
bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)
by Christian Heimes
· 4 years, 4 months ago
50c21ad
Fixing doc for callback for lambda (GG-25779)
by Shreyash Sharma
· 4 years, 4 months ago
99f71ae
Noted my recent contributions in "What's New In Python 3.10". (#25771)
by larryhastings
· 4 years, 4 months ago
c241991
bpo-42269: Add slots parameter to dataclass decorator (GH-24171)
by Yurii Karabas
· 4 years, 4 months ago
558df90
bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the curses module (GH-25768)
by Pablo Galindo
· 4 years, 4 months ago
e726a90
bpo-43971: Add spaces around annotated arg default '=' (GH-25702)
by Mohamed Moselhy
· 4 years, 4 months ago
e08c673
bpo-43928: Fix 'succesfully' typo in document (GH-25569)
by JT
· 4 years, 4 months ago
3bb0994
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
by Victor Stinner
· 4 years, 4 months ago
2abbd8f
bpo-43954: Fix a missing word in the unittest docs (GH-25672)
by Zackery Spytz
· 4 years, 4 months ago
74613a4
bpo-43817: Add inspect.get_annotations(). (#25522)
by larryhastings
· 4 years, 4 months ago
87655e2
bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736)
by Steve Dower
· 4 years, 4 months ago
9a2c2a9
bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)
by Ryan Hileman
· 4 years, 4 months ago
2fd928c
bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872)
by sblondon
· 4 years, 4 months ago
76cd81d
bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595)
by Senthil Kumaran
· 4 years, 4 months ago
abfd638
bpo-43774: Enhance debug build documentation (GH-25712)
by Victor Stinner
· 4 years, 4 months ago
f6ee4da
bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315)
by Petr Viktorin
· 4 years, 4 months ago
645ed62
bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)
by Victor Stinner
· 4 years, 4 months ago
5bd0619
bpo-43908: Document Static Types in the C API (GH-25710)
by Victor Stinner
· 4 years, 4 months ago
1e7b858
bpo-43892: Make match patterns explicit in the AST (GH-25585)
by Nick Coghlan
· 4 years, 4 months ago
e52ab42
bpo-41139: Deprecate `cgi.log()` (GH-25625)
by Inada Naoki
· 4 years, 4 months ago
69a733b
[doc] Be more clear on super() regarding multiple base classes methods (GH-21789)
by Andre Delfino
· 4 years, 4 months ago
08a4803
[doc] Do some polishing in IDEs section (GH-22070)
by Andre Delfino
· 4 years, 4 months ago
b38b2fa
Document importlib.metadata.PackagePath.locate method (GH-25669)
by Paul Moore
· 4 years, 4 months ago
3b52c8d
bpo-43908: Add Py_TPFLAGS_IMMUTABLETYPE flag (GH-25520)
by Erlend Egeberg Aasland
· 4 years, 4 months ago
3cc481b
bpo-28254: Add a C-API for controlling the GC state (GH-25687)
by scoder
· 4 years, 4 months ago
baecfbd
bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path (GH-25264)
by Barney Gale
· 4 years, 4 months ago
4c49be7
bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671)
by scoder
· 4 years, 4 months ago
f9bedb6
bpo-41486: Faster bz2/lzma/zlib via new output buffering (GH-21740)
by Ma Lin
· 4 years, 4 months ago
5c84bb5
bpo-37751: Update `codecs.register()` doc. (GH-25643)
by Inada Naoki
· 4 years, 4 months ago
6bd9288
bpo-43957: [Enum] Deprecate ``TypeError`` from containment checks. (GH-25670)
by Ethan Furman
· 4 years, 4 months ago
99fdd78
bpo-43766: Fix TypeGuard docs (#25660)
by Ken Jin
· 4 years, 4 months ago
05ab4b6
bpo-43766: Implement PEP 647 (User-Defined Type Guards) in typing.py (#25282)
by Ken Jin
· 4 years, 4 months ago
d925133
bpo-43312: Functions returning default and preferred sysconfig schemes (GH-24644)
by Tzu-ping Chung
· 4 years, 4 months ago
743e2ba
[doc] Remove duplicated operator.itemgetter example (GH-24178)
by Andre Delfino
· 4 years, 4 months ago
7244c00
bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246)
by Erlend Egeberg Aasland
· 4 years, 4 months ago
52cd6d5
Use the zero argument form of super() in examples for Python3 docs. (GH-22314)
by Andre Delfino
· 4 years, 4 months ago
8a307e4
bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603)
by Llandy Riveron Del Risco
· 4 years, 4 months ago
bd25bcd
Doc: Fix the array.fromfile method doc (GH-22037)
by Adorilson Bezerra
· 4 years, 4 months ago
3c4850e
Update asyncio-subprocess.rst (GH-21680)
by Gabriel R F
· 4 years, 4 months ago
b6daab2
documentation: clarification about the function remove in os library (GH-19024)
by Etienne Gautier
· 4 years, 4 months ago
7be870f
Fix documentation typos of argparse exit_on_error (GH-22706)
by Taneli Hukkinen
· 4 years, 4 months ago
cb5c802
Fix id of 'Internet Message Format' RFC in email doc (GH-24137)
by Denis Laxalde
· 4 years, 4 months ago
0d930f1
Fix copy.Error casing in documentation GH-22004
by Andre Delfino
· 4 years, 4 months ago
d28b346
Fix broken links and improve stand-alone tools list in FAQ GH-22124
by Andre Delfino
· 4 years, 4 months ago
c028053
Add keyword-only fields to dataclasses. (GH=25608)
by Eric V. Smith
· 4 years, 4 months ago
7f8e072
Remove mention of dst parameter from description of os.lstat() (GH-24704)
by Sergey Fedoseev
· 4 years, 4 months ago
a1a5e3c
Fix a typo in datamodel reference document (GH-24930)
by Géry Ogam
· 4 years, 4 months ago
f84f1b5
bpo-38605: Update __future__ module doc as `annotations` is now "mandatory in 3.11" (GH-25602)
by Saiyang Gou
· 4 years, 4 months ago
a89d8a9
BaseHTTPRequestHandler, that path includes query (#25597)
by Senthil Kumaran
· 4 years, 4 months ago
09aa6f9
bpo-38490: statistics: Add covariance, Pearson's correlation, and simple linear regression (#16813)
by Tymoteusz Wołodźko
· 4 years, 4 months ago
172c0f2
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-23554)
by Serhiy Storchaka
· 4 years, 4 months ago
8cc3cfa
bpo-42737: annotations with complex targets no longer causes any runtime effects (GH-23952)
by Batuhan Taskaya
· 4 years, 4 months ago
b2fac1a
bpo-31870: Add a timeout parameter to ssl.get_server_certificate() (GH-22270)
by Zackery Spytz
· 4 years, 4 months ago
f24e2e5
bpo-39950: add `pathlib.Path.hardlink_to()` method that supersedes `link_to()` (GH-18909)
by Barney Gale
· 4 years, 4 months ago
019e9e8
bpo-43538: Add extra arguments to os.startfile (GH-25538)
by Steve Dower
· 4 years, 4 months ago
a77aac4
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
by Pablo Galindo
· 4 years, 4 months ago
91b69b7
bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-25442)
by Petr Viktorin
· 4 years, 4 months ago
9d6a2d0
bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482)
by Petr Viktorin
· 4 years, 4 months ago
90d02e5
bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142)
by Lumír 'Frenzy' Balhar
· 4 years, 4 months ago
927b841
bpo-37363: Add audit events to the `http.client` module (GH-21321)
by Saiyang Gou
· 4 years, 4 months ago
32980fb
bpo-37751: Document codecs.lookup() change in What's New in Python 3.9 (GH-23096)
by Hai Shi
· 4 years, 4 months ago
fe24088
Add more tests. Fix code excerpt. (GH-25549)
by Raymond Hettinger
· 4 years, 4 months ago
14092b5
bpo-43917: Fix pure python equivalent for classmethod (GH-25544)
by Raymond Hettinger
· 4 years, 4 months ago
2a3f489
bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwindowsversion() (GH-25500)
by Shreyan Avigyan
· 4 years, 4 months ago
a07da09
bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)
by Raymond Hettinger
· 4 years, 4 months ago
660592f
bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right section (GH-22608)
by Saiyang Gou
· 4 years, 4 months ago
a32f8fe
bpo-43756: Add new audit event for new arguments added to glob.glob (GH-25239)
by Saiyang Gou
· 4 years, 4 months ago
7b86e47
bpo-43472: Ensure PyInterpreterState_New audit events are raised when called through _xxsubinterpreters module (GH-25506)
by Steve Dower
· 4 years, 4 months ago
81fe014
doc: Sync some missing 3.10 changes with the What's New (GH-25503)
by Batuhan Taskaya
· 4 years, 4 months ago
18e0d32
Fix typo in whatsnew/3.10.rst (GH-25498)
by JunWei Song
· 4 years, 4 months ago
a02cb47
bpo-38659: [Enum] add _simple_enum decorator (GH-25497)
by Ethan Furman
· 4 years, 4 months ago
56c95df
bpo-43859: Improve the error message for IndentationError exceptions (GH-25431)
by Pablo Galindo
· 4 years, 4 months ago
b0544ba
bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490)
by Pablo Galindo
· 4 years, 4 months ago
d35eef3
Update Sphinx directive for super from function to class (GH-25489)
by Géry Ogam
· 4 years, 4 months ago
b2b6cd0
docs: clarify what patterns Path.glob accepts (GH-25486)
by Ned Batchelder
· 4 years, 4 months ago
389212c
Document that random.gauss is normal distribution (GH-24935)
by Joonas Paalasmaa
· 4 years, 4 months ago
503cdc7
Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)
by Ethan Furman
· 4 years, 4 months ago
dbac8f4
bpo-38659: [Enum] add _simple_enum decorator (GH-25285)
by Ethan Furman
· 4 years, 4 months ago
4f9ffa8
Add doctests (GH-25474)
by Raymond Hettinger
· 4 years, 4 months ago
68ba0c6
bpo-43837: Reverse order of precedence table to show tightly binding operators first (GH-25469)
by Ammar Askar
· 4 years, 4 months ago
Next »