- 23 Nis, 2012 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch from Mark Shannon.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 22 Nis, 2012 23 kayıt (commit)
-
-
Brett Cannon yazdı
importlib.machinery.(FileFinder, SourceFileLoader, _SourcelessFileLoader, ExtensionFileLoader). This exposes all of importlib's mechanisms that will become public on the sys module.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
semantics.
-
Vinay Sajip yazdı
Issue #14644: Increased default timeout for SMTPHandler. Note: last commit message referred to the wrong issue number.
-
Vinay Sajip yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
ignoring altsep if it already exists on a path when doing a join.
-
Charles-François Natali yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
which is different than what imp.cache_from_source() operates on.
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
variable name.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
paths.
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
Thanks to Eric Snow for taking an initial stab at the implementation.
-
- 21 Nis, 2012 9 kayıt (commit)
-
-
Brett Cannon yazdı
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 yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
separators.
-
- 20 Nis, 2012 4 kayıt (commit)
-
-
Brett Cannon yazdı
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 yazdı
-
Brett Cannon yazdı
-
Mark Dickinson yazdı
-