- 24 Oct, 2009 9 commits
-
-
Mark Dickinson authored
- 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 authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Mark Dickinson authored
-
Mark Dickinson authored
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 authored
-
Mark Dickinson authored
-
Georg Brandl authored
-
- 23 Oct, 2009 5 commits
-
-
Neil Schemenauer authored
-
Antoine Pitrou authored
-
Fred Drake authored
-
Antoine Pitrou authored
-
Georg Brandl authored
-
- 22 Oct, 2009 22 commits
-
-
Eric Smith authored
Per the discussion in issue6882, backport the try/finally work that was done to the py3k version (mostly in r59477, I think).
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Benjamin Peterson authored
Also, use the hasattr() like scheme of allowing BaseException exceptions through.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 21 Oct, 2009 2 commits
-
-
Vinay Sajip authored
-
Georg Brandl authored
-
- 20 Oct, 2009 2 commits
-
-
Antoine Pitrou authored
We probably need a function in test_support to handle this.
-
Benjamin Peterson authored
-