- 05 Eyl, 2015 1 kayıt (commit)
-
-
Nick Coghlan yazdı
To resolve a compatibility problem found with py2exe and pywin32, imp.load_dynamic() once again ignores previously loaded modules to support Python modules replacing themselves with extension modules. Patch by Petr Viktorin.
-
- 13 Nis, 2015 1 kayıt (commit)
-
-
Brett Cannon yazdı
The concept of .pyo files no longer exists. Now .pyc files have an optional `opt-` tag which specifies if any extra optimizations beyond the peepholer were applied.
-
- 05 Eki, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 08 Ara, 2013 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 23 Kas, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 23 Agu, 2013 2 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
multiple times.
-
- 19 Agu, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #7732: try to fix test_bug7732's flakiness on Windows by executing it in a fresh temporary directory.
-
- 15 Agu, 2013 1 kayıt (commit)
-
-
Eric Snow yazdı
-
- 11 Agu, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 10 Agu, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 16 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
To make sure there is no issue with code that is both Python 2 and 3 compatible, there are no plans to remove the module any sooner than Python 4 (unless the community moves to Python 3 solidly before then).
-
- 07 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
test_imp.
-
- 11 May, 2013 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 04 May, 2013 2 kayıt (commit)
-
-
Brett Cannon yazdı
legitimately false.
-
Brett Cannon yazdı
Windows.
-
- 03 May, 2013 4 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
trying to load an extension module. While at it, also add a proper unittest.skipIf() guard to another test involving imp.load_dynamic().
-
- 16 Mar, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 15 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 14 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Václav Šmilauer.
-
- 31 Agu, 2012 4 kayıt (commit)
-
-
Brett Cannon yazdı
return one.
-
Nick Coghlan yazdı
-
Brett Cannon yazdı
return one.
-
Nick Coghlan yazdı
-
- 09 Tem, 2012 1 kayıt (commit)
-
-
Brett Cannon yazdı
NotimplementedError when sys.implementation.cache_tag is None. Thanks to Pranav Ravichandran for taking an initial stab at the patch.
-
- 23 Haz, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 11 May, 2012 1 kayıt (commit)
-
-
Brett Cannon yazdı
importlib.abc.FileLoader.load_module()/get_filename() and importlib.machinery.ExtensionFileLoader.load_module() have their single argument be optional as the loader's constructor has all the ncessary information. This allows for the deprecation of imp.load_source()/load_compile()/load_package().
-
- 22 Nis, 2012 1 kayıt (commit)
-
-
Brett Cannon yazdı
semantics.
-
- 20 Nis, 2012 2 kayıt (commit)
-
-
Brett Cannon yazdı
in Python/dynload_shlibs.c. This should fix the remaining importlib test failure on Windows. Support in AIX and HP-UX will be in a separate checkin.
-
Brett Cannon yazdı
#14629 changed the message.
-
- 27 Şub, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 26 Şub, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 22 Şub, 2012 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 30 Haz, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
We don't need to create a temporary buffered binary or text file object just to create an empty file. Replace also os.fdopen(handle).close() by os.close(handle).
-