0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
Commit Graph

3475 Commits

Author SHA1 Message Date
Guido van Rossum
a220e67a9e Finally check in Jack's latest version, which fixes all known bugs. 1996-03-23 19:19:04 +00:00
Barry Warsaw
4669d7e415 #updated some comments 1996-03-22 16:13:24 +00:00
Barry Warsaw
826255ba32 (py-indent-right, py-indent-left): support indentation of regions or
current line.
1996-03-22 16:09:34 +00:00
Guido van Rossum
71ac945321 move mac url2path conversion to separate module 1996-03-21 16:31:41 +00:00
Jack Jansen
857e88eab5 Updated to reflect new situation, added a warning on fmmodule.c 1996-03-20 16:27:30 +00:00
Jack Jansen
ac0a21abeb Added a note about removing unwanted sys.path stuff 1996-03-20 16:26:27 +00:00
Jack Jansen
94a71aba52 re-binhexed 1996-03-20 16:25:52 +00:00
Jack Jansen
ef51d1351c Removed addpack calls 1996-03-20 16:24:56 +00:00
Jack Jansen
f63abad4e9 Removed addpack calls for toolbox modules. 1996-03-20 16:22:01 +00:00
Jack Jansen
1a0dafb1ce Somehow the <<terminated>> got mangled. Fixed. 1996-03-20 16:19:00 +00:00
Jack Jansen
ca5e5edc69 Fixed pythonpath to include tkinter and mac:toolbox, and source-tree
locations for mac libs. The others were re-binhexed for reasons unknown...
1996-03-20 16:18:11 +00:00
Jack Jansen
e15f6fef8b Fixed for new directory layout 1996-03-20 16:16:34 +00:00
Jack Jansen
32cb80cea8 Removed addpack calls for toolbox modules, re-binhexed resources (sigh) 1996-03-20 16:15:35 +00:00
Guido van Rossum
442e7202f8 Added proxy handling; upped version.
(Proxy handling uses <proto>_proxy environment variables by default.)
1996-03-20 15:33:11 +00:00
Jack Jansen
bb653772f5 Oops... I Inadvertently lost their cvs files... 1996-03-18 14:21:15 +00:00
Jack Jansen
0f7af3f795 Were copied to Relnotes-1.[12] long ago... 1996-03-18 13:47:22 +00:00
Jack Jansen
065796072c Fixed binhexer 1996-03-18 13:39:09 +00:00
Jack Jansen
a6308130bb Explanations of the examples here 1996-03-18 13:38:52 +00:00
Jack Jansen
f4875af09c Minor fix 1996-03-18 13:36:33 +00:00
Jack Jansen
18a99f5597 Changed creator from PYTH to Pyth 1996-03-18 13:35:00 +00:00
Jack Jansen
1a06e1d6ba Binhexer fixed 1996-03-18 13:34:25 +00:00
Jack Jansen
52a40ac03b Added option to set queue size 1996-03-18 13:33:48 +00:00
Jack Jansen
dca8788d1c Added a few file types 1996-03-18 13:33:15 +00:00
Guido van Rossum
a8738a5642 Added print_arguments() function. 1996-03-14 21:30:28 +00:00
Jack Jansen
0603319846 Use MacOS.openrf (if it is available) for opening resource forks
Copy in .5Mb chunks in stead of 1Mb
1996-03-12 13:33:34 +00:00
Jack Jansen
db9ff36ad9 Added checkmenu() method (to checkmark an entry) and delete() method
to remove a menu.
1996-03-12 13:32:03 +00:00
Jack Jansen
e355c4568f - Allow setting of argc/argv in <option>-start dialog
- Set "ok" to be default button
1996-03-12 13:29:04 +00:00
Guido van Rossum
4032c2c1ce Change to use real temporary files instead of StringIO. Correct and
add to documentation.  This will be released as cgi.py 2.0a1.
1996-03-09 04:04:35 +00:00
Guido van Rossum
0147db07ef Considerable documentation changes and a few import rearrangements. 1996-03-09 03:16:04 +00:00
Barry Warsaw
867a32ab53 (py-comment-region): obsoleted by comment-region
(python-mode): set comment-start to "## " for comment-region.

(py-mode-map): Bind C-c# to comment-region.
1996-03-07 18:30:26 +00:00
Guido van Rossum
7aee384dbc Reformatted with 4-space indentation. Added some quick docs to the
FieldStorage class.
1996-03-07 18:00:44 +00:00
Guido van Rossum
a0e2422615 A few missing casts (Richard Neitzel).
Don't append Unix paths on a Mac (Jack Jansen).
1996-03-07 16:16:54 +00:00
Jack Jansen
2429c722d7 Added missing include of Fonts.h 1996-03-07 15:17:11 +00:00
Jack Jansen
57fb8cec3a New binhexer 1996-03-07 15:16:27 +00:00
Jack Jansen
3fff8c43fb Config files for shared PPC python with GUSI and for _tkinter plugin
module.
1996-03-07 15:15:35 +00:00
Jack Jansen
0acaf07377 binhex fixed 1996-03-07 15:13:57 +00:00
Jack Jansen
d19db60301 - gusiprefs.rsrc added (note: must be in application/applet, not in
library for shared python)
- binhexer fixed.
1996-03-07 15:11:20 +00:00
Guido van Rossum
243ddcd7a9 Added FieldStorage class, which stores parts in files.
(Not documented yet, and the files are currently StringIO instances.)
1996-03-07 06:33:07 +00:00
Barry Warsaw
62d9d6ed40 (python-font-lock-keywords): make it a defconst 1996-03-06 20:32:27 +00:00
Guido van Rossum
391b4e60e6 Reformatting only. 1996-03-06 19:11:33 +00:00
Barry Warsaw
6d627754c1 (py-honor-comment-indentation, py-compute-indentation): allow other
than nil or t values.
1996-03-06 18:41:38 +00:00
Jack Jansen
378815ca86 Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd()
after each chdir call.
1996-03-06 16:21:34 +00:00
Guido van Rossum
7275561d34 File upload and revamped documentation. 1996-03-06 07:20:06 +00:00
Jack Jansen
911ad6b067 Added code to make fsspecs work for gusi-python 1996-03-05 16:56:24 +00:00
Jack Jansen
6648fb749b Removed unused vars 1996-03-05 16:56:00 +00:00
Barry Warsaw
33d6ec062e (py-honor-comment-indentation): new variable.
(py-compute-indentation): use new variable.
1996-03-05 16:28:07 +00:00
Barry Warsaw
6245a3ca3f #removed font-lock cruft 1996-03-05 16:20:19 +00:00
Barry Warsaw
33ab6e4915 (python-font-lock-keywords): Much improved descrimination between
keywords and names with keywords in them.
1996-03-05 00:44:31 +00:00
Barry Warsaw
fd0fb38055 (py-compute-indentation): fix skipping backwards over comments by
using forward-comment (and Emacs 19 function) if available.
1996-03-04 17:15:40 +00:00
Jack Jansen
76a0589986 Added openrf method, which opens resource fork. The resulting object
supports a subset of normal file functionality.
1996-02-29 16:11:32 +00:00