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

sort by:
Revision Author Date Message Commit Date
bf5a6d2 Fixed tons of small markup problems. 12 March 1999, 19:57:38 UTC
3fce883 Vladimir has restructured his code somewhat so that the blocks are now represented by an explicit structure. (There are still too many casts in the code, but that may be unavoidable.) Also added code so that with -vv it is very chatty about what it does. 12 March 1999, 19:43:17 UTC
4edf656 Remove stuff with unsure copyright status 12 March 1999, 19:31:51 UTC
9a4da08 Change #! line to modern usage; also chmod +x 12 March 1999, 19:07:59 UTC
7e75c94 Change #! line to modern usage 12 March 1999, 19:05:49 UTC
b3a20bc Added availabililty annotations to respond to concerns of /F. 12 March 1999, 18:34:21 UTC
4b1a07a Fixed grammatical error reported by Donald Wallace Rouse II <dwr2@ix.netcom.com>. 12 March 1999, 18:21:32 UTC
93503ca Fixup the module keys. There were some problems with hosting / processing file HTML files on Windows machines do to case insensitivity. 12 March 1999, 16:24:22 UTC
be110c1 Updates based on comments from /F. 12 March 1999, 15:27:35 UTC
367ac80 From: Sjoerd Mullender The filename to URL conversion didn't properly quote special characters. The URL to filename didn't properly unquote special chatacters. 12 March 1999, 14:31:10 UTC
f61bbc8 OK, try again. Vladimir gave me a fix for the alignment bus error, so here's his patch again. This time it works (at least on Solaris, Linux and Irix). 12 March 1999, 00:12:21 UTC
dd58416 Don't crash when sys.path contains an empty string. 11 March 1999, 23:21:23 UTC
87a42cd Add support for <platform>, some cleanup of module section after creating the <moduleinfo>. 11 March 1999, 17:35:12 UTC
49c7bc4 This file was never supposed to be part of IDLE. 11 March 1999, 16:51:23 UTC
b62e877 - Don't crash in the case where a superclass is a string instead of a pyclbr.Class object; this can happen when the superclass is unrecognizable (to pyclbr), e.g. when module renaming is used. - Show a watch cursor when calling pyclbr (since it may take a while recursively parsing imported modules!). 11 March 1999, 16:37:13 UTC
cbd9870 Added .rdf and .xsl as application/xml types. (.rdf is for the Resource Description Framework, a metadata encoding, and .xsl is for the Extensible Stylesheet Language.) 11 March 1999, 16:04:04 UTC
59e4f37 Test for popen2 module, by Chris Tismer. 11 March 1999, 13:26:23 UTC
a060fb2 Alas, Vladimir's patch caused a bus error (probably double alignment?), and I didn't test it. Withdrawing it for now. 11 March 1999, 01:47:00 UTC
881928f Patch by Vladimir Marangoz to allow freeing of the allocated blocks of floats on finalization. 10 March 1999, 22:55:47 UTC
da084ed Patch by Vladimir Marangoz to allow freeing of the allocated blocks of integers on finalization. 10 March 1999, 22:55:24 UTC
ee84d59 Lots of nits to respond to various comments from users. 10 March 1999, 17:25:30 UTC
9537586 Added some clarification on CWGUSI building and pathnames as they come out of the CVS repository. 10 March 1999, 15:51:56 UTC
d6e8713 Add PathBrowser to File module 10 March 1999, 05:18:02 UTC
a917af7 "Path browser" - 4 scrolled lists displaying: directories on sys.path modules in selected directory classes in selected module methods of selected class Sinlge clicking in a directory, module or class item updates the next column with info about the selected item. Double clicking in a module, class or method item opens the file (and selects the clicked item if it is a class or method). I guess eventually I should be using a tree widget for this, but the ones I've seen don't work well enough, so for now I use the old Smalltalk or NeXT style multi-column hierarchical browser. 10 March 1999, 05:17:28 UTC
dc424be New utility: multiple scrolled lists in parallel 10 March 1999, 05:13:29 UTC
ac1cb16 - White background. - Display "(None)" (or text of your choosing) when empty. - Don't set the focus. 10 March 1999, 05:10:49 UTC
29aab75 open_http also had the 'data is None' test backwards. don't call with the extra argument if data is None. 09 March 1999, 19:31:21 UTC
dc12ec8 Fix a number of typos and small grammatical nits pointed out by Detlef Lannert <lannert@lannert.rz.uni-duesseldorf.de>. Added a comment explaining the cast in the method table for the keyword arguments sample code, in response to another comment by Detlef. 09 March 1999, 18:36:55 UTC
496bc7f Call Py_SetProgramName() instead of redefining getprogramname(), reflecting changes in the runtime around 1.5 or earlier. 09 March 1999, 17:07:24 UTC
eb894eb Always test for an error return (usually NULL or -1) without setting an exception. 09 March 1999, 16:16:45 UTC
d3eb577 Patch by Chris Herborth for BeOS code. He writes: I had an off-by-1000 error in floatsleep(), and the problem with time.clock() is that it's not implemented properly on QNX... ANSI says it's supposed to return _CPU_ time used by the process, but on QNX it returns the amount of real time used... so I was confused. 09 March 1999, 16:07:23 UTC
d2cd6f8 Small change by Jack Jansen. Test for self.returntype behaving like OSErr rather than being it. 09 March 1999, 16:05:26 UTC
db75afe Added collapse_ws option. 08 March 1999, 21:46:11 UTC
a4e6ae6 Offscreen bitmap support, first stab. PixMaps are still treated as ordinary handles, not fullblown python objects, and UpdateGWorld returns a new GWorld object in stead of modifying the existing one. 07 March 1999, 23:11:21 UTC
6a51b37 Added Qdoffs module. 07 March 1999, 23:10:32 UTC
4100900 Added a rewrite rule so the Str255 argument of GetControlTitle is seen as output parameter. 07 March 1999, 20:05:20 UTC
39fc1bc Added note about __builtin__._ to section dicussing classes of reserved names, just to avoid confusion on the part of users. 05 March 1999, 18:30:21 UTC
57ed139 Added App module (appearance manager interface). 04 March 1999, 23:00:11 UTC
5b6334f Added App module (appearance manager interface). And of course codewarrior has touched various other projects again too, sigh. 04 March 1999, 22:56:46 UTC
e32596b Interface to the appearance manager. 04 March 1999, 22:54:29 UTC
e4349e8 Re-generated with OSStatus treated like OSErr (i.e. not returned, but raising an exception when negative). 04 March 1999, 22:53:24 UTC
1acb874 Oops, missed a couple of substitutions in the templates. 04 March 1999, 21:33:55 UTC
b41f97d Pass in the 'Send comments to ...' on the mkmodindex command line, just like we do for mkhowto. 04 March 1999, 21:25:05 UTC
5f7832d Allow many more aspects of the generated page to be parameterized, and add a useful usage message. Use 'mkmodindex --help' to display it. 04 March 1999, 21:19:57 UTC
6de28bd Added "Internet Config" to index. 04 March 1999, 19:00:26 UTC
62cc360 add_module_idx(): If \ignorePlatformAnnotation is used, only ignore the specified annotation, not any annotation. 04 March 1999, 18:41:17 UTC
35c3ffd Fixed description of WSTOPSIG(), added WTERMSIG(). Problem reported by Jonathan Giddy <jon@dgs.monash.edu.au>. 04 March 1999, 14:08:10 UTC
fc372aa added hasclosebox attr (jstrout) -- jvr 03 March 1999, 23:15:39 UTC
aaa0d9a Record the value of $TEXINPUTS in the transcript. Job.message(): New method. Takes care of writing a message to the user and adding it to the transcript. 03 March 1999, 21:57:58 UTC
d8ee0e6 Oops, missed version number for pdfTeX. Updated. 03 March 1999, 21:44:10 UTC
41dee84 Lots of small updates. 03 March 1999, 21:39:19 UTC
b1d8398 Obsolete; use the Python version instead. 03 March 1999, 20:28:17 UTC
6b12b1e Switch to the Python version of mkhowto. 03 March 1999, 20:27:10 UTC
8b88093 Re-written mkhowto in Python; this should be at least a little more portable. Several things that had been done by running a python script are now a matter of importing the right module and running a function with a few parameters. 03 March 1999, 20:24:30 UTC
749f943 process(): New function that contains the "orchestration" of the actual work. main(): Just handle the command line and filename determination, calling process() to do the work. These changes make this more import-friendly. 03 March 1999, 19:36:23 UTC
7c8754f process(): New function that contains the "orchestration" of the actual work. main(): Just handle the command line and filename determination, calling process() to do the work. These changes make this more import-friendly. 03 March 1999, 19:25:56 UTC
aa99a50 Be a little more friendly for the generation of the text version: for "blank" navigation icons, use ALT="" instead of ALT="blank"; also add ALIGN=CENTER for the table, to get a slightly better affect in the text (the table is full-width, so this doesn't change the appearance when browsing the HTML). 03 March 1999, 16:21:34 UTC
a54a887 "\platform{UNIX}" should really be spelled "\platform{Unix}". 02 March 1999, 17:03:42 UTC
f6863c1 Added \platform annotations. 02 March 1999, 16:37:17 UTC
46a9438 Add information about adding the portability statement. 02 March 1999, 16:24:22 UTC
7f492ad Be more flexible to support platform annotations. 02 March 1999, 16:22:56 UTC
75ab7a6 Clean up *.pla files -- platform annotation information. 02 March 1999, 16:22:26 UTC
521835c Ignore *.pla -- the platform annotation information. Also, remove it for 'make clean'. 02 March 1999, 16:20:42 UTC
d70091e Ignore *.pla -- the platform annotation information. 02 March 1999, 16:19:37 UTC
0c275fa Added support for \platform, \platformof, and \ignorePlatformAnnotation. 02 March 1999, 16:17:44 UTC
557460c swallow_newline(): Removed function; not really needed. Modified all call sites. do_cmd_ignorePlatformAnnotation(), do_cmd_platform(), do_cmd_platformof(): New functions to support platform dependency information. process_all_platformofs(): New function to post-process \platformof macros using information collected during the initial pass. process_python_state(): New function. Call all post-processing functions defined in this file to avoid having to have too much knowledge of the internals for this stuff in l2hinit.perl. 02 March 1999, 16:05:35 UTC
2383f6d Improve handling of module index, to deal with platform annotations a little better. 02 March 1999, 16:00:37 UTC
01bc01c Changes to accomodate the global module index and platform annotations. 02 March 1999, 15:58:20 UTC
368b16a Only use 4 columns in the module index, to accomodate platform annotations. 02 March 1999, 15:56:19 UTC
1271005 added "Save options" menu to popup so users can set the creator of scripts -- jvr 27 February 1999, 17:18:30 UTC
f4b0681 changed creator to 'Pide' -- jvr 27 February 1999, 17:16:54 UTC
4798c4e added kludge so edit menus work in W.ModalDialogs -- jvr 27 February 1999, 17:15:32 UTC
6f0e55a updated 'vers' resource -- jvr 27 February 1999, 15:59:31 UTC
3853be8 reverted Jack's mod: no longer neccesary since all BNDL & icon info is in the IDE's resource file, just like the other applets -- jvr 27 February 1999, 15:58:47 UTC
867dc25 added Jack's ad-hoc icon plus a BNDL resource, so the creator of the IDE will be 'Pide' -- jvr 27 February 1999, 15:53:26 UTC
24f7b23 Set the signature for the IDE "by hand", the bundle is already included in the PythonEngine applet template. 27 February 1999, 15:24:02 UTC
1e4cc33 Moved all three bundles (for interpreter, applets and IDE) into bundle.rsrc. 27 February 1999, 15:23:01 UTC
d4bdbf1 added "dummy" makeopenwindowsmenu method to simplify making a standalone W app -- jvr 26 February 1999, 21:30:19 UTC
96b64d0 open res file(s) read only; upped __version__ -- jvr 26 February 1999, 21:19:50 UTC
43b34da extract_tb(): Only describe this function once. Problem reported by Jonathan Giddy <jon@dgs.monash.edu.au>. 26 February 1999, 18:51:21 UTC
3906363 Typo: "Availabilty" --> "Availability" Thanks to /F! 26 February 1999, 14:05:02 UTC
ca37995 added slight delay in Scrollbar.click() for more intuitive response -- jvr 25 February 1999, 23:00:43 UTC
68922f0 fixed "crashing" bug when scripts folder as stored in prefs file does not exist. 25 February 1999, 22:33:05 UTC
cf2efc6 Uncommented AskYesNoCancel docstring (how did it get commented in the first place?) 25 February 1999, 22:05:45 UTC
b30f52a http_error had the 'data is None' test backwards. don't call with the extra argument if data is None. 25 February 1999, 16:14:58 UTC
f90b002 change indentation from 8 spaces to 4 spaces 25 February 1999, 16:12:12 UTC
547c3f1 pleasing the tabnanny 25 February 1999, 15:59:54 UTC
bff3ae1 Oops, one more "x, y, z" to convert... 25 February 1999, 14:26:02 UTC
8720917 Adjusted comment at the top to be less confusing, following Fredrik Lundh's example. Converted comment to docstring. 25 February 1999, 14:24:22 UTC
51027c4 Added note about comments, from Christopher Petrilli. 24 February 1999, 22:36:44 UTC
16e81f4 Update some of the top comments and shorten title of the first section. 24 February 1999, 19:57:14 UTC
e1c717b Moved whatsound to lib-old/, since it was declared obsolete and is documented as such. 24 February 1999, 18:59:24 UTC
0652a4e Use sndhdr instead of the obsolete whatsound module. 24 February 1999, 18:49:15 UTC
dbc8364 When performing a POST request, i.e. when the second argument to urlopen is used to specify form data, make sure the second argument is threaded through all of the http_error_NNN calls. This allows error handlers like the redirect and authorization handlers to properly re-start the connection. 24 February 1999, 18:42:38 UTC
093c97a ignore_from_idx(): Fixed bug in regular expression. 24 February 1999, 18:39:47 UTC
684f78f Add target for modindex.html; a combined lib+mac module index. Also built with target "all". 24 February 1999, 17:34:12 UTC
2ef38a7 Script to combine module index files. Given a list of files that look like modindex.html, create a combined modindex.html file that lists all the modules. Takes the same parameters as buildindex.py. 24 February 1999, 17:33:07 UTC
1b10245 Ignore a file called modindex.html. 24 February 1999, 17:13:54 UTC
711fe02 process_nodes(): New function. main(): Moved the node processing between input and ouptut to process_nodes(). 24 February 1999, 16:36:48 UTC
4fe6caa Patch by Lars Wirzenius: o the initial comment is wrong: creating messages is already implemented o Message.getbodytext: if the mail or it's part contains an empty content-transfer-encoding header, the code used to break; the change below treats an empty encoding value the same as the other types that do not need decoding o SubMessage.getbodytext was missing the decode argument; the change below adds it; I also made it unconditionally return the raw text if decoding was not desired, because my own routines needed that (and it was easier than rewriting my own routines ;-) 24 February 1999, 16:25:17 UTC
back to top