index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
imp.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16...
Victor Stinner
2020-03-04
1
-1/+1
*
bpo-37330: open() no longer accept 'U' in file mode (GH-16959)
Victor Stinner
2019-10-28
1
-1/+1
*
closes bpo-34056: Always return bytes from _HackedGetData.get_data(). (GH-8130)
Benjamin Peterson
2018-07-07
1
-7/+6
*
bpo-30645: don't append to an inner loop path in imp.load_package() (GH-2268)
Alexandru Ardelean
2017-06-23
1
-2/+3
*
Merge for #26844
Brett Cannon
2016-07-15
1
-2/+2
|
\
|
*
Issue #26844: Fix imp.find_module() to have the exception related to
Brett Cannon
2016-07-15
1
-2/+2
*
|
Upgrade the imp module's deprecation to DeprecationWarning.
Brett Cannon
2015-10-16
1
-1/+1
|
/
*
Close #24748: Restore imp.load_dynamic compatibility
Nick Coghlan
2015-09-05
1
-1/+7
*
PEP 489: Multi-phase extension module initialization
Nick Coghlan
2015-05-23
1
-4/+29
*
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow
2015-05-03
1
-1/+2
*
Closes #23956: Merge with 3.4
Zachary Ware
2015-04-14
1
-1/+1
|
\
|
*
Issue #23956: Fix typo in imp.py docstring.
Zachary Ware
2015-04-14
1
-1/+1
*
|
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
1
-9/+10
*
|
Fix module deprecation warnings to have a useful stacklevel
Brett Cannon
2015-03-27
1
-1/+1
*
|
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon
2014-05-30
1
-10/+7
|
/
*
Issue #15204: Deprecated the 'U' mode in file-like objects.
Serhiy Storchaka
2013-11-23
1
-2/+2
*
Implement PEP 451 (ModuleSpec).
Eric Snow
2013-11-22
1
-6/+24
*
merge for issue #18755
Brett Cannon
2013-08-23
1
-2/+7
|
\
|
*
Issue #18755: Allow imp.load_*() loaders to have get_data() called
Brett Cannon
2013-08-23
1
-2/+7
|
*
issue #18698: ensure importlib.reload() returns the module out of sys.modules.
Eric Snow
2013-08-15
1
-1/+3
|
*
#18681: Fix a NameError in imp.reload() (noticed by Weizhao Li).
Ezio Melotti
2013-08-10
1
-1/+1
*
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
1
-1/+1
*
|
Issue #17177: The imp module is pending deprecation.
Brett Cannon
2013-06-16
1
-51/+42
*
|
Issue #18194: Introduce importlib.util.cache_from_source() and
Brett Cannon
2013-06-15
1
-2/+33
*
|
Make it more obvious what things used in imp are snuck in through private APIs
Brett Cannon
2013-06-15
1
-11/+8
*
|
Issue #17907: touch up the code for imp.new_module().
Brett Cannon
2013-06-15
1
-1/+12
*
|
Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the
Brett Cannon
2013-06-14
1
-2/+6
*
|
Issue #18193: Add importlib.reload(), documenting (but not
Brett Cannon
2013-06-14
1
-23/+5
*
|
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-14
1
-1/+1
|
/
*
Issue #15902: Fix imp.load_module() to accept None as a file when
Brett Cannon
2013-05-03
1
-2/+6
*
Issue #17358: imp.load_source() and load_compiled() should now return
Brett Cannon
2013-04-28
1
-2/+12
*
Issue #16880: _imp.load_dynamic() is not defined on a platform that
Brett Cannon
2013-03-17
1
-2/+7
*
Issue #15828: Restore support for C extension modules in imp.load_module()
Nick Coghlan
2012-08-31
1
-2/+4
*
Issue #15576: Allow extension modules to be a package's __init__
Brett Cannon
2012-08-10
1
-2/+2
*
Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() use
Brett Cannon
2012-07-13
1
-24/+1
*
Issue #15167 (as part of #13959): imp.get_magic() is no implemented in
Brett Cannon
2012-07-09
1
-2/+7
*
Issue #15056: imp.cache_from_source() and source_from_cache() raise
Brett Cannon
2012-07-09
1
-1/+4
*
Issue #15256: Re-use the ImportError exception message as defined by
Brett Cannon
2012-07-09
1
-1/+1
*
Issue #15166: Re-implement imp.get_tag() using sys.implementation.
Brett Cannon
2012-07-02
1
-1/+6
*
Issue #13959: Add to imp.find_module() and load_module's docstrings
Brett Cannon
2012-06-15
1
-4/+6
*
Issue #13959: Have
Brett Cannon
2012-05-11
1
-24/+36
*
Issue #13959: Deprecate imp.get_suffixes() for new attributes on
Brett Cannon
2012-05-11
1
-13/+20
*
don't append the bytecode suffix to the source suffixes global
Benjamin Peterson
2012-05-05
1
-2/+1
*
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
Brett Cannon
2012-05-04
1
-5/+11
*
Properly mark names in importlib._bootstrap as private.
Brett Cannon
2012-05-04
1
-6/+6
*
Re-indent.
Brett Cannon
2012-04-29
1
-1/+0
*
Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py.
Brett Cannon
2012-04-29
1
-1/+32
*
Issue #13959: Re-implement imp.NullImporter in Lib/imp.py.
Brett Cannon
2012-04-29
1
-2/+15
*
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.
Marc-Andre Lemburg
2012-04-25
1
-1/+1
*
Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused
Marc-Andre Lemburg
2012-04-25
1
-1/+1
[next]