summaryrefslogtreecommitdiff
path: root/Modules/svmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-616/+616
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-10/+10
* Renamed PyString to PyBytesChristian Heimes2008-05-261-10/+10
* Deprecate the sv module as per PEP 4.Brett Cannon2008-05-121-0/+4
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Simplify and speedup uses of Py_BuildValue():Raymond Hettinger2003-10-121-1/+1
* Patch #477750: Use METH_ constants in Modules.Martin v. Löwis2002-01-171-34/+34
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-2/+2
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-10/+0
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-2/+2
* ANSI-fyingPeter Schneider-Kamp2000-07-101-126/+45
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-1/+1
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-4/+4
* Apply two changes, systematically:Guido van Rossum1997-10-011-2/+2
* Corrected two errors introduced by the renaming (and the subsequentGuido van Rossum1996-12-171-5/+10
* Renamed, and scrutinized for missed potential error conditions.Barry Warsaw1996-12-131-341/+411
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-48/+48
* Added conversion routines to sv module.Sjoerd Mullender1993-03-161-10/+55
* * ceval.c: ifdef out the last argument passing compat hack.Guido van Rossum1993-02-051-8/+5
* * Added Fixcprt.py: script to fix copyright message.Guido van Rossum1993-01-261-2/+2
* Various changes.Sjoerd Mullender1993-01-061-0/+952