summaryrefslogtreecommitdiff
path: root/Modules/config.c.in
Commit message (Expand)AuthorAgeFilesLines
* rename _imp initialization function to follow conventions (#5432)Benjamin Peterson2018-01-291-2/+2
* PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-231-1/+1
* Issue #14605: Stop having implicit entries for sys.meta_path.Brett Cannon2012-04-271-1/+0
* Issue #13959: Rename imp to _imp and add Lib/imp.py and beginBrett Cannon2012-04-151-1/+1
* #9418: first step of moving private string methods to _string module.Georg Brandl2010-10-141-0/+4
* Merged revisions 81602 via svnmerge fromMark Dickinson2010-05-291-16/+16
* Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,...Benjamin Peterson2008-09-221-2/+2
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-8/+8
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-131-0/+4
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-4/+0
* Merged revisions 60210-60233 via svnmerge fromChristian Heimes2008-01-241-1/+1
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-1/+1
* Somehow this contained a bogus reference to "exceptions" which causedGuido van Rossum2007-04-071-2/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+4
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-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