| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Moved Rational._binary_float_to_ratio() to float.as_integer_ratio() because | Jeffrey Yasskin | 2008-01-27 | 1 | -0/+159 |
* | Add prototypes to get the mathmodule.c to compile on OSF1 5.1 (Tru64) | Neal Norwitz | 2008-01-25 | 1 | -0/+5 |
* | Now that I've learnt about structseq objects I felt like converting sys.float... | Christian Heimes | 2008-01-14 | 1 | -29/+78 |
* | Continue rolling back pep-3141 changes that changed behavior from 2.5. This | Jeffrey Yasskin | 2008-01-05 | 1 | -55/+3 |
* | Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just | Jeffrey Yasskin | 2008-01-03 | 1 | -26/+82 |
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC... | Christian Heimes | 2007-12-19 | 1 | -12/+12 |
* | Applied patch #1635: Float patch for inf and nan on Windows (and other platfo... | Christian Heimes | 2007-12-18 | 1 | -1/+49 |
* | The new float repr causes too much trouble and pain. I'm disabling the featur... | Christian Heimes | 2007-12-11 | 1 | -1/+12 |
* | Backport of r59456:59458 from py3k to trunk | Christian Heimes | 2007-12-10 | 1 | -2/+106 |
* | Feature #1534 | Christian Heimes | 2007-12-01 | 1 | -0/+47 |
* | Add a bunch of GIL release/acquire points in tp_print implementations and for | Brett Cannon | 2007-09-17 | 1 | -0/+2 |
* | PEP 3123: Provide forward compatibility with Python 3.0, while keeping | Martin v. Löwis | 2007-07-21 | 1 | -14/+13 |
* | Remove dead code. This code couldn't be reached because earlier in | Neal Norwitz | 2007-05-03 | 1 | -12/+1 |
* | Reverting the patch that tried to fix the issue whereby x**2 raises | Alex Martelli | 2006-08-23 | 1 | -3/+3 |
* | x**2 should about equal x*x (including for a float x such that the result is | Alex Martelli | 2006-08-23 | 1 | -3/+3 |
* | Added a new macro, Py_IS_FINITE(X). On windows there is an intrinsic for thi... | Kristján Valur Jónsson | 2006-05-25 | 1 | -5/+2 |
* | C++ compiler cleanup: bunch-o-casts, plus use of unsigned loop index var in a... | Skip Montanaro | 2006-04-18 | 1 | -1/+1 |
* | More C++-compliance. Note especially listobject.c - to get C++ to accept the | Anthony Baxter | 2006-04-11 | 1 | -5/+5 |
* | Remove unnecessary casts in type object initializers. | Georg Brandl | 2006-03-30 | 1 | -12/+12 |
* | Use %ld and casts to long for refcount printing, in absense of a universally | Thomas Wouters | 2006-03-01 | 1 | -2/+6 |
* | Revert backwards-incompatible const changes. | Martin v. Löwis | 2006-02-27 | 1 | -1/+1 |
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -2/+2 |
* | Fix icc warnings: remove unused variable | Neal Norwitz | 2006-01-08 | 1 | -2/+1 |
* | Add const to several API functions that take char *. | Jeremy Hylton | 2005-12-10 | 1 | -1/+1 |
* | Fix bug | Michael W. Hudson | 2005-12-05 | 1 | -5/+13 |
* | Apparently some compiler gives a warning on | Michael W. Hudson | 2005-06-30 | 1 | -1/+1 |
* | This is my patch: | Michael W. Hudson | 2005-05-27 | 1 | -239/+509 |
* | Make subclasses of int, long, complex, float, and unicode perform type | Brett Cannon | 2005-04-26 | 1 | -1/+4 |
* | float_richcompare(): Use the new Py_IS_NAN macro to ensure that, on | Tim Peters | 2004-09-23 | 1 | -11/+9 |
* | SF bug #513866: Float/long comparison anomaly. | Tim Peters | 2004-09-23 | 1 | -8/+206 |
* | Fix a couple of signed/unsigned comparison warnings | Neal Norwitz | 2004-07-08 | 1 | -1/+1 |
* | Patch #774665: Make Python LC_NUMERIC agnostic. | Martin v. Löwis | 2004-06-08 | 1 | -3/+5 |
* | Remove float_compare as per | Michael W. Hudson | 2004-05-26 | 1 | -9/+1 |
* | Oops, didn't mean to commit the removal of float_compare! | Michael W. Hudson | 2004-02-26 | 1 | -1/+1 |
* | Pass a variable that actually exists to PyFPE_END_PROTECT in | Michael W. Hudson | 2004-02-26 | 1 | -2/+2 |
* | "Fix" (for certain configurations of the planets, including | Michael W. Hudson | 2004-02-19 | 1 | -1/+35 |
* | Remove support for SunOS 4. | Skip Montanaro | 2004-01-17 | 1 | -10/+0 |
* | Getting rid of all the code inside #ifdef macintosh too. | Jack Jansen | 2003-11-20 | 1 | -1/+1 |
* | SF patch 703666: Several objects don't decref tmp on failure in subtype_new | Raymond Hettinger | 2003-06-28 | 1 | -1/+3 |
* | SF bug 705231: Assertion failed, python aborts. | Tim Peters | 2003-05-24 | 1 | -6/+38 |
* | _PyFloat_Pack4(): Removed needless call of floor(). | Tim Peters | 2003-03-21 | 1 | -1/+1 |
* | New private API functions _PyFloat_{Pack,Unpack}(4,8}. This is a | Tim Peters | 2003-03-20 | 1 | -0/+313 |
* | Implement appropriate __getnewargs__ for all immutable subclassable builtin | Guido van Rossum | 2003-01-29 | 1 | -1/+12 |
* | Fix SF bug# 676155, RuntimeWarning with tp_compare | Neal Norwitz | 2003-01-28 | 1 | -1/+4 |
* | float_int(): Some systems raise an exception if a double is cast to | Tim Peters | 2002-11-21 | 1 | -14/+16 |
* | Change int() so that passing a string, unicode, float or long argument | Walter Dörwald | 2002-11-19 | 1 | -11/+9 |
* | Improve exception message raised by PyFloat_AsDouble if the object does not | Neil Schemenauer | 2002-11-18 | 1 | -2/+6 |
* | Call me anal, but there was a particular phrase that was speading to | Guido van Rossum | 2002-08-19 | 1 | -1/+1 |
* | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 1 | -1/+1 |
* | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -2/+2 |