| Commit message (Expand) | Author | Age | Files | Lines |
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -2/+2 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -2/+2 |
|
|
* | Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. | Brett Cannon | 2008-05-16 | 1 | -0/+4 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC... | Christian Heimes | 2007-12-19 | 1 | -2/+2 |
|
|
* | PEP 3123: Provide forward compatibility with Python 3.0, while keeping | Martin v. Löwis | 2007-07-21 | 1 | -6/+4 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 1 | -2/+2 |
|
|
* | Remove METH_OLDARGS: | Neal Norwitz | 2002-03-31 | 1 | -42/+23 |
|
|
* | Patch #477750: Use METH_ constants in Modules. | Martin v. Löwis | 2002-01-17 | 1 | -12/+12 |
|
|
* | Include <unistd.h> in Python.h. Fixes #500924. | Martin v. Löwis | 2002-01-12 | 1 | -4/+0 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -2/+2 |
|
|
* | Fix memory leak. This is part of SF patch #478006. | Fred Drake | 2001-11-09 | 1 | -0/+1 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | ANSIfy some more forward declarations. | Thomas Wouters | 2000-07-24 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | ANSI-fication (fixed on parameter list I messed up in the patch) | Peter Schneider-Kamp | 2000-07-10 | 1 | -53/+19 |
|
|
* | 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 | -3/+3 |
|
|
* | audio(7I) suggests that applications do the following to get the | Barry Warsaw | 1998-10-31 | 1 | -7/+42 |
|
|
* | Apply two changes, systematically: | Guido van Rossum | 1997-10-01 | 1 | -3/+1 |
|
|
* | Bugfix by Sjoerd: | Guido van Rossum | 1997-04-11 | 1 | -1/+5 |
|
|
* | Plugged a couple of potential return value problems, memory leaks, and | Barry Warsaw | 1997-01-09 | 1 | -8/+13 |
|
|
* | Renamed, however there is no test case. I did test some of the module | Barry Warsaw | 1996-12-13 | 1 | -194/+200 |
|
|
* | Make gcc -Wall happy; remove dummy variable (can't see where it's needed). | Guido van Rossum | 1996-12-10 | 1 | -2/+8 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Correct typo: return -1 for error, not 0 | Guido van Rossum | 1996-09-11 | 1 | -1/+1 |
|
|
* | Added some (method) casts. | Sjoerd Mullender | 1995-03-17 | 1 | -10/+10 |
|
|
* | 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 | -20/+24 |
|
|
* | Port to Solaris 2.3. | Sjoerd Mullender | 1993-12-03 | 1 | -2/+37 |
|
|
* | * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. | Guido van Rossum | 1993-06-17 | 1 | -0/+35 |
|
|
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 1 | -2/+2 |
|
|
* | classobject.c moduleobject.c stdwinmodule.c xxobject.c: | Guido van Rossum | 1992-09-04 | 1 | -0/+6 |
|
|
* | Initial revision | Guido van Rossum | 1992-06-03 | 1 | -0/+408 |
|
|