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
/
importlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Undo a bad mq management thingy.
Brett Cannon
2012-02-09
1
-44/+0
*
Whitespace normalization.
Brett Cannon
2012-02-08
1
-1/+0
*
Use the cwd when the empty string is found in sys.path. This leads to
Brett Cannon
2012-02-08
2
-1/+55
*
Move setup code from importlib.__init__ to
Brett Cannon
2012-02-08
2
-27/+47
*
Don't fail in the face of a lacking attribute when wrapping a
Brett Cannon
2012-02-08
1
-1/+2
*
Re-order importlib benchmarks to be consistent. Also print out what implement...
Brett Cannon
2012-02-07
1
-6/+8
*
Have importlib.test.benchmark test with tabnanny as a medium-sized test.
Brett Cannon
2012-02-07
1
-32/+58
*
Fix a minor output typo as found by Terry Reedy.
Brett Cannon
2012-01-31
1
-1/+1
*
Let importlib.test.benchmark take a specific benchmark name to run.
Brett Cannon
2012-01-31
1
-3/+18
*
Allow for the specification of a file to dump importlib benchmark
Brett Cannon
2012-01-31
1
-10/+36
*
Issue #13890: Also fix for extension module tests for case-insensitivity.
Brett Cannon
2012-01-30
1
-0/+6
*
Issue #13890: Fix importlib case-sensitivity tests to not run on Windows.
Brett Cannon
2012-01-30
1
-0/+6
*
Relocate importlib._case_ok to importlib._bootstrap.
Brett Cannon
2012-01-27
2
-19/+27
*
Move some code from importlib.__init__ to importlib._bootstrap that
Brett Cannon
2012-01-25
4
-42/+52
*
Port import fixes from 2.7.
Antoine Pitrou
2012-01-25
1
-1/+1
|
\
|
*
Port import fixes from 2.7.
Antoine Pitrou
2012-01-25
1
-1/+1
*
|
Port remaining test fixes, and fix test_importlib too.
Antoine Pitrou
2012-01-25
1
-1/+9
|
\
\
|
|
/
|
*
Port remaining test fixes, and fix test_importlib too.
Antoine Pitrou
2012-01-25
1
-1/+9
*
|
Issue #11235: Fix OverflowError when trying to import a source file whose mod...
Antoine Pitrou
2012-01-24
1
-0/+17
|
\
\
|
|
/
|
*
Issue #11235: Fix OverflowError when trying to import a source file whose mod...
Antoine Pitrou
2012-01-24
1
-0/+17
*
|
Issue #13588: Rename decorators in importlib.
Brett Cannon
2012-01-16
1
-18/+18
*
|
kill useless import added by 87331661042b
Benjamin Peterson
2012-01-16
1
-1/+0
*
|
Issue #13645: pyc files now contain the size of the corresponding source
Antoine Pitrou
2012-01-13
4
-31/+95
*
|
Fix no-op tests in importlib.
Antoine Pitrou
2011-12-30
1
-0/+4
|
\
\
|
|
/
|
*
Fix no-op tests in importlib.
Antoine Pitrou
2011-12-30
1
-0/+4
*
|
Issue #13593: updating the importlib utility decorators for __qualname__.
Meador Inge
2011-12-15
2
-1/+11
*
|
Issue #13591: import_module potentially imports a module twice.
Meador Inge
2011-12-15
3
-2/+26
|
\
\
|
|
/
|
*
Issue #13591: import_module potentially imports a module twice.
Meador Inge
2011-12-15
3
-2/+26
*
|
Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarn...
Florent Xicluna
2011-12-10
2
-4/+4
*
|
Issue #13392: Writing a pyc file should now be atomic under Windows as well.
Antoine Pitrou
2011-11-15
1
-15/+20
*
|
Issue #13303: Fix bytecode file default permission.
Charles-François Natali
2011-11-10
1
-1/+1
*
|
Issue #13303: Fix a race condition in the bytecode file creation.
Charles-François Natali
2011-10-31
1
-3/+4
*
|
Simplify and remove few dependencies on 'errno', thanks to PEP 3151.
Florent Xicluna
2011-10-28
2
-13/+6
*
|
Silence the FileExistsError which can be raised because of the O_EXCL flag
Antoine Pitrou
2011-10-19
1
-7/+7
*
|
Issue #13146: Writing a pyc file is now atomic under POSIX.
Antoine Pitrou
2011-10-17
1
-3/+23
*
|
Closes #12291 for 3.3 - merged fix from 3.2.
Vinay Sajip
2011-07-02
1
-1/+1
|
\
\
|
|
/
|
*
Closes #12291: Fixed bug which was found when doing multiple loads from one ...
Vinay Sajip
2011-07-02
1
-1/+1
*
|
Kill dead code in importlib.test.__main__ (#12019, reviewed by Brett Cannon)
Éric Araujo
2011-06-07
1
-6/+1
*
|
(Merge 3.2) Issue #11614: Fix importlib tests for the new __hello__ module
Victor Stinner
2011-05-16
1
-9/+17
|
\
\
|
|
/
|
*
(Merge 3.1) Issue #11614: Fix importlib tests for the new __hello__ module
Victor Stinner
2011-05-16
1
-9/+17
|
|
\
|
|
*
Issue #11614: Fix importlib tests for the new __hello__ module
Victor Stinner
2011-05-16
1
-9/+17
*
|
|
Remove a stale comment.
Brett Cannon
2011-03-24
1
-7/+0
*
|
|
Make importlib compatible with __import__ by "fixing" code.co_filename
Brett Cannon
2011-03-23
1
-0/+1
*
|
|
Have importlib use the repr of a module name in error messages.
Brett Cannon
2011-03-23
1
-1/+1
*
|
|
#11515: Merge with 3.2.
Ezio Melotti
2011-03-15
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
#11515: Merge with 3.1.
Ezio Melotti
2011-03-15
1
-2/+2
|
|
\
\
|
|
|
/
|
|
*
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-15
1
-1/+1
|
|
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
4
-23/+23
|
|
*
Merged revisions 78242 via svnmerge from
Brett Cannon
2010-02-19
2
-29/+109
|
|
*
Merged revisions 76146 via svnmerge from
Brett Cannon
2009-11-07
2
-2/+28
[next]