- 05 Aug, 2012 13 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Nick Coghlan authored
-
Nadeem Vawda authored
-
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 13 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
-