- 04 Agu, 2012 2 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
Giampaolo Rodola yazdı
asynchat speedup improvement: avoid to use a function mimicking old buffer() builtin behavior; instead use plain slicing
-
- 03 Agu, 2012 14 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
sys.stdout and sys.stderr are now using "\r\n" newline on Windows, as Python 2.
-
Victor Stinner yazdı
sys.stdout and sys.stderr are now using "\r\n" newline on Windows, as Python 2.
-
Victor Stinner yazdı
doesn't translate newlines on output.
-
Victor Stinner yazdı
translate newlines on output.
-
Antoine Pitrou yazdı
Make TextIOWrapper's documentation clearer by copying the newline argument's description from open().
-
Antoine Pitrou yazdı
Make TextIOWrapper's documentation clearer by copying the newline argument's description from open().
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
- 02 Agu, 2012 9 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
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ı
-