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

3395 Commits

Author SHA1 Message Date
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
Guido van Rossum
05a6d8f4c7 remove rcs history 1996-01-26 21:10:22 +00:00
Guido van Rossum
e36e1fe516 support fast mode for gdmb 1996-01-26 21:08:01 +00:00
Guido van Rossum
15ad9a6e52 only use 'j' for imaginary constants 1996-01-26 20:53:56 +00:00
Guido van Rossum
c96ef6ab9e properly initialize optional arguments to apply() 1996-01-26 20:44:30 +00:00
Guido van Rossum
faa436c70b use only j for imaginary constants 1996-01-26 18:59:07 +00:00
Guido van Rossum
efa3143abd add keyword args to CanvasItem class __init__ 1996-01-26 17:45:07 +00:00
Guido van Rossum
15c4fecffc more recent linux header files 1996-01-26 17:43:46 +00:00
Guido van Rossum
8c8a02a258 speed up unquote() by using atoi() instead of eval() 1996-01-26 17:41:44 +00:00
Guido van Rossum
44a4d59b56 support 'whence' arg to seek() 1996-01-25 18:40:41 +00:00
Guido van Rossum
0eaa74bf8d add acct() method to send new account name 1996-01-25 18:37:21 +00:00
Guido van Rossum
ba426640dd fix typo in _setval() return value 1996-01-25 18:35:24 +00:00
Guido van Rossum
6700142d83 backward compatible interface for bsddb 1996-01-25 18:33:39 +00:00
Guido van Rossum
0182c068ab inherit error from _mod.error 1996-01-25 18:26:57 +00:00
Guido van Rossum
13ad35a7d6 real test for executable script 1996-01-25 18:23:50 +00:00
Guido van Rossum
5bb05da6f7 correct retrieving return value of os.waitpid() 1996-01-25 18:13:30 +00:00
Guido van Rossum
eacce12fdc add missing loop step to parseplist() 1996-01-25 18:07:08 +00:00
Guido van Rossum
f7476c5088 fix default arg for read() -- should be -1 1996-01-25 17:34:14 +00:00
Guido van Rossum
06d74418e5 add ComplexType 1996-01-25 17:31:58 +00:00
Guido van Rossum
724187929a use 'j' instead of 'i' for imaginary constants 1996-01-25 16:21:31 +00:00
Jack Jansen
1e7b2aa5d6 Removed unused var 1996-01-25 16:11:19 +00:00
Barry Warsaw
9fbcc6a6c2 (py-shell): Fixed Emacs 18 bug, use of boundp instead of fboundp. 1996-01-23 22:52:02 +00:00
Sjoerd Mullender
996e6dc959 Corrected format string in api_version_warning. 1996-01-23 16:07:29 +00:00
Jack Jansen
b89f32e869 Added prototype for PySys_SetArgv 1996-01-22 14:56:29 +00:00
Jack Jansen
6c6ad83e54 Set default item for dialog 1996-01-22 14:55:52 +00:00