summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* remove unused variablesGuido van Rossum1996-02-271-9/+2
|
* __FreeBSD__ shared librariesGuido van Rossum1996-02-251-3/+4
|
* default CLOCKS_PER_SEC to CLK_TCK if it existsGuido van Rossum1996-02-251-0/+4
|
* Made 2nd arg to mkdir optionalGuido van Rossum1996-02-251-2/+13
|
* Include ncurses.h where neededGuido van Rossum1996-02-251-0/+5
|
* Include stdlib.h or declare getenvGuido van Rossum1996-02-251-0/+6
|
* Add unsigned char castGuido van Rossum1996-02-251-1/+1
|
* Changes needed to build with Tcl/Tk beta 2!Guido van Rossum1996-02-251-16/+38
|
* Changes to make it work with Tcl/Tk beta 1.Guido van Rossum1996-02-251-33/+48
|
* Added TMPL for startup optionsJack Jansen1996-02-211-9/+13
| | | | app.
* Store default startup options in preference file orJack Jansen1996-02-213-4/+66
| | | | app.
* Changed MacOS creator code from PYTH to PythJack Jansen1996-02-2126-8414/+8437
|
* Change Mac creator from 'PYTH' to 'Pyth' -- 'PYTH' was already takenGuido van Rossum1996-02-211-1/+1
| | | | by someone else, 'Pyth' is now officially registered by the PSA.
* - AppleEvent timeout set to infiniteJack Jansen1996-02-211-1/+8
| | | | - Continue even if a build fails
* Script to recursively change PYTH creators to PythJack Jansen1996-02-211-0/+34
|
* Tk resources (but with a different name, without a space)Jack Jansen1996-02-211-0/+3181
|
* Mods by Guido: mkdir 2nd arg optional and remove as alias for unlink.Jack Jansen1996-02-211-2/+14
|
* - Added Tk projectsJack Jansen1996-02-2019-8116/+9435
| | | | | - Ported everything to CW8 - Renamed Runtime-Python to PythonCoreRuntime
* Added config file for Tk-pythonJack Jansen1996-02-202-166/+13
| | | | Removed mwerksglue.c (which was useless anyway)
* Ported to CW8Jack Jansen1996-02-201-0/+20
|
* Ported to CW8 (added PRE_CW8 ifdef for CW7, for the time being)Jack Jansen1996-02-201-0/+2
|
* - Added Guido's fixesJack Jansen1996-02-201-45/+28
| | | | | - Removed CW4 ifdefs - Rationalized ifdefs for dup, fdopen
* Added ref to Misc/NEWS file; added hint to run regen script on Linux.Guido van Rossum1996-02-141-1/+5
|
* Changed makefile() args from r/w to rb/wb, for non-unix compatability.Jack Jansen1996-02-145-7/+7
|
* Try to normalize urls referring to local files (code copied from posixpath)Jack Jansen1996-02-141-3/+15
|
* Include GUSI.h if compiling for mac with gusi-socketsJack Jansen1996-02-141-0/+5
|
* Allow makefile('rb') or 'wb'.Jack Jansen1996-02-141-0/+1
|