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-11 07:00:24 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
28a2ccfff279867b87aa31f56bfc97cf3d6b3afe
cpython
/
Doc
/
reference
T
History
luzpaz
830513754d
gh-93675: Fix typos in
Doc/
(GH-93676)
...
Closes
#93675
2022-06-21 21:10:45 +02: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
gh-93675: Fix typos in
Doc/
(GH-93676)
2022-06-21 21:10:45 +02: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
bpo-21761: Clarify __file__/__cached__ in import reference (GH-31565)
2022-04-26 12:12:02 -07:00
index.rst
…
introduction.rst
…
lexical_analysis.rst
gh-80143: Add clarification for escape characters (
#92292
)
2022-05-10 11:12:29 -05:00
simple_stmts.rst
gh-87304: Improve comments in language reference for imports (
#92164
)
2022-05-03 16:08:05 -06:00
toplevel_components.rst
…