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

sort by:
Revision Author Date Message Commit Date
7849da8 added PicklingError exception 09 March 1995, 14:08:35 UTC
a320fd3 changes for MPW 09 March 1995, 12:14:15 UTC
b6fe704 add casts to malloc() calls 09 March 1995, 12:13:43 UTC
5fe6058 a few peephole optimizations 09 March 1995, 12:12:50 UTC
8d617a6 various tuple related optimizations; remove unused b/w compat code from ceval.c 09 March 1995, 12:12:11 UTC
53e8d44 changes in NT tests 09 March 1995, 12:11:31 UTC
59461c7 use PROTO macro around fn prototype 09 March 1995, 12:10:50 UTC
599de5a addet SETTUPLEITEM and added cast to GETTUPLEITEM 09 March 1995, 12:10:16 UTC
65bc7a7 (python-font-lock-keywords): better defaults. 08 March 1995, 22:25:47 UTC
74d9cc5 (py-keep-region-active): new function. 08 March 1995, 22:05:16 UTC
c723b75 #(python-font-lock-keywords): paren typo 08 March 1995, 22:03:16 UTC
4f005cf (python-font-lock-keywords): new variable 08 March 1995, 22:02:44 UTC
850437a (py-mode-map): py-mark-block moved to C-c C-m (was C-c C-b). py-submit-bug-report placed on C-c C-b, and py-version placed on C-c C-v. (py-version, py-submit-bug-report): new functions (py-version, py-help-address): new variables 08 March 1995, 21:50:28 UTC
14af844 bump to version 2.0 now that I'm taking over 08 March 1995, 21:33:39 UTC
7b0f568 #initial stylistic rewrite 08 March 1995, 21:33:04 UTC
3b0a5cd Initial revision 07 March 1995, 16:40:18 UTC
6c4f003 changes (suggested) by Soren Larsen 07 March 1995, 10:14:09 UTC
d01c100 clarified expanding %xx and form for print_form 07 March 1995, 10:12:59 UTC
85c4ff2 added macdnr 07 March 1995, 10:12:11 UTC
ea6e19c added code objects 07 March 1995, 10:11:15 UTC
3d54de2 clarified code objects 07 March 1995, 10:09:55 UTC
46f2157 added ref to vars() 07 March 1995, 10:09:34 UTC
124107b reverse sense of PyMac_Idle test 06 March 1995, 10:30:39 UTC
5510dc2 socket.py 06 March 1995, 10:29:04 UTC
50d5e8a no longer need to include IN.py or SOCKET.py 04 March 1995, 22:57:56 UTC
687ec18 changes for MPW 04 March 1995, 22:43:47 UTC
0374771 remove some unused local variables 04 March 1995, 22:39:03 UTC
23f43d1 correct some return values and remove some unused variables 04 March 1995, 22:36:53 UTC
d5f5385 include macglue.h so we can use HAVE_UNIVERSAL_HEADERS; and correct sens of PyMac_Idle() test. But should'nt this raise KeyboardInterrupt instead of silently returning? 04 March 1995, 22:35:14 UTC
cfa00ea don't use math at all 04 March 1995, 22:32:54 UTC
51b1c1c avoid math, don't abort when overflow check fails 04 March 1995, 22:30:54 UTC
1dba24e remove redundant backslashes; some cosnetics 04 March 1995, 22:28:49 UTC
7b5430f raise EOFError when load() hits EOF, instead of KeyError 04 March 1995, 22:25:21 UTC
cd259d0 fix several cosmetic things, add buffering to makefile 04 March 1995, 22:24:05 UTC
09b39fa moved lots of stuff to Tools/scripts 02 March 1995, 16:00:55 UTC
ed3c791 moved lots of scripts from Demo/scripts to Tools/scripts 02 March 1995, 15:56:30 UTC
fd218ca moved Demo/modulator to Tools/modulator 02 March 1995, 15:55:28 UTC
309e8ac moved Demo/freeze to Tools/freeze 02 March 1995, 15:54:21 UTC
5f85880 new 02 March 1995, 15:51:27 UTC
b5f9460 allow safe_import to be called with up to 4 args and check for . in name 02 March 1995, 15:30:15 UTC
f16d5fa The final bit of my Mac documentation. 02 March 1995, 14:41:55 UTC
d211220 checkin of Jack's original version 02 March 1995, 14:05:29 UTC
df804f8 converted docs for Jim Roskind's profiler 02 March 1995, 12:38:39 UTC
f4aac48 minor update 02 March 1995, 12:37:55 UTC
0bf4d89 add warning about strop 02 March 1995, 12:37:30 UTC
dc46c7f small nits and new files 01 March 1995, 15:38:16 UTC
b721ef1 Half the mactcp documentation (macdnr still to come) 01 March 1995, 14:54:30 UTC
81b3060 en weer twee! 01 March 1995, 14:36:00 UTC
51bbdfb totally rewritten, for new macro set 01 March 1995, 14:07:08 UTC
64f0845 Added a missing line 01 March 1995, 14:06:52 UTC
dcb0a9b Yet another one... 01 March 1995, 14:05:27 UTC
ad0ee83 changes for NT/Borland C 01 March 1995, 10:34:45 UTC
6964f73 include mymath.h 01 March 1995, 10:34:29 UTC
d9b6b5c Write track artist info if given. 01 March 1995, 10:03:08 UTC
8675115 a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW chapter 28 February 1995, 17:14:32 UTC
e4be9be Three down, two to go... 28 February 1995, 15:46:09 UTC
ea39abd more stuff 28 February 1995, 09:49:02 UTC
e26c263 more stuff 28 February 1995, 09:11:41 UTC
a12ef94 added WWW sections 27 February 1995, 17:53:25 UTC
7defee7 document restriction on group names 27 February 1995, 17:52:35 UTC
8df3637 changes refs to SO_* symbols 27 February 1995, 17:52:15 UTC
61d34f4 added quote and unquote 27 February 1995, 17:51:51 UTC
d6304d0 added cgi 27 February 1995, 17:51:26 UTC
2120d12 In interactive mode ask for output file 27 February 1995, 16:19:07 UTC
16df2aa Under MW also be more conservative about events to request 27 February 1995, 16:17:28 UTC
7c750e1 added html parser and supporting cast 27 February 1995, 13:16:55 UTC
eb9e9d2 layout changes; quote & as well 27 February 1995, 13:16:11 UTC
c7acf2a handle class exceptions 27 February 1995, 13:15:45 UTC
cebfa70 fix stupid bug (db should be dict) 27 February 1995, 13:15:29 UTC
780620f added DictType as alias for DictionaryType 27 February 1995, 13:14:15 UTC
5e38b6f handle class exceptions; added runeval; made runctx obsolete 27 February 1995, 13:13:40 UTC
051ab12 make the type a parameter of the DL_IMPORT macro, for Borland C 27 February 1995, 10:17:52 UTC
0fbec64 for BorlandC 27 February 1995, 10:15:36 UTC
464a0a1 for MPW __SC__ 27 February 1995, 10:15:10 UTC
07e3a7e for MPW __SC__ compiler 27 February 1995, 10:13:37 UTC
caeaafc don't complain about too many args if arg is a dict 27 February 1995, 10:13:23 UTC
ea64dea another round 27 February 1995, 10:11:31 UTC
8cebe38 all bgen modules now work with MWerks 27 February 1995, 10:10:58 UTC
e7134aa return old value of PyMac_DoYieldEnabled; -1 means do not even check for interrupts 26 February 1995, 10:20:53 UTC
83c434b get creator from Owner resource; set attrs 26 February 1995, 10:19:42 UTC
2e1db77 Update 26 February 1995, 10:18:37 UTC
76efd8e 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. 24 February 1995, 22:53:16 UTC
397c3fb Added BINA to unknown filetypes (what mw uses) 24 February 1995, 22:46:51 UTC
32b2f82 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. 24 February 1995, 22:45:45 UTC
585c6dc more fixes by Steve Clift 24 February 1995, 13:45:43 UTC
57836fe change in staticforward -- added statichere 21 February 1995, 21:06:10 UTC
4f508cc add explicit 0 flags for methodlist 21 February 1995, 21:03:24 UTC
3097c3a change ifdefs and fix "%#s" format 21 February 1995, 21:02:46 UTC
edea408 changed ifdefs and comments -- more modules are good 21 February 1995, 21:01:47 UTC
e6d9ccc change SC ifdef to MPW 21 February 1995, 21:01:05 UTC
8656ad5 a few new things 21 February 1995, 21:00:32 UTC
4410d57 ported to MPW/SC 21 February 1995, 20:58:53 UTC
7fb1dcc added ctb 21 February 1995, 20:58:30 UTC
0437e89 fix bug in filterproc interface 21 February 1995, 20:56:21 UTC
f74c36c fix bug with volume root 21 February 1995, 00:44:14 UTC
24a45e3 ported to MPW, moved main() here 20 February 1995, 23:45:53 UTC
850f44b moved main() to macglue.c 20 February 1995, 23:45:09 UTC
7c496ec ported to CFM-68K 20 February 1995, 23:44:43 UTC
42a69c8 real dialogs for warnings etc., copy applet.rsrc template too 20 February 1995, 23:44:14 UTC
f45b53b replace %#s with portable solution 20 February 1995, 23:43:29 UTC
back to top