- 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 7 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
the total number of seconds in the duration. Patch by Brian Quinlan.
-
Barry Warsaw yazdı
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r76160 | benjamin.peterson | 2009-11-08 18:53:48 -0600 (Sun, 08 Nov 2009) | 1 line undeprecate the -p option; it's useful for converting python3 sources ........ r76161 | benjamin.peterson | 2009-11-08 19:05:37 -0600 (Sun, 08 Nov 2009) | 1 line simplify condition ........ r76250 | benjamin.peterson | 2009-11-13 16:56:48 -0600 (Fri, 13 Nov 2009) | 1 line fix handling of a utf-8 bom #7313 ........ r76252 | benjamin.peterson | 2009-11-13 16:58:36 -0600 (Fri, 13 Nov 2009) | 1 line remove pdb turd ........ r76447 | benjamin.peterson | 2009-11-22 18:17:40 -0600 (Sun, 22 Nov 2009) | 1 line #7375 fix nested transformations in fix_urllib ........ r76506 | benjamin.peterson | 2009-11-24 18:34:31 -0600 (Tue, 24 Nov 2009) | 1 line use generator expressions in any() ........
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
Issue #6615: logging: Used weak references in internal handler list. Thanks to flox (Florent Xicluna) for the patch.
-
- 24 Kas, 2009 6 kayıt (commit)
-
-
Mark Dickinson yazdı
(Should silence some compiler warnings.)
-
Alexandre Vassalotti yazdı
The reference to copyreg was a unnoticed leftover from the compatibility support for the grand renaming of the standard library in Python 3. The compatibility support was reverted in r63493, but not completely as this patch shows. Based on a patch by Amaury Forgeot d'Arc.
-
Vinay Sajip yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Jesse Noller yazdı
-