]> granicus.if.org Git - python/shortlog
python
2000-10-26 Fred DrakeMinor simplification.
2000-10-26 Fred DrakeUpdate the dependency information to allow the other...
2000-10-26 Fred DrakeNoted that building the info version requires the HTML...
2000-10-26 Fred DrakeAll acknowledgements have been moved to the Doc/ACKS...
2000-10-26 Fred DrakeUpdate build instructions to reflect the rename from...
2000-10-26 Fred DrakeTest for and create Modules/Setup in the configure...
2000-10-26 Fred DrakeRename Setup.in to Setup.dist, and assume that configur...
2000-10-26 Fred DrakeLots of small markup adjustments for consistency with...
2000-10-26 Fred DrakeUpdate a comment to be correct.
2000-10-26 Fred DrakeRemove bogus stdout redirection and use of sys.__stdout...
2000-10-26 Fred DrakeRemove bogus stdout redirection and use of sys.__stdout...
2000-10-25 Fred DrakeTypo: shorted --> shorter
2000-10-25 Guido van RossumPatch 102114, Bug 11725. On OpenBSD (but apparently...
2000-10-25 Guido van RossumFix two typos in __imul__. Closes Bug #117745.
2000-10-25 Guido van RossumAdd IDLE wish: access items of arrays
2000-10-25 Fred DrakeSince LookupError can be raised by sys.setdefaultencodi...
2000-10-25 Fred DrakeMarc-Andre Lemburg <mal@lemburg.com> noted that the...
2000-10-25 Fred DrakeAdditions from Marc-Andre Lemburg <mal@lemburg.com...
2000-10-25 Fred DrakeSeveral additions and updates based on text from Marc...
2000-10-25 Jeremy HyltonMany changes.
2000-10-25 Jeremy HyltonGenerated from rev 1.1 of ast.txt
2000-10-25 Jeremy HyltonSmall optimizations in dispatch method: 1) lookup node...
2000-10-25 Jeremy HyltonSupport for generation of ast.py from simple descriptio...
2000-10-25 Fred DrakeTry to clarify when the Modules/Setup file should be...
2000-10-25 Guido van RossumAlso point TK_LIBRARY to the appropriate directory.
2000-10-25 Fred DrakeRename $PYTHON_VERSION to $PACKAGE_VERSION; this is...
2000-10-25 Fred DrakeRename $PYTHON_VERSION to $PACKAGE_VERSION; this is...
2000-10-25 Fred DrakeRemove some HTML from the PYTHONDOCS fragment defined...
2000-10-25 Fred DrakeMinor addition; add a little formatting to the release...
2000-10-24 Fred DrakeMake this actually work now that the tool is checked...
2000-10-24 Fred DrakeKa-Ping Yee <ping@lfw.org>:
2000-10-24 Guido van RossumInsert the current directory to the front of sys.path...
2000-10-24 Lars GustäbelAdded a test case for the saxutils.prepare_input_source...
2000-10-24 Lars GustäbelFix bug in prepare_input_source (patched by Paul P...
2000-10-24 Lars GustäbelUpdated output.
2000-10-24 Lars GustäbelAdded some more tests here and there.
2000-10-24 Fred DrakeAdded entries for the xml.dom.minidom module.
2000-10-24 Fred DrakePaul Prescod <paul@prescod.net>:
2000-10-24 Fred DrakeRemove second horizontal line below table headers;...
2000-10-23 Fred DrakeRemove some obsolete files, and update the README.
2000-10-23 Fred DrakeMake reindent.py happy (convert everything to 4-space...
2000-10-23 Fred DrakeMake reindent.py happy (lots of trailing whitespace...
2000-10-23 Fred DrakeMake reindent happy, but not in the way it planned!
2000-10-23 Fred DrakeMake reindent.py happy (convert everything to 4-space...
2000-10-23 Fred DrakeUse 4-space indents.
2000-10-23 Fred DrakeClean up the temporary file when done with it.
2000-10-23 Fred DrakeMake sure the temporary file is cleaned up even when...
2000-10-23 Fred DrakeAdded note saying to use test_support.TESTFN for a...
2000-10-23 Fred DrakeAdded exception to the rule that the buffer returned...
2000-10-23 Fred DrakeCorrect the name of a parameter in the description...
2000-10-23 Fred DrakeAdded test for regression on SourceForge bug #117490.
2000-10-23 Fred DrakeMaildir.__init__(): Make sure self.boxes is set.
2000-10-22 Jack Jansenstruct.pack has become picky about h (short) and H...
2000-10-22 Jack JansenUpdated because developer option isn't distributed...
2000-10-22 Jack JansenRemoved, no longer pertinent.
2000-10-22 Jack JansenFinal version used for 2.0 distribution.
2000-10-22 Fred DrakeMore names.
2000-10-22 Fred DrakeAdded missing entry for invert() function.
2000-10-22 Greg WardMinor tweaks to catch up with the current code in a...
2000-10-20 Fred DrakeFlesh out the "LaTeX Primer" some more.
2000-10-20 Fred Draket_bootstram(): Use PySys_WriteStderr() instead of...
2000-10-20 Just van Rossummore edits to make the text fit (jvr)
2000-10-20 Just van Rossumoops, that one caused a syntax error... (jvr)
2000-10-20 Just van Rossumedits to make the 2.0 copyright fit in the about box...
2000-10-20 Just van RossumCleaned uthread dependencies (jvr)
2000-10-20 Just van RossumHm, I never checked in my incomplete "run with interpre...
2000-10-20 Just van Rossumfixed 2.0 compat bug
2000-10-20 Fred DrakeUpdate the display of some floating point values at...
2000-10-19 Jack JansenAdded PyMac_OutputSeen(), which acknowledges all curren...
2000-10-19 Jack JansenAdd Numerical:Lib:Packages to sys.path. A workaround...
2000-10-19 Jack JansenReady for 2.0
2000-10-19 Jack JansenOops, all the options were off-by-one. Reported by...
2000-10-19 Jack JansenFixed balloon help for options. Sort-of reported by...
2000-10-19 Jack JansenFixed balloon help for startup options. Reported by...
2000-10-19 Jack JansenRemoved try/except TypeError around calling the ae...
2000-10-19 Jack JansenOops, not only the Popt versions were wrong, the resour...
2000-10-19 Jack JansenDifferent phrasing of keepconsole options, suggested...
2000-10-19 Jack JansenUse MacOS.OutputSeen() on menuselections: it treats...
2000-10-19 Jack JansenUse MacOS.OutputSeen() on menuselections. Removed KeepC...
2000-10-19 Fred DrakeRemove the bzip2 archives from the "distfiles" target...
2000-10-19 Lars GustäbelFixed a bug that caused namespace names to be reported...
2000-10-19 Fred DrakeTwo more names.
2000-10-19 Fred DrakeHelper scripts used in published the "development"...
2000-10-19 Fred DrakeRevise the capitalization policy of \versionchanged...
2000-10-19 Fred DrakeCapitalize first letter of an explanation for a \versio...
2000-10-19 Andrew M. KuchlingCorrection from David Bolen: the Windows version no...
2000-10-18 Andrew M. KuchlingDocument the .lastindex and .lastgroup attributes of...
2000-10-18 Fred DrakeMake all the \seemodule explanations consistent: start...
2000-10-18 Fred DrakeCapitalize & use periods for \seemodule explanation...
2000-10-18 Jack JansenUpdated Popt resources to current version
2000-10-18 Fred DrakeUse test_support.TESTFN as the temporary filename.
2000-10-17 Andrew M. KuchlingBump version number -- this document is pretty much...
2000-10-17 Fred DrakeUpdate the links to the NumPy website and documentation...
2000-10-16 cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.0
2000-10-16 Tim PetersTypo repair.
2000-10-16 Jeremy Hyltonrevise xml comment
2000-10-16 Fred DrakeUpdated the XML package comment.
2000-10-16 Tim PetersFilled in math-module info; fixed a typo or two.
2000-10-16 Jeremy HyltonAdd NEWS for 2.0 final (there are a few XXX comments...
2000-10-16 Jeremy Hyltonthe usual
next