| Commit message (Expand) | Author | Age | Files | Lines |
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -2/+2 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -2/+2 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -1/+1 |
|
|
* | Adds stand alone _md5 and _sha1 modules for use by hashlib on systems | Gregory P. Smith | 2007-09-09 | 1 | -0/+561 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -312/+0 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -8/+8 |
|
|
* | 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/+53 |
|
|
* | typo | Skip Montanaro | 2003-07-08 | 1 | -1/+1 |
|
|
* | SF #621948, update docstring for md5 by David M. Cooke. Will backport. | Neal Norwitz | 2002-10-11 | 1 | -0/+1 |
|
|
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -1/+1 |
|
|
* | Removed more stray instances of statichere, but left _sre.c alone. | Tim Peters | 2002-07-17 | 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 | -17/+14 |
|
|
* | Remove METH_OLDARGS: | Neal Norwitz | 2002-03-31 | 1 | -2/+2 |
|
|
* | Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. | Neal Norwitz | 2002-03-25 | 1 | -15/+6 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -1/+1 |
|
|
* | Simplify initmd5() to use PyModule_AddIntConstant(). | Fred Drake | 2001-11-02 | 1 | -3/+2 |
|
|
* | [Patch #476612] Add attributes from PEP247 to the md5 and sha modules | Andrew M. Kuchling | 2001-11-02 | 1 | -1/+7 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | md5_hexdigest(): After a brief conversation with TP, added hexdigest() | Barry Warsaw | 2000-08-15 | 1 | -9/+41 |
|
|
* | Use METH_OLDARGS instead of numeric constant 0 in method def. tables | Andrew M. Kuchling | 2000-08-03 | 1 | -3/+6 |
|
|
* | Use METH_VARARGS instead of numeric constant 1 in method def. tables | Andrew M. Kuchling | 2000-08-03 | 1 | -2/+2 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -2/+2 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
|
|
* | ANSI-fying | Peter Schneider-Kamp | 2000-07-10 | 1 | -17/+6 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | 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 |
|
|
* | Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>: | Fred Drake | 2000-02-04 | 1 | -1/+3 |
|
|
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | Doc strings by Chris Petrilli. | Guido van Rossum | 1998-10-14 | 1 | -6/+79 |
|
|
* | Renamed | Barry Warsaw | 1996-12-09 | 1 | -47/+45 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | use newgetargs | Guido van Rossum | 1995-07-26 | 1 | -9/+6 |
|
|
* | changes for MPW | Guido van Rossum | 1995-03-09 | 1 | -1/+1 |
|
|
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
|
|
* | Another bulky set of minor changes. | Guido van Rossum | 1995-01-02 | 1 | -2/+3 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -86/+62 |
|
|
* | Port to Solaris 2.3. | Sjoerd Mullender | 1993-12-03 | 1 | -3/+1 |
|
|
* | Simplify life for md5: include (slightly modified) md5.h and md5c.c | Guido van Rossum | 1993-11-01 | 1 | -5/+11 |
|
|
* | * mymalloc.h: always allocate one extra byte, since some malloc's | Guido van Rossum | 1992-12-14 | 1 | -0/+222 |
|
|