Guido van Rossum
b6fe7048e7
add casts to malloc() calls
1995-03-09 12:13:43 +00:00
Guido van Rossum
5fe605889a
a few peephole optimizations
1995-03-09 12:12:50 +00:00
Guido van Rossum
8d617a60b1
various tuple related optimizations; remove unused b/w compat code from ceval.c
1995-03-09 12:12:11 +00:00
Guido van Rossum
53e8d44eec
changes in NT tests
1995-03-09 12:11:31 +00:00
Guido van Rossum
59461c7052
use PROTO macro around fn prototype
1995-03-09 12:10:50 +00:00
Guido van Rossum
599de5ab9f
addet SETTUPLEITEM and added cast to GETTUPLEITEM
1995-03-09 12:10:16 +00:00
Barry Warsaw
65bc7a7bf2
(python-font-lock-keywords): better defaults.
1995-03-08 22:25:47 +00:00
Barry Warsaw
74d9cc5b73
(py-keep-region-active): new function.
1995-03-08 22:05:16 +00:00
Barry Warsaw
c723b75fe3
#(python-font-lock-keywords): paren typo
1995-03-08 22:03:16 +00:00
Barry Warsaw
4f005cf5d6
(python-font-lock-keywords): new variable
1995-03-08 22:02:44 +00:00
Barry Warsaw
850437a932
(py-mode-map): py-mark-block moved to C-c C-m (was C-c C-b).
...
py-submit-bug-report placed on C-c C-b, and py-version placed on C-c
C-v.
(py-version, py-submit-bug-report): new functions
(py-version, py-help-address): new variables
1995-03-08 21:50:28 +00:00
Barry Warsaw
14af844145
bump to version 2.0 now that I'm taking over
1995-03-08 21:33:39 +00:00
Barry Warsaw
7b0f5681d8
#initial stylistic rewrite
1995-03-08 21:33:04 +00:00
Jack Jansen
3b0a5cdb23
Initial revision
1995-03-07 16:40:18 +00:00
Guido van Rossum
6c4f003202
changes (suggested) by Soren Larsen
1995-03-07 10:14:09 +00:00
Guido van Rossum
d01c100713
clarified expanding %xx and form for print_form
1995-03-07 10:12:59 +00:00
Guido van Rossum
85c4ff298d
added macdnr
1995-03-07 10:12:11 +00:00
Guido van Rossum
ea6e19c3d4
added code objects
1995-03-07 10:11:15 +00:00
Guido van Rossum
3d54de2ab9
clarified code objects
1995-03-07 10:09:55 +00:00
Guido van Rossum
46f2157279
added ref to vars()
1995-03-07 10:09:34 +00:00
Guido van Rossum
124107b2a4
reverse sense of PyMac_Idle test
1995-03-06 10:30:39 +00:00
Guido van Rossum
5510dc23f9
socket.py
1995-03-06 10:29:04 +00:00
Guido van Rossum
50d5e8a23a
no longer need to include IN.py or SOCKET.py
1995-03-04 22:57:56 +00:00
Guido van Rossum
687ec1892b
changes for MPW
1995-03-04 22:43:47 +00:00
Guido van Rossum
0374771cc7
remove some unused local variables
1995-03-04 22:39:03 +00:00
Guido van Rossum
23f43d1bd2
correct some return values and remove some unused variables
1995-03-04 22:36:53 +00:00
Guido van Rossum
d5f53857dc
include macglue.h so we can use HAVE_UNIVERSAL_HEADERS;
...
and correct sens of PyMac_Idle() test. But should'nt this raise
KeyboardInterrupt instead of silently returning?
1995-03-04 22:35:14 +00:00
Guido van Rossum
cfa00ea19a
don't use math at all
1995-03-04 22:32:54 +00:00
Guido van Rossum
51b1c1c145
avoid math, don't abort when overflow check fails
1995-03-04 22:30:54 +00:00
Guido van Rossum
1dba24eeca
remove redundant backslashes; some cosnetics
1995-03-04 22:28:49 +00:00
Guido van Rossum
7b5430f2e8
raise EOFError when load() hits EOF, instead of KeyError
1995-03-04 22:25:21 +00:00
Guido van Rossum
cd259d0b40
fix several cosmetic things, add buffering to makefile
1995-03-04 22:24:05 +00:00
Guido van Rossum
09b39fad8c
moved lots of stuff to Tools/scripts
1995-03-02 16:00:55 +00:00
Guido van Rossum
ed3c791050
moved lots of scripts from Demo/scripts to Tools/scripts
1995-03-02 15:56:30 +00:00
Guido van Rossum
fd218ca865
moved Demo/modulator to Tools/modulator
1995-03-02 15:55:28 +00:00
Guido van Rossum
309e8ac579
moved Demo/freeze to Tools/freeze
1995-03-02 15:54:21 +00:00
Guido van Rossum
5f858801a2
new
1995-03-02 15:51:27 +00:00
Guido van Rossum
b5f9460556
allow safe_import to be called with up to 4 args and check for . in name
1995-03-02 15:30:15 +00:00
Jack Jansen
f16d5fa46f
The final bit of my Mac documentation.
1995-03-02 14:41:55 +00:00
Guido van Rossum
d211220cd2
checkin of Jack's original version
1995-03-02 14:05:29 +00:00
Guido van Rossum
df804f8591
converted docs for Jim Roskind's profiler
1995-03-02 12:38:39 +00:00
Guido van Rossum
f4aac48cc3
minor update
1995-03-02 12:37:55 +00:00
Guido van Rossum
0bf4d892eb
add warning about strop
1995-03-02 12:37:30 +00:00
Guido van Rossum
dc46c7f734
small nits and new files
1995-03-01 15:38:16 +00:00
Jack Jansen
b721ef1d4c
Half the mactcp documentation (macdnr still to come)
1995-03-01 14:54:30 +00:00
Guido van Rossum
81b3060b14
en weer twee!
1995-03-01 14:36:00 +00:00
Guido van Rossum
51bbdfb2ff
totally rewritten, for new macro set
1995-03-01 14:07:08 +00:00
Jack Jansen
64f08451c0
Added a missing line
1995-03-01 14:06:52 +00:00
Jack Jansen
dcb0a9bde8
Yet another one...
1995-03-01 14:05:27 +00:00
Guido van Rossum
ad0ee8369c
changes for NT/Borland C
1995-03-01 10:34:45 +00:00