- 22 Aug, 2011 4 commits
-
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
Add support for the send/recvmsg API to the socket module. Patch by David Watson and Heiko Wundram. (Closes #6560)
-
- 21 Aug, 2011 16 commits
-
-
Nadeem Vawda authored
-
Nadeem Vawda authored
Patch by Jeremy Kloth.
-
Éric Araujo authored
-
Éric Araujo authored
I need this to fix the failing test_command_install_dist.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
I need this to fix the failing test_install.
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Charles-François Natali authored
sched_setparam() returning EINVAL for processes with SCHED_OTHER scheduling policy.
-
Victor Stinner authored
-
- 20 Aug, 2011 20 commits
-
-
Victor Stinner authored
* 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 authored
-
Sandro Tosi authored
-
Victor Stinner authored
Copy/paste (from Python 3.2) failure
-
Victor Stinner authored
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 authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Antoine Pitrou authored
same object as reader and writer, and deemphasize it in document order.
-
Antoine Pitrou authored
same object as reader and writer, and deemphasize it in document order.
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Antoine Pitrou authored
could appear on BufferedRandom streams.
-
Antoine Pitrou authored
could appear on BufferedRandom streams.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Victor Stinner authored
Even if Python is compiled on Linux 3.
-
Éric Araujo authored
The existing test_record is not easily extendable to add script files or extension modules: it collects all files from fake_dists and generates a RECORD file at runtime. I felt more comfortable adding a new test written from scratch more self-contained (just one project with well-defined files) and more stupid (the checksums and sizes are computed once and hard-coded).
-