Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added NumVersion definition. | Guido van Rossum | 1996-08-26 | 1 | -0/+3 |
| | |||||
* | Insert filename in IOError message. | Guido van Rossum | 1996-08-26 | 1 | -1/+4 |
| | |||||
* | OK, now it uses sys.[exec_]prefix and supports | Guido van Rossum | 1996-08-26 | 2 | -131/+68 |
| | | | | | a -o option to specify an output directory. *Much* more convenient. Removed a whole lot of hullabaloo from the README file, too. | ||||
* | Get rid of it totally | Guido van Rossum | 1996-08-26 | 1 | -314/+0 |
| | |||||
* | Added warning that this is unsupported | Guido van Rossum | 1996-08-26 | 1 | -0/+2 |
| | |||||
* | Changes for 1.4 install targets | Guido van Rossum | 1996-08-26 | 1 | -6/+5 |
| | |||||
* | Allow whitespace before '#' in preprocessor directives. | Guido van Rossum | 1996-08-22 | 1 | -3/+4 |
| | |||||
* | Some improvements by Fred Drake. | Guido van Rossum | 1996-08-09 | 1 | -60/+58 |
| | |||||
* | More changes by Sjoerd & Jack | Guido van Rossum | 1996-07-21 | 1 | -42/+136 |
| | |||||
* | Addition by Jack to test for missing type support | Guido van Rossum | 1996-07-21 | 1 | -0/+20 |
| | |||||
* | Add test that script name ends in .py. | Guido van Rossum | 1996-06-17 | 1 | -9/+10 |
| | | | | Cosmetic changes to usage message (refer to "make install" now). | ||||
* | Get struct _frozen defn from Python.h; new variable names. | Guido van Rossum | 1996-06-17 | 1 | -5/+5 |
| | |||||
* | Removed most of the README text since it is all about the Mac specific | Guido van Rossum | 1996-05-24 | 1 | -161/+5 |
| | | | | examples, which no longer live here. | ||||
* | Moved customization to bgenlocations.py module. | Guido van Rossum | 1996-04-12 | 2 | -6/+13 |
| | |||||
* | Create files as temp file and move to real location only when complete. | Guido van Rossum | 1996-04-09 | 1 | -7/+22 |
| | | | | Added some try-except statements around listdir and mkdir operations. | ||||
* | A few missing casts (Richard Neitzel). | Guido van Rossum | 1996-03-07 | 3 | -6/+9 |
| | | | | Don't append Unix paths on a Mac (Jack Jansen). | ||||
* | don't die on unreadable files etc. | Guido van Rossum | 1996-02-05 | 1 | -6/+10 |
| | |||||
* | Added extra module argument varstuff, to declare extra module-level vars | Jack Jansen | 1996-01-05 | 1 | -1/+6 |
| | |||||
* | - Added color window/pixmap support | Jack Jansen | 1995-12-12 | 1 | -1/+2 |
| | | | | | - Added support for obtaining pixmap data - Added OptResObj_* routines for optional handles | ||||
* | Added Sint8 and Uint8 types | Jack Jansen | 1995-12-09 | 1 | -0/+2 |
| | |||||
* | Added cm and qt demos | Jack Jansen | 1995-12-09 | 1 | -1/+9 |
| | |||||
* | BitMap object support | Jack Jansen | 1995-11-16 | 1 | -0/+3 |
| | |||||
* | Added definitions for GrafPort object and Fixed type. | Jack Jansen | 1995-11-15 | 1 | -0/+8 |
| | |||||
* | Changed file signature to CW7 project mgr | Jack Jansen | 1995-11-14 | 1 | -2/+2 |
| | |||||
* | Fixed bug in cts error message handling. | Jack Jansen | 1995-11-10 | 1 | -1/+1 |
| | |||||
* | Added providence mailer support | Jack Jansen | 1995-10-30 | 1 | -1/+33 |
| | |||||
* | Added (limited) compuserve error parsing | Jack Jansen | 1995-10-30 | 1 | -1/+25 |
| | |||||
* | Removed unneeded reference to tkinter | Jack Jansen | 1995-10-23 | 1 | -1/+0 |
| | |||||
* | comment fix | Jack Jansen | 1995-10-23 | 1 | -0/+2 |
| | |||||
* | Script to read and parse error messages from mailer daemons. | Sjoerd Mullender | 1995-10-19 | 1 | -0/+201 |
| | | | | Written by Jack, some minor changes by Sjoerd. | ||||
* | Added third argument to call() | Jack Jansen | 1995-10-12 | 2 | -2/+3 |
| | |||||
* | New universal headers | Jack Jansen | 1995-10-09 | 1 | -2/+2 |
| | |||||
* | Fixed typo: == -> =. | Sjoerd Mullender | 1995-08-29 | 1 | -1/+1 |
| | |||||
* | many fixes by anonymous contributor | Guido van Rossum | 1995-08-28 | 1 | -72/+298 |
| | |||||
* | Added ResObj_OptNew declaration | Jack Jansen | 1995-08-17 | 2 | -1/+2 |
| | |||||
* | Added basic mac documentation. | Jack Jansen | 1995-08-14 | 1 | -0/+76 |
| | |||||
* | added getpath.c; added -P exec_prefix; added explanatory note | Guido van Rossum | 1995-08-08 | 1 | -8/+46 |
| | |||||
* | added ftp mirror script | Guido van Rossum | 1995-06-20 | 2 | -0/+300 |
| | |||||
* | removed all references to modsupport.h | Guido van Rossum | 1995-06-20 | 1 | -1/+0 |
| | |||||
* | Two new methods | Jack Jansen | 1995-06-20 | 2 | -0/+20 |
| | |||||
* | Fixed sentence about modulator | Jack Jansen | 1995-06-20 | 1 | -1/+1 |
| | |||||
* | Updated | Jack Jansen | 1995-06-20 | 1 | -4/+7 |
| | |||||
* | Jim Fulton's change to support doc strings | Jack Jansen | 1995-06-20 | 5 | -4/+30 |
| | |||||
* | Added missing setselftype method to ManualGenerator | Jack Jansen | 1995-06-18 | 1 | -0/+4 |
| | |||||
* | updated comments | Barry Warsaw | 1995-06-15 | 1 | -5/+3 |
| | |||||
* | converted to python | Barry Warsaw | 1995-06-15 | 1 | -124/+123 |
| | |||||
* | Ported to Universal Header 2.0.1f (i.e. CW6) | Jack Jansen | 1995-06-09 | 2 | -2/+10 |
| | |||||
* | Trying again to check it in. Changes to: | Jack Jansen | 1995-06-06 | 3 | -9/+15 |
| | | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions | ||||
* | Templates converted to new naming conventions (thanks to Chak Tan) | Jack Jansen | 1995-05-16 | 17 | -131/+100 |
| | |||||
* | Made the example slightly more complete | Jack Jansen | 1995-05-16 | 1 | -0/+7 |
| |