- 24 Ara, 2012 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 18 Ara, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 20 Eki, 2012 1 kayıt (commit)
-
-
Nick Coghlan yazdı
-
- 19 Eki, 2012 2 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
- 27 Agu, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 15 Agu, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
- 14 Agu, 2012 1 kayıt (commit)
-
-
Matthias Klose yazdı
-
- 05 Agu, 2012 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 04 Agu, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 31 Tem, 2012 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Close #15486: Simplify the mechanism used to remove importlib frames from tracebacks when they just introduce irrelevant noise
-
- 29 Tem, 2012 1 kayıt (commit)
-
-
Nick Coghlan yazdı
-
- 13 Tem, 2012 1 kayıt (commit)
-
-
Brett Cannon yazdı
Lib/imp.py for imp.source_from_cache() instead of its own C version. Also change PyImport_ExecCodeModuleObject() to not infer the source path from the bytecode path like PyImport_ExecCodeModuleWithPathnames() does. This makes the function less magical. This also has the side-effect of removing all uses of MAXPATHLEN in Python/import.c which can cause failures on really long filenames.
-
- 10 Tem, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Benjamin Peterson yazdı
-
- 09 Tem, 2012 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Brett Cannon yazdı
Lib/imp.py.
-
Brett Cannon yazdı
defined in sysmodule.c instead of straight out of a Unicode object. Thanks to Amaury Forgeot d'Arc for noticing the bug and Eric Snow for writing the patch.
-
- 08 Tem, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 02 Tem, 2012 1 kayıt (commit)
-
-
Brett Cannon yazdı
Also eliminates some C code in Python/import.c as well. Patch by Eric Snow with verification by comparing against another patch from Jeff Knupp.
-
- 16 Haz, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
Py_UCS4 buffer
-
- 27 May, 2012 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue
-
- 17 May, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Most of the import sequence now uses per-module locks rather than the global import lock, eliminating well-known issues with threads and imports.
-
- 09 May, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 07 May, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #14583: Fix importlib bug when a package's __init__.py would first import one of its modules then raise an error.
-
- 06 May, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 05 May, 2012 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
- 04 May, 2012 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
This introduces a new function, imp.extension_suffixes(), which is currently undocumented. That is forthcoming once issue #14657 is resolved and how to expose file suffixes is decided.
-
- 29 Nis, 2012 2 kayıt (commit)
-
-
Brett Cannon yazdı
Thanks to Eric Snow for the patch.
-
Brett Cannon yazdı
-
- 27 Nis, 2012 2 kayıt (commit)
-
-
Brett Cannon yazdı
finder instead of using some (now non-existent) implicit finder.
-
Victor Stinner yazdı
* In debug mode, fill the string data with invalid characters * Simplify also reference counting in PyCodec_BackslashReplaceErrors() and PyCodec_XMLCharRefReplaceError()
-
- 25 Nis, 2012 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 22 Nis, 2012 1 kayıt (commit)
-
-
Brett Cannon yazdı
Thanks to Eric Snow for taking an initial stab at the implementation.
-