]> granicus.if.org Git - python/shortlog
python
2001-08-15 Tim PetersNew, larger installer bitmap from Erik van Blokland...
2001-08-15 Tim PetersFix typo in module docstring.
2001-08-15 Tim PetersAdd blurb about cleanfuture.py. Fix misspelling in...
2001-08-15 Tim PetersMove one of the tests into the "PEP 255" section, to...
2001-08-15 Jack JansenOops, forgot to check in configure.
2001-08-15 Jack JansenLots of changes in the framework support:
2001-08-15 Jack JansenWith WITH_NEXT_FRAMEWORK defined we now also expect...
2001-08-14 Jeremy Hyltonupdate simple explanation of parseFile()
2001-08-14 Jeremy HyltonFirst day's progress on documentation
2001-08-14 Fred DrakeFix a minor typo and mark an exception name that was...
2001-08-14 Fred DrakeAdd material about the "r" and "u" prefixes for string...
2001-08-14 Fred DrakeAdded some examples of table markup.
2001-08-14 Jeremy HyltonFix typo in astgen script
2001-08-14 Fred DrakeAdd information about __floordiv__() and __truediv__...
2001-08-14 Guido van RossumNon-function fields, like tp_dictoffset and tp_weaklist...
2001-08-14 Jeremy HyltonFix SF bug [ #450909 ] __future__.division fails at...
2001-08-14 Guido van RossumAdd a test for a weird bug I just discovered: a dynamic...
2001-08-14 Fred DrakeClarify the prompt in an example.
2001-08-14 Jeremy HyltonRegenerated from new ast.txt and new astgen.py
2001-08-14 Jeremy HyltonAdd getChildNodes() method to Node
2001-08-14 Jeremy HyltonAdd Yield node
2001-08-14 Barry WarsawDocument the new semantics for setting and deleting...
2001-08-14 Barry WarsawTest the new semantics for setting and deleting a funct...
2001-08-14 Barry Warsawfunc_getattro(), func_setattro(): Implement the new...
2001-08-14 Barry WarsawDescribe the new semantics for setting and deleting...
2001-08-14 Fred DrakeAdd "exceptions" to the list of fundamental modules
2001-08-14 Fred DrakeInsert omitted "the".
2001-08-14 Fred DrakeAdd the smtpd module to the list of undocumented module...
2001-08-13 Barry Warsawreload(exceptions) should not raise an ImportError...
2001-08-13 Barry WarsawFixed typo in comment leading up to _PyImport_FixupExte...
2001-08-13 Barry WarsawPy_Initialize(): Apply patch by Jürgen Hermann to call
2001-08-13 Tim PetersRepair Unix-specific assumptions that caused this to...
2001-08-13 Barry Warsawfound_terminator(): Add a debug print showing the data.
2001-08-13 Fred DrakeNick Mathewson: test suite for the class browser suppor...
2001-08-13 Fred DrakeNick Mathewson: Make sure the recursion is handled...
2001-08-13 Fred DrakeDavid Goodger <dgoodger@atsautomation.com>:
2001-08-13 Guido van RossumRemove redundant import (PyChecker).
2001-08-13 Guido van RossumRemove unused variable 'imports' from readmodule_ex().
2001-08-13 Guido van RossumRemove redundant 'import string' (PyChecker).
2001-08-13 Guido van RossumRemove redundant imports (PyChecker).
2001-08-13 Guido van RossumRemove redundant 'import sys' (PyChecker).
2001-08-13 Guido van RossumRemove two redundant statements (PyChecker).
2001-08-13 Guido van RossumRemove redundant assignment l = [] from poll3() --...
2001-08-13 Andrew M. KuchlingUpdate a beopen.com e-mail
2001-08-13 Andrew M. KuchlingUpdate a few references to beopen.com
2001-08-13 Andrew M. KuchlingUpdate e-mail address
2001-08-13 Guido van RossumCommenting out the getfillable() method -- it's broken...
2001-08-13 Andrew M. KuchlingAdd a name
2001-08-13 Andrew M. KuchlingRemove redefinition of has_option() method
2001-08-13 Andrew M. KuchlingRemove empty __init__ (PyChecker)
2001-08-13 Andrew M. KuchlingRemove redefinition of writelines() method
2001-08-13 Andrew M. KuchlingRemove unused variable (PyChecker)
2001-08-13 Andrew M. KuchlingRemove some dead code (PyChecker)
2001-08-13 Andrew M. KuchlingAdd forgotten import (PyChecker)
2001-08-13 Andrew M. KuchlingRemove unused import (PyChecker)
2001-08-13 Andrew M. KuchlingRemove redundant import
2001-08-13 Andrew M. KuchlingCapture exception message (PyChecker)
2001-08-13 Andrew M. KuchlingRemove unused imports (PyChecker)
2001-08-13 Andrew M. KuchlingRemove unused variable
2001-08-13 Andrew M. KuchlingFix malformed line (PyChecker)
2001-08-13 Guido van RossumFix two bugs discovered by PyChecker. (I cannot test...
2001-08-13 Andrew M. KuchlingFix for NameError caught by PyChecker.
2001-08-13 Andrew M. KuchlingFix typo (PyChecker)
2001-08-13 Andrew M. KuchlingCatch curses.error instead of a non-existent global...
2001-08-13 Andrew M. KuchlingRemove redundant import
2001-08-13 Tim Peters+ A msg on c.l.py reminded me that docstrings can be...
2001-08-13 Steven M. Gavafurther work on font config and general feel improvements
2001-08-12 Tim PetersSF patch #445412 extract ndiff functionality to difflib...
2001-08-12 Jeremy HyltonModify _Set to support iteration.
2001-08-12 Jeremy HyltonRemove much dead code from ceval.c
2001-08-12 Martin v. LöwisBump size of sprintf buffer. Suggested by Alex Coventry.
2001-08-12 Tim PetersTool to delete (or just rewrite parts of) obsolete...
2001-08-12 Guido van Rossum- Expand test for dynamic objects.
2001-08-12 Guido van RossumMake dynamic types work as intended. Or at least more so.
2001-08-12 Tim PetersMake the output of tests skipped readable (i.e., delibe...
2001-08-12 Guido van RossumTemporary stop-gap fix for dynamic classes, so they...
2001-08-12 Guido van Rossumdynamics(): add tests for dynamic *instances* (which...
2001-08-12 Jeremy HyltonTest the unary operator changes to the compiler
2001-08-12 Guido van RossumAdd the list of expected skips for Linux 2.x. Restruct...
2001-08-12 Tim PetersMove line; reported on python-dev by Mark Favas (thanks!).
2001-08-12 Jeremy HyltonSF Patch [ 429024 ] deal with some unary ops at compile...
2001-08-12 Tim PetersTeach regrtest which tests we *expect* to skip on Win32...
2001-08-12 Steven M. Gavaremoved some cruft
2001-08-12 Tim Peters_Condition.wait(): never sleep longer than the timeout...
2001-08-12 Jack JansenMerged release21-maint changes.
2001-08-11 Jack JansenThe test assumed that the local pathname convention...
2001-08-11 Jack Jansentest_glob found a nasty bug in GUSI opendir(): it will...
2001-08-11 Jack JansenBefore asking the finder to start the application ...
2001-08-11 Jack JansenGot rid of the activate() so codewarrior doesn't come...
2001-08-11 Jack JansenPatch by Jonathan Wight (slightly reformatted) to fores...
2001-08-11 Jeremy HyltonRemove st_nested_scopes from struct symtable,
2001-08-11 Jeremy HyltonReplace all type comparisons with isinstance() calls
2001-08-11 Jack JansenAdded a note about the various tests here.
2001-08-11 Steven M. Gavarepair posix fonts fix
2001-08-11 Martin v. LöwisOnly catch the errors that can actually occur, as repor...
2001-08-11 Just van Rossumuse the proper prefix file under Carbon
2001-08-11 Steven M. Gavasupport for help menu changes
2001-08-11 Steven M. Gavasome re-design
2001-08-11 Steven M. Gavasupports about changes
2001-08-11 Steven M. Gavaadjust help menu bindings
next