- 08 Dec, 2009 1 commit
-
-
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
-
- 01 Dec, 2009 2 commits
-
-
Amaury Forgeot d'Arc authored
is outside the allowed range.
-
Ronald Oussoren authored
multi-architecture build (in particular when the architectures don't share a common pointer size). Fixed the same issue for SIZEOF_PTHREAD_T. (No update to the NEWS file because this is a bugfix for an as yet unreleased feature)
-
- 30 Nov, 2009 4 commits
-
-
Mark Dickinson authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 29 Nov, 2009 3 commits
-
-
Benjamin Peterson authored
Thanks Robert Collins
-
Tarek Ziadé authored
-
Eric Smith authored
Issue #3382: Make '%F' and float.__format__('F') convert results to upper case. Much of the patch came from Mark Dickinson.
-
- 28 Nov, 2009 5 commits
-
-
Mark Dickinson authored
compiler_add_o, use copysign instead of examining the first and last bytes of the double. The latter method fails for little-endian ARM, OABI, where doubles are little-endian but with the words swapped.
-
Antoine Pitrou authored
-
Mark Dickinson authored
-
Mark Dickinson authored
Objects/floatobject.c and Objects/complexobject.c. This should silence compiler warnings about implicit declaration of the 'finite' function on Solaris.
-
Georg Brandl authored
-