GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
imp.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix whitespace.
Brett Cannon
2012-04-21
1
-1
/
+0
*
Issue #13959: Re-implement imp.find_module() in Lib/imp.py.
Brett Cannon
2012-04-21
1
-4
/
+68
*
Don't worry about moving imp.get_tag() over to Lib/imp.py.
Brett Cannon
2012-04-21
1
-2
/
+2
*
Issue #13959: Re-implement imp.source_from_cache() in Lib/imp.py.
Brett Cannon
2012-04-21
1
-1
/
+25
*
Issue #13959: Re-implement imp.cache_from_source() in Lib/imp.py.
Brett Cannon
2012-04-20
1
-3
/
+3
*
Issue #13959: Keep imp.get_magic() in C code, but cache in importlib
Brett Cannon
2012-04-20
1
-1
/
+3
*
Issue #13959: Re-implement imp.load_compiled() in imp.py.
Brett Cannon
2012-04-17
1
-5
/
+20
*
Properly guard against special-casing.
Brett Cannon
2012-04-16
1
-1
/
+1
*
Issue #13959: Re-implement imp.load_source() in imp.py.
Brett Cannon
2012-04-16
1
-1
/
+28
*
Issue #13959: Fix a logic bug.
Brett Cannon
2012-04-16
1
-1
/
+1
*
Issue #13959: Re-implement imp.load_package() in imp.py.
Brett Cannon
2012-04-15
1
-2
/
+17
*
Issue #13959: Re-implement imp.load_module() in imp.py.
Brett Cannon
2012-04-15
1
-1
/
+28
*
Consider load_dynamic() something to keep in _imp.
Brett Cannon
2012-04-15
1
-3
/
+4
*
Issue #13959: Rename imp to _imp and add Lib/imp.py and begin
Brett Cannon
2012-04-15
1
-0
/
+22
[prev]