This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-08 13:40:46 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d104f4d21f735693ea93fe65ea4b4e1aa1779343
cpython
/
Doc
/
reference
T
History
Jiashuo Li
4f5d56f8f3
Language reference: Remove duplicated text about iterable unpacking (GH-25212)
2022-04-02 19:41:16 -07:00
..
compound_stmts.rst
bpo-46033: Clarify for-statement execution (GH-30025)
2022-04-02 20:52:20 -04:00
datamodel.rst
bpo-14911: Corrected generator.throw() documentation (GH-32207)
2022-03-31 16:56:48 +03:00
executionmodel.rst
bpo-12029: [doc] clarify that except does not match virtual subclasses of the specified exception type (GH-32027)
2022-03-21 20:41:35 +00:00
expressions.rst
bpo-14911: Corrected generator.throw() documentation (GH-32207)
2022-03-31 16:56:48 +03:00
grammar.rst
…
import.rst
Removed confusing reference to sys (GH-31638)
2022-03-08 07:43:27 -08:00
index.rst
…
introduction.rst
…
lexical_analysis.rst
bpo-24563: Link encoding names to encoding declarations (GH-32274)
2022-04-02 20:13:37 -04:00
simple_stmts.rst
Language reference: Remove duplicated text about iterable unpacking (GH-25212)
2022-04-02 19:41:16 -07:00
toplevel_components.rst
…