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
*
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
|
|
*
Merged revisions 76113-76114 via svnmerge from
Brett Cannon
2009-11-05
1
-13/+10
|
|
*
Merged revisions 74584 via svnmerge from
Brett Cannon
2009-08-30
2
-5/+20
|
|
*
Merged revisions 73715 via svnmerge from
Georg Brandl
2009-08-13
18
-84/+84
|
|
*
Merged revisions 74107 via svnmerge from
Brett Cannon
2009-07-20
2
-15/+62
|
|
*
Backport of r74103.
Brett Cannon
2009-07-20
1
-8/+8
*
|
|
Skip test if zlib not present. Closes #11498. Patch by Natalia B. Bidart.
Eric V. Smith
2011-03-14
1
-1/+1
*
|
|
Typos.
Eric V. Smith
2011-03-14
1
-2/+2
|
/
/
*
|
Issue 10899: Remove function type annotations from the stdlib
Raymond Hettinger
2011-01-13
2
-18/+24
*
|
Issue 10899: Remove function type annotations from the stdlib
Raymond Hettinger
2011-01-13
2
-15/+15
*
|
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
4
-23/+23
*
|
Fix a minor inconsistency in capitalization for the 'No module named' exception
Brett Cannon
2010-11-18
1
-3/+5
*
|
Remove redundant context manager.
Florent Xicluna
2010-09-03
1
-15/+1
*
|
OSError is the exception raised when one tries to create a directory that
Brett Cannon
2010-08-26
1
-2/+5
*
|
Fix a bug where an attribute was lacking an object to work off of.
Brett Cannon
2010-08-24
1
-1/+1
*
|
One of the joys of having test_multiprocessing occasionally execute after
Brett Cannon
2010-08-22
1
-18/+26
*
|
Make sure that no __pycache__ directory is needlessly left behind when testing
Brett Cannon
2010-08-22
1
-7/+10
*
|
While not strictly necessary thanks to the odd ABC inheritance done through
Brett Cannon
2010-08-22
1
-0/+14
*
|
Add importlib benchmarks which try to be "realistic" by importing the decimal
Brett Cannon
2010-07-22
1
-7/+50
*
|
Add comma grouping to max result so it's easier to read.
Brett Cannon
2010-07-16
1
-1/+1
*
|
Add benchmarks for importing just source w/o writing bytecode, importing source
Brett Cannon
2010-07-16
1
-14/+57
*
|
Touch up comments and code along with outputting what the unit of measure is.
Brett Cannon
2010-07-15
1
-7/+10
*
|
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon
2010-07-03
2
-27/+38
*
|
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon
2010-07-03
3
-1/+32
*
|
Fix a spelling mistake in a comment.
Brett Cannon
2010-07-03
1
-1/+1
*
|
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon
2010-07-03
15
-540/+406
*
|
Add an inheritance test for importlib.abc.SourceLoader.
Brett Cannon
2010-06-28
1
-0/+5
*
|
Move importlib.abc.SourceLoader to _bootstrap.
Brett Cannon
2010-06-28
3
-105/+141
*
|
fix test with more obviously incorrect bytecode
Benjamin Peterson
2010-06-28
1
-1/+1
*
|
Implement importlib.abc.SourceLoader and deprecate PyLoader and PyPycLoader.
Brett Cannon
2010-06-27
2
-16/+654
*
|
Move over to assertIs.
Brett Cannon
2010-06-21
1
-2/+2
*
|
Repair test failure. Bug 8727.
Barry Warsaw
2010-05-18
2
-2/+13
*
|
Remove unnecessary XXX
Barry Warsaw
2010-04-17
1
-1/+0
*
|
PEP 3147
Barry Warsaw
2010-04-17
7
-16/+56
*
|
Importlib was not matching import's handling of .pyc files where it had less
Brett Cannon
2010-02-19
2
-29/+109
[next]