]> granicus.if.org Git - python/shortlog
python
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
2001-08-11 Guido van RossumFinally fix SF bug #441172, using a variant of patch...
2001-08-11 Tim PetersNow that the dialogs have some breathing room, split...
2001-08-11 Fred DrakeFor the escape() function, added a reference to the...
2001-08-11 Fred DrakeAdded tests for rich comparison operator functions.
2001-08-11 Tim PetersGrow the dialogs 25%, to make room for a nicer bitmap...
2001-08-11 Andrew M. KuchlingAdd section on PEP 238 changes
2001-08-11 Tim Petersst_nested_scopes was uninitialized trash. Jeremy shoul...
2001-08-10 Fred DrakeAdd a note that the quoteattr() function is useful...
2001-08-10 Jeremy HyltonRefactor future feature handling
2001-08-10 Jeremy HyltonRefactor future feature handling
2001-08-10 Fred DrakeAdded documentation for PyDict_Update() and PyDict_Merge().
2001-08-10 Guido van RossumAdd test for SF bug #442833 (multiple inheritance).
2001-08-10 Guido van RossumThe message accompanying the TypeError exception on...
2001-08-10 Guido van Rossum- Big changes to fix SF bug #442833 (a nasty multiple...
2001-08-10 Martin v. LöwisAutotest for netpacket/packet.h, as it is not available...
2001-08-10 Martin v. LöwisAutotest for netpacket/packet.h, as it is not available...
2001-08-10 Guido van RossumAdd PyDict_Merge(a, b, override):
2001-08-10 Andrew M. Kuchling[Bug #414032] Make the 'sdist' command work when the...
2001-08-10 Martin v. LöwisPass the Makefile's value of CC and LDSHARED to the...
2001-08-10 Fred DrakeDo more to be compatible with Windows/CygWin. Make...
2001-08-10 Fred DrakeRemove the use of the "cat" program. This improves...
2001-08-10 Fred DrakeAdded this LaTeX style file to the package since not...
2001-08-10 Guido van RossumAllow AttributeError as well as TypeError for attribute...
2001-08-10 Martin v. Löwis_DATE_FMT does not always accompany CODESET.
2001-08-10 Andrew M. KuchlingRemove unused variable
2001-08-10 Andrew M. KuchlingFix typo caught by PyChecker
2001-08-10 Andrew M. KuchlingAdd forgotten import
2001-08-10 Fred DrakeWrap a comment to fit in 80 columns.
2001-08-10 Andrew M. KuchlingUse .get_license()
2001-08-10 Andrew M. Kuchling[Bug #412271, bug #449009] Use 'license' as the attribu...
2001-08-10 Guido van RossumChange PyType_Ready() to use the READY and READYING...
2001-08-10 Fred DrakeAdded a warning about reference cycles and memory consu...
2001-08-10 Guido van RossumAdd new flags for PyType_Ready(): READY to explicitly...
2001-08-10 Fred DrakeUsage fix, problem reported by Keith Briggs.
2001-08-10 Fred DrakeAdded documentation for the new rich comparison support.
2001-08-10 Andrew M. KuchlingPatch #441091 from Finn Bock: the more advanced flush...
2001-08-10 Guido van RossumDisable the sub() optimization until Fredrik has time...
2001-08-10 Guido van RossumCheck in a testcase for SF bug #449000: re.sub(r'\n...
2001-08-10 Neil SchemenauerRemove "referents" structure (it's not needed). Check...
2001-08-10 Jeremy HyltonRemove hard-coded NT constants that are already defined...
2001-08-10 Fred DrakeRemove the bogus flags parameter from the PyFile_WriteS...
2001-08-10 Martin v. LöwisExpose nl_langinfo through locale where available.
2001-08-10 Jack JansenRegenerated.
2001-08-10 Jack JansenChanged reference to config.h to pyconfig.h.
2001-08-10 Martin v. LöwisGet OPT from the environment to build the CCSHARED...
next