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

sort by:
Revision Author Date Message Commit Date
59b328e Added warning about behavior of open mode 'a' (or 'a+'). 02 May 1996, 15:16:59 UTC
e71c5a7 Removed broken tst.py 26 April 1996, 20:53:30 UTC
0f6dc5b Added MenuItem methods setstyle(), seticon(), setmark() 23 April 1996, 16:18:33 UTC
782405f Extension to wed that handles styles, fonts and sizes 23 April 1996, 16:17:54 UTC
8ae8e4f Made style and soup handles optional 23 April 1996, 16:17:08 UTC
efe8c9c An interface to the WASTE textedit replacement library. 19 April 1996, 16:03:58 UTC
f2331de Keep .exp files in cvs tree 19 April 1996, 16:03:08 UTC
b4c9381 Copy .exp files to mwerks project directory too. 19 April 1996, 16:02:20 UTC
3ba03b2 An example of waste 19 April 1996, 16:01:31 UTC
c4eec9f - Confine window moves to screen boundaries - Added windowbounds() function to help programmer with staggering windows - Added event parameter to idle routine - Added settext(label) method to menu entries - Erase/invalidate only visRgn in stead of everything - Correctly handle clicks in inactive ControlWindows 19 April 1996, 16:00:28 UTC
2cc4160 Minimal waste test program, modified from ttedit. 19 April 1996, 15:57:52 UTC
0836542 Added documentation on FrameWork, TextEdit and Waste Updated minor things in the other documents (pathnames, etc) 19 April 1996, 15:56:08 UTC
8444507 Use FrameWork.windowbounds(), fixed idle routine 19 April 1996, 15:54:47 UTC
dce32a9 Idle callback is now supplied with the null event causing it. 19 April 1996, 15:54:04 UTC
a2408e9 Fixed code generated for an argument of type **** 16 April 1996, 14:36:46 UTC
7bfc875 Fixed ScrolledWindow to disable scrollbars if everything is visible. 16 April 1996, 14:35:43 UTC
111fdcf Added correct handling of cut/paste menu enabling, scroll bars 16 April 1996, 14:34:26 UTC
ded81a1 Removed ...gen.py files from repository 16 April 1996, 14:33:21 UTC
19171a2 Added support for accessing a few more TERec members 16 April 1996, 14:32:01 UTC
90ecdf4 An interface to WASTE, an all-singing-all-dancing TextEdit replacement 16 April 1996, 14:29:15 UTC
6528b1f An interface to WASTE, an all-singing-all-dancing TextEdit replacement. 16 April 1996, 14:27:51 UTC
bd9565a Clarified working directory stuff, added some paragraphs on using import and reload() to run scripts. 15 April 1996, 12:25:44 UTC
d544d01 Moved customization to bgenlocations.py module. 12 April 1996, 16:39:00 UTC
eba8856 Added missing setport call to mkdistr_ui, and added scrap to mkpluginaliases. 12 April 1996, 16:34:58 UTC
46d9e79 bgen-generators now drop the python definition file straight in the Lib:toolbox folder. 12 April 1996, 16:29:23 UTC
819fa1a Added scrap manager 12 April 1996, 16:27:54 UTC
c574b43 Fixed a nasty bug where FindControl could return a reference to a destroyed python object. 12 April 1996, 16:26:59 UTC
da6a971 Interface to the scrap manager 12 April 1996, 16:25:30 UTC
e353215 Added ScrolledWindow (a window with one or two scrollbars) 12 April 1996, 16:24:44 UTC
7853647 Don't atoi() the memo key. Use atoi(), atol(), atof() instead of load_atomic for seed-up. 12 April 1996, 13:36:27 UTC
e7b900d A simple scrollbar-less single-font (but multi-window) text editor. More to come... 11 April 1996, 15:41:39 UTC
c9c0dd3 Fixed ttedit to actually work Fixed minor update bug in tlist 11 April 1996, 15:40:32 UTC
cef2c59 Added enable(onoff) method to menus and menu items 11 April 1996, 15:39:01 UTC
5c6e373 Added lost docs for crypt module. 10 April 1996, 16:18:20 UTC
4bffb8b Added warning on memory use of tcl/tk 10 April 1996, 14:56:32 UTC
476d568 rebinhexed 10 April 1996, 14:53:58 UTC
8494967 Added a region arg to update calls 10 April 1996, 14:53:29 UTC
5f962c2 Added a tutorial 10 April 1996, 14:52:59 UTC
822a30b Added region arg to update calls. And binhex files rebinhexed. 10 April 1996, 14:52:18 UTC
270f411 Binhex gif files too. 10 April 1996, 14:51:38 UTC
f04fa72 Changed to allow the user to do partial builds 10 April 1996, 14:51:14 UTC
3422f2c Moved a button in the message dialog. and everything got binhexed again. 10 April 1996, 14:50:28 UTC
0b690db Added region argument to various ...Update calls. Also, some rsrc files got rebinhexed (sigh) 10 April 1996, 14:49:41 UTC
2b72417 Replaced various dummy updateRegions by real arguments 10 April 1996, 14:48:19 UTC
fcdf437 TextEdit sample code (not yet complete) 10 April 1996, 14:43:17 UTC
0701d62 Added TextEdit interface 10 April 1996, 14:42:32 UTC
8a452d6 Interface to TextEdit toolbox 10 April 1996, 14:41:08 UTC
9a2c546 Create files as temp file and move to real location only when complete. Added some try-except statements around listdir and mkdir operations. 09 April 1996, 02:51:23 UTC
adf8769 Separate readline initialization into new function PyOS_ReadlineInit(). For Dave Ascher's readline extensions. 09 April 1996, 02:45:31 UTC
d170577 Add list() method, analogous to tuple(). 09 April 1996, 02:41:06 UTC
a5a3db7 Under NT, interface to mysterious module registry. (Mark H.) 09 April 1996, 02:39:59 UTC
e71a947 Under NT, change "long" sharedlib extension to ".dll". (Mark H.) 09 April 1996, 02:39:15 UTC
c606fe1 Under NT, define sys.dllhandle and sys.winver (Mark H.). 09 April 1996, 02:37:57 UTC
4f1c59b Add'l change for NT (Mark H.). 09 April 1996, 02:37:03 UTC
f2389a0 (py-indent-right, py-outdent-left): fixed placement of point after adjustments. 08 April 1996, 23:05:56 UTC
43ecf8e (py-parse-state): make sure we don't land inside a triple-quoted string 06 April 1996, 00:00:19 UTC
ab69eb9 Added resource-ids for override preferences. 04 April 1996, 15:39:42 UTC
a486a55 Added support for override preferences 04 April 1996, 15:39:18 UTC
db0bace Added support for editing override preferences in applets 04 April 1996, 15:38:44 UTC
bbb4e10 Subtlety: ~root/a should expand to /a, not //a. Everything else unchanged. 02 April 1996, 22:30:03 UTC
ededb58 Update reference (it's now RFC 1808); added http to list of protocols that use parameters. 29 March 1996, 21:23:25 UTC
4876651 Reformatted with 4-space tab stops. Allow '=' and '~' in unquoted attribute values. Added overridable methods handle_starttag(tag, method, attrs) and handle_endtag(tag, method) so subclasses can decide whether they really want to call the method (e.g. when suppressing some portion of the document). Added support for a number of SGML shortcuts: shorthand full notation <tag>...<>... <tag>...<tag>... <tag>...</> <tag>...</tag> <tag/.../ <tag>...</tag> <tag1<tag2> <tag1><tag2> </tag1</tag2> </tag1></tag2> </tag1<tag2> </tag1><tag2> This required factoring out some common actions and rationalizing the interface to parse_endtag(), so as to make the code more readable. Fixed syntax for &entity and &#char references so the trailing semicolon is optional; removed explicit support for trailing period (which was a TBL mistake in HTML 0.0). Generalized the test program. Tried to speed things up a little. (More to come after the profile results are in.) Fix error recovery: call the end methods popped from the stack instead of the one that triggers. (Plus some complications because of the way HTML extensions are handled in Grail.) 28 March 1996, 18:45:04 UTC
5f20477 (py-indent-right, py-outdent-left): Watch out for (mark) returning nil. 25 March 1996, 21:24:26 UTC
cce074e new binhex from Jack (much faster) 25 March 1996, 18:54:33 UTC
975aa22 Don't change Standard File folder on chdir(). 25 March 1996, 15:46:25 UTC
415571c Replaced non-ascii chars by backslash escapes 25 March 1996, 15:46:03 UTC
e6dde14 Removed one level of "mac" in path initialization 25 March 1996, 15:45:21 UTC
5196d00 Compare sourcefile to hqx file (if it exists) before binhexing. This should stop us from continually updating the .hqx files, at least for resource files. 25 March 1996, 15:38:36 UTC
a220e67 Finally check in Jack's latest version, which fixes all known bugs. 23 March 1996, 19:19:04 UTC
4669d7e #updated some comments 22 March 1996, 16:13:24 UTC
826255b (py-indent-right, py-indent-left): support indentation of regions or current line. 22 March 1996, 16:09:34 UTC
71ac945 move mac url2path conversion to separate module 21 March 1996, 16:31:41 UTC
857e88e Updated to reflect new situation, added a warning on fmmodule.c 20 March 1996, 16:27:30 UTC
ac0a21a Added a note about removing unwanted sys.path stuff 20 March 1996, 16:26:27 UTC
94a71ab re-binhexed 20 March 1996, 16:25:52 UTC
ef51d13 Removed addpack calls 20 March 1996, 16:24:56 UTC
f63abad Removed addpack calls for toolbox modules. 20 March 1996, 16:22:01 UTC
1a0dafb Somehow the <<terminated>> got mangled. Fixed. 20 March 1996, 16:19:00 UTC
ca5e5ed Fixed pythonpath to include tkinter and mac:toolbox, and source-tree locations for mac libs. The others were re-binhexed for reasons unknown... 20 March 1996, 16:18:11 UTC
e15f6fe Fixed for new directory layout 20 March 1996, 16:16:34 UTC
32cb80c Removed addpack calls for toolbox modules, re-binhexed resources (sigh) 20 March 1996, 16:15:35 UTC
442e720 Added proxy handling; upped version. (Proxy handling uses <proto>_proxy environment variables by default.) 20 March 1996, 15:33:11 UTC
bb65377 Oops... I Inadvertently lost their cvs files... 18 March 1996, 14:21:15 UTC
0f7af3f Were copied to Relnotes-1.[12] long ago... 18 March 1996, 13:47:22 UTC
0657960 Fixed binhexer 18 March 1996, 13:39:09 UTC
a630813 Explanations of the examples here 18 March 1996, 13:38:52 UTC
f4875af Minor fix 18 March 1996, 13:36:33 UTC
18a99f5 Changed creator from PYTH to Pyth 18 March 1996, 13:35:00 UTC
1a06e1d Binhexer fixed 18 March 1996, 13:34:25 UTC
52a40ac Added option to set queue size 18 March 1996, 13:33:48 UTC
dca8788 Added a few file types 18 March 1996, 13:33:15 UTC
a8738a5 Added print_arguments() function. 14 March 1996, 21:30:28 UTC
0603319 Use MacOS.openrf (if it is available) for opening resource forks Copy in .5Mb chunks in stead of 1Mb 12 March 1996, 13:33:34 UTC
db9ff36 Added checkmenu() method (to checkmark an entry) and delete() method to remove a menu. 12 March 1996, 13:32:03 UTC
e355c45 - Allow setting of argc/argv in <option>-start dialog - Set "ok" to be default button 12 March 1996, 13:29:04 UTC
4032c2c Change to use real temporary files instead of StringIO. Correct and add to documentation. This will be released as cgi.py 2.0a1. 09 March 1996, 04:04:35 UTC
0147db0 Considerable documentation changes and a few import rearrangements. 09 March 1996, 03:16:04 UTC
867a32a (py-comment-region): obsoleted by comment-region (python-mode): set comment-start to "## " for comment-region. (py-mode-map): Bind C-c# to comment-region. 07 March 1996, 18:30:26 UTC
7aee384 Reformatted with 4-space indentation. Added some quick docs to the FieldStorage class. 07 March 1996, 18:00:44 UTC
a0e2422 A few missing casts (Richard Neitzel). Don't append Unix paths on a Mac (Jack Jansen). 07 March 1996, 16:16:54 UTC
back to top