| Commit message (Expand) | Author | Age | Files | Lines |
* | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 1 | -975/+975 |
|
|
* | #7613: missing ) in flmodule.c | Ezio Melotti | 2009-12-31 | 1 | -1/+1 |
|
|
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -10/+10 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -10/+10 |
|
|
* | FL, flp, and fl from IRIX have been deprecated for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -0/+5 |
|
|
* | Convert more modules to METH_VARARGS. | Georg Brandl | 2006-05-29 | 1 | -9/+8 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | Simplify and speedup uses of Py_BuildValue(): | Raymond Hettinger | 2003-10-12 | 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 | -2/+2 |
|
|
* | Convert METH_OLDARGS -> METH_NOARGS: remove args parameter | Neal Norwitz | 2002-03-31 | 1 | -243/+247 |
|
|
* | Patch #477750: Use METH_ constants in Modules. | Martin v. Löwis | 2002-01-17 | 1 | -45/+45 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -2/+2 |
|
|
* | sprintf -> PyOS_snprintf in some "obviously safe" cases. | Tim Peters | 2001-11-28 | 1 | -4/+4 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -10/+0 |
|
|
* | Even more ANSIfication: fix as many function pointers and declarations as | Thomas Wouters | 2000-07-22 | 1 | -3/+3 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -1/+1 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
|
|
* | Fixed up some ANSIfications. | Sjoerd Mullender | 2000-07-12 | 1 | -1/+1 |
|
|
* | ANSI-fication of the SGI modules (note that svmodule.c and sgimodule.c | Peter Schneider-Kamp | 2000-07-10 | 1 | -544/+177 |
|
|
* | 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 |
|
|
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-06-30 | 1 | -4/+4 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -4/+4 |
|
|
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | Keep gcc -Wall happy. | Guido van Rossum | 1997-04-29 | 1 | -25/+0 |
|
|
* | Renamed, but untested. | Roger E. Masse | 1997-01-03 | 1 | -765/+780 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Correct typo: return -1 for error, not NULL | Guido van Rossum | 1996-09-11 | 1 | -1/+1 |
|
|
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -136/+136 |
|
|
* | One NULL should have been 0. | Sjoerd Mullender | 1994-01-03 | 1 | -1/+1 |
|
|
* | forms_set_event_call_back: argument of None resets event callback to NULL. | Guido van Rossum | 1993-07-26 | 1 | -0/+2 |
|
|
* | * Makefile: added all: and default: targets. | Guido van Rossum | 1993-07-05 | 1 | -122/+83 |
|
|
* | * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. | Guido van Rossum | 1993-06-17 | 1 | -6/+6 |
|
|
* | Changes to speed up local variables enormously, by avoiding dictionary | Guido van Rossum | 1993-03-30 | 1 | -0/+9 |
|
|
* | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 1 | -55/+15 |
|
|
* | * bltinmodule.c: added built-in function cmp(a, b) | Guido van Rossum | 1992-10-18 | 1 | -4/+3 |
|
|
* | * Makefile: added IMGFILE; moved some stuff around. | Guido van Rossum | 1992-09-17 | 1 | -12/+75 |
|
|
* | Use getargs() everywhere now. Standardize lay-out yet more (an ongoing | Guido van Rossum | 1992-09-03 | 1 | -196/+248 |
|
|
* | Modified to allow other threads to run in a multithreaded environment. | Jack Jansen | 1992-08-13 | 1 | -1/+27 |
|
|
* | * Makefile: cosmetics | Guido van Rossum | 1992-08-05 | 1 | -3/+1 |
|
|
* | fixed bugs in generic_setattr (returned NULL instead of | Guido van Rossum | 1992-06-03 | 1 | -2/+2 |
|
|
* | in form_dealloc, only hide the form if it's visible | Guido van Rossum | 1992-04-08 | 1 | -1/+2 |
|
|
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
|
|
* | Added forms_(de)activate_all_forms functions; minor lay-out fixes. | Guido van Rossum | 1992-03-27 | 1 | -18/+40 |
|
|
* | Got rid of display_form() (same as show_form()). | Guido van Rossum | 1992-03-24 | 1 | -15/+0 |
|
|
* | Implemented show_choice(); moved items around a little bit. | Guido van Rossum | 1992-03-23 | 1 | -9/+47 |
|
|
* | Use getargs() function. | Guido van Rossum | 1992-01-27 | 1 | -184/+41 |
|
|
* | Hide forms before discarding them. | Guido van Rossum | 1991-12-16 | 1 | -0/+1 |
|
|