Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move mac url2path conversion to separate module | Guido van Rossum | 1996-03-21 | 1 | -50/+1 |
| | |||||
* | Updated to reflect new situation, added a warning on fmmodule.c | Jack Jansen | 1996-03-20 | 1 | -35/+41 |
| | |||||
* | Added a note about removing unwanted sys.path stuff | Jack Jansen | 1996-03-20 | 1 | -0/+2 |
| | |||||
* | re-binhexed | Jack Jansen | 1996-03-20 | 5 | -521/+521 |
| | |||||
* | Removed addpack calls | Jack Jansen | 1996-03-20 | 14 | -75/+1 |
| | |||||
* | Removed addpack calls for toolbox modules. | Jack Jansen | 1996-03-20 | 7 | -35/+0 |
| | |||||
* | Somehow the <<terminated>> got mangled. Fixed. | Jack Jansen | 1996-03-20 | 1 | -1/+1 |
| | |||||
* | Fixed pythonpath to include tkinter and mac:toolbox, and source-tree | Jack Jansen | 1996-03-20 | 7 | -3616/+3616 |
| | | | | locations for mac libs. The others were re-binhexed for reasons unknown... | ||||
* | Fixed for new directory layout | Jack Jansen | 1996-03-20 | 13 | -4101/+4094 |
| | |||||
* | Removed addpack calls for toolbox modules, re-binhexed resources (sigh) | Jack Jansen | 1996-03-20 | 11 | -252/+231 |
| | |||||
* | Added proxy handling; upped version. | Guido van Rossum | 1996-03-20 | 1 | -8/+44 |
| | | | | (Proxy handling uses <proto>_proxy environment variables by default.) | ||||
* | Oops... I Inadvertently lost their cvs files... | Jack Jansen | 1996-03-18 | 4 | -0/+908 |
| | |||||
* | Were copied to Relnotes-1.[12] long ago... | Jack Jansen | 1996-03-18 | 2 | -300/+0 |
| | |||||
* | Fixed binhexer | Jack Jansen | 1996-03-18 | 3 | -75/+76 |
| | |||||
* | Explanations of the examples here | Jack Jansen | 1996-03-18 | 5 | -0/+1019 |
| | |||||
* | Minor fix | Jack Jansen | 1996-03-18 | 1 | -2/+2 |
| | |||||
* | Changed creator from PYTH to Pyth | Jack Jansen | 1996-03-18 | 1 | -1/+1 |
| | |||||
* | Binhexer fixed | Jack Jansen | 1996-03-18 | 1 | -11/+10 |
| | |||||
* | Added option to set queue size | Jack Jansen | 1996-03-18 | 1 | -3/+4 |
| | |||||
* | Added a few file types | Jack Jansen | 1996-03-18 | 1 | -1/+3 |
| | |||||
* | Added print_arguments() function. | Guido van Rossum | 1996-03-14 | 1 | -0/+8 |
| | |||||
* | Use MacOS.openrf (if it is available) for opening resource forks | Jack Jansen | 1996-03-12 | 1 | -3/+9 |
| | | | | Copy in .5Mb chunks in stead of 1Mb | ||||
* | Added checkmenu() method (to checkmark an entry) and delete() method | Jack Jansen | 1996-03-12 | 1 | -0/+18 |
| | | | | to remove a menu. | ||||
* | - Allow setting of argc/argv in <option>-start dialog | Jack Jansen | 1996-03-12 | 3 | -30/+54 |
| | | | | - Set "ok" to be default button | ||||
* | Change to use real temporary files instead of StringIO. Correct and | Guido van Rossum | 1996-03-09 | 1 | -25/+40 |
| | | | | add to documentation. This will be released as cgi.py 2.0a1. | ||||
* | Considerable documentation changes and a few import rearrangements. | Guido van Rossum | 1996-03-09 | 1 | -61/+122 |
| | |||||
* | (py-comment-region): obsoleted by comment-region | Barry Warsaw | 1996-03-07 | 1 | -28/+6 |
| | | | | | | (python-mode): set comment-start to "## " for comment-region. (py-mode-map): Bind C-c# to comment-region. | ||||
* | Reformatted with 4-space indentation. Added some quick docs to the | Guido van Rossum | 1996-03-07 | 1 | -551/+630 |
| | | | | FieldStorage class. | ||||
* | 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). | ||||
* | Added missing include of Fonts.h | Jack Jansen | 1996-03-07 | 1 | -0/+1 |
| | |||||
* | New binhexer | Jack Jansen | 1996-03-07 | 7 | -250/+254 |
| | |||||
* | Config files for shared PPC python with GUSI and for _tkinter plugin | Jack Jansen | 1996-03-07 | 2 | -0/+9 |
| | | | | module. | ||||
* | binhex fixed | Jack Jansen | 1996-03-07 | 13 | -5646/+5629 |
| | |||||
* | - gusiprefs.rsrc added (note: must be in application/applet, not in | Jack Jansen | 1996-03-07 | 7 | -4210/+4231 |
| | | | | | library for shared python) - binhexer fixed. | ||||
* | Added FieldStorage class, which stores parts in files. | Guido van Rossum | 1996-03-07 | 1 | -5/+272 |
| | | | | (Not documented yet, and the files are currently StringIO instances.) | ||||
* | (python-font-lock-keywords): make it a defconst | Barry Warsaw | 1996-03-06 | 1 | -2/+2 |
| | |||||
* | Reformatting only. | Guido van Rossum | 1996-03-06 | 1 | -166/+177 |
| | |||||
* | (py-honor-comment-indentation, py-compute-indentation): allow other | Barry Warsaw | 1996-03-06 | 1 | -10/+23 |
| | | | | than nil or t values. | ||||
* | Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd() | Jack Jansen | 1996-03-06 | 4 | -15/+48 |
| | | | | after each chdir call. | ||||
* | File upload and revamped documentation. | Guido van Rossum | 1996-03-06 | 1 | -157/+572 |
| | |||||
* | Added code to make fsspecs work for gusi-python | Jack Jansen | 1996-03-05 | 1 | -0/+16 |
| | |||||
* | Removed unused vars | Jack Jansen | 1996-03-05 | 1 | -3/+0 |
| | |||||
* | (py-honor-comment-indentation): new variable. | Barry Warsaw | 1996-03-05 | 1 | -1/+13 |
| | | | | (py-compute-indentation): use new variable. | ||||
* | #removed font-lock cruft | Barry Warsaw | 1996-03-05 | 1 | -44/+0 |
| | |||||
* | (python-font-lock-keywords): Much improved descrimination between | Barry Warsaw | 1996-03-05 | 1 | -23/+23 |
| | | | | keywords and names with keywords in them. | ||||
* | (py-compute-indentation): fix skipping backwards over comments by | Barry Warsaw | 1996-03-04 | 1 | -2/+5 |
| | | | | using forward-comment (and Emacs 19 function) if available. | ||||
* | Added openrf method, which opens resource fork. The resulting object | Jack Jansen | 1996-02-29 | 1 | -0/+330 |
| | | | | supports a subset of normal file functionality. | ||||
* | Added __sinit() call, so C++ initializations in shared library work | Jack Jansen | 1996-02-29 | 1 | -0/+3 |
| | |||||
* | *** empty log message *** | Guido van Rossum | 1996-02-28 | 1 | -0/+122 |
| | |||||
* | - Reorganized init code | Jack Jansen | 1996-02-28 | 5 | -45/+63 |
| | | | | - Fixed serious bug in code to get options from a resource |