]> granicus.if.org Git - python/shortlog
python
1999-03-12 Guido van RossumPatch by Michael Scharf. He writes:
1999-03-12 Guido van RossumBug submitted by Wayne Knowles, who writes:
1999-03-12 Fred DrakeFixed tons of small markup problems.
1999-03-12 Guido van RossumVladimir has restructured his code somewhat so that...
1999-03-12 Guido van RossumRemove stuff with unsure copyright status
1999-03-12 Guido van RossumChange #! line to modern usage; also chmod +x
1999-03-12 Guido van RossumChange #! line to modern usage
1999-03-12 Fred DrakeAdded availabililty annotations to respond to concerns...
1999-03-12 Fred DrakeFixed grammatical error reported by Donald Wallace...
1999-03-12 Fred DrakeFixup the module keys. There were some problems with...
1999-03-12 Fred DrakeUpdates based on comments from /F.
1999-03-12 Guido van RossumFrom: Sjoerd Mullender
1999-03-12 Guido van RossumOK, try again. Vladimir gave me a fix for the alignmen...
1999-03-11 Guido van RossumDon't crash when sys.path contains an empty string.
1999-03-11 Fred DrakeAdd support for <platform>, some cleanup of module...
1999-03-11 Guido van RossumThis file was never supposed to be part of IDLE.
1999-03-11 Guido van Rossum- Don't crash in the case where a superclass is a strin...
1999-03-11 Fred DrakeAdded .rdf and .xsl as application/xml types. (.rdf...
1999-03-11 Guido van RossumTest for popen2 module, by Chris Tismer.
1999-03-11 Guido van RossumAlas, Vladimir's patch caused a bus error (probably...
1999-03-10 Guido van RossumPatch by Vladimir Marangoz to allow freeing of the...
1999-03-10 Guido van RossumPatch by Vladimir Marangoz to allow freeing of the...
1999-03-10 Fred DrakeLots of nits to respond to various comments from users.
1999-03-10 Jack JansenAdded some clarification on CWGUSI building and pathnam...
1999-03-10 Guido van RossumAdd PathBrowser to File module
1999-03-10 Guido van Rossum"Path browser" - 4 scrolled lists displaying:
1999-03-10 Guido van RossumNew utility: multiple scrolled lists in parallel
1999-03-10 Guido van Rossum- White background.
1999-03-09 Guido van Rossumopen_http also had the 'data is None' test backwards...
1999-03-09 Fred DrakeFix a number of typos and small grammatical nits pointe...
1999-03-09 Guido van RossumCall Py_SetProgramName() instead of redefining getprogr...
1999-03-09 Guido van RossumAlways test for an error return (usually NULL or -1...
1999-03-09 Guido van RossumPatch by Chris Herborth for BeOS code.
1999-03-09 Guido van RossumSmall change by Jack Jansen.
1999-03-08 Greg WardAdded collapse_ws option.
1999-03-07 Jack JansenOffscreen bitmap support, first stab. PixMaps are still...
1999-03-07 Jack JansenAdded Qdoffs module.
1999-03-07 Jack JansenAdded a rewrite rule so the Str255 argument of GetContr...
1999-03-05 Fred DrakeAdded note about __builtin__._ to section dicussing...
1999-03-04 Jack JansenAdded App module (appearance manager interface).
1999-03-04 Jack JansenAdded App module (appearance manager interface). And...
1999-03-04 Jack JansenInterface to the appearance manager.
1999-03-04 Jack JansenRe-generated with OSStatus treated like OSErr (i.e...
1999-03-04 Fred DrakeOops, missed a couple of substitutions in the templates.
1999-03-04 Fred DrakePass in the 'Send comments to ...' on the mkmodindex...
1999-03-04 Fred DrakeAllow many more aspects of the generated page to be...
1999-03-04 Fred DrakeAdded "Internet Config" to index.
1999-03-04 Fred Drakeadd_module_idx(): If \ignorePlatformAnnotation is...
1999-03-04 Fred DrakeFixed description of WSTOPSIG(), added WTERMSIG()....
1999-03-03 Just van Rossumadded hasclosebox attr (jstrout) -- jvr
1999-03-03 Fred DrakeRecord the value of $TEXINPUTS in the transcript.
1999-03-03 Fred DrakeOops, missed version number for pdfTeX. Updated.
1999-03-03 Fred DrakeLots of small updates.
1999-03-03 Fred DrakeObsolete; use the Python version instead.
1999-03-03 Fred DrakeSwitch to the Python version of mkhowto.
1999-03-03 Fred DrakeRe-written mkhowto in Python; this should be at least...
1999-03-03 Fred Drakeprocess(): New function that contains the "orchestrati...
1999-03-03 Fred Drakeprocess(): New function that contains the "orchestrati...
1999-03-03 Fred DrakeBe a little more friendly for the generation of the...
1999-03-02 Fred Drake"\platform{UNIX}" should really be spelled "\platform...
1999-03-02 Fred DrakeAdded \platform annotations.
1999-03-02 Fred DrakeAdd information about adding the portability statement.
1999-03-02 Fred DrakeBe more flexible to support platform annotations.
1999-03-02 Fred DrakeClean up *.pla files -- platform annotation information.
1999-03-02 Fred DrakeIgnore *.pla -- the platform annotation information...
1999-03-02 Fred DrakeIgnore *.pla -- the platform annotation information.
1999-03-02 Fred DrakeAdded support for \platform, \platformof, and \ignorePl...
1999-03-02 Fred Drakeswallow_newline(): Removed function; not really needed...
1999-03-02 Fred DrakeImprove handling of module index, to deal with platform...
1999-03-02 Fred DrakeChanges to accomodate the global module index and platf...
1999-03-02 Fred DrakeOnly use 4 columns in the module index, to accomodate...
1999-02-27 Just van Rossumadded "Save options" menu to popup so users can set...
1999-02-27 Just van Rossumchanged creator to 'Pide' -- jvr
1999-02-27 Just van Rossumadded kludge so edit menus work in W.ModalDialogs ...
1999-02-27 Just van Rossumupdated 'vers' resource -- jvr
1999-02-27 Just van Rossumreverted Jack's mod: no longer neccesary since all...
1999-02-27 Just van Rossumadded Jack's ad-hoc icon plus a BNDL resource, so the...
1999-02-27 Jack JansenSet the signature for the IDE "by hand", the bundle...
1999-02-27 Jack JansenMoved all three bundles (for interpreter, applets and...
1999-02-26 Just van Rossumadded "dummy" makeopenwindowsmenu method to simplify...
1999-02-26 Just van Rossumopen res file(s) read only; upped __version__ -- jvr
1999-02-26 Fred Drakeextract_tb(): Only describe this function once. Probl...
1999-02-26 Fred DrakeTypo: "Availabilty" --> "Availability"
1999-02-25 Just van Rossumadded slight delay in Scrollbar.click() for more intuit...
1999-02-25 Just van Rossumfixed "crashing" bug when scripts folder as stored...
1999-02-25 Jack JansenUncommented AskYesNoCancel docstring (how did it get...
1999-02-25 Jeremy Hyltonhttp_error had the 'data is None' test backwards. ...
1999-02-25 Jeremy Hyltonchange indentation from 8 spaces to 4 spaces
1999-02-25 Jeremy Hyltonpleasing the tabnanny
1999-02-25 Fred DrakeOops, one more "x, y, z" to convert...
1999-02-25 Fred DrakeAdjusted comment at the top to be less confusing, follo...
1999-02-24 Fred DrakeAdded note about comments, from Christopher Petrilli.
1999-02-24 Fred DrakeUpdate some of the top comments and shorten title of...
1999-02-24 Fred DrakeMoved whatsound to lib-old/, since it was declared...
1999-02-24 Fred DrakeUse sndhdr instead of the obsolete whatsound module.
1999-02-24 Jeremy HyltonWhen performing a POST request, i.e. when the second...
1999-02-24 Fred Drakeignore_from_idx(): Fixed bug in regular expression.
1999-02-24 Fred DrakeAdd target for modindex.html; a combined lib+mac module...
1999-02-24 Fred DrakeScript to combine module index files. Given a list...
1999-02-24 Fred DrakeIgnore a file called modindex.html.
next