- 14 Nis, 2012 12 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
importlib._bootstrap is now frozen into Python/importlib.h and stored as _frozen_importlib in sys.modules. Py_Initialize() loads the frozen code along with sys and imp and then uses _frozen_importlib._install() to set builtins.__import__() w/ _frozen_importlib.__import__().
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
- 13 Nis, 2012 18 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
Only use a single #ifdef for the 3 functions.
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Michael Foord yazdı
-
Benjamin Peterson yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
attributes.
-
Amaury Forgeot d'Arc yazdı
-
Amaury Forgeot d'Arc yazdı
-
Amaury Forgeot d'Arc yazdı
-
Brett Cannon yazdı
Currently import does not use these attributes as they are planned for use by importlib (which will be another commit). Thanks to Filip Gruszczyński for the initial patch and Brian Curtin for refining it.
-
Amaury Forgeot d'Arc yazdı
-
Amaury Forgeot d'Arc yazdı
With VS8.0 at least Python compiles and works correctly.
-
- 12 Nis, 2012 10 kayıt (commit)
-
-
R David Murray yazdı
Patch by Serhiy Storchaka. This also moves the TypeError that results from trying to use a unicode comment from the 'close' step to the point at which the comment is added to the zipfile.
-
R David Murray yazdı
Patch by Serhiy Storchaka. This also moves the TypeError that results from trying to use a unicode comment from the 'close' step to the point at which the comment is added to the zipfile.
-
Victor Stinner yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Senthil Kumaran yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Patch by Tshepang Lekhonkhobe.
-