| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #14605: Stop having implicit entries for sys.meta_path. | Brett Cannon | 2012-04-27 | 1 | -1/+0 |
|
|
* | Issue #13959: Rename imp to _imp and add Lib/imp.py and begin | Brett Cannon | 2012-04-15 | 1 | -1/+1 |
|
|
* | #9418: first step of moving private string methods to _string module. | Georg Brandl | 2010-10-14 | 1 | -0/+4 |
|
|
* | Merged revisions 81602 via svnmerge from | Mark Dickinson | 2010-05-29 | 1 | -16/+16 |
|
|
* | Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,... | Benjamin Peterson | 2008-09-22 | 1 | -2/+2 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -8/+8 |
|
|
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 1 | -0/+4 |
|
|
* | Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-... | Christian Heimes | 2008-04-09 | 1 | -4/+0 |
|
|
* | Merged revisions 60210-60233 via svnmerge from | Christian Heimes | 2008-01-24 | 1 | -1/+1 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -1/+1 |
|
|
* | Somehow this contained a bogus reference to "exceptions" which caused | Guido van Rossum | 2007-04-07 | 1 | -2/+0 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+4 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -0/+10 |
|
|
* | Create _ast module. | Martin v. Löwis | 2006-02-27 | 1 | -0/+4 |
|
|
* | Removed WITH_CYCLE_GC #ifdef-ery. Holes: | Tim Peters | 2002-07-07 | 1 | -2/+0 |
|
|
* | gcmodule is now enabled here | Neil Schemenauer | 2001-08-30 | 1 | -0/+6 |
|
|
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -1/+1 |
|
|
* | _PyImport_Inittab: define the exceptions module's init function. | Barry Warsaw | 2001-01-23 | 1 | -1/+1 |
|
|
* | Clarify two comments | Andrew M. Kuchling | 2000-11-30 | 1 | -2/+2 |
|
|
* | Fix prototypes generated by makesetup, so they include '(void)' rather than | Thomas Wouters | 2000-07-23 | 1 | -2/+2 |
|
|
* | Add "exceptions" to list of built-in modules for the sake of | Guido van Rossum | 2000-07-12 | 1 | -0/+1 |
|
|
* | 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 |
|
|
* | Renamed inittab. | Guido van Rossum | 1997-04-29 | 1 | -1/+1 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -10/+17 |
|
|
* | Use struct _inittab def from import.h | Guido van Rossum | 1996-05-23 | 1 | -4/+1 |
|
|
* | split config.c in 1000 parts; new main; new unfinished objective-C module | Guido van Rossum | 1995-08-04 | 1 | -224/+7 |
|
|
* | added getpalatform() | Guido van Rossum | 1995-07-07 | 1 | -1/+11 |
|
|
* | move decl of realmain() out of #ifdef | Guido van Rossum | 1995-03-30 | 1 | -1/+2 |
|
|
* | 1995 copyright | Guido van Rossum | 1995-03-14 | 1 | -1/+1 |
|
|
* | remove bogus ## in front of gcc __VERSION__ | Guido van Rossum | 1995-02-17 | 1 | -1/+1 |
|
|
* | tack compiler name/version to version string if known | Guido van Rossum | 1995-02-13 | 1 | -3/+31 |
|
|
* | changes for C++ (Tim MacKenzie) | Guido van Rossum | 1995-01-10 | 1 | -0/+21 |
|
|
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -6/+6 |
|
|
* | Another bulky set of minor changes. | Guido van Rossum | 1995-01-02 | 1 | -0/+4 |
|
|
* | Fix getpythonpath() fix; never #include frozen.c. | Guido van Rossum | 1994-10-05 | 1 | -4/+3 |
|
|
* | Save static pointer to malloc'ed buffer | Guido van Rossum | 1994-10-05 | 1 | -8/+8 |
|
|
* | Makefile.pre.in: add $(OPT) to link command | Guido van Rossum | 1994-08-29 | 1 | -0/+17 |
|
|
* | * Modules/config.c.in: change mac specific things | Guido van Rossum | 1994-08-23 | 1 | -4/+6 |
|
|
* | Move all code from version.c into config.c | Guido van Rossum | 1994-08-19 | 1 | -0/+34 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -400/+54 |
|
|
* | rgbimgmodule.c, Makefile, config.c: new module to read RGB image files. | Sjoerd Mullender | 1993-12-21 | 1 | -0/+7 |
|
|
* | * parsermodule.c, Makefile, config.c: rudimentary interface to the Python | Guido van Rossum | 1993-11-10 | 1 | -0/+7 |
|
|
* | * nismodule.c: database keys and values can contain null bytes. be more | Guido van Rossum | 1993-11-03 | 1 | -2/+2 |
|
|
* | * stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this is | Guido van Rossum | 1993-10-18 | 1 | -17/+0 |
|
|
* | * Extended X interface: pixmap objects, colormap objects visual objects, | Sjoerd Mullender | 1993-10-11 | 1 | -0/+7 |
|
|
* | Final touch before release. | Guido van Rossum | 1993-07-29 | 1 | -3/+3 |
|
|
* | * Added support for X11 modules. | Guido van Rossum | 1993-07-28 | 1 | -0/+35 |
|
|
* | * config.c: different default PYTHONPATH for MS-DOS | Guido van Rossum | 1993-07-09 | 1 | -1/+1 |
|
|
* | Support for frozen scripts; added -i option. | Guido van Rossum | 1993-04-01 | 1 | -1/+19 |
|
|