summaryrefslogtreecommitdiffstats
path: root/Modules/mpzmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Export MPZType -- the type of mpz objects....Fred Drake1998-04-031-1/+9
* Untested change to include gmp-mparam.h instead of gmp-impl.h.Guido van Rossum1997-12-151-1/+1
* Use a trick to make the test for GMP v2 to work when GMP v1 definesGuido van Rossum1997-08-171-1/+1
* New form of PyFPE_END_PROTECT macro.Guido van Rossum1997-03-141-1/+1
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-141-0/+3
* Renamed a few symbols that were found in comments.Barry Warsaw1996-12-091-6/+6
* Renamed, ungrandly. We don't have the GNU MP library here so we can'tBarry Warsaw1996-12-091-278/+291
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Changes by Rob Hooft for GMP 2.0.2Guido van Rossum1996-08-191-10/+29
* add some castsGuido van Rossum1995-02-101-3/+3
* cosmetic changes so these modules will work with the strict new naming schemeGuido van Rossum1995-01-101-2/+1
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Another bulky set of minor changes.Guido van Rossum1995-01-021-5/+19
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-18/+22
* * mpzmodule.c: cast some methods to the proper type.Guido van Rossum1993-12-171-6/+8
* * mpzmodule.c: removed redundant mpz_print function.Guido van Rossum1993-11-051-19/+1
* * mymalloc.h: always allocate one extra byte, since some malloc'sGuido van Rossum1992-12-141-0/+1808