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

2945 Commits

Author SHA1 Message Date
Guido van Rossum
3e43d8382c clarify optional status 1995-08-10 14:21:49 +00:00
Guido van Rossum
0bbbea15e6 typos only 1995-08-10 14:21:11 +00:00
Guido van Rossum
eafe32a639 chapter on new things in 1.3 1995-08-10 14:18:10 +00:00
Jack Jansen
e164bd83e1 Documented FindFolder, GetFInfo, SetFInfo and the FInfo object. 1995-08-10 11:53:14 +00:00
Jack Jansen
ea79c876d3 re-enabled newmodule 1995-08-09 15:17:23 +00:00
Jack Jansen
d8eb8a7945 MkPluginAliases - Scripts (AppleScript and Python) to create aliases
to PPC plugin libraries
fixfiletypes.py - Script to recursively set mac creator/type based on
	extension
1995-08-09 15:16:58 +00:00
Sjoerd Mullender
9f0a17b83f Better fix for creating extended pythons. (getpath.c needs to be
recompiled for the extensions)
1995-08-09 10:39:48 +00:00
Sjoerd Mullender
ad5d2cf12c Fixed creation of extended python. 1995-08-09 09:18:20 +00:00
Guido van Rossum
9d8fe6483d rather ugly temporary hacks to make it work in grail & restricted mode 1995-08-09 02:33:38 +00:00
Guido van Rossum
6a0691aee4 fix bug in reload 1995-08-09 02:32:49 +00:00
Guido van Rossum
bebe5157a5 add module binascii; add r_unload/s_unload; don't change 'rb' to 'r' in open 1995-08-09 02:32:08 +00:00
Guido van Rossum
aa7634476f change blank line insertion at a few places and fix recursion bug for </var> 1995-08-09 02:31:00 +00:00
Guido van Rossum
150316ee2e added getpath.c; added -P exec_prefix; added explanatory note 1995-08-08 14:21:07 +00:00
Guido van Rossum
45a910475c added MACHDEP back in 1995-08-08 14:18:12 +00:00
Guido van Rossum
6e39e53cde Initial revision 1995-08-08 14:11:07 +00:00
Guido van Rossum
222c8924c1 add xstat (extended stat, returns resource fork size and creator/type) 1995-08-08 14:10:22 +00:00
Guido van Rossum
08d2071acc set some fields to zero for directories 1995-08-08 14:09:33 +00:00
Guido van Rossum
6d47d0d07e pass prefix etc. on when making sharedinstall; install getpath.c 1995-08-07 21:58:40 +00:00
Guido van Rossum
1383356039 added sys.std files, read-only open, reload 1995-08-07 20:19:27 +00:00
Guido van Rossum
221df24940 add splitdrive() 1995-08-07 20:17:55 +00:00
Guido van Rossum
971ee13835 pass the command to sh -c 1995-08-07 20:17:23 +00:00
Guido van Rossum
e0bfd50d76 correct typo (persis*ent) 1995-08-07 20:16:58 +00:00
Guido van Rossum
ec8fd94aab use new "single" compile option 1995-08-07 20:16:05 +00:00
Guido van Rossum
b7677095d4 make sure os.environ exists (maybe empty) 1995-08-07 20:15:23 +00:00
Guido van Rossum
8755582ef1 add seekable option to __init__ 1995-08-07 20:13:56 +00:00
Guido van Rossum
65ab98c427 use mimetools; add close() 1995-08-07 20:13:02 +00:00
Guido van Rossum
e7808778d6 added parse_qs(query_string) 1995-08-07 20:12:09 +00:00
Guido van Rossum
f54d967fec new formatter module; redid htmllib module to use it 1995-08-07 20:07:44 +00:00
Guido van Rossum
a0eab1d367 Initial revision 1995-08-07 20:07:36 +00:00
Jack Jansen
0a2eaac867 Use binascii module for inner loop 1995-08-07 14:37:38 +00:00
Jack Jansen
fcdffeaaa1 Implement binhex protocol.
Note: binhex works, hexbin does not work yet.
1995-08-07 14:36:51 +00:00
Jack Jansen
cf6369394e Better error messages wrt missing resources and preferences 1995-08-07 14:36:06 +00:00
Jack Jansen
a7b6a820ae Added binascii 1995-08-07 14:35:24 +00:00
Jack Jansen
727811907c Helper module for uuencode and binhex coders 1995-08-07 14:34:15 +00:00
Jack Jansen
a68bfe29ec Added missing walk() function 1995-08-07 14:09:27 +00:00
Jack Jansen
3d18593e6d Added interfaces to {Get,Set}FInfo and accompanying objects 1995-08-07 14:04:10 +00:00
Jack Jansen
f8bddd8ae3 Mwerks now also has fopenrf 1995-08-07 14:03:14 +00:00
Jack Jansen
426fa79a7d Mwerks version of fopenRF. 1995-08-07 14:02:12 +00:00
Jack Jansen
67b4e6d4e8 Fix for cfm68k 1995-08-07 14:01:46 +00:00
Jack Jansen
fc596038a5 Moved here because it is think-specific 1995-08-07 14:00:08 +00:00
Jack Jansen
63bf598217 Added resource-files to CVS tree, in binhex form 1995-08-07 13:59:16 +00:00
Jack Jansen
d8c7a41ae9 Put resource-files under CVS, in binhex form 1995-08-07 13:58:09 +00:00
Guido van Rossum
221ec0b97a new sendport() interface; add test() program call 1995-08-04 04:39:30 +00:00
Guido van Rossum
28e99fe96f added format_* functions (suggestion by Ken M) 1995-08-04 04:30:30 +00:00
Guido van Rossum
fb1a0cd74f subtle changes to relative rurl joins 1995-08-04 04:29:32 +00:00
Guido van Rossum
bbb0a05972 use mimetools; add error handling and authentication 1995-08-04 04:29:05 +00:00
Guido van Rossum
7ff5d7f7c7 major rewrite using different formatting paradigm 1995-08-04 04:23:30 +00:00
Guido van Rossum
145b2e0168 changed comment parsing 1995-08-04 04:22:39 +00:00
Guido van Rossum
667d704997 Initial revision 1995-08-04 04:20:48 +00:00
Guido van Rossum
37ba0bc50b split config.c in 1000 parts; new main; new unfinished objective-C module 1995-08-04 04:20:45 +00:00