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 |
Guido van Rossum
|
6964f73b85
|
include mymath.h
|
1995-03-01 10:34:29 +00:00 |
Sjoerd Mullender
|
d9b6b5c756
|
Write track artist info if given.
|
1995-03-01 10:03:08 +00:00 |
Guido van Rossum
|
8675115e5f
|
a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW chapter
|
1995-02-28 17:14:32 +00:00 |
Jack Jansen
|
e4be9be99a
|
Three down, two to go...
|
1995-02-28 15:46:09 +00:00 |
Guido van Rossum
|
ea39abd56c
|
more stuff
|
1995-02-28 09:49:02 +00:00 |
Guido van Rossum
|
e26c263e71
|
more stuff
|
1995-02-28 09:11:41 +00:00 |
Guido van Rossum
|
a12ef9433b
|
added WWW sections
|
1995-02-27 17:53:25 +00:00 |
Guido van Rossum
|
7defee7a06
|
document restriction on group names
|
1995-02-27 17:52:35 +00:00 |
Guido van Rossum
|
8df3637fee
|
changes refs to SO_* symbols
|
1995-02-27 17:52:15 +00:00 |
Guido van Rossum
|
61d34f47c3
|
added quote and unquote
|
1995-02-27 17:51:51 +00:00 |
Guido van Rossum
|
d6304d09cc
|
added cgi
|
1995-02-27 17:51:26 +00:00 |
Jack Jansen
|
2120d12265
|
In interactive mode ask for output file
|
1995-02-27 16:19:07 +00:00 |
Jack Jansen
|
16df2aa57b
|
Under MW also be more conservative about events to request
|
1995-02-27 16:17:28 +00:00 |
Guido van Rossum
|
7c750e1e09
|
added html parser and supporting cast
|
1995-02-27 13:16:55 +00:00 |
Guido van Rossum
|
eb9e9d2b2a
|
layout changes; quote & as well
|
1995-02-27 13:16:11 +00:00 |
Guido van Rossum
|
c7acf2a106
|
handle class exceptions
|
1995-02-27 13:15:45 +00:00 |
Guido van Rossum
|
cebfa70a79
|
fix stupid bug (db should be dict)
|
1995-02-27 13:15:29 +00:00 |
Guido van Rossum
|
780620f2fd
|
added DictType as alias for DictionaryType
|
1995-02-27 13:14:15 +00:00 |
Guido van Rossum
|
5e38b6fda1
|
handle class exceptions; added runeval; made runctx obsolete
|
1995-02-27 13:13:40 +00:00 |
Guido van Rossum
|
051ab123b4
|
make the type a parameter of the DL_IMPORT macro, for Borland C
|
1995-02-27 10:17:52 +00:00 |
Guido van Rossum
|
0fbec64c56
|
for BorlandC
|
1995-02-27 10:15:36 +00:00 |
Guido van Rossum
|
464a0a100f
|
for MPW __SC__
|
1995-02-27 10:15:10 +00:00 |
Guido van Rossum
|
07e3a7e781
|
for MPW __SC__ compiler
|
1995-02-27 10:13:37 +00:00 |
Guido van Rossum
|
caeaafccf7
|
don't complain about too many args if arg is a dict
|
1995-02-27 10:13:23 +00:00 |
Guido van Rossum
|
ea64dea05f
|
another round
|
1995-02-27 10:11:31 +00:00 |
Guido van Rossum
|
8cebe3815f
|
all bgen modules now work with MWerks
|
1995-02-27 10:10:58 +00:00 |
Guido van Rossum
|
e7134aa0f2
|
return old value of PyMac_DoYieldEnabled; -1 means do not even check for interrupts
|
1995-02-26 10:20:53 +00:00 |