Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
0ec3126 added normpath() and splitdrive() 10 August 1995, 18:09:16 UTC
f68ec39 added note about obsolescence 10 August 1995, 18:00:03 UTC
0dbd1fd correct description of integer division; describe optional read arg 10 August 1995, 14:22:39 UTC
3e43d83 clarify optional status 10 August 1995, 14:21:49 UTC
0bbbea1 typos only 10 August 1995, 14:21:11 UTC
eafe32a chapter on new things in 1.3 10 August 1995, 14:18:10 UTC
e164bd8 Documented FindFolder, GetFInfo, SetFInfo and the FInfo object. 10 August 1995, 11:53:14 UTC
ea79c87 re-enabled newmodule 09 August 1995, 15:17:23 UTC
d8eb8a7 MkPluginAliases - Scripts (AppleScript and Python) to create aliases to PPC plugin libraries fixfiletypes.py - Script to recursively set mac creator/type based on extension 09 August 1995, 15:16:58 UTC
9f0a17b Better fix for creating extended pythons. (getpath.c needs to be recompiled for the extensions) 09 August 1995, 10:39:48 UTC
ad5d2cf Fixed creation of extended python. 09 August 1995, 09:18:20 UTC
9d8fe64 rather ugly temporary hacks to make it work in grail & restricted mode 09 August 1995, 02:33:38 UTC
6a0691a fix bug in reload 09 August 1995, 02:32:49 UTC
bebe515 add module binascii; add r_unload/s_unload; don't change 'rb' to 'r' in open 09 August 1995, 02:32:08 UTC
aa76344 change blank line insertion at a few places and fix recursion bug for </var> 09 August 1995, 02:31:00 UTC
150316e added getpath.c; added -P exec_prefix; added explanatory note 08 August 1995, 14:21:07 UTC
45a9104 added MACHDEP back in 08 August 1995, 14:18:12 UTC
6e39e53 Initial revision 08 August 1995, 14:11:07 UTC
222c892 add xstat (extended stat, returns resource fork size and creator/type) 08 August 1995, 14:10:22 UTC
08d2071 set some fields to zero for directories 08 August 1995, 14:09:33 UTC
6d47d0d pass prefix etc. on when making sharedinstall; install getpath.c 07 August 1995, 21:58:40 UTC
1383356 added sys.std files, read-only open, reload 07 August 1995, 20:19:27 UTC
221df24 add splitdrive() 07 August 1995, 20:17:55 UTC
971ee13 pass the command to sh -c 07 August 1995, 20:17:23 UTC
e0bfd50 correct typo (persis*ent) 07 August 1995, 20:16:58 UTC
ec8fd94 use new "single" compile option 07 August 1995, 20:16:05 UTC
b767709 make sure os.environ exists (maybe empty) 07 August 1995, 20:15:23 UTC
8755582 add seekable option to __init__ 07 August 1995, 20:13:56 UTC
65ab98c use mimetools; add close() 07 August 1995, 20:13:02 UTC
e780877 added parse_qs(query_string) 07 August 1995, 20:12:09 UTC
f54d967 new formatter module; redid htmllib module to use it 07 August 1995, 20:07:44 UTC
a0eab1d Initial revision 07 August 1995, 20:07:36 UTC
0a2eaac Use binascii module for inner loop 07 August 1995, 14:37:38 UTC
fcdffea Implement binhex protocol. Note: binhex works, hexbin does not work yet. 07 August 1995, 14:36:51 UTC
cf63693 Better error messages wrt missing resources and preferences 07 August 1995, 14:36:06 UTC
a7b6a82 Added binascii 07 August 1995, 14:35:24 UTC
7278119 Helper module for uuencode and binhex coders 07 August 1995, 14:34:15 UTC
a68bfe2 Added missing walk() function 07 August 1995, 14:09:27 UTC
3d18593 Added interfaces to {Get,Set}FInfo and accompanying objects 07 August 1995, 14:04:10 UTC
f8bddd8 Mwerks now also has fopenrf 07 August 1995, 14:03:14 UTC
426fa79 Mwerks version of fopenRF. 07 August 1995, 14:02:12 UTC
67b4e6d Fix for cfm68k 07 August 1995, 14:01:46 UTC
fc59603 Moved here because it is think-specific 07 August 1995, 14:00:08 UTC
63bf598 Added resource-files to CVS tree, in binhex form 07 August 1995, 13:59:16 UTC
d8c7a41 Put resource-files under CVS, in binhex form 07 August 1995, 13:58:09 UTC
221ec0b new sendport() interface; add test() program call 04 August 1995, 04:39:30 UTC
28e99fe added format_* functions (suggestion by Ken M) 04 August 1995, 04:30:30 UTC
fb1a0cd subtle changes to relative rurl joins 04 August 1995, 04:29:32 UTC
bbb0a05 use mimetools; add error handling and authentication 04 August 1995, 04:29:05 UTC
7ff5d7f major rewrite using different formatting paradigm 04 August 1995, 04:23:30 UTC
145b2e0 changed comment parsing 04 August 1995, 04:22:39 UTC
667d704 Initial revision 04 August 1995, 04:20:48 UTC
37ba0bc split config.c in 1000 parts; new main; new unfinished objective-C module 04 August 1995, 04:20:45 UTC
e3e61c1 empty kw dict is ok for builtins 04 August 1995, 04:14:47 UTC
a1633cd split cofnfig.c in 1000 little files :-) 04 August 1995, 04:13:00 UTC
47ad5e7 moved stuff around to resemble main.c 04 August 1995, 04:10:43 UTC
6ec1efb add imp.get_frozen_object() 04 August 1995, 04:08:57 UTC
b7b4562 avoid resize of 0-length tuple 04 August 1995, 04:07:45 UTC
ac21f6a class objects are read-only in restricted mode 04 August 1995, 04:05:31 UTC
055968c better err checks in resizetuple 04 August 1995, 04:05:10 UTC
e7e578f Initial revision 04 August 1995, 04:00:20 UTC
40d1ea3 new package support, import hooks, restricted execution support 04 August 1995, 03:59:03 UTC
a22a70a added some missing constants 04 August 1995, 03:51:48 UTC
35f67fb keyword arguments; redid Photo image class; other goodies 04 August 1995, 03:50:29 UTC
9455063 keyword parameter changes 04 August 1995, 03:49:39 UTC
5968bad - Use new names - Use AEInteractWithUser 29 July 1995, 15:34:25 UTC
39fe80b Initial revision 29 July 1995, 15:33:43 UTC
e87e7a5 New test program for server AE handling 29 July 1995, 15:32:30 UTC
7874b5d minor fix 29 July 1995, 15:31:10 UTC
5050199 Fixed incorrect call to InstallHandler and a few other things 29 July 1995, 13:58:41 UTC
21eb0b5 mac CW-only fix for messy windows upon exit 29 July 1995, 13:55:06 UTC
b7d0df4 Allow mac user to set "command line flags" by option-starting python. 29 July 1995, 13:53:59 UTC
292b0f9 Added code so you canset "command line options" if you option-click/drag python. Needs a new dialog resource. 29 July 1995, 13:52:37 UTC
cc456fb Un-installing of AE handlers fixed (AE is very picky that you specify the same UPP) 29 July 1995, 13:50:59 UTC
7571f30 A new home for scripts/applets EditPythonPrefs - Edit the preferences file (sys.path, python home) PackLibDir - Convert a sys.path directory to a resource file RunLibScript - import a module and run as __main__ mkapplet - Create a python applet The resource files belonging to these should also be stored here, somehow.. 29 July 1995, 13:48:41 UTC
0db1ef9 fix bogus DECREF in finally clause 28 July 1995, 23:06:00 UTC
b158909 \temporary 'fix' for brokenness 28 July 1995, 16:44:53 UTC
23ebeba Made more ppc-savvy 28 July 1995, 11:44:29 UTC
4cae5e6 - Added getplatform() - (temporarily?) removed newmodule reference 28 July 1995, 11:29:54 UTC
614cf81 Undef 'argument' before including mac headers 28 July 1995, 11:28:14 UTC
8cb4b1f Module with one function to read Python modules and extract class and method definitions. See __doc__ string for more information. 28 July 1995, 09:30:01 UTC
ff8b494 changes for keyword args to built-in functions and classes 26 July 1995, 18:16:42 UTC
ce0a6de never close the file in imp.load_... 26 July 1995, 18:13:27 UTC
a83f270 changes for keyword args to built-in functions and classes 26 July 1995, 18:07:32 UTC
bebdc37 changes for keyword args to built-in functions and classes 26 July 1995, 17:58:29 UTC
454674d add forgotten PyObject_SetAttrString 26 July 1995, 17:53:29 UTC
07b14dd add locking where it exists 26 July 1995, 17:33:44 UTC
ef38b78 use newgetargs 26 July 1995, 17:33:10 UTC
f8afdcf improved comments for curses, dbhash 26 July 1995, 17:31:41 UTC
e42fc2f use getnewargs where it makes sense 26 July 1995, 17:29:45 UTC
53bb7ff be more suspicious of getlocals() 26 July 1995, 16:26:31 UTC
bdd207a better policy regarding NULL locals 26 July 1995, 16:14:30 UTC
3fc9d73 new version 25 July 1995, 15:10:56 UTC
ffa257d Initial revision 20 July 1995, 21:57:15 UTC
2e5168c Get magic number from interpreter (using module imp). 19 July 1995, 11:21:47 UTC
aa3e163 Added flush() method. 19 July 1995, 11:21:21 UTC
ff99a72 change obsolete isfile to isvalid; add lock and unlock commands 18 July 1995, 18:40:41 UTC
ec9ea61 remove comment about obsolete variable 18 July 1995, 18:35:17 UTC
a79f5a3 implemented 'add' command and commit for added files 18 July 1995, 18:34:34 UTC
cf1025b fixed arg checking for keys() and close() 18 July 1995, 18:33:09 UTC
back to top