]> granicus.if.org Git - python/shortlog
python
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
2000-10-16 Jeremy Hyltonthe usual (part II)
2000-10-16 Tim PetersTest for math.* exceptional behavior only in verbose...
2000-10-16 Jeremy Hyltonthe usual
2000-10-16 Jeremy HyltonPatch #101936: Auto-detect DEC threads (which need...
2000-10-16 Barry Warsawfind(): Application of (slightly modified) SF patch...
2000-10-16 Jeremy Hyltondistutils setup files for Tkinter
2000-10-16 Jeremy Hyltonmisc. RPM support files
2000-10-16 Fred DrakeDemos of the new XML support from Lars Marius Garshol...
2000-10-16 Andrew M. KuchlingCorrect form of FourThought's name
2000-10-15 Greg WardBump version to 1.0.1.
2000-10-14 Lars GustäbelFixed minor problem with reset().
2000-10-14 Tim PetersPrep the Windows installer for 2.0 final:
2000-10-14 Fred DrakeFor PyErr_Format(), note that the exception parameter...
2000-10-14 Fred DrakeAdjust the Macintosh manual to have the formatting...
2000-10-14 Fred DrakeFor os.stat() & friends, note that the time fields...
2000-10-14 Fred DrakeUpdate dependencies for the Macintosh manual.
2000-10-14 Fred DrakeUpdate to include all the new chapters & sections.
2000-10-14 Fred DrakeRemove everything that is not module documentation.
2000-10-14 Fred DrakeFix some internal references that I botched.
2000-10-14 Fred DrakeChapter on how to use MacPython, by Bob Savage <bobsava...
2000-10-14 Fred DrakeChapters on Mac Toolbox modules and other undocumented...
2000-10-14 Fred DrakeDocumentation for the aepack and aetypes modules, by...
2000-10-14 Fred DrakeChris Barker <cbarker@jps.net>:
2000-10-14 Fred DrakeChris Barker <cbarker@jps.net>:
2000-10-14 Fred DrakeChris Barker <cbarker@jps.net>:
2000-10-14 Fred DrakeChris Barker <cbarker@jps.net>:
2000-10-14 Fred DrakeWrap a long line.
2000-10-14 Fred DrakeMore names.
2000-10-14 Fred DrakeA bunch of nits fix and some additional information...
2000-10-14 Fred DrakeUpdate the comments for the BSD DB module, including...
2000-10-14 Fred DrakeCenter the top line of the license page, to make it...
2000-10-14 Greg WardRemoved debugging code at bottom.
2000-10-14 Greg WardUntabified.
2000-10-14 Greg WardBastian Kleineidam: make 'check_lib()' more like AC_CHE...
2000-10-14 Greg WardLyle Johnson: use 'normcase()' in addition to 'normpath...
2000-10-14 Greg WardBastian Kleineidam: fix up any supplied command-line...
2000-10-13 Jack JansenCall SchedParams(1,0) so the dialog is correctly re...
2000-10-13 Jack JansenAdded some of the new Numeric modules (which weren...
2000-10-13 Jack JansenIf we're installing to another partition than the syste...
2000-10-13 Jack JansenUpdated with cmd-. fix and PythonCore copy option.
2000-10-13 Jeremy Hyltongetting close
2000-10-13 Jeremy Hyltonrun the std regression test suite using bytecode produc...
2000-10-13 Jeremy Hyltonadd -d option that dumps entire AST before compiling
2000-10-13 Jeremy HyltonNow supports entire Python 2.0 language and still suppo...
2000-10-13 Lars GustäbelUpdated test suite to latest pulldom changes.
2000-10-13 Lars GustäbelMoved appendChild calls back to DOMEventStream.
2000-10-13 Paul PrescodClear siblings, now that they are being set.
2000-10-13 Jack JansenMade options global (as PyMac_options) so macosmodule...
2000-10-13 Fred DrakeUpdate the release number and date.
2000-10-13 Neil SchemenauerMake the regrtest.py -l (findleaks) option considerably...
2000-10-12 Jack JansenVise archive templates used for 2.0c1
2000-10-12 Jack JansenDisribution templates used for 2.0c1
2000-10-12 Jack JansenProjects used for 2.0c1
2000-10-12 Jack JansenUse MacOS.KeepConsole to always exit if the program...
2000-10-12 Jack JansenAdded sha module, it's needed by the unicode stuff...
2000-10-12 Jack JansenAdded a method KeepConsole so programs can override...
2000-10-12 Jack JansenMade options global (as PyMac_options) so macosmodule...
2000-10-12 Jack JansenBetter exit handling.
2000-10-12 Jack JansenUpdated for 2.0c1
2000-10-12 Jack JansenPython implementation of strptime().
2000-10-12 Jack JansenExtension to Findertools by Erik van Blokland. In Contr...
2000-10-12 Fred DrakeAndy Dustman <adustman@users.sourceforge.net>:
2000-10-12 Fred DrakeMarc-Andre Lemburg <mal@lemburg.com>:
2000-10-12 Jeremy HyltonFix SF bug #116263: support for from .. import *
2000-10-12 Fred DrakeAdded entries for new files of SAX documentation.
2000-10-12 Fred DrakeMassive addition of SAX documentation from Martin von...
2000-10-12 Jeremy HyltonIf the status line is invalid, assume it is a pre-1...
2000-10-12 Tim PetersRepaired a comment and asserted a precondition.
2000-10-12 Thomas HellerRecreated after installer source code changes.
2000-10-12 Jeremy Hyltontwo fixes for redirects:
2000-10-12 Jeremy Hyltoncosmetic changes only:
2000-10-12 Guido van RossumFix for Bug #116453.
2000-10-12 Fred DrakeWhen we know the compiler is GCC, always add the -Wall and
2000-10-12 Guido van RossumAdded a test for the StringIO write() error I just...
2000-10-12 Guido van Rossum[ Bug #116636 ] Bug in StringIO.write()
2000-10-12 Guido van RossumAnonymous patch to add Darwin 1.2 to the list of BSDs.
2000-10-12 Barry WarsawAdded some single tuple/list unpacking for JPython...
2000-10-12 Tim PetersA Mystery: I somehow managed to delete the last two...
2000-10-12 Tim PetersStop raising OverflowError on underflows reported by...
2000-10-12 Andrew M. KuchlingVarious minor additions and clarifications, mostly...
2000-10-12 Fred DrakeComment out a separator line, since all the others...
2000-10-12 Andrew M. KuchlingAdd new section on the XML package. (This was the...
2000-10-11 Thomas WoutersDo a better job at staying on-screen :P (Sorry, it...
2000-10-11 Thomas WoutersAdjust debugging code in the implementation of the...
2000-10-11 Lars GustäbelAdded additional test cases for pulldom modifications.
2000-10-11 Lars GustäbelAdded parent attribute with getters and setters on...
2000-10-11 Lars GustäbelAdded non-ns start and end element methods.
2000-10-11 Fred DrakeDocument the exceptions that now get raised on invalid...
2000-10-11 Fred DrakeTest the exception-raising for error cases in copy_reg.
2000-10-11 Fred DrakeIn the module docstring, clarify that this is used...
2000-10-11 Fred DrakeAnother gcc -Wall warning squashed:
2000-10-11 Fred DrakeRemove one more gcc -Wall warning.
2000-10-11 Guido van RossumJack Jansen reported that the regression test failed...
2000-10-11 Barry WarsawAdded test cases for extended printing to an instance...
2000-10-11 Fred DrakeMake sure methods of ZipFile objects are in alphabetica...
2000-10-11 Trent MickUse suggested workaround for PyOS_CheckStack causing...
2000-10-11 Fred DrakeRemove the last gcc -Wall warning about possible use...
next