- 02 Agu, 2012 7 kayıt (commit)
-
-
Victor Stinner yazdı
Replace _s with ptr to avoid future confusion. Add also non regression tests.
-
Antoine Pitrou yazdı
Patch by Philipp Hagemeister.
-
Antoine Pitrou yazdı
Patch by Philipp Hagemeister.
-
Nick Coghlan yazdı
Issue #15502: Bring the importlib.PathFinder docs and docstring more in line with the new import system documentation, and fix various parts of the new docs that weren't quite right given PEP 420 or were otherwise a bit misleading. Also note the key terminology problem still being discussed in the issue
-
Nick Coghlan yazdı
Clarify the import statement semantics, especially for implicit imports in the 'from X import Y' variant
-
Nick Coghlan yazdı
Close #15519: Properly expose WindowsRegistryFinder in importlib and bring the name into line with normal import terminology. Original patch by Eric Snow
-
Nick Coghlan yazdı
Issue #15502: Bring the importlib ABCs into line with the current state of the import protocols given PEP 420. Original patch by Eric Snow.
-
- 01 Agu, 2012 15 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
I suppose that these scripts didn't work since Python 3.0.
-
Victor Stinner yazdı
if the bytes filenames cannot be encoded from the file system (ANSI) code page
-
Victor Stinner yazdı
to 500 characters.
-
Victor Stinner yazdı
Don't exit the tstate is NULL to restore the errno and chain the signal handler if needed.
-
Richard Oudkerk yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Patch by Stefan Krah.
-
Martin v. Löwis yazdı
Analysis by Victor Stinner. Patch by Stefan Krah.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch from Taihyun Hwang.
-
Jesus Cea yazdı
-
- 31 Tem, 2012 14 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Andrew Svetlov yazdı
Patch by Roger Serwy.
-
Andrew Svetlov yazdı
Patch by Roger Serwy.
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
Issue #14814: reorganize ipaddress documentation and document all attributes of IPv[46]Address objects
-
Nick Coghlan yazdı
Issue #15425: Don't rely on the assumption that the current working directory is on sys.path (this will hopefully appease the XP buildbots)
-
Nick Coghlan yazdı
Close #15486: Simplify the mechanism used to remove importlib frames from tracebacks when they just introduce irrelevant noise
-
Eli Bendersky yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
faulthandler requires the importlib if "-X faulthandler" option is present on the command line, so initialize faulthandler after importlib. Add also an unit test.
-
- 30 Tem, 2012 4 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
'level' values and set its document default value to 0. Thanks to Arfrever Frehtes Taifersar Arahesis for filing the bug.
-
Barry Warsaw yazdı
-