https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
24260ec This commit was manufactured by cvs2svn to create tag 'r13beta1'. 28 August 1995, 03:12:57 UTC
d4901c8 changes by Barry, e.g. font lock & email addresses 28 August 1995, 03:12:57 UTC
e7017ba updates 28 August 1995, 03:09:31 UTC
bf8e7d5 new stuff 28 August 1995, 03:09:13 UTC
7911813 new people 28 August 1995, 03:08:42 UTC
06f4289 many fixes by anonymous contributor 28 August 1995, 03:01:00 UTC
d639b45 dbhash -> bsddb 28 August 1995, 02:59:06 UTC
e03f277 fix bug in close() 28 August 1995, 02:58:31 UTC
66017aa fix leaks in keys(); fix bug in close() 28 August 1995, 02:58:00 UTC
0587011 rd_object() with exception is fatal error 28 August 1995, 02:56:20 UTC
69f6ee6 err_badcall() is fatal error 28 August 1995, 02:55:48 UTC
97162b5 exec() -> exec 28 August 1995, 02:54:01 UTC
9d8c5a4 add errno.h 28 August 1995, 02:53:41 UTC
84c8c7f 1.3b1 notes 28 August 1995, 02:44:24 UTC
45ee2ea improve ac_sys_system/release, add ac_syts_cpu 28 August 1995, 02:44:00 UTC
d4c2646 Generated anew 17 August 1995, 14:35:56 UTC
b95ea18 Added ResObj_OptNew declaration 17 August 1995, 14:32:23 UTC
91a6398 Use ResObj_OptNew for GetDialogItem return value: the handle returned may be NULL (for user items, for instance). 17 August 1995, 14:30:52 UTC
9f37c6d Added ResObj_OptNew, like ResObj_New but returns None when passed NULL. 17 August 1995, 14:29:23 UTC
caf7505 Added WhichWindow function to obtain window object given WindowPtr (as returned by event routines) 17 August 1995, 14:28:27 UTC
2f21246 Test of list in dialog 17 August 1995, 14:27:08 UTC
b4e4783 Uses new FrameWork, has multiple windows 17 August 1995, 14:26:23 UTC
8ce4d51 Different arg to GetEventHandler (but I cannot really remember fixing this.... Hope it is correct) 17 August 1995, 14:24:35 UTC
7e0da90 Made separate window class (and subclasses for special windows like dialogs). This is an incompatible change. 17 August 1995, 14:18:20 UTC
ac7c0df Indent bug 17 August 1995, 14:17:39 UTC
9c4585a Removed addbase.__del__ because it can't work. If code keeps a reference to self.fp or any of its methods, you don't want to close self.fp just because no explicit reference is kept to self. 15 August 1995, 11:33:39 UTC
ebed45f Documented MacOS module. 14 August 1995, 13:40:05 UTC
0e13374 Documented PromptGetFile and optional prompt to GetDirectory. 14 August 1995, 13:39:16 UTC
4518577 Fixed incorrect tex-code for readline 14 August 1995, 13:38:36 UTC
479c1b3 Put debug output inside 'if DEBUG'. 14 August 1995, 12:41:20 UTC
7a58336 Various fixes: missing imports, missing calls to MacOS.HandleEvent. Also, prints are now inside 'if DEBUG'. 14 August 1995, 12:39:54 UTC
01c2309 Useful routines on a mac: - mkalias makes a finder alias - copy copies a file, finder info, resources and all. - copytree does the same for a whole tree. 14 August 1995, 12:38:42 UTC
32486f5 Added PyMac_PromptGetFile, removed stuff gone to other sources. 14 August 1995, 12:36:37 UTC
819f177 Lots of stuff moved to other files. Include pythonresources.h. 14 August 1995, 12:35:10 UTC
c2e6dd8 New file: list resource-ids in one place. 14 August 1995, 12:34:42 UTC
56b14d4 Lots of stuff removed: gone to various other files. 14 August 1995, 12:33:48 UTC
696c958 This is completely different from the old mainmain (which wasn't used anymore) and is the new main program for MacPython. Built from bits and pieces of config.c, macglue.c and pythonmain.c. 14 August 1995, 12:33:20 UTC
12fce3e macgetpath - sys.path setting code factored out of config.c and macglue.c macgetplatform - factored out of config.c 14 August 1995, 12:31:44 UTC
f717ac2 Merged Jack's macgetcompiler.c and Guido's maccompiler.c and named the result macgetcompiler.c (after all, *I* did the merging:-) 14 August 1995, 12:30:15 UTC
0e1c0ce Renumbered dialogs: 128-255 are for interpreter use 256-511 are for extension modules, libraries, etc 512 and above are for applications 14 August 1995, 12:24:05 UTC
d5d5f46 Added new call PromptGetFile (like StandardGetFile, but accepts a prompt) and added optional prompt to GetDirectory. 14 August 1995, 12:22:56 UTC
9c45a65 Added missing initializer and extra error check. 14 August 1995, 12:21:50 UTC
9062fa2 Added prompts to various file-select dialogs Renumbered resources to above 512 14 August 1995, 12:21:12 UTC
ad16927 Added List.slb alias 14 August 1995, 12:20:22 UTC
3050a2d Binhexify any .rsrc file in a tree 14 August 1995, 12:19:20 UTC
eaeb1c8 Added missing 'leftchar' initializer. 14 August 1995, 12:17:57 UTC
dc977a9 Shuffled include's around (name conflict on Mac wrt teclick()) 14 August 1995, 12:17:18 UTC
9d19a91 Added prompt to getfile dialog Renumbered resources 14 August 1995, 12:14:55 UTC
ec38010 Added basic mac documentation. 14 August 1995, 11:55:07 UTC
a4b1d00 Interface to the Mac List Manager. 14 August 1995, 11:46:24 UTC
f33a69f Temporary fix for access statement. Definition of Error was missing. 14 August 1995, 07:49:51 UTC
e2cb727 exec() -> exec 11 August 1995, 14:24:47 UTC
a49d94a test for specific bug in vars() 11 August 1995, 14:24:35 UTC
1d59df2 added select_present and select_range to Entry widget 11 August 1995, 14:21:06 UTC
abad1cc renamed DbShelf->DbfilenameShelf;added BsdDbShelf (David Ely) 11 August 1995, 14:19:16 UTC
e03a86c change default flag to match dbm/gdbm 11 August 1995, 14:18:27 UTC
1035a89 make sure the path ends in a slash in reload() 11 August 1995, 13:56:04 UTC
fe4254e warn about bacslash-s lacking 11 August 1995, 00:31:57 UTC
9c3241d exec() -> exec 10 August 1995, 19:46:50 UTC
1a16c86 remove file: from list of protocols taking host 10 August 1995, 19:45:41 UTC
30642ab changed version :-) 10 August 1995, 19:44:54 UTC
eae892d added note about missing features 10 August 1995, 19:43:53 UTC
a62b100 noted obsolescence; exec() -> exec 10 August 1995, 19:43:04 UTC
894a7bb default tabsize to 8 10 August 1995, 19:42:05 UTC
1859600 fix reload use of __filename__ 10 August 1995, 19:40:39 UTC
ba3e46b fix stupid typo: r->RDLK 10 August 1995, 19:38:36 UTC
99bf06b same thing as for dospath, plus HOMEDRIVE/HOMEPATH support 10 August 1995, 19:34:50 UTC
92794e3 don't print Cannot open/stat messages 10 August 1995, 19:32:22 UTC
baf642e exec() -> exec 10 August 1995, 19:31:20 UTC
9f824a7 Initial revision 10 August 1995, 19:29:28 UTC
fda5c1a redefined normcase() 10 August 1995, 19:27:42 UTC
3b8e160 upgdaded the test program 10 August 1995, 19:26:37 UTC
4ac0050 revamped somewhat 10 August 1995, 19:24:30 UTC
3e7a697 temporarily disabled the access statements 10 August 1995, 19:23:37 UTC
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
back to top