- 04 Aug, 2012 9 commits
-
-
Victor Stinner authored
-
Andrew Svetlov authored
Patch by Roger Serwy.
-
Andrew Svetlov authored
Patch by Roger Serwy.
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
os.sched_setaffinity now use regular sets of integers to represent the CPUs a process is restricted to.
-
Nadeem Vawda authored
-
Giampaolo Rodola' authored
asynchat speedup improvement: avoid to use a function mimicking old buffer() builtin behavior; instead use plain slicing
-
- 03 Aug, 2012 14 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
sys.stdout and sys.stderr are now using "\r\n" newline on Windows, as Python 2.
-
Victor Stinner authored
sys.stdout and sys.stderr are now using "\r\n" newline on Windows, as Python 2.
-
Victor Stinner authored
doesn't translate newlines on output.
-
Victor Stinner authored
translate newlines on output.
-
Antoine Pitrou authored
Make TextIOWrapper's documentation clearer by copying the newline argument's description from open().
-
Antoine Pitrou authored
Make TextIOWrapper's documentation clearer by copying the newline argument's description from open().
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
- 02 Aug, 2012 9 commits
-
-
Brett Cannon authored
-
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 8 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
-