- 24 Eki, 2009 13 kayıt (commit)
-
-
Mark Dickinson yazdı
Add sys.float_repr_style attribute ('short' if short float repr is in used; 'legacy' otherwise).
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Tarek Ziadé yazdı
-
Mark Dickinson yazdı
- add double endianness detection to configure script - add configure-time check to see whether we can use inline assembly to get and set x87 control word in configure script - add functions to get and set x87 control word in Python/pymath.c - add pyport.h logic to determine whether it's safe to use the short float repr or not
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
Add the Python/dtoa.c file containing the main algorithms; add corresponding include file and include in Python.h; include license information for Python/dtoa.c; add dtoa.c and dtoa.h to Makefile.
-
Antoine Pitrou yazdı
-
Mark Dickinson yazdı
-
Georg Brandl yazdı
-
- 23 Eki, 2009 5 kayıt (commit)
-
-
Neil Schemenauer yazdı
-
Antoine Pitrou yazdı
-
Fred Drake yazdı
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
- 22 Eki, 2009 22 kayıt (commit)
-
-
Eric Smith yazdı
Per the discussion in issue6882, backport the try/finally work that was done to the py3k version (mostly in r59477, I think).
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
Also, use the hasattr() like scheme of allowing BaseException exceptions through.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-