- 23 Apr, 2012 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 22 Apr, 2012 23 commits
-
-
Brett Cannon authored
importlib.machinery.(FileFinder, SourceFileLoader, _SourcelessFileLoader, ExtensionFileLoader). This exposes all of importlib's mechanisms that will become public on the sys module.
-
Brett Cannon authored
-
Brett Cannon authored
semantics.
-
Vinay Sajip authored
Issue #14644: Increased default timeout for SMTPHandler. Note: last commit message referred to the wrong issue number.
-
Vinay Sajip authored
-
Brett Cannon authored
-
Brett Cannon authored
ignoring altsep if it already exists on a path when doing a join.
-
Charles-François Natali authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
which is different than what imp.cache_from_source() operates on.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Brett Cannon authored
-
Brett Cannon authored
variable name.
-
Brett Cannon authored
-
Brett Cannon authored
paths.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Brett Cannon authored
-
Brett Cannon authored
Thanks to Eric Snow for taking an initial stab at the implementation.
-
- 21 Apr, 2012 9 commits
-
-
Brett Cannon authored
the UNC path. Also clean up sys.path and invalidate finder caches. Thanks to Vinay Sajip for spotting the use of the wrong path.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
Brett Cannon authored
-
Brett Cannon authored
separators.
-
- 20 Apr, 2012 6 commits
-
-
Brett Cannon authored
for performance. While get_magic() could move to Lib/imp.py, having to support PyImport_GetMagicNumber() would lead to equal, if not more, C code than sticking with the status quo.
-
Brett Cannon authored
-
Brett Cannon authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Brett Cannon authored
-