summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* move mac url2path conversion to separate moduleGuido van Rossum1996-03-211-50/+1
|
* Updated to reflect new situation, added a warning on fmmodule.cJack Jansen1996-03-201-35/+41
|
* Added a note about removing unwanted sys.path stuffJack Jansen1996-03-201-0/+2
|
* re-binhexedJack Jansen1996-03-205-521/+521
|
* Removed addpack callsJack Jansen1996-03-2014-75/+1
|
* Removed addpack calls for toolbox modules.Jack Jansen1996-03-207-35/+0
|
* Somehow the <<terminated>> got mangled. Fixed.Jack Jansen1996-03-201-1/+1
|
* Fixed pythonpath to include tkinter and mac:toolbox, and source-treeJack Jansen1996-03-207-3616/+3616
| | | | locations for mac libs. The others were re-binhexed for reasons unknown...
* Fixed for new directory layoutJack Jansen1996-03-2013-4101/+4094
|
* Removed addpack calls for toolbox modules, re-binhexed resources (sigh)Jack Jansen1996-03-2011-252/+231
|
* Added proxy handling; upped version.Guido van Rossum1996-03-201-8/+44
| | | | (Proxy handling uses <proto>_proxy environment variables by default.)
* Oops... I Inadvertently lost their cvs files...Jack Jansen1996-03-184-0/+908
|
* Were copied to Relnotes-1.[12] long ago...Jack Jansen1996-03-182-300/+0
|
* Fixed binhexerJack Jansen1996-03-183-75/+76
|
* Explanations of the examples hereJack Jansen1996-03-185-0/+1019
|
* Minor fixJack Jansen1996-03-181-2/+2
|
* Changed creator from PYTH to PythJack Jansen1996-03-181-1/+1
|
* Binhexer fixedJack Jansen1996-03-181-11/+10
|
* Added option to set queue sizeJack Jansen1996-03-181-3/+4
|
* Added a few file typesJack Jansen1996-03-181-1/+3
|
* Added print_arguments() function.Guido van Rossum1996-03-141-0/+8
|
* Use MacOS.openrf (if it is available) for opening resource forksJack Jansen1996-03-121-3/+9
| | | | Copy in .5Mb chunks in stead of 1Mb
* Added checkmenu() method (to checkmark an entry) and delete() methodJack Jansen1996-03-121-0/+18
| | | | to remove a menu.
* - Allow setting of argc/argv in <option>-start dialogJack Jansen1996-03-123-30/+54
| | | | - Set "ok" to be default button
* Change to use real temporary files instead of StringIO. Correct andGuido van Rossum1996-03-091-25/+40
| | | | add to documentation. This will be released as cgi.py 2.0a1.
* Considerable documentation changes and a few import rearrangements.Guido van Rossum1996-03-091-61/+122
|
* (py-comment-region): obsoleted by comment-regionBarry Warsaw1996-03-071-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 theGuido van Rossum1996-03-071-551/+630
| | | | FieldStorage class.
* A few missing casts (Richard Neitzel).Guido van Rossum1996-03-073-6/+9
| | | | Don't append Unix paths on a Mac (Jack Jansen).
* Added missing include of Fonts.hJack Jansen1996-03-071-0/+1
|
* New binhexerJack Jansen1996-03-077-250/+254
|
* Config files for shared PPC python with GUSI and for _tkinter pluginJack Jansen1996-03-072-0/+9
| | | | module.
* binhex fixedJack Jansen1996-03-0713-5646/+5629
|
* - gusiprefs.rsrc added (note: must be in application/applet, not inJack Jansen1996-03-077-4210/+4231
| | | | | library for shared python) - binhexer fixed.
* Added FieldStorage class, which stores parts in files.Guido van Rossum1996-03-071-5/+272
| | | | (Not documented yet, and the files are currently StringIO instances.)
* (python-font-lock-keywords): make it a defconstBarry Warsaw1996-03-061-2/+2
|
* Reformatting only.Guido van Rossum1996-03-061-166/+177
|
* (py-honor-comment-indentation, py-compute-indentation): allow otherBarry Warsaw1996-03-061-10/+23
| | | | than nil or t values.
* Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd()Jack Jansen1996-03-064-15/+48
| | | | after each chdir call.
* File upload and revamped documentation.Guido van Rossum1996-03-061-157/+572
|
* Added code to make fsspecs work for gusi-pythonJack Jansen1996-03-051-0/+16
|
* Removed unused varsJack Jansen1996-03-051-3/+0
|
* (py-honor-comment-indentation): new variable.Barry Warsaw1996-03-051-1/+13
| | | | (py-compute-indentation): use new variable.
* #removed font-lock cruftBarry Warsaw1996-03-051-44/+0
|
* (python-font-lock-keywords): Much improved descrimination betweenBarry Warsaw1996-03-051-23/+23
| | | | keywords and names with keywords in them.
* (py-compute-indentation): fix skipping backwards over comments byBarry Warsaw1996-03-041-2/+5
| | | | using forward-comment (and Emacs 19 function) if available.
* Added openrf method, which opens resource fork. The resulting objectJack Jansen1996-02-291-0/+330
| | | | supports a subset of normal file functionality.
* Added __sinit() call, so C++ initializations in shared library workJack Jansen1996-02-291-0/+3
|
* *** empty log message ***Guido van Rossum1996-02-281-0/+122
|
* - Reorganized init codeJack Jansen1996-02-285-45/+63
| | | | - Fixed serious bug in code to get options from a resource