- 10 Dec, 2009 5 commits
-
-
Mark Dickinson authored
equivalent[*] check that doesn't produce compiler warnings about a 'x < 0' check on an unsigned type. [*] it's equivalent for inputs of type size_t or Py_ssize_t, or any smaller unsigned or signed integer type.
-
Ronald Oussoren authored
on OSX. Without this patch it wasn't possible after all to compile extensions on OSX 10.6 with the binary installer unless the user had installed the (non-default) 10.4u SDK.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
- 09 Dec, 2009 2 commits
-
-
R. David Murray authored
-
R. David Murray authored
missing proper end-of-line termination. Patch and tests by Scott Dial. The new tests include a test harness which will make it easier to add additional tests.
-
- 08 Dec, 2009 8 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Diagnosis and original patch by Florent Xicluna (flox).
-
Ronald Oussoren authored
an i386 based machine, but should only be active when compiling the x86 part of the universal binary.
-
Antoine Pitrou authored
wrong parameter types. Patch by Victor Stinner.
-
Tarek Ziadé authored
-
Tarek Ziadé authored
Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetadata so we can read back PKG-INFO files
-
Andrew M. Kuchling authored
-
- 06 Dec, 2009 6 commits
-
-
Benjamin Peterson authored
-
Martin v. Löwis authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Benjamin Peterson authored
-
Tarek Ziadé authored
-
- 05 Dec, 2009 6 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 04 Dec, 2009 2 commits
-
-
Mark Dickinson authored
-
Mark Dickinson authored
-
- 03 Dec, 2009 7 commits
-
-
R. David Murray authored
file in the Lib/test directory, which might be read-only for the user running the tests.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
extensions with msvc9compiler.
-
Mark Dickinson authored
in a Py_ssize_t, not an int.
-
Benjamin Peterson authored
Patch from James Henstridge.
-
Philip Jenvey authored
-
Philip Jenvey authored
-
- 02 Dec, 2009 4 commits
-
-
Antoine Pitrou authored
access to the initgroups(3) C library call on Unix systems which implement it. Patch by Jean-Paul Calderone.
-
Eric Smith authored
-
Mark Dickinson authored
arithmetic.
-
Andrew M. Kuchling authored
-