- 05 Agu, 2012 22 kayıt (commit)
-
-
Victor Stinner yazdı
'u' format of the array module uses again Py_UNICODE type for backward compatibility with Python 3.2. The only change from Python 3.2 is that PyUnicode_AsUnicode() result is now checked for NULL value.
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Ned Deily yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Nick Coghlan yazdı
-
Nadeem Vawda yazdı
-
Nick Coghlan yazdı
Issue #14814: Remove redundant property from interface objects - prefixlen can be accessed via the associated network object
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
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 yazdı
-
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 4 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.
-