]> granicus.if.org Git - python/shortlog
python
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...
1999-02-22 Fred DrakeBabylMailbox description: Properly escape the backslas...
1999-02-22 Fred DrakeOops, used a \label twice - fix one of them.
1999-02-22 Fred DrakeMore reasonable section titles.
1999-02-20 Fred DrakeShorten section title.
1999-02-20 Fred DrakeAdded descriptions for BabylMailbox and Maildir (Qmail...
1999-02-20 Fred DrakeShorten section title.
1999-02-20 Fred DrakeShorten a few section titles.
1999-02-19 Fred DrakeGive subsections reasonable file names in the HTML.
1999-02-19 Fred DrakeAdded an index entry.
1999-02-19 Fred Drakedo_cmd_arabic(): Override the l2h-provided version...
1999-02-19 Fred DrakeSpecify the sizes of H? relative to the normal font...
1999-02-19 Fred DrakeShortened the short synopsis -- too long.
1999-02-19 Fred DrakeUse more current approach to recording authors.
1999-02-19 Fred DrakeShortened the short synopsis -- way too long.
1999-02-19 Fred DrakeFix an amazing number of typos & malformed sentences...
1999-02-19 Fred DrakeNoted that the module was added in 1.5.2.
1999-02-19 Fred DrakeUpdate description of what modules "look like" when...
1999-02-18 Fred DrakeUse current approach to record documentation author.
1999-02-18 Fred DrakeRecord module & documentation author.
1999-02-18 Fred DrakeDocumentation for pyclbr and tokenize modules.
1999-02-18 Fred DrakeBow to font-lock at the end of the docstring, since...
1999-02-18 Fred DrakeAdded sections for pyclbr and tokenize.
1999-02-18 Fred DrakeRemove the "Parsing Python" section. Hurray!
1999-02-18 Fred DrakeMore files.
1999-02-18 Fred DrakeMark <verbatim> elements that represent interactive...
1999-02-18 Fred DrakeMinor adjustments to reflect esis2sgml.py changes.
1999-02-18 Fred DrakeSome adjustments, mostly to make it more general.
1999-02-18 Fred DrakeMake the _rmtt regular expression deal with the new...
1999-02-18 Fred DrakeAdd notes to __builtin__.float() and string.atof()...
1999-02-18 cvs2svnThis commit was manufactured by cvs2svn to create tag... v1.5.2b2
1999-02-18 Guido van RossumUpdated for 1.5.2b2 release.
1999-02-18 Guido van RossumNew in 1.5.2b2.
1999-02-18 Guido van RossumCouple of new names.
next