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
c4fe3fed6eddb3cefa917a8dcf86fff0b04df6ee
cpython
/
Doc
/
reference
T
History
Nick Coghlan
1685db011d
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
..
compound_stmts.rst
Issue
#14167
: Document return statement in finally blocks.
2012-08-14 15:38:15 +03:00
datamodel.rst
Improve wording for __hash__
2012-08-01 14:53:22 +02: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
…