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
6cafececbf4aaccc2edbefa9298ed54da27dadda
cpython
/
Doc
/
reference
T
History
Berker Peksag
6cafececbf
Issue
#26576
: Clarify that the @deco syntax is not always an equivalent of f = deco(f)
...
Patch by Chris Angelico.
2016-08-03 10:17:21 +03:00
..
compound_stmts.rst
Issue
#26576
: Clarify that the @deco syntax is not always an equivalent of f = deco(f)
2016-08-03 10:17:21 +03:00
datamodel.rst
Issue
#24314
: Fix doc links for general attributes like __name__, __dict__
2016-06-18 03:57:31 +00:00
executionmodel.rst
#25679
: spelling fix
2015-11-20 09:57:20 -05:00
expressions.rst
Issue
#26462
: Doc: reduce literal_block warnings, fix syntax highlighting.
2016-07-26 11:18:21 +02:00
grammar.rst
…
import.rst
Issue
#25500
: Fix the language reference to not claim that import
2015-12-04 14:51:26 -08:00
index.rst
…
introduction.rst
Python for .NET has moved to Github.
2016-02-03 22:05:46 -06:00
lexical_analysis.rst
Issue
#26462
: Doc: reduce literal_block warnings, fix syntax highlighting.
2016-07-26 11:18:21 +02:00
simple_stmts.rst
Issue
#24136
: Document generalized unpacking, PEP 448
2016-06-12 01:46:50 +00:00
toplevel_components.rst
…