Guido van Rossum
|
b0824db52c
|
Made 2nd arg to mkdir optional
|
1996-02-25 04:50:32 +00:00 |
Guido van Rossum
|
1266a01e47
|
Include ncurses.h where needed
|
1996-02-25 04:50:31 +00:00 |
Guido van Rossum
|
468fc6af68
|
Include stdlib.h or declare getenv
|
1996-02-25 04:50:31 +00:00 |
Guido van Rossum
|
485f2da5a1
|
Add unsigned char cast
|
1996-02-25 04:50:30 +00:00 |
Guido van Rossum
|
ec22c92e36
|
Changes needed to build with Tcl/Tk beta 2!
|
1996-02-25 04:50:29 +00:00 |
Guido van Rossum
|
dfd428dd7e
|
Changes to make it work with Tcl/Tk beta 1.
|
1996-02-25 04:46:40 +00:00 |
Jack Jansen
|
b137a3341c
|
Added TMPL for startup options
app.
|
1996-02-21 16:47:27 +00:00 |
Jack Jansen
|
a4b7e14df8
|
Store default startup options in preference file or
app.
|
1996-02-21 16:46:57 +00:00 |
Jack Jansen
|
532e3c2bf6
|
Changed MacOS creator code from PYTH to Pyth
|
1996-02-21 15:36:26 +00:00 |
Guido van Rossum
|
be1a6e29e3
|
Change Mac creator from 'PYTH' to 'Pyth' -- 'PYTH' was already taken
by someone else, 'Pyth' is now officially registered by the PSA.
|
1996-02-21 15:29:20 +00:00 |
Jack Jansen
|
1023dffb36
|
- AppleEvent timeout set to infinite
- Continue even if a build fails
|
1996-02-21 15:28:49 +00:00 |
Jack Jansen
|
22586993c5
|
Script to recursively change PYTH creators to Pyth
|
1996-02-21 15:27:24 +00:00 |
Jack Jansen
|
23b8841d74
|
Tk resources (but with a different name, without a space)
|
1996-02-21 15:26:15 +00:00 |
Jack Jansen
|
243b29b169
|
Mods by Guido: mkdir 2nd arg optional and remove as alias for unlink.
|
1996-02-21 12:33:50 +00:00 |
Jack Jansen
|
a406c7b695
|
- Added Tk projects
- Ported everything to CW8
- Renamed Runtime-Python to PythonCoreRuntime
|
1996-02-20 16:36:10 +00:00 |
Jack Jansen
|
5bfdc9281a
|
Added config file for Tk-python
Removed mwerksglue.c (which was useless anyway)
|
1996-02-20 16:28:18 +00:00 |
Jack Jansen
|
eb263680bb
|
Ported to CW8
|
1996-02-20 16:26:19 +00:00 |
Jack Jansen
|
56ed26ed11
|
Ported to CW8 (added PRE_CW8 ifdef for CW7, for the time being)
|
1996-02-20 16:25:31 +00:00 |
Jack Jansen
|
b697173b5f
|
- Added Guido's fixes
- Removed CW4 ifdefs
- Rationalized ifdefs for dup, fdopen
|
1996-02-20 16:24:37 +00:00 |
Guido van Rossum
|
8eca2c2c95
|
Added ref to Misc/NEWS file; added hint to run regen script on Linux.
|
1996-02-14 18:37:46 +00:00 |
Jack Jansen
|
2bb57b81f2
|
Changed makefile() args from r/w to rb/wb, for non-unix compatability.
|
1996-02-14 16:06:24 +00:00 |
Jack Jansen
|
0d12ead05c
|
Try to normalize urls referring to local files (code copied from posixpath)
|
1996-02-14 16:05:20 +00:00 |
Jack Jansen
|
e708f4005d
|
Include GUSI.h if compiling for mac with gusi-sockets
|
1996-02-14 16:04:39 +00:00 |
Jack Jansen
|
5ebca871d9
|
Allow makefile('rb') or 'wb'.
|
1996-02-14 16:03:14 +00:00 |
Jack Jansen
|
c743c8d166
|
Modified for GUSI
|
1996-02-14 16:02:30 +00:00 |
Jack Jansen
|
b852b74c71
|
For gusi-based python
|
1996-02-14 16:00:27 +00:00 |
Jack Jansen
|
3df881c5a5
|
GUSI-based python projects
|
1996-02-14 15:59:34 +00:00 |
Jack Jansen
|
2d3f94ebc4
|
Comment fix
|
1996-02-14 15:58:30 +00:00 |
Jack Jansen
|
508537b9c9
|
Include GUSI.h if using gusi-sockets
|
1996-02-14 15:57:45 +00:00 |
Sjoerd Mullender
|
e8a0a5c92a
|
Module to convert a mail message to or from quoted-printable. The
message may consist of several MIME parts in which case each part is
converted independent of the others. Only converts when necessary.
|
1996-02-14 10:40:03 +00:00 |
Guido van Rossum
|
5416e20037
|
mark strftime as varargs
|
1996-02-13 00:14:09 +00:00 |
Guido van Rossum
|
f4a5912d51
|
add remove==unlink; mark strftime as varargs
|
1996-02-13 00:12:56 +00:00 |
Guido van Rossum
|
ad1f7eeb32
|
get rid of bogus name for init_tkinter()
|
1996-02-13 00:11:37 +00:00 |
Guido van Rossum
|
0f6f812acb
|
better way to define ComplexType
|
1996-02-13 00:04:31 +00:00 |
Guido van Rossum
|
a98b0a1ff5
|
improved test()
|
1996-02-13 00:02:10 +00:00 |
Guido van Rossum
|
7bb7ecd39e
|
even better way to normalize spaces in add_flowing_data
|
1996-02-13 00:01:28 +00:00 |
Guido van Rossum
|
93dc801b06
|
better way to normalize spaces in add_flowing_data
|
1996-02-12 23:59:54 +00:00 |
Guido van Rossum
|
f69da220bf
|
fix several bogus var refs in error reporting
|
1996-02-12 23:58:38 +00:00 |
Guido van Rossum
|
feeadef61e
|
document OverflowError exception on mktime()
|
1996-02-12 23:21:58 +00:00 |
Guido van Rossum
|
264302de3e
|
atol supports trailing l/L if base is 0
|
1996-02-12 23:20:12 +00:00 |
Guido van Rossum
|
c1715527fd
|
document non-BSD SIGCHLD behaviour
|
1996-02-12 23:18:51 +00:00 |
Guido van Rossum
|
789742b8f8
|
change jars email
|
1996-02-12 23:17:40 +00:00 |
Guido van Rossum
|
8c07bb4565
|
listdir no longer returns . or ..; added remove==unlink
|
1996-02-12 23:16:08 +00:00 |
Guido van Rossum
|
71b1815c1d
|
hypot is now always supported
|
1996-02-12 23:14:36 +00:00 |
Guido van Rossum
|
d2966cb95a
|
don't die on unreadable files etc.
|
1996-02-05 18:49:00 +00:00 |
Jack Jansen
|
3326b672bd
|
Re-binhexed all projects.
|
1996-01-31 10:21:57 +00:00 |
Jack Jansen
|
4fbb6d9a15
|
Added cmath module
|
1996-01-29 15:47:19 +00:00 |
Jack Jansen
|
d390325bbb
|
Modules implementing WWW and URL suite, and a module to control netscape.
|
1996-01-29 15:45:59 +00:00 |
Jack Jansen
|
7e156a70fa
|
Added missing get() method
|
1996-01-29 15:45:09 +00:00 |
Jack Jansen
|
bdd0747193
|
Fixed access to Quickdraw globals. Unfortunately, they now have to be
accessed as Qd.qd.xxxx
|
1996-01-29 15:44:03 +00:00 |