]> granicus.if.org Git - python/shortlog
python
1999-07-29 Fred DrakeChange an {\em ...} to \var{...} and a {\bf ...} to...
1999-07-28 Barry WarsawA few minor Customize changes:
1999-07-28 Barry Warsaw(python-mode): Set which interpreter (CPython or JPytho...
1999-07-28 Guido van RossumAnother patch from Andy Dustman:
1999-07-27 Barry Warsaw(py-beginning-of-def-or-class): Only move to match...
1999-07-27 Fred DrakeAdd support for bzip2 compression.
1999-07-27 Fred DrakeAdd support for bzip2 using --bzip2.
1999-07-27 Fred DrakeIgnore additional compressed formats.
1999-07-26 Fred DrakeAdded description of optional parameter to UserDict...
1999-07-23 Fred DrakeAdd zip archive support for html, pdf, ps, and latex...
1999-07-23 Fred DrakeAdd --zip parameter; make this able to produce .zip...
1999-07-23 Fred Drakegetsize(), getatime(), getmtime():
1999-07-22 Fred DrakeUpdate getattr() description to document the optional...
1999-07-22 Fred DrakeMake the default target xml instead of sgml.
1999-07-22 Fred DrakeMake the default target xml instead of sgml.
1999-07-20 Fred Draketypo: privide --> provide
1999-07-19 Fred DrakeFixed order of parameters in slice() docstring. The...
1999-07-15 Guido van RossumNew wishes.
1999-07-13 Guido van RossumAdd test case for bug just fixed by Stephen Turner.
1999-07-13 Guido van RossumPatch by Stephen Turner, who writes:
1999-07-13 Guido van RossumMark Favas was quick to note that the last checkin...
1999-07-12 Guido van RossumAppropriate overflow checks so that things like sys...
1999-07-12 Barry Warsawadded a test for "To: :" patch
1999-07-12 Barry WarsawAddrlistClass.getaddress(): when parsing `:'s, in the...
1999-07-12 Fred DrakeAdded comment clarifying that RELEASE is the documentat...
1999-07-12 Fred Drakedo_cmd_funclineni(): New function; non-indexing form...
1999-07-12 Fred DrakeMove chdir() and getcwd() descriptions to "Files and...
1999-07-12 Fred DrakeUse the same names for CLASS attributes as elsewhere.
1999-07-12 Fred DrakeUpdated Milan's email address.
1999-07-10 Guido van RossumMake the color for stderr red (i.e. the standard warnin...
1999-07-10 Greg WardThe first concrete subclass of CCompiler: defines a...
1999-07-10 Greg WardThe abstract base class that defines the C/C++ compiler...
1999-07-10 Greg WardAdded a self-berating command relating to installation...
1999-07-10 Greg WardDon't pollute importer's namespace with type objects...
1999-07-09 Guido van RossumPatch by Jeffrey Chang to add docstrings everywhere.
1999-07-08 Guido van RossumMarc-Andre Lemburg discovered that the switch from...
1999-07-07 Fred DrakeSeveral methods return tuples, not lists.
1999-07-07 Fred DrakeMove some misc. comments from the example section to...
1999-07-07 Fred DrakeFTP.dir(): Fix typo in docstring.
1999-07-07 Fred Drakedir() method description revised based on comments...
1999-07-06 Barry Warsawmake_view_popups(): Catch import error which can occur...
1999-07-06 Fred DrakeMissing space; reported by Robert Kern <kernr@ncifcrf...
1999-07-06 Fred DrakeFix a number of minor problems pointed out by /F.
1999-07-06 Fred DrakeFixed typo reported by /F; thanks!
1999-07-06 Fred DrakeBump the release number to 1.5.2p1.
1999-07-05 Jack JansenDrag module added.
1999-07-02 Fred DrakeDarn! Forgot to re-target.
1999-07-02 Fred DrakeRemove one item.
1999-07-02 Fred DrakeMinor markup nit.
1999-07-02 Fred DrakeAdded entry for asyncore module.
1999-07-02 Fred DrakeFix a few markup nits, improve some index entries.
1999-07-02 Fred DrakeNew documentation from Chris Petrilli <petrilli@amber...
1999-07-02 Fred DrakeFor spawn*(), point to the magic constants; some reader...
1999-07-02 Guido van RossumMilton L. Hankin reports that on Windows it is possible...
1999-07-01 Guido van RossumSjoerd Mullender:
1999-07-01 Fred DrakeRemoved entries for several modules which have been...
1999-07-01 Fred DrakeDocumentation for dl module from Moshe.
1999-07-01 Fred DrakeAdded entry for dl module.
1999-07-01 Fred DrakeRelocating file to Lib/lib-old.
1999-07-01 Fred DrakeRemove extraneous "contains" -- pointed out by Daniel...
1999-07-01 Fred DrakePer Frank Stajano's suggestion, state explicitly that...
1999-07-01 Fred DrakeMake the reference to the os module in the module synop...
1999-06-30 Just van RossumDon't set type of application, it's taken care of elsew...
1999-06-30 Fred DrakeMade several grammatical corrections based on comments...
1999-06-29 Fred DrakeFor "Matching vs. Searching", remove comment that the...
1999-06-29 Fred DrakeAdded some reminders.
1999-06-29 Fred DrakeMove the setting for secnumdepth to the document classe...
1999-06-29 Fred DrakeAdded some minor prose before the descriptions of the...
1999-06-29 Fred DrakeAdded entry for pty module.
1999-06-29 Fred Drakepty documentation from Moshe; with small edits.
1999-06-29 Fred DrakeImprove description of the example.
1999-06-29 Fred DrakeUsage nit: a bunch of "nor"s should have been a single...
1999-06-29 Fred DrakeMinor wording change in section title.
1999-06-29 Fred Drakebyteswap() method: Tell *what* exception gets raised...
1999-06-29 Fred DrakeRemove unnecessary comma.
1999-06-29 Fred DrakeDefine NotANumber as a subclass of ValueError when...
1999-06-29 Fred DrakeComment out XXX comment; this needn't appear in the...
1999-06-29 Fred DrakeAdd note about not being able to use this module with...
1999-06-29 Fred DrakeMoshe: Remove extraneous "and".
1999-06-27 Fred DrakeAdded entries for mutex and nis modules.
1999-06-27 Fred DrakeNIS documentation from Moshe.
1999-06-27 Fred DrakeMutex documentation from Moshe.
1999-06-27 Fred DrakeSeparate documentation of SUNAUDIODEV from sunaudiodev...
1999-06-25 Fred DrakeFix some typos.
1999-06-25 Fred DrakeAdd entries for the sched module.
1999-06-25 Fred DrakeWhile we're at it, convert to docstrings and set the...
1999-06-25 Fred DrakeMoshe's section on the sched module, with edits.
1999-06-25 Fred DrakeUpdate to Sjoerd's documentation of the chunk module...
1999-06-25 Guido van RossumClose debugger when closing. This may break a cycle.
1999-06-25 Guido van RossumBreak cycle on close.
1999-06-25 Guido van RossumDestroy the tree when closing.
1999-06-25 Guido van RossumAdd destroy() method to recursively destroy a tree.
1999-06-25 Guido van RossumExtend _close() to break cycles.
1999-06-25 Guido van RossumAdd _close() method that does the actual cleanup (close...
1999-06-25 Guido van RossumAdd close() method that breaks cycles.
1999-06-25 Guido van RossumAdd unregister() method.
1999-06-25 Guido van RossumAdd close() method that breaks a cycle.
1999-06-25 Guido van RossumBreak some cycles when the widget is destroyed.
1999-06-25 Fred DrakePatch from Sjoerd Mullender:
1999-06-25 Guido van RossumMikael Lyngvig writes:
next