index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
shamodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make use of METH_O and METH_NOARGS where possible.
Georg Brandl
2006-05-29
1
-15
/
+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
-1
/
+1
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0
/
+2
*
[ sf.net patch # 1121611 ]
Gregory P. Smith
2005-08-21
1
-11
/
+69
*
Use personal e-mail address
Andrew M. Kuchling
2002-10-30
1
-1
/
+1
*
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond
2002-08-02
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
-12
/
+11
*
Remove unused variable and call to PyModule_GetDict().
Fred Drake
2002-04-01
1
-2
/
+1
*
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
Guido van Rossum
2001-12-08
1
-1
/
+1
*
Clean up a Tab inconsistency.
Fred Drake
2001-11-02
1
-4
/
+2
*
[Patch #476612] Add attributes from PEP247 to the md5 and sha modules
Andrew M. Kuchling
2001-11-02
1
-3
/
+4
*
Cleanup logic a little. Check args first, then try to create the
Jeremy Hylton
2001-01-29
1
-4
/
+3
*
Part of SF patch #102409 by jlt63 to support building these modules
Guido van Rossum
2001-01-10
1
-1
/
+1
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-16
/
+0
*
Do the absolute minimal amount of modifications to eradicate
Barry Warsaw
2000-09-01
1
-4
/
+0
*
SHA_hexdigest(): A couple of small patches to this function, added
Barry Warsaw
2000-08-15
1
-2
/
+10
*
Update e-mail address
Andrew M. Kuchling
2000-08-01
1
-1
/
+1
*
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters
2000-07-21
1
-2
/
+2
*
ANSI-fied sources, converted to four-space indentation.
Fred Drake
2000-07-08
1
-182
/
+151
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-22
/
+7
*
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum
2000-05-03
1
-2
/
+2
*
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum
2000-02-29
1
-1
/
+1
*
casts for picky compilers.
Guido van Rossum
1999-04-10
1
-1
/
+1
*
Avoid warnings from AIX compiler. Reported by Vladimir (AIX is my
Guido van Rossum
1999-03-29
1
-3
/
+3
*
Added Greg Stein and Andrew Kuchling's sha module.
Guido van Rossum
1999-03-24
1
-0
/
+604