| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 1 | -2/+2 |
* | Added new module "array" (for now optional) defining array objects. | Guido van Rossum | 1993-02-19 | 1 | -0/+7 |
* | * Added Fixcprt.py: script to fix copyright message. | Guido van Rossum | 1993-01-26 | 1 | -6/+28 |
* | Added separate main program for the Mac: macmain.c | Guido van Rossum | 1993-01-21 | 1 | -20/+56 |
* | Checking in last-minute changes that are already part of release 0.9.8 | Guido van Rossum | 1993-01-10 | 1 | -3/+3 |
* | * Configure.py: use #!/usr/local/bin/python | Guido van Rossum | 1993-01-04 | 1 | -1/+1 |
* | Added new modules mpz, md5 (by JH, requiring GNU MP). | Guido van Rossum | 1992-12-08 | 1 | -0/+14 |
* | * config.c: Added audioop to lists. | Guido van Rossum | 1992-11-26 | 1 | -0/+7 |
* | Added imageopmodule.c, also added them to Makefile and config.c. | Guido van Rossum | 1992-10-26 | 1 | -0/+7 |
* | New shell script Addmodule.sh makes it easier to add a new optional | Guido van Rossum | 1992-09-25 | 1 | -0/+3 |
* | New built-in module "cl" (Compression Library). Only for Irix 4.0.5 | Sjoerd Mullender | 1992-09-24 | 1 | -0/+7 |
* | Made struct a standard built-in module; added string args to {set,get}sockopt; | Guido van Rossum | 1992-09-08 | 1 | -2/+3 |
* | Restructured (yet again) to treat all modules more alike. | Guido van Rossum | 1992-09-03 | 1 | -31/+132 |
* | rearranged modules alphabetically | Guido van Rossum | 1992-08-19 | 1 | -38/+47 |
* | Made module regex optional; added optional module nis. | Guido van Rossum | 1992-08-12 | 1 | -2/+14 |