- 05 Ara, 2009 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 04 Ara, 2009 2 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
- 03 Ara, 2009 7 kayıt (commit)
-
-
R. David Murray yazdı
file in the Lib/test directory, which might be read-only for the user running the tests.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
extensions with msvc9compiler.
-
Mark Dickinson yazdı
in a Py_ssize_t, not an int.
-
Benjamin Peterson yazdı
Patch from James Henstridge.
-
Philip Jenvey yazdı
-
Philip Jenvey yazdı
-
- 02 Ara, 2009 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
access to the initgroups(3) C library call on Unix systems which implement it. Patch by Jean-Paul Calderone.
-
Eric Smith yazdı
-
Mark Dickinson yazdı
arithmetic.
-
Andrew M. Kuchling yazdı
-
- 01 Ara, 2009 2 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
is outside the allowed range.
-
Ronald Oussoren yazdı
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 Kas, 2009 4 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 29 Kas, 2009 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
Thanks Robert Collins
-
Tarek Ziadé yazdı
-
Eric Smith yazdı
Issue #3382: Make '%F' and float.__format__('F') convert results to upper case. Much of the patch came from Mark Dickinson.
-
- 28 Kas, 2009 6 kayıt (commit)
-
-
Mark Dickinson yazdı
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 yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
Objects/floatobject.c and Objects/complexobject.c. This should silence compiler warnings about implicit declaration of the 'finite' function on Solaris.
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
to indicate that semaphores aren't available; define a new variable POSIX_SEMAPHORES_NOT_ENABLED instead.
-
- 27 Kas, 2009 5 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Vinay Sajip yazdı
-
Martin v. Löwis yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
`storbinary()` method of FTP and FTP_TLS objects gains an optional `rest` argument. Patch by Pablo Mouzo. (note: the patch also adds a test for the rest argument in retrbinary())
-
- 26 Kas, 2009 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
-
Martin v. Löwis yazdı
-
- 25 Kas, 2009 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-