]> granicus.if.org Git - python/shortlog
python
1999-06-22 Fred DrakeNew section from Moshe Zadka, modified by FLD for marku...
1999-06-22 Just van Rossummod from Joe Strout: when quitting, catch errors in...
1999-06-22 Guido van RossumPatch by Tim Peters:
1999-06-21 Guido van RossumPatch submitted by Toby Dickenson and approved by Mark...
1999-06-21 Fred DrakeAdded some "See also" references to htmllib docs.
1999-06-21 Fred DrakeAdded entry for curses module.
1999-06-21 Fred DrakeAdded entries for four of Moshe's documentation sections.
1999-06-21 Fred DrakePreliminary documentation for the curses module by...
1999-06-21 Guido van RossumAdd warning FreeBSD users of a problem with curses...
1999-06-21 Fred DrakeFix a markup error.
1999-06-21 Fred DrakeThree more modules documented by Moshe!
1999-06-21 Jack JansenInitial minimal test program: print information on...
1999-06-21 Jack JansenPrint something on stderr in case of exceptions in...
1999-06-21 Jack JansenDrag manager interface (completely untested, so far)
1999-06-21 Guido van RossumGreg McFarlane submitted two missing Text methods:...
1999-06-18 Fred DrakeAdded a few minor comments, mostly to discourage docume...
1999-06-18 Fred DrakeAdded paragraph about potential re-initialization of...
1999-06-18 Fred DrakeFurther clarfication of the system-dependence of the...
1999-06-18 Fred DrakeRelocating file to Lib/lib-old.
1999-06-18 Fred DrakeRe-categorize the dump module as obsolete.
1999-06-18 Fred Drakefpformat has been documented for at least a week now!
1999-06-18 Guido van RossumCRITICAL PATCH!
1999-06-17 Guido van Rossum# Darn! Local variable l declared but not used in...
1999-06-17 Fred DrakeSmall markup & usage adjustments.
1999-06-17 Fred DrakeWhen looking for things that might be modules, include...
1999-06-17 Guido van RossumPatch suggested (and partially provided) by Lars Damero...
1999-06-17 Fred DrakeCorrection: the parameters of new.instance() are type...
1999-06-17 Fred DrakeUpdated version from Moshe, with a re-written warning...
1999-06-17 Fred DrakeMinor markup nits.
1999-06-17 Fred DrakeSmall English usage nits.
1999-06-17 Fred DrakeSmall markup and English usage nits.
1999-06-17 Guido van RossumIn collect_children(), put a try-except around os.waitp...
1999-06-17 Fred DrakeAdd reminder that wave.open() documentation should...
1999-06-17 Fred Drakeopen(): Make the mode parameter optional; if omitted...
1999-06-17 Fred DrakeAdd entries due to additional sections from Moshe.
1999-06-17 Fred DrakeAdd/remove entries due to additional sections from...
1999-06-17 Fred DrakeNew module documentation sections from Moshe Zadka...
1999-06-16 Guido van RossumPatch by Jim Fulton (code style tweaked a bit) to support
1999-06-16 Guido van RossumSuppress warning print statements about modules not...
1999-06-16 Guido van RossumSjoerd Mullender:
1999-06-15 Guido van RossumLaurence Tratt notes that the accept() call in get_requ...
1999-06-15 Fred DrakeAdded note to __not__() description that this operation...
1999-06-15 Guido van RossumAdd the test case provided by Barry Scott for his patch.
1999-06-15 Guido van RossumBarry Scott writes:
1999-06-15 Fred DrakeSeveral new index entries to make find this easier.
1999-06-15 Barry WarsawAdded a couple of endswith test cases for bugs reported...
1999-06-15 Guido van RossumNew version from Jim:
1999-06-15 Guido van RossumNew version from Jim: don't call Py_FatalError() when...
1999-06-14 Fred DrakeAdded entries for new sections from Moshe.
1999-06-14 Fred DrakeMisc. changes related to the new sections.
1999-06-14 Fred DrakeNew sections from Moshe Zadka <moshez@math.huji.ac...
1999-06-14 Barry WarsawAdded more tests of join
1999-06-14 Fred DrakeMessage.getheaders(): If there are no matching headers...
1999-06-11 Fred DrakeAdd entry for the fpformat module.
1999-06-11 Fred DrakeDocumentation for the fpformat module by Moshe Zadka
1999-06-11 Fred DrakeAdded 'ce' to the list of "registered" values for os...
1999-06-11 Guido van RossumAfter more discussion with Jim, change the behavior...
1999-06-11 Barry WarsawTwo extra startswith tests
1999-06-11 Barry WarsawHarness can now test object methods directly, if they...
1999-06-11 Guido van RossumTim Peters smart.patch:
1999-06-11 Fred DrakeLast night's scribbles:
1999-06-11 Guido van RossumMark Hammond: patch for Windows/CE.
1999-06-10 Barry WarsawOutput for the regression test of the new string methods.
1999-06-10 Barry WarsawRegression test for the new string methods.
1999-06-10 Fred DrakeSome clarifications on operations for mapping types...
1999-06-10 Fred DrakeAdjust indexing for __import__(); based on comments...
1999-06-10 Fred DrakeImprove index entry for "import"; responding to comment...
1999-06-10 Fred DrakeWork around latex2html problem; reported by Gerrit...
1999-06-10 Fred DrakeRelocating file to Lib/lib-old.
1999-06-10 Fred DrakeDeclare the "util" module obsolete.
1999-06-10 Guido van RossumAdded a few more bugs to the doc string; reformatted...
1999-06-10 Guido van RossumCode by Mark Hammond to format paragraphs embedded...
1999-06-10 Guido van RossumAdded abstraction get_selection_index() (Mark Hammond...
1999-06-10 Fred DrakeFixed typo reported by Bennett Benson
1999-06-10 Guido van RossumAdapt to the new pyclbr's support of listing top-level...
1999-06-10 Fred DrakeAt David Ascher's request, clarify that os.system(...
1999-06-10 Fred DrakeFix typo reported by Robert Kern <kernr@ncifcrf.gov>.
1999-06-10 Guido van RossumFix off-by-one error in Tim's recent change to comment_...
1999-06-10 Guido van RossumCo-production with Tim Peters, implementing a suggestio...
1999-06-10 Guido van RossumMark Hammond writes: Here is another change that allows...
1999-06-10 Guido van RossumMark Hammond writes: Tim's suggestion of copying the...
1999-06-10 Guido van RossumPatch by Jim Fulton to document the new parse_qls().
1999-06-09 Guido van RossumAppend "..." if the appropriate flag (for varargs)...
1999-06-09 Guido van RossumFix bug discovered by Klaus-Juergen Wolf -- it runs...
1999-06-09 Guido van RossumFix by Sjoerd for a package related bug: If you have...
1999-06-09 Guido van RossumSet the max recursion limit to 5000 -- rather conservat...
1999-06-09 Guido van RossumJim Fulton writes:
1999-06-09 Guido van RossumWhen deallocating a list, DECREF the items from the...
1999-06-09 Guido van RossumSet PATCHLEVEL and PY_VERSION (string version only...
1999-06-09 Guido van RossumUpdated lagging version#. Also added some comments...
1999-06-09 Guido van RossumPatch by Per Cederqvist:
1999-06-09 Guido van RossumAdd doc for timegm().
1999-06-09 Guido van RossumAdd unrelated but handy function: timegm(), to calculat...
1999-06-09 Guido van RossumDon't just die if gethostbyaddr() fails -- as it can...
1999-06-09 Guido van RossumOops, Sjoerd was in a hurry. This patch from him fixes...
1999-06-09 Guido van RossumPatch/new code by Sjoerd Mullender:
1999-06-08 Guido van RossumFix (sanctioned by Sjoerd) for a problem reported by...
1999-06-08 Greg WardOn David Ascher's recommendation: reversed order of...
1999-06-08 Guido van RossumSam's latest versions
1999-06-08 Guido van RossumSkip Montanaro:
next