summaryrefslogtreecommitdiffstats
path: root/Lib/importlib
Commit message (Expand)AuthorAgeFilesLines
* Bring importlib in line w/ changes made in my personal bootstrap branch in th...Brett Cannon2012-02-141-1/+15
* simplifyPhilip Jenvey2012-02-101-4/+1
* Undo a bad mq management thingy.Brett Cannon2012-02-091-44/+0
* Whitespace normalization.Brett Cannon2012-02-081-1/+0
* Use the cwd when the empty string is found in sys.path. This leads toBrett Cannon2012-02-082-1/+55
* Move setup code from importlib.__init__ toBrett Cannon2012-02-082-27/+47
* Don't fail in the face of a lacking attribute when wrapping aBrett Cannon2012-02-081-1/+2
* Re-order importlib benchmarks to be consistent. Also print out what implement...Brett Cannon2012-02-071-6/+8
* Have importlib.test.benchmark test with tabnanny as a medium-sized test.Brett Cannon2012-02-071-32/+58
* Fix a minor output typo as found by Terry Reedy.Brett Cannon2012-01-311-1/+1
* Let importlib.test.benchmark take a specific benchmark name to run.Brett Cannon2012-01-311-3/+18
* Allow for the specification of a file to dump importlib benchmarkBrett Cannon2012-01-311-10/+36
* Issue #13890: Also fix for extension module tests for case-insensitivity.Brett Cannon2012-01-301-0/+6
* Issue #13890: Fix importlib case-sensitivity tests to not run on Windows.Brett Cannon2012-01-301-0/+6
* Relocate importlib._case_ok to importlib._bootstrap.Brett Cannon2012-01-272-19/+27
* Move some code from importlib.__init__ to importlib._bootstrap thatBrett Cannon2012-01-254-42/+52
* Port import fixes from 2.7.Antoine Pitrou2012-01-251-1/+1
|\
| * Port import fixes from 2.7.Antoine Pitrou2012-01-251-1/+1
* | Port remaining test fixes, and fix test_importlib too.Antoine Pitrou2012-01-251-1/+9
|\ \ | |/
| * Port remaining test fixes, and fix test_importlib too.Antoine Pitrou2012-01-251-1/+9
* | Issue #11235: Fix OverflowError when trying to import a source file whose mod...Antoine Pitrou2012-01-241-0/+17
|\ \ | |/
| * Issue #11235: Fix OverflowError when trying to import a source file whose mod...Antoine Pitrou2012-01-241-0/+17
* | Issue #13588: Rename decorators in importlib.Brett Cannon2012-01-161-18/+18
* | kill useless import added by 87331661042bBenjamin Peterson2012-01-161-1/+0
* | Issue #13645: pyc files now contain the size of the corresponding sourceAntoine Pitrou2012-01-134-31/+95
* | Fix no-op tests in importlib.Antoine Pitrou2011-12-301-0/+4
|\ \ | |/
| * Fix no-op tests in importlib.Antoine Pitrou2011-12-301-0/+4
* | Issue #13593: updating the importlib utility decorators for __qualname__.Meador Inge2011-12-152-1/+11
* | Issue #13591: import_module potentially imports a module twice.Meador Inge2011-12-153-2/+26
|\ \ | |/
| * Issue #13591: import_module potentially imports a module twice.Meador Inge2011-12-153-2/+26
* | Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarn...Florent Xicluna2011-12-102-4/+4
* | Issue #13392: Writing a pyc file should now be atomic under Windows as well.Antoine Pitrou2011-11-151-15/+20
* | Issue #13303: Fix bytecode file default permission.Charles-François Natali2011-11-101-1/+1
* | Issue #13303: Fix a race condition in the bytecode file creation.Charles-François Natali2011-10-311-3/+4
* | Simplify and remove few dependencies on 'errno', thanks to PEP 3151.Florent Xicluna2011-10-282-13/+6
* | Silence the FileExistsError which can be raised because of the O_EXCL flagAntoine Pitrou2011-10-191-7/+7
* | Issue #13146: Writing a pyc file is now atomic under POSIX.Antoine Pitrou2011-10-171-3/+23
* | Closes #12291 for 3.3 - merged fix from 3.2.Vinay Sajip2011-07-021-1/+1
|\ \ | |/
| * Closes #12291: Fixed bug which was found when doing multiple loads from one ...Vinay Sajip2011-07-021-1/+1
* | Kill dead code in importlib.test.__main__ (#12019, reviewed by Brett Cannon)Éric Araujo2011-06-071-6/+1
* | (Merge 3.2) Issue #11614: Fix importlib tests for the new __hello__ moduleVictor Stinner2011-05-161-9/+17
|\ \ | |/
| * (Merge 3.1) Issue #11614: Fix importlib tests for the new __hello__ moduleVictor Stinner2011-05-161-9/+17
| |\
| | * Issue #11614: Fix importlib tests for the new __hello__ moduleVictor Stinner2011-05-161-9/+17
* | | Remove a stale comment.Brett Cannon2011-03-241-7/+0
* | | Make importlib compatible with __import__ by "fixing" code.co_filenameBrett Cannon2011-03-231-0/+1
* | | Have importlib use the repr of a module name in error messages.Brett Cannon2011-03-231-1/+1
* | | #11515: Merge with 3.2.Ezio Melotti2011-03-151-2/+2
|\ \ \ | |/ /
| * | #11515: Merge with 3.1.Ezio Melotti2011-03-151-2/+2
| |\ \ | | |/
| | * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
| | * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-214-23/+23