| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 1 | -174/+174 |
| | | |||||
| * | Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError for | Mark Dickinson | 2009-02-10 | 1 | -1/+17 |
| | | | | | | | negative arguments. Previously, it raised TypeError. Thanks Lisandro Dalcin. | ||||
| * | Fix error in comment, and in test_long_api and test_longlong_api remove | Tim Peters | 2001-06-16 | 1 | -20/+19 |
| | | | | | the need for the F_ERROR macro. | ||||
| * | Add tests of PyLong_{As,From}{Unsigned,}Long. These are very much like | Tim Peters | 2001-06-14 | 1 | -0/+167 |
| the new PyLong_{As,From}{Unsigned,}LongLong tests, so the bulk of the code is in the new #include file testcapi_long.h, which generates different code depending on how macros are set. This sucks, but I couldn't think of anything that sucked less. UNIX headache? If we still maintain dependencies by hand, someone who knows what they're doing should teach whatever needs it that _testcapimodule.c includes testcapi_long.h. | |||||
