- 02 Aug, 2012 8 commits
-
-
Brett Cannon authored
-
Victor Stinner authored
Replace _s with ptr to avoid future confusion. Add also non regression tests.
-
Antoine Pitrou authored
Patch by Philipp Hagemeister.
-
Antoine Pitrou authored
Patch by Philipp Hagemeister.
-
Nick Coghlan authored
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 authored
Clarify the import statement semantics, especially for implicit imports in the 'from X import Y' variant
-
Nick Coghlan authored
Close #15519: Properly expose WindowsRegistryFinder in importlib and bring the name into line with normal import terminology. Original patch by Eric Snow
-
Nick Coghlan authored
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 Aug, 2012 15 commits
-
-
Eli Bendersky authored
-
Victor Stinner authored
-
Victor Stinner authored
I suppose that these scripts didn't work since Python 3.0.
-
Victor Stinner authored
if the bytes filenames cannot be encoded from the file system (ANSI) code page
-
Victor Stinner authored
to 500 characters.
-
Victor Stinner authored
Don't exit the tstate is NULL to restore the errno and chain the signal handler if needed.
-
Richard Oudkerk authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Patch by Stefan Krah.
-
Martin v. Löwis authored
Analysis by Victor Stinner. Patch by Stefan Krah.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch from Taihyun Hwang.
-
Jesus Cea authored
-
- 31 Jul, 2012 14 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Andrew Svetlov authored
Patch by Roger Serwy.
-
Andrew Svetlov authored
Patch by Roger Serwy.
-
Eli Bendersky authored
-
Eli Bendersky authored
Issue #14814: reorganize ipaddress documentation and document all attributes of IPv[46]Address objects
-
Nick Coghlan authored
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 authored
Close #15486: Simplify the mechanism used to remove importlib frames from tracebacks when they just introduce irrelevant noise
-
Eli Bendersky authored
-
Victor Stinner authored
-
Victor Stinner authored
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 Jul, 2012 3 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
'level' values and set its document default value to 0. Thanks to Arfrever Frehtes Taifersar Arahesis for filing the bug.
-