]> granicus.if.org Git - python/shortlog
python
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.
1999-02-24 Fred Drakeprocess_nodes(): New function.
1999-02-24 Guido van RossumPatch by Lars Wirzenius:
1999-02-24 Barry Warsaw(initerrors): Make sure that the exception tuples ...
1999-02-24 Barry WarsawDocument the correct class hierarchy for SystemExit...
1999-02-24 Barry WarsawDocument the correct class hierarchy for SystemExit...
1999-02-23 Guido van RossumAdd import sys, needed by reference to sys.exc_info...
1999-02-23 Fred DrakeScript to help identify undocumented modules. Use...
1999-02-23 Fred DrakeDictionaries are created using the "{...}" notation...
1999-02-23 Guido van Rossum# Typo in docstring (Retrun -> Return).
1999-02-23 Guido van Rossum# the usual
1999-02-23 Guido van RossumNow that we don't have AC_CHECK_LIB(m, pow), the HAVE_L...
1999-02-23 Guido van RossumCarefully check for overflow when allocating the memory...
1999-02-23 Guido van RossumGet rid of AC_CHECK_LIB(m, pow) since this is taken...
1999-02-23 Guido van Rossum1. Print the error message (carefully) when a dl.open...
1999-02-23 Guido van Rossum1. Clarify that immutability isn't entirely the same...
1999-02-23 Guido van RossumPatch by Tim Peters to improve the range checks for...
1999-02-23 Guido van Rossum1. Augment the DG/UX rule so it doesn't break the BeOS...
1999-02-23 Guido van RossumAccording to Jeffrey Honig, bsd/os 2.0 - 4.0 should...
1999-02-23 Guido van RossumAccording to Jeffrey Honig, bsd/os 4.0 should be added...
1999-02-23 Guido van RossumPatch by Tadayoshi Funaba (with some changes) to be...
1999-02-22 Fred DrakeIncorporated updates to describe geturl() by Sjoerd...
1999-02-22 Guido van RossumAs Des Barry points out, we need to call pathname2url...
1999-02-22 Fred DrakeAdded note about *static* after description of *shared*.
1999-02-22 Guido van RossumDocument *static* -- in two places!
1999-02-22 Fred DrakeRefer to the right RFC in the intro.
1999-02-22 Guido van RossumWe don't support leap seconds, so the seconds field...
1999-02-22 Guido van RossumIn atoi(), don't use isxdigit() to test whether the...
1999-02-22 Fred DrakeReflect the released version.
1999-02-22 Guido van RossumAs Finn Bock points out, _P_WAIT etc. don't have a...
1999-02-22 Fred DrakeTypo: "apparentlt" --> "apparently"
1999-02-22 Guido van RossumSteve Clift pointed out that 'file' allows a netloc.
1999-02-22 Guido van RossumThe docstring for ttyname(..) claims a second "mode...
1999-02-22 Guido van RossumDang. Even though this is obsolete code, somebody...
1999-02-22 Fred DrakeRemoved "This will be discussed later." where it's...
1999-02-22 Fred DrakeOther chapter titles refer to collections of modules...
1999-02-22 Fred DrakeNoted report of missing material in the extending ...
1999-02-22 Fred DrakeRevised description of blank line handling for the...
next