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

2460 Commits

Author SHA1 Message Date
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
Guido van Rossum
83c434b145 get creator from Owner resource; set attrs 1995-02-26 10:19:42 +00:00
Guido van Rossum
2e1db7756f Update 1995-02-26 10:18:37 +00:00
Jack Jansen
76efd8e7a1 MAde a few things more orthogonal and did some cleanups:
- Applications now have their (minimal) main prrogram in
  macapplication.c and the rest of the init code in macglue.c.
- A new define, USE_MAC_APPLET_SUPPORT, independent of
  USE_MAC_SHARED_LIB
- chdir to script directory now done in PyMac_InitApplication.
1995-02-24 22:53:16 +00:00
Jack Jansen
397c3fb4d7 Added BINA to unknown filetypes (what mw uses) 1995-02-24 22:46:51 +00:00
Jack Jansen
32b2f8222d Rationalized mwerks config files: they only differ depending on
whether there is shared library support. Libraries, applets and
applications are distinguished by the sources they include.
1995-02-24 22:45:45 +00:00
Guido van Rossum
585c6dcf88 more fixes by Steve Clift 1995-02-24 13:45:43 +00:00
Guido van Rossum
57836fe998 change in staticforward -- added statichere 1995-02-21 21:06:10 +00:00
Guido van Rossum
4f508cc806 add explicit 0 flags for methodlist 1995-02-21 21:03:24 +00:00
Guido van Rossum
3097c3a87e change ifdefs and fix "%#s" format 1995-02-21 21:02:46 +00:00
Guido van Rossum
edea408f88 changed ifdefs and comments -- more modules are good 1995-02-21 21:01:47 +00:00
Guido van Rossum
e6d9ccc33a change SC ifdef to MPW 1995-02-21 21:01:05 +00:00
Guido van Rossum
8656ad5b30 a few new things 1995-02-21 21:00:32 +00:00
Guido van Rossum
4410d571a8 ported to MPW/SC 1995-02-21 20:58:53 +00:00
Guido van Rossum
7fb1dcc437 added ctb 1995-02-21 20:58:30 +00:00
Guido van Rossum
0437e89041 fix bug in filterproc interface 1995-02-21 20:56:21 +00:00
Guido van Rossum
f74c36c9dc fix bug with volume root 1995-02-21 00:44:14 +00:00
Guido van Rossum
24a45e3c18 ported to MPW, moved main() here 1995-02-20 23:45:53 +00:00
Guido van Rossum
850f44b47c moved main() to macglue.c 1995-02-20 23:45:09 +00:00
Guido van Rossum
7c496ec629 ported to CFM-68K 1995-02-20 23:44:43 +00:00