Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
16f9055a9bf1c28bd398ea7b82195d32f8ab44b1
/
Modules
/
md5module.c
ba3a16c
Remove METH_OLDARGS:
by Neal Norwitz
· 23 years ago
3a6f978
Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS.
by Neal Norwitz
· 23 years ago
1464839
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
by Guido van Rossum
· 23 years ago
52a42e9
Simplify initmd5() to use PyModule_AddIntConstant().
by Fred Drake
· 23 years ago
75fec2c
[Patch #476612] Add attributes from PEP247 to the md5 and sha modules
by Andrew M. Kuchling
· 23 years ago
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 24 years ago
3ec0fbb
md5_hexdigest(): After a brief conversation with TP, added hexdigest()
by Barry Warsaw
· 24 years ago
a1abb72
Use METH_OLDARGS instead of numeric constant 0 in method def. tables
by Andrew M. Kuchling
· 24 years ago
e365fb8
Use METH_VARARGS instead of numeric constant 1 in method def. tables
by Andrew M. Kuchling
· 24 years ago
f3f33dc
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
by Thomas Wouters
· 24 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 24 years ago
286da3b
ANSI-fying
by Peter Schneider-Kamp
· 24 years ago
ffcc381
Change copyright notice - 2nd try.
by Guido van Rossum
· 24 years ago
fd71b9e
Change copyright notice.
by Guido van Rossum
· 24 years ago
b18618d
Vladimir Marangozov's long-awaited malloc restructuring.
by Guido van Rossum
· 25 years ago
43713e5
Massive patch by Skip Montanaro to add ":name" to as many
by Guido van Rossum
· 25 years ago
0d40ba4
Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>:
by Fred Drake
· 25 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
d3a6a14
Doc strings by Chris Petrilli. Also added MD5Type object.
by Guido van Rossum
· 26 years ago
8b43b19
Renamed
by Barry Warsaw
· 28 years ago
d266eb4
New permission notice, includes CNRI.
by Guido van Rossum
· 28 years ago
ef38b78
use newgetargs
by Guido van Rossum
· 29 years ago
a320fd3
changes for MPW
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
· 30 years ago
66bca32
Port to Solaris 2.3.
by Sjoerd Mullender
· 31 years ago
13ecc7a
Simplify life for md5: include (slightly modified) md5.h and md5c.c
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