summaryrefslogtreecommitdiff
path: root/Modules/config.c.in
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 81602 via svnmerge fromMark Dickinson2010-05-291-18/+17
* tabifyBenjamin Peterson2008-09-181-2/+2
* Re-implement the 'warnings' module in C. This allows for usage of theBrett Cannon2008-04-121-0/+4
* Issue 2408: remove the _types moduleAmaury Forgeot d'Arc2008-04-081-4/+0
* Fix misleading comment reported in issue #1917.Guido van Rossum2008-01-231-1/+1
* Patch #1520294: Support for getset and member descriptors in types.py,Barry Warsaw2006-07-271-0/+4
* whoops. missed one in an auto-generated file. another extern "C" {} for C++ c...Anthony Baxter2006-04-131-0/+10
* Create _ast module.Martin v. Löwis2006-02-271-0/+4
* Removed WITH_CYCLE_GC #ifdef-ery. Holes:Tim Peters2002-07-071-2/+0
* gcmodule is now enabled hereNeil Schemenauer2001-08-301-0/+6
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-1/+1
* _PyImport_Inittab: define the exceptions module's init function.Barry Warsaw2001-01-231-1/+1
* Clarify two commentsAndrew M. Kuchling2000-11-301-2/+2
* Fix prototypes generated by makesetup, so they include '(void)' rather thanThomas Wouters2000-07-231-2/+2
* Add "exceptions" to list of built-in modules for the sake ofGuido van Rossum2000-07-121-0/+1
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Renamed inittab.Guido van Rossum1997-04-291-1/+1
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-10/+17
* Use struct _inittab def from import.hGuido van Rossum1996-05-231-4/+1
* split config.c in 1000 parts; new main; new unfinished objective-C moduleGuido van Rossum1995-08-041-224/+7
* added getpalatform()Guido van Rossum1995-07-071-1/+11
* move decl of realmain() out of #ifdefGuido van Rossum1995-03-301-1/+2
* 1995 copyrightGuido van Rossum1995-03-141-1/+1
* remove bogus ## in front of gcc __VERSION__Guido van Rossum1995-02-171-1/+1
* tack compiler name/version to version string if knownGuido van Rossum1995-02-131-3/+31
* changes for C++ (Tim MacKenzie)Guido van Rossum1995-01-101-0/+21
* Added 1995 to copyright message.Guido van Rossum1995-01-041-6/+6
* Another bulky set of minor changes.Guido van Rossum1995-01-021-0/+4
* Fix getpythonpath() fix; never #include frozen.c.Guido van Rossum1994-10-051-4/+3
* Save static pointer to malloc'ed bufferGuido van Rossum1994-10-051-8/+8
* Makefile.pre.in: add $(OPT) to link commandGuido van Rossum1994-08-291-0/+17
* * Modules/config.c.in: change mac specific thingsGuido van Rossum1994-08-231-4/+6
* Move all code from version.c into config.cGuido van Rossum1994-08-191-0/+34
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-400/+54
* rgbimgmodule.c, Makefile, config.c: new module to read RGB image files.Sjoerd Mullender1993-12-211-0/+7
* * parsermodule.c, Makefile, config.c: rudimentary interface to the PythonGuido van Rossum1993-11-101-0/+7
* * nismodule.c: database keys and values can contain null bytes. be moreGuido van Rossum1993-11-031-2/+2
* * stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this isGuido van Rossum1993-10-181-17/+0
* * Extended X interface: pixmap objects, colormap objects visual objects,Sjoerd Mullender1993-10-111-0/+7
* Final touch before release.Guido van Rossum1993-07-291-3/+3
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+35
* * config.c: different default PYTHONPATH for MS-DOSGuido van Rossum1993-07-091-1/+1
* Support for frozen scripts; added -i option.Guido van Rossum1993-04-011-1/+19
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Added new module "array" (for now optional) defining array objects.Guido van Rossum1993-02-191-0/+7
* * Added Fixcprt.py: script to fix copyright message.Guido van Rossum1993-01-261-6/+28
* Added separate main program for the Mac: macmain.cGuido van Rossum1993-01-211-20/+56
* Checking in last-minute changes that are already part of release 0.9.8Guido van Rossum1993-01-101-3/+3
* * Configure.py: use #!/usr/local/bin/pythonGuido van Rossum1993-01-041-1/+1