Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 28 | -29/+28 |
| | |||||
* | Changed so that it replaces /usr/local/bin/python with /usr/bin/env python. | Guido van Rossum | 1996-11-27 | 1 | -6/+6 |
| | |||||
* | Changed logic so it now replaces anything that has #! and python in | Guido van Rossum | 1996-11-27 | 1 | -6/+5 |
| | | | | the first line, replacing the entire line. | ||||
* | Script to fix cprt notice | Guido van Rossum | 1996-11-27 | 1 | -0/+78 |
| | |||||
* | Removed the USA'isms that aren't really true | Barry Warsaw | 1996-11-20 | 1 | -2/+4 |
| | |||||
* | /usr/bin/env is slightly more portable | Barry Warsaw | 1996-11-20 | 1 | -1/+1 |
| | |||||
* | Added a few meta info | Barry Warsaw | 1996-11-20 | 1 | -0/+4 |
| | |||||
* | Output original address | Barry Warsaw | 1996-11-19 | 1 | -4/+4 |
| | |||||
* | Updated country codes as per ISO3166 10-Feb-1994 | Barry Warsaw | 1996-11-18 | 1 | -36/+183 |
| | |||||
* | implementation complete. need to update country codes | Barry Warsaw | 1996-11-18 | 1 | -22/+64 |
| | |||||
* | Added `ru' --> Russia | Barry Warsaw | 1996-11-18 | 1 | -0/+1 |
| | |||||
* | A rewrite for better Python-ish style | Barry Warsaw | 1996-11-18 | 1 | -24/+35 |
| | |||||
* | Fixed a bug: files that no longer exist remotely would never be | Guido van Rossum | 1996-11-14 | 1 | -0/+24 |
| | | | | | | | | | removed from .mirrorinfo. Now they are (even if -r is not specified -- the files are not removed, just their .mirrorinfo entry). Added a feature: the -s pattern option is also used to skip local files when removing (i.e. -r won't remove local files matching the -s patterns). | ||||
* | (texi2html.py): Minor improvement to HTML 3.0 output for code examples. | Fred Drake | 1996-10-25 | 1 | -2/+7 |
| | |||||
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -9/+16 |
| | |||||
* | (texi2html.py): Added CLASS=Navigation attribute to DIV around top/bottom | Fred Drake | 1996-10-11 | 1 | -2/+2 |
| | | | | | | | navigation links for HTML 3 version. Forced a blank line above the footnotes separator for HTML 2; at least one page did not get this spaced correctly. | ||||
* | (texi2html.py): Tightened the generated HTML slightly. Added -p option to | Fred Drake | 1996-10-09 | 1 | -159/+251 |
| | | | | | | | | | | | | | | | | print section titles even when the debugging output is not enabled. Added -3 option to generate HTML 3.0 constructs where meaningful. Removed repititive garbage generation: the old version added simple descriptive comments after every datadesc/funcdesc/*desc entry: function(args) -- function of module xxxx Description.... These comments are no longer generated: function(args) Description.... | ||||
* | (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentation | Fred Drake | 1996-09-13 | 1 | -1324/+1319 |
| | | | | | | | | | to 4 spaces per level (no longer 8). (Makefile): Use .pyc versions of partparse.py and texi2html.py to generate converted documentation formats. This reduces the startup costs; probably doesn't affect anyone but me in reality, but helps when working on the docs. | ||||
* | Note obsolescence | Guido van Rossum | 1996-09-11 | 1 | -1/+5 |
| | |||||
* | 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 |
| |