- 05 Agu, 2012 2 kayıt (commit)
-
-
Nick Coghlan yazdı
Close #15559: Implementing __index__ creates a nasty interaction with the bytes constructor. At least for 3.3, ipaddress objects must now be explicitly converted with int() and thus can't be passed directly to the hex() builtin.
-
Nadeem Vawda yazdı
-
- 04 Agu, 2012 14 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
-
Andrew Svetlov yazdı
Patch by Roger Serwy.
-
Andrew Svetlov yazdı
Patch by Roger Serwy.
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
os.sched_setaffinity now use regular sets of integers to represent the CPUs a process is restricted to.
-
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 1 kayıt (commit)
-
-
Eli Bendersky yazdı
-