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
Brett Cannon
4802becb16
Issue
#17117
: Have both import itself and importlib.util.set_loader()
...
set __loader__ on a module when set to None. Thanks to Gökcen Eraslan for the fix.
2013-03-13 10:41:36 -07:00
..
compound_stmts.rst
evaluate positional defaults before keyword-only defaults (
closes
#16967
)
2013-02-10 09:29:59 -05:00
datamodel.rst
Merge from 3.3: Add a str class entry to the string section (issue
#16209
).
2012-11-28 01:45:15 -08:00
executionmodel.rst
…
expressions.rst
Merge from 3.2: add links and index entries for "argument" and "parameter."
2012-12-25 14:57:54 -08:00
grammar.rst
…
import.rst
Issue
#17117
: Have both import itself and importlib.util.set_loader()
2013-03-13 10:41:36 -07:00
index.rst
Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages.
2012-10-28 11:10:24 -07:00
introduction.rst
…
lexical_analysis.rst
#16127
: remove outdated references to narrow builds. Patch by Serhiy Storchaka.
2012-10-05 03:33:31 +03: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
…