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-15 00:48:35 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8155ff4dc0d5194aa491b217e722eb23d2f85331
cpython
/
Doc
/
reference
T
History
Andrew Svetlov
5b602757bf
Merge: Close open bracket, thanks to Josh Helzer from docs@
2012-10-02 18:40:00 +03:00
..
compound_stmts.rst
Issue
#14167
: restore statement about breaks in finally clauses.
2012-09-24 20:16:38 +01:00
datamodel.rst
Merge: Close open bracket, thanks to Josh Helzer from docs@
2012-10-02 18:40:00 +03:00
executionmodel.rst
…
expressions.rst
Merge
#15355
: Mention already-executing Exception in generator docs.
2012-08-17 20:49:24 -04:00
grammar.rst
…
import.rst
s/path importer/path based finder/ (because the path based finder is not an importer and the simpler 'path finder' is too ambiguous)
2012-08-20 13:49:08 +10:00
index.rst
Finally, a coherent set of terminology for all the lil' beasties involved.
2012-07-31 16:03:09 -04:00
introduction.rst
point IronPython to ironpython.net; thanks to Lazar Pancic from docs@
2011-12-24 23:13:19 +01:00
lexical_analysis.rst
Fix small overeager edit from 8e47e9af826e.
2012-06-20 11:26:03 +02:00
simple_stmts.rst
Clarify the import statement semantics, especially for implicit imports in the 'from X import Y' variant
2012-08-02 22:02:35 +10:00
toplevel_components.rst
…