- 05 Aug, 2012 6 commits
-
-
Nick Coghlan authored
Issue #14814: Remove redundant property from interface objects - prefixlen can be accessed via the associated network object
-
Nick Coghlan authored
-
Nick Coghlan authored
Issue 14814: Docs work showed some more cases of networks pretending to be addresses and highlighted the weird approach to implementing the 'is_whatever' properties. Impl now illustrates far more clearly that networks have a property if both their network and broadcast addresses have that property
-
Nick Coghlan authored
-
Nick Coghlan authored
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 authored
-
- 04 Aug, 2012 14 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
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 6 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
-