- 22 Agu, 2011 7 kayıt (commit)
-
-
Ezio Melotti yazdı
#10542: Add 4 macros to work with surrogates: Py_UNICODE_IS_SURROGATE, Py_UNICODE_IS_HIGH_SURROGATE, Py_UNICODE_IS_LOW_SURROGATE, Py_UNICODE_JOIN_SURROGATES.
-
Nadeem Vawda yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Add support for the send/recvmsg API to the socket module. Patch by David Watson and Heiko Wundram. (Closes #6560)
-
- 21 Agu, 2011 16 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
Patch by Jeremy Kloth.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
I need this to fix the failing test_command_install_dist.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
I need this to fix the failing test_install.
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Charles-François Natali yazdı
sched_setparam() returning EINVAL for processes with SCHED_OTHER scheduling policy.
-
Victor Stinner yazdı
-
- 20 Agu, 2011 17 kayıt (commit)
-
-
Victor Stinner yazdı
* Use str.startswith(tuple): I didn't know this Python feature, Python rocks! * Replace sometimes sys.platform.startswith('linux') with sys.platform == 'linux' * sys.platform doesn't contain the major version on Cygwin on Mac OS X (it's just 'cygwin' and 'darwin')
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Victor Stinner yazdı
Copy/paste (from Python 3.2) failure
-
Victor Stinner yazdı
On Linux, sys.platform doesn't contain the major version anymore. It is now always 'linux', instead of 'linux2' or 'linux3' depending on the Linux version used to build Python.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Antoine Pitrou yazdı
same object as reader and writer, and deemphasize it in document order.
-
Antoine Pitrou yazdı
same object as reader and writer, and deemphasize it in document order.
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Antoine Pitrou yazdı
could appear on BufferedRandom streams.
-
Antoine Pitrou yazdı
could appear on BufferedRandom streams.
-
Antoine Pitrou yazdı
-