summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* From: Sjoerd MullenderGuido van Rossum1999-03-122-23/+17
* OK, try again. Vladimir gave me a fix for the alignment bus error,Guido van Rossum1999-03-121-7/+56
* Don't crash when sys.path contains an empty string.Guido van Rossum1999-03-111-1/+1
* Add support for <platform>, some cleanup of module section afterFred Drake1999-03-111-0/+20
* This file was never supposed to be part of IDLE.Guido van Rossum1999-03-111-46/+0
* - Don't crash in the case where a superclass is a string instead of aGuido van Rossum1999-03-111-4/+12
* Added .rdf and .xsl as application/xml types. (.rdf is for theFred Drake1999-03-111-0/+2
* Test for popen2 module, by Chris Tismer.Guido van Rossum1999-03-112-0/+22
* Alas, Vladimir's patch caused a bus error (probably doubleGuido van Rossum1999-03-111-56/+7
* Patch by Vladimir Marangoz to allow freeing of the allocated blocks ofGuido van Rossum1999-03-101-7/+56
* Patch by Vladimir Marangoz to allow freeing of the allocated blocks ofGuido van Rossum1999-03-101-15/+64
* Lots of nits to respond to various comments from users.Fred Drake1999-03-101-57/+56
* Added some clarification on CWGUSI building and pathnames as they comeJack Jansen1999-03-101-23/+33
* Add PathBrowser to File moduleGuido van Rossum1999-03-102-0/+8
* "Path browser" - 4 scrolled lists displaying:Guido van Rossum1999-03-101-0/+151
* New utility: multiple scrolled lists in parallelGuido van Rossum1999-03-101-0/+138
* - White background.Guido van Rossum1999-03-101-3/+11
* open_http also had the 'data is None' test backwards. don't call with theGuido van Rossum1999-03-091-3/+2
* Fix a number of typos and small grammatical nits pointed out by DetlefFred Drake1999-03-091-9/+13
* Call Py_SetProgramName() instead of redefining getprogramname(),Guido van Rossum1999-03-091-11/+3
* Always test for an error return (usually NULL or -1) without settingGuido van Rossum1999-03-091-3/+4
* Patch by Chris Herborth for BeOS code.Guido van Rossum1999-03-091-14/+8
* Small change by Jack Jansen.Guido van Rossum1999-03-091-2/+2
* Added collapse_ws option.Greg Ward1999-03-081-0/+5
* Offscreen bitmap support, first stab. PixMaps are still treated as ordinaryJack Jansen1999-03-074-0/+775
* Added Qdoffs module.Jack Jansen1999-03-073-0/+3
* Added a rewrite rule so the Str255 argument of GetControlTitle is seen asJack Jansen1999-03-072-5/+8
* Added note about __builtin__._ to section dicussing classes ofFred Drake1999-03-051-5/+15
* Added App module (appearance manager interface).Jack Jansen1999-03-043-0/+89
* Added App module (appearance manager interface). And of course codewarriorJack Jansen1999-03-0428-0/+1
* Interface to the appearance manager.Jack Jansen1999-03-043-0/+831
* Re-generated with OSStatus treated like OSErr (i.e. not returned, but raisingJack Jansen1999-03-041-24/+27
* Oops, missed a couple of substitutions in the templates.Fred Drake1999-03-041-6/+9
* Pass in the 'Send comments to ...' on the mkmodindex command line,Fred Drake1999-03-041-1/+4
* Allow many more aspects of the generated page to be parameterized, andFred Drake1999-03-041-63/+116
* Added "Internet Config" to index.Fred Drake1999-03-041-1/+2
* add_module_idx(): If \ignorePlatformAnnotation is used, only ignoreFred Drake1999-03-041-1/+1
* Fixed description of WSTOPSIG(), added WTERMSIG(). Problem reportedFred Drake1999-03-041-0/+5
* added hasclosebox attr (jstrout) -- jvrJust van Rossum1999-03-031-1/+2
* Record the value of $TEXINPUTS in the transcript.Fred Drake1999-03-031-6/+12
* Oops, missed version number for pdfTeX. Updated.Fred Drake1999-03-031-3/+4
* Lots of small updates.Fred Drake1999-03-031-11/+11
* Obsolete; use the Python version instead.Fred Drake1999-03-031-411/+0
* Switch to the Python version of mkhowto.Fred Drake1999-03-032-4/+4
* Re-written mkhowto in Python; this should be at least a little moreFred Drake1999-03-031-0/+444
* process(): New function that contains the "orchestration" of theFred Drake1999-03-031-19/+28
* process(): New function that contains the "orchestration" of theFred Drake1999-03-031-2/+6
* Be a little more friendly for the generation of the text version: forFred Drake1999-03-031-1/+5
* "\platform{UNIX}" should really be spelled "\platform{Unix}".Fred Drake1999-03-0213-14/+14
* Added \platform annotations.Fred Drake1999-03-0238-238/+293