Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
bcc58e87e8595bcb374947a30e0bf3d62771abbf
/
Modules
/
mpzmodule.c
72cf6a8
Fix memory leaks reported by valgrind
by Neal Norwitz
· 22 years ago
fe51c6d
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
by Mark Hammond
· 23 years ago
938ace6
staticforward bites the dust.
by Jeremy Hylton
· 23 years ago
02098fa
Get rid of all METH_OLDARGS & PyArg_Parse.
by Neal Norwitz
· 23 years ago
dfd59e0
mpz_float() only takes one parameter now
by Neal Norwitz
· 23 years ago
ba3a16c
Remove METH_OLDARGS:
by Neal Norwitz
· 23 years ago
6f33250
SF patch 517245 by Marc Recht.
by Guido van Rossum
· 23 years ago
43b936d
Patch #477750: Use METH_ constants in Modules.
by Martin v. Löwis
· 23 years ago
1464839
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
by Guido van Rossum
· 23 years ago
0d5dd68
Python.h: Don't attempt to redefine NDEBUG if it's already defined.
by Tim Peters
· 24 years ago
c17b3cf
Richard Fish <rfish@users.sourceforge.net>:
by Fred Drake
· 24 years ago
22aa644
Patch #103523, to make mpz module compile with Cygwin
by Andrew M. Kuchling
· 24 years ago
06fdd2d
Another gcc -Wall warning squashed:
by Fred Drake
· 24 years ago
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 24 years ago
9bfd2bf
Do the absolute minimal amount of modifications to eradicate
by Barry Warsaw
· 24 years ago
f3f33dc
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
by Thomas Wouters
· 25 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 25 years ago
3646366
ANSI-fication, added #ifdef construction in mpz_coerce
by Peter Schneider-Kamp
· 25 years ago
dbd9ba6
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
by Tim Peters
· 25 years ago
ffcc381
Change copyright notice - 2nd try.
by Guido van Rossum
· 25 years ago
fd71b9e
Change copyright notice.
by Guido van Rossum
· 25 years ago
a44d353
Trent Mick <trentm@activestate.com>:
by Fred Drake
· 25 years ago
2650a42
Trent Mick: use size_t instead of int where appropriate (mpz_format()).
by Guido van Rossum
· 25 years ago
b18618d
Vladimir Marangozov's long-awaited malloc restructuring.
by Guido van Rossum
· 25 years ago
b6f6e95
Better fix for mpzmodule problem reported by Peter Funk: just use
by Andrew M. Kuchling
· 25 years ago
e7ef74d
Peter Funk:
by Guido van Rossum
· 25 years ago
4c07f81
Fixed bug reported to Gregor Hoffleit:
by Andrew M. Kuchling
· 26 years ago
3886bb6
Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows.
by Guido van Rossum
· 26 years ago
7e48898
Use the t# format where appropriate. Greg Stein.
by Guido van Rossum
· 26 years ago
fcc6c68
Export MPZType -- the type of mpz objects....
by Fred Drake
· 27 years ago
97250cb
Untested change to include gmp-mparam.h instead of gmp-impl.h.
by Guido van Rossum
· 27 years ago
57e846f
Use a trick to make the test for GMP v2 to work when GMP v1 defines
by Guido van Rossum
· 27 years ago
45b8391
New form of PyFPE_END_PROTECT macro.
by Guido van Rossum
· 28 years ago
52fa3a6
Changes for Lee Busby's SIGFPE patch set.
by Guido van Rossum
· 28 years ago
abb7efe
Renamed a few symbols that were found in comments.
by Barry Warsaw
· 28 years ago
3bdf746
Renamed, ungrandly. We don't have the GNU MP library here so we can't
by Barry Warsaw
· 28 years ago
d266eb4
New permission notice, includes CNRI.
by Guido van Rossum
· 28 years ago
272841c
Changes by Rob Hooft for GMP 2.0.2
by Guido van Rossum
· 28 years ago
760dd10
add some casts
by Guido van Rossum
· 30 years ago
a597dde
cosmetic changes so these modules will work with the strict new naming scheme
by Guido van Rossum
· 30 years ago
524b588
Added 1995 to copyright message.
by Guido van Rossum
· 30 years ago
3bbc62e
Another bulky set of minor changes.
by Guido van Rossum
· 30 years ago
b6775db
Merge alpha100 branch back to main trunk
by Guido van Rossum
· 31 years ago
67a5fdb
* mpzmodule.c: cast some methods to the proper type.
by Guido van Rossum
· 31 years ago
c600411
* mpzmodule.c: removed redundant mpz_print function.
by Guido van Rossum
· 31 years ago
5f59d60
* mymalloc.h: always allocate one extra byte, since some malloc's
by Guido van Rossum
· 32 years ago