]> granicus.if.org Git - python/shortlog
python
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.
1999-02-18 Guido van RossumComment out confusing write call.
1999-02-18 Fred DrakeUpdate note about the (...) format specifier for PyArg_...
1999-02-18 Fred Drakeatof() description: Add information about accepting...
1999-02-17 Guido van RossumSome new stuff. Get the HTML docs via a new variable.
1999-02-17 Guido van RossumPatch by Tommy Burnette to accept an arbitrary sequence...
1999-02-17 Fred DrakeUpdated list of standard exceptions in section 4.1.
1999-02-17 Guido van RossumNews in 0.3.
1999-02-17 Fred DrakeSmall updates and grammatical adjustments.
1999-02-17 Guido van RossumBump version to 0.3.
1999-02-17 Fred DrakeWhen the parameter to PyInt_AsLong() has already been...
1999-02-17 Guido van RossumAfter all, we don't need to call the callbacks ourselves!
1999-02-17 Guido van RossumWhen deleting, call the callbacks *after* deleting...
1999-02-17 Fred Drake_safe_repr(): Simplify the condition tests in the...
1999-02-17 Guido van RossumFix up the Windows menu via the new callback mechanism...
1999-02-17 Guido van RossumSupport callbacks to patch up Windows menus everywhere.
1999-02-17 Guido van RossumOh, why not. Checking in the Emacs-generated change...
1999-02-16 Barry Warsaw(py-shell): Added optional argprompt, which will prompt...
1999-02-16 Barry Warsaw(py-default-interpreter): New variable which selects...
1999-02-16 Fred DrakeRemoved old dynamic linking chapter.
1999-02-16 Guido van Rossum# Accidentally checked in a test version of this file...
1999-02-16 Fred DrakeRemove all email addresses.
1999-02-16 Guido van RossumOnly pop up the stack viewer when requested in the...
1999-02-16 Fred DrakeUse the portable form of initializing the ob_type field...
next