summaryrefslogtreecommitdiff
path: root/Modules/cdmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-061-2/+2
* Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka2015-12-241-4/+2
* Issue #20437: Fixed 43 potential bugs when deleting objects references.Serhiy Storchaka2014-02-091-12/+6
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-524/+524
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-8/+8
* Renamed PyString to PyBytesChristian Heimes2008-05-261-8/+8
* The CD and cd modules for IRIX are deprecated for 3.0.Brett Cannon2008-05-141-0/+4
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Repair widespread misuse of _PyString_Resize. Since it's clear peopleTim Peters2002-04-271-2/+1
* Patch #477750: Use METH_ constants in Modules.Martin v. Löwis2002-01-171-27/+27
* 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
* Do the absolute minimal amount of modifications to eradicateBarry Warsaw2000-09-011-3/+0
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* ANSI-fication of the SGI modules (note that svmodule.c and sgimodule.cPeter Schneider-Kamp2000-07-101-93/+33
* 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
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-26/+26
* Oops, forgot one.Guido van Rossum1997-10-011-1/+1
* Renamed but not well tested.Roger E. Masse1997-01-031-273/+278
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-1/+1
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Use newgetargs instead of getargs.Sjoerd Mullender1995-03-281-167/+146
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-32/+32
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-6/+6
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Changed an ifdef from IRIX_405 to CDsetcallback.Sjoerd Mullender1992-09-251-1/+1
* Defined exception cd.error which is used for errors other thanSjoerd Mullender1992-09-241-28/+37
* * Makefile: cosmeticsGuido van Rossum1992-08-051-1/+0
* cdmodule.c: 2 minor changes by Sjoerd.Guido van Rossum1992-08-031-3/+13
* Wanneer er geen disk in de speler zit falen sommige routines. DeGuido van Rossum1992-05-061-58/+58
* Don't use \ for continuation lines; minor changes.Guido van Rossum1992-05-061-10/+4
* Return more structured data in some casesGuido van Rossum1992-04-151-16/+13
* Initial revisionGuido van Rossum1992-04-131-0/+889