Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 141 | -143/+146 |
| | |||||
* | Webmaker instructions | Guido van Rossum | 1996-11-27 | 1 | -0/+560 |
| | |||||
* | Script to write MIF files from ref*.{book,doc} | Guido van Rossum | 1996-11-27 | 1 | -0/+17 |
| | |||||
* | Pass self as master to Entry() widget constructor. | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Added safeguard against failure in __del__. | Guido van Rossum | 1996-11-27 | 1 | -0/+2 |
| | |||||
* | Added note about "boot" implying "clobber". | Guido van Rossum | 1996-11-27 | 1 | -4/+11 |
| | | | | Added definition TARGET=python for more flexibility. | ||||
* | Corrected *noconfig* to be *shared*; added cc: vlad back. | Guido van Rossum | 1996-11-27 | 1 | -3/+4 |
| | |||||
* | monty -> grail in Grail URL. | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | Upgraded new.function() contributed by Tommy. Also got rid of #if 0'ed code. | Guido van Rossum | 1996-11-21 | 1 | -25/+8 |
| | |||||
* | Added ALL='all'. | Guido van Rossum | 1996-11-20 | 2 | -0/+2 |
| | |||||
* | Turn leading minus sign into underscore for image widget name -- the | Guido van Rossum | 1996-11-20 | 2 | -6/+10 |
| | | | | hyphen confused Tk into thinking the name was an option. | ||||
* | Added support for timezone in date field. getdate_tz() and | Guido van Rossum | 1996-11-20 | 1 | -6/+57 |
| | | | | | parsedate_tz() return a 10-tuple, the last field is the tz offset in seconds (e.g. -18000 or -5 hours for EST). | ||||
* | When re-raising an exception raised by a module used internally as | Guido van Rossum | 1996-11-20 | 1 | -3/+5 |
| | | | | IOError, keep the traceback. | ||||
* | Removed the USA'isms that aren't really true | Barry Warsaw | 1996-11-20 | 1 | -2/+4 |
| | |||||
* | Added reference to pdf documentation and bbpy, correctly explained | Jack Jansen | 1996-11-20 | 1 | -1/+3 |
| | | | | | difference between aetools.Error and MacOS.Error for appletscript programs. | ||||
* | /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 |
| | |||||
* | Added reference to pdf documentation and bbpy, correctly explained | Jack Jansen | 1996-11-20 | 3 | -138/+148 |
| | | | | | difference between aetools.Error and MacOS.Error for appletscript programs. | ||||
* | Fixed FSSpec->pathname code to add colon if the fsspec points to a disk. | Jack Jansen | 1996-11-20 | 1 | -0/+6 |
| | |||||
* | Fixed bundle to allow any object (file, folder, disk) to be dropped on | Jack Jansen | 1996-11-20 | 1 | -116/+81 |
| | | | | an applet. | ||||
* | Fixed to allow sys.path initializer to be longer than 255 chars. | Jack Jansen | 1996-11-20 | 2 | -63/+68 |
| | |||||
* | 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). | ||||
* | Added os.remove()/unlink(), rmdir(), rename(), and [f]truncate(). | Guido van Rossum | 1996-11-14 | 1 | -0/+17 |
| | |||||
* | Added Q. about enabling *shared* on Linux. | Guido van Rossum | 1996-11-13 | 1 | -20/+29 |
| | |||||
* | When removing a messge from all sequences, don't remove from 'cur', | Guido van Rossum | 1996-11-12 | 1 | -0/+3 |
| | | | | which needs to stay unless explicitly set. | ||||
* | (myformat.perl): Fixed handling of "\e" -- argh! | Fred Drake | 1996-11-11 | 1 | -3/+3 |
| | |||||
* | (Makefile): Updated comments about using LaTeX2HTML for the library | Fred Drake | 1996-11-11 | 1 | -25/+18 |
| | | | | | | | | | | | | reference. Made the extension to the input files for makeindex explicit; if not made explicit a directory of the given base name can cause makeindex to blow up. Specifically, if there is a directory ./lib/ created by LaTeX2HTML, "makeindex lib" will fail, but "makeindex lib.idx" will not. l2h{tut,ext,lib} are now dependent on myformat.perl. l2h adds ls2lib and removes the non-existant l2href. | ||||
* | (myformat.perl): Simplify generated HTML for "\optional{...}". | Fred Drake | 1996-11-11 | 1 | -2/+2 |
| | |||||
* | (fix_libaux.sed): Hackish little sed script to modify lib.aux to get section | Fred Drake | 1996-11-11 | 2 | -0/+6 |
| | | | | | | numbers right for latex2html for section titles which include "\sectcode{__.*__}" in the name. Perhaps less general than it should be, but sufficient. | ||||
* | (.latex2html-init): Perform some limited setup for the reference manuals; | Fred Drake | 1996-11-11 | 1 | -0/+98 |
| | | | | | | | | some defaults are set here, but mostly this allows the "\," command to be used the way it is in the Python documentation. All future documentation should probably be written with only "," in the argument lists and not "\,". | ||||
* | (myformat.sty): Simplify \varvars definition. | Fred Drake | 1996-11-11 | 1 | -1/+1 |
| | |||||
* | Added 'strict_parsing' option to all parsing functions. This causes a | Guido van Rossum | 1996-11-11 | 1 | -11/+27 |
| | | | | | | | | | | ValueError exception when the query string contains fields that don't contain exactly one '=' sign. (By default, such fields are simply ignored.) Added this to the doc string describing parse() and parse_qs(). Also changed the default for keep_blank_values from None to 0 (the preferred way to spell 'FALSE'). | ||||
* | Don't require leading '-' on option name to Text.tag_cget | Guido van Rossum | 1996-11-11 | 2 | -0/+8 |
| | |||||
* | Fix the way the Authorization header is sent (how could this have worked?). | Guido van Rossum | 1996-11-11 | 1 | -1/+1 |
| | |||||
* | (myformat.perl): Updated to allow library reference manual to be handled by | Fred Drake | 1996-11-11 | 1 | -13/+72 |
| | | | | | latex2html. Mostly added support for custom environments and some of the smaller commands used in the library reference (\e, \optional). | ||||
* | Add twit "home" location to sys.path (so you can put the applet on the | Jack Jansen | 1996-11-11 | 2 | -2/+9 |
| | | | | desktop) | ||||
* | Make Py_ReturnNullError() statis as it should be. | Guido van Rossum | 1996-11-11 | 1 | -1/+1 |
| | |||||
* | Only call sq_length in Sequence_GetItem for negative index. | Guido van Rossum | 1996-11-09 | 1 | -4/+6 |
| | |||||
* | Changed project segment structure to (more-or-less) match directory | Jack Jansen | 1996-11-09 | 29 | -11901/+11846 |
| | | | | structure. | ||||
* | Updated (which should have been done before the 1.4 distribution). | Jack Jansen | 1996-11-09 | 1 | -6/+12 |
| | |||||
* | Added PyMac_GetFullPath(), PyMac_ApplicationPath and PyMac_ApplicationFSSpec | Jack Jansen | 1996-11-09 | 1 | -0/+5 |
| | |||||
* | Got rid of nfullpath() | Jack Jansen | 1996-11-09 | 2 | -3/+2 |
| |