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

sort by:
Revision Author Date Message Commit Date
319f1a2 Added a warning about gusi cfm68k "far data" 16 October 1996, 15:28:30 UTC
b75fba0 Forget about Ellipses b/w compatibility. 16 October 1996, 04:18:36 UTC
6d1356e Changed Types to types. 15 October 1996, 16:32:07 UTC
59b912a Fixed xstat to again include resroucefork size, creator, type. Obtain thru macstat(), but other values via stat() (so os.stat() and os.xstat() agree). 15 October 1996, 16:13:33 UTC
3a4b3b0 Fixed flashing in ProgressBar update. 15 October 1996, 16:11:50 UTC
008ec68 Added warning not to import directly. 15 October 1996, 14:40:41 UTC
4808dcb Allow code objects to be passed to run() and eval(). 15 October 1996, 14:40:21 UTC
7e42cab Patches for Mac module docs by Jack 15 October 1996, 14:37:31 UTC
acc8754 (partparse.py): Small change by Sjoerd to improve handle of X11 extension documentation. 14 October 1996, 16:20:42 UTC
9c5dc29 Added item about bug in Slackware96 libdl. 13 October 1996, 15:48:56 UTC
0848146 Don't close an already closed socket. 12 October 1996, 14:07:22 UTC
9b05811 Added embryonic description of fcntl.lockf(). Added pointer to that in posixfile (which is obsolescent). 11 October 1996, 17:43:34 UTC
22f7f9e (texi2html.py): Added CLASS=Navigation attribute to DIV around top/bottom navigation links for HTML 3 version. Forced a blank line above the footnotes separator for HTML 2; at least one page did not get this spaced correctly. 11 October 1996, 16:54:00 UTC
4bf1296 (libtypes.tex): Correct reversal of two words in description of formatting strings. 11 October 1996, 16:33:48 UTC
e449af7 Ellipses -> Ellipsis rename (the dictionary really says that it should be Ellipsis!). Bumped the API version because a linker-visible symbol is affected. Old C code will still compile -- there's a b/w compat macro. Similarly, old Python code will still run, builtin exports both Ellipses and Ellipsis. 11 October 1996, 16:25:41 UTC
8741b2b Added Slice and Ellipses types. 11 October 1996, 16:00:06 UTC
1dde7b7 Typos detected by Sjoerd 11 October 1996, 15:57:17 UTC
c153d12 Got rid of almost totally obsolete Demo/www subdir. 11 October 1996, 14:49:19 UTC
a58d89e 'documented' resource-number useage of EditPythonPrefs 11 October 1996, 13:19:52 UTC
145c92d Moved resources to 510/511: the numbers above 512 gave problems when editing preferences in applets with their own dialogs 11 October 1996, 11:30:26 UTC
11b6d24 (partparse.py): Small fix to do_datadesc(): in some odd cases the name of data item was omitted, which also affected the indentation of the description. 10 October 1996, 20:09:56 UTC
43e6661 Add a dependency on clobber to the boot target. Now, if you run "make -f Makefile.pre.in boot", all traces of previous runs are removed. 10 October 1996, 19:12:47 UTC
b030bc0 Fix some cases where self.openedurl wasn't set. 10 October 1996, 16:01:16 UTC
b5fa1cb Don't add names that start with _ 10 October 1996, 16:00:28 UTC
5f2aa71 (Makefile): Push texi2html.py options into a make variable. 09 October 1996, 19:33:17 UTC
0282726 (texi2html.py): Tightened the generated HTML slightly. Added -p option to print section titles even when the debugging output is not enabled. Added -3 option to generate HTML 3.0 constructs where meaningful. Removed repititive garbage generation: the old version added simple descriptive comments after every datadesc/funcdesc/*desc entry: function(args) -- function of module xxxx Description.... These comments are no longer generated: function(args) Description.... 09 October 1996, 19:05:12 UTC
0b95abc (Makefile): Add libformatter.tex to the library document dependencies. 09 October 1996, 16:15:06 UTC
8f92595 (libhtmllib.tex, libsgmllib.tex, libformatter.tex): Improve indexing somewhat. Add small intros to the "implementations" sections of the formatter module doc. 09 October 1996, 16:13:22 UTC
7edd8d3 (partparse.py): Rationalize some behavior around unexpected conditions. 09 October 1996, 16:11:26 UTC
e1980ed (lib.tex, libwww.tex): Include the sgmlib chapter before the htmllib chapter to better reflect the relationship between the modules. 09 October 1996, 14:36:54 UTC
0eb8837 Prepared for Tk windowing implementation 09 October 1996, 09:38:46 UTC
b96aeaf tweaked some of the positions of interface elements. 09 October 1996, 09:38:06 UTC
ca8cdc6 (formatter.py): Simplify NullFormatter definition of add_hor_rule() to match documentation. 08 October 1996, 21:57:47 UTC
53e84d5 (lib.tex): Added entry for formatter module. 08 October 1996, 21:54:41 UTC
08d301e (libwww.tex): Added entry for formatter module. 08 October 1996, 21:54:06 UTC
e83b30d (libformatter.tex): Added documentation for abstract writer/formatter model and implementation variants. 08 October 1996, 21:53:33 UTC
58d7f69 (libhtmllib.tex): Revised documentation for HTML support. 08 October 1996, 21:52:23 UTC
42439ad (libsgmllib.tex): Revised documentation for SGML support. 08 October 1996, 21:51:49 UTC
5812488 A first stab at describing what's new in 1.4. Still many XXX'es left. Also would like to add an "author's note" at the beginning, basically pointing everyone to the books. 08 October 1996, 17:29:56 UTC
f17fa68 Nils Fischbeck, Tim Hochberg, Terry Reedy, Ka-Ping Yee 08 October 1996, 17:22:00 UTC
434882e Added 'static' target; add variable TARGET replacing python 08 October 1996, 17:21:11 UTC
8a91302 Toss Q 3.10 on posix.listdir on NeXT. Add revived vpApp. 08 October 1996, 17:18:30 UTC
0983315 Toss the outdated QuickRef. 08 October 1996, 17:16:02 UTC
a635184 Add waitflag to down_sema(). 08 October 1996, 14:21:49 UTC
6e8583d Check for NULL pointer returned from localtime()/gmtime(). 08 October 1996, 14:19:52 UTC
c196202 Speedup of makeresult() by keeping a filler of (-1, -1) around. 08 October 1996, 14:18:42 UTC
cf1474b Sjoerd's thread changes (including down_sema typo fix). Note: waitflag not supported on NT. 08 October 1996, 14:17:53 UTC
5b1d9ba Remove RCS crud... Sigh... 08 October 1996, 14:15:25 UTC
a4a7527 Removed RCS crud from official Python release version. 08 October 1996, 14:14:49 UTC
b8cc6ae The usual... Sigh... 08 October 1996, 14:13:43 UTC
6592f88 Removed debugging print statement 08 October 1996, 14:10:51 UTC
edaf1c9 Simple test module for strop. 08 October 1996, 14:07:56 UTC
3159e1e Change to always call list.append with a single argument. This does not mean I still support this code!!! 08 October 1996, 14:07:21 UTC
2715bb2 Changes to always call list.append with a single argument. 08 October 1996, 14:06:35 UTC
b7f48e3 Change to always call list.append with a single argument. 08 October 1996, 14:06:17 UTC
3c7739a Create img modules for cfm68k too. 08 October 1996, 09:25:02 UTC
a97b8ee Set the __file__ attribute of the imported module in both versions of load_module(), to mimick the behavior of imp more closely. 07 October 1996, 23:41:54 UTC
ccd8b19 Add provisions to set the (to be documented!) instance variable 'writer' of the NullFormatter to the writter passed in, or to a NullWriter if none (or None) is passed in. 07 October 1996, 21:29:49 UTC
36fc11e Compromise on test in find_class(): a user-defined function is okay, but a built-in function is not. 07 October 1996, 14:34:20 UTC
cab3c3b (Tkinter.py): Improve application basename determination to make .py and .pyc extensions completely equivelent when locating the "profile" which should be read on startup. 06 October 1996, 17:55:20 UTC
4be63d1 Added getparamnames() to Message class -- return a list of all parameters of the content-type header. 04 October 1996, 20:14:02 UTC
8299e46 Don't auto-install on import. This slows down apps that use some of our modules for special purposes (e.g. rexec). 04 October 1996, 19:57:11 UTC
3faf9b4 (Tkinter.py): Fixed dumb typo in Misc.tk_setPalette(). 04 October 1996, 19:23:04 UTC
6f1ee20 Use mac_image (from cmif stuff) Fixed off-by-four error Keep data around so it won't get reclaimed 04 October 1996, 15:22:37 UTC
30fe363 Fixed progressbar cleanup 04 October 1996, 15:21:00 UTC
a0ca4c4 Replace all uses of strncmp (in split, find, rfind) with memcmp, so embedded \0 in the delimiter is handled properly. Thanks to Sjoerd for suggesting this. 04 October 1996, 13:39:37 UTC
fe779a1 Don't mix stdout/stderr. 02 October 1996, 14:57:28 UTC
7df3606 Fixed object-handler-install bug 01 October 1996, 11:41:14 UTC
9f2ff91 Fixed bug in object-handler install arg handling 01 October 1996, 10:48:45 UTC
cfb60ee Fixed very nasty null-dereferencing bug in DisposeControl/destroy object. 01 October 1996, 10:46:46 UTC
cc778eb Add main program similar to pdb. 01 October 1996, 02:55:54 UTC
7a73ef8 (py-process-filter): Make sure current-buffer is restored, even in the event of error. Can't use new Emacs primitive save-current-buffer, so use unwind-protect instead. 30 September 1996, 23:00:40 UTC
24611f8 Always open file objects in binary mode. 30 September 1996, 22:02:50 UTC
336c699 Fix subtle bug detected by Jim F. 30 September 1996, 22:00:50 UTC
dfd9cb1 Don't die if an ok file method (e.g. fileno) doesn't exist. 30 September 1996, 18:50:44 UTC
eb76b84 Added DebugStr method to drop into low-level debugger 30 September 1996, 14:43:22 UTC
05cf7e0 Added VCHECK compile time option that fills allocated and freed blocks with garbage. 30 September 1996, 14:42:28 UTC
e86cbc4 Protect '&' signs with '\' in description of PyNumber_Coerce. 27 September 1996, 17:28:03 UTC
3f247ad Nits corrected by Fred 27 September 1996, 17:11:24 UTC
3c602d7 (Tkinter.py): Many revisions for Tk 4.X: Added clipboard support, updated selection interface, handle the -displayof option intelligently in many places. Added "wm colormapwindows" and "winfo colormapfull" support. Removed "focus default" and "focus none" method: these are not in Tk 4.X. 27 September 1996, 14:06:54 UTC
e9c515a (Canvas.py): Added definition of CanvasItem.cget() as suggested by Nils Fischbeck. 26 September 1996, 20:21:26 UTC
a1560cf - Simplified inheritance structure (still not good enough) - Added menubar in stead of buttons - (optionally) switch menubar back and forth to facilitate debugging FrameWork applications - Handle "Open Document" appleevent - Fixed click in grow-box location - Allow a new debug session after previous one has finished 26 September 1996, 16:26:05 UTC
b1667ef Menu callbacks can be strings, in which case they will be looked up in the top window. The menubar is redrawn in the event loop in stead of for every change. 26 September 1996, 16:17:08 UTC
e7b9fde 1. Correct typo in FileWrapper.close() (fix by AMK). 2. New trusted built-in modules cmath, errno, operator, parser. 3. Corrected bogus s_apply() -- the new one actually works (reported by AMK). 25 September 1996, 18:47:39 UTC
13bfbe7 Fixed PM debugging Added different arrow-icons for running/calling/returning/exception 25 September 1996, 14:09:35 UTC
5c30388 Disabled splash screen, added ShowMessage 25 September 1996, 14:08:40 UTC
4892ab7 The Window Independent Tracer (which will probably move elsewhere once it is truly window-independent:-) 24 September 1996, 15:35:50 UTC
f5b31c9 Changed about box to come up invisibly (so we can move it to the right location without flashing). 23 September 1996, 15:52:48 UTC
0e06e7e About boxes should be at 20% of screen height, not halfway 23 September 1996, 15:51:06 UTC
04df9d5 Added dialog-centering code to splash() 23 September 1996, 15:49:43 UTC
d96cb50 Added support for GetDialogWindow and other accessor functions 23 September 1996, 15:48:46 UTC
0d1069e Finally *tested* effect of fg and bg yield values (and changed them:-) 22 September 1996, 22:15:20 UTC
d617c57 Changed default background yield time to 1 tick 22 September 1996, 22:14:30 UTC
b9e5e14 Use auto-start functionality of aetools.TalkTo and aetools.Error for server-generated errors. 20 September 1996, 15:30:52 UTC
977fbf2 raise aetools.Error in stead of MacOS.Error on server-generated errors 20 September 1996, 15:29:59 UTC
433a48e Regenerated to use aetools.Error in stead of MacOS.Error. 20 September 1996, 15:29:08 UTC
c46f56e - Added optional "start" argument to TalkTo initialializer, which starts the app (if needed). - Added aetools.Error, which is returned in case of server-generated errors (better than MacOS.Error, which was raised previously) 20 September 1996, 15:28:28 UTC
0585d41 Convenience routines: wrappers around some of the scriptable finder functionality. 20 September 1996, 15:26:20 UTC
924ca85 Added macfs.FindApplication() to find application FSSpec given signature. 20 September 1996, 15:25:16 UTC
bdf03a0 - Regenerated suites - Use (and document) "start" argument to TalkTo initializer 20 September 1996, 15:22:47 UTC
back to top