This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-30 06:36:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Doc
/
reference
History
Dave Goncalves
8be7c2bc5a
bpo-14911: Corrected generator.throw() documentation (GH-32207)
...
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
2022-03-31 16:56:48 +03:00
..
compound_stmts.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
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
bpo-42485: [Doc] Link to PEP 617 from full grammar specification (GH-23532)
2020-11-30 19:08:26 +00:00
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-45640: [docs] Tokens are now clickable (GH-29260)
2021-11-18 17:06:38 +01:00
simple_stmts.rst
bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Improve tests for context in nested except handlers. (GH-29236)
2022-01-27 10:24:48 +00:00
toplevel_components.rst
…