]> granicus.if.org Git - python/shortlog
python
2001-09-25 Guido van RossumMake __class__ assignment possible, when the object...
2001-09-25 Tim Peters+ Got rid of all instances of <small>. Under IE5,...
2001-09-25 Tim PetersGUI mode now displays useful stuff for properties....
2001-09-24 Tim Peters+ Text-mode (but not yet GUI mode) pydoc now produces...
2001-09-24 Tim PetersMake properties discoverable from Python:
2001-09-24 Fred DrakeAdded several new tests to check the behavior with...
2001-09-24 Fred DrakeAdapt to use the test_main() approach.
2001-09-24 Fred DrakeRe-factor the SGMLParser class to use the new markupbas...
2001-09-24 Fred DrakeRe-factor the HTMLParser class to use the new markupbas...
2001-09-24 Fred DrakeBe consistent about the string module.
2001-09-24 Fred DrakeNew base class for the SGMLParser and HTMLParser classe...
2001-09-24 Thomas WoutersDon't swap the arguments to PyFrame_BlockSetup when...
2001-09-24 Guido van RossumAnother comparison patch-up: comparing a type with...
2001-09-24 Fred DrakeAdd more tests showing the relationship between excepti...
2001-09-24 Guido van RossumDo the same thing to complex that I did to str: the...
2001-09-24 Marc-André... StringIO patch #462596: let's [c]StringIO accept read...
2001-09-24 Just van RossumFixed old bug (caused by careless Carbonizing) that...
2001-09-24 Martin v. LöwisPatch #463421: speed up md5 module with real memcpy...
2001-09-24 Guido van RossumChange string comparison so that it applies even when...
2001-09-24 Guido van RossumFix the baffler that Tim reported: sometimes the repr...
2001-09-24 Fred DrakeAdd more signature information and some descriptions...
2001-09-24 Fred DrakeAdd more reference count information.
2001-09-24 Andrew M. KuchlingAdd link to Unix Review's 2.2 article
2001-09-24 Steven M. Gavastart of new config handling stuff
2001-09-24 Tim PetersMore work on class display:
2001-09-24 Tim PetersTry to do for pydoc's GUI mode what the earlier checkin...
2001-09-24 Barry WarsawAdded a note about the new email package.
2001-09-23 Tim PetersPart of a partial solution to SF bugs 463378, 463381...
2001-09-23 Martin v. LöwisReactivate participation of expat parsers in GC. Fixes...
2001-09-23 Tim PetersInstall the new Lib/email pkg.
2001-09-23 Tim PetersGeneralize file.writelines() to allow iterable objects.
2001-09-23 Barry WarsawThe test data (mostly example messages) for the email...
2001-09-23 Barry WarsawAn extensive test suite for the email package.
2001-09-23 Barry WarsawThe email package version 1.0, prototyped as mimelib
2001-09-23 Fred DrakeAdded API information for the PyCallIter_*() and PySeqI...
2001-09-23 Tim PetersNew function classify_class_attrs(). As a number of...
2001-09-22 Tim PetersFix restore (difflib.restore() became a generator too).
2001-09-22 Tim PetersMake difflib.ndiff() and difflib.Differ.compare() gener...
2001-09-22 Guido van RossumAdd note about __getattribute__.
2001-09-22 Tim PetersAdd a function to compute a class's method resolution...
2001-09-22 Tim PetersSince the most likely failure mode for an expected...
2001-09-22 Barry Warsaw{String,cString}IO.StringIO's support iteration.
2001-09-22 Barry WarsawI_getiter(): Function for the tp_iter slot of Itype...
2001-09-22 Barry Warsaw__iter__(): New method so that StringIO's can participa...
2001-09-22 Fred DrakeNote that files are iterable; describe what the iterato...
2001-09-22 Barry WarsawConverted test_StringIO.py to use unittest, so
2001-09-22 Fred DrakeStart of a test to make sure the profiler/tracer suppor...
2001-09-21 Guido van RossumAdd the __getattr__ hook back. The rules are now:
2001-09-21 Fred DrakeBump version number.
2001-09-21 Fred DrakeAdded reference to Tutorial section on user-defined...
2001-09-21 Fred DrakeExceptions in interactive examlpes did not always inclu...
2001-09-21 Guido van Rossumreportdiff(): print a "plain diff" style diff.
2001-09-21 Guido van RossumOops. I didn't expect that some tests (test_cookie...
2001-09-21 Guido van RossumChange the way unexpected output is reported: rather...
2001-09-21 Guido van RossumChange the name of the __getattr__ special method for...
2001-09-21 Guido van RossumMake these modules work when Python is compiled without...
2001-09-21 Guido van RossumAdd tests for repr() of strings containing string quote...
2001-09-21 Guido van RossumFix a bug in rendering of \\ by repr() -- it rendered...
2001-09-21 Guido van RossumTest basic functioning of unicode repr(). (If this...
2001-09-20 Guido van RossumAdd a small test to verify that member and getset descr...
2001-09-20 Guido van RossumAdd optional docstrings to getset descriptors. Fortuna...
2001-09-20 Guido van RossumChange testdescr.py to use the test_main() approach.
2001-09-20 Fred DrakeChange the PyUnit-based tests to use the test_main...
2001-09-20 Guido van RossumAdd optional docstrings to member descriptors. For...
2001-09-20 Fred DrakeFill in a few more descriptions for xml.parsers.expat.
2001-09-20 Tim PetersDocument new file() constructor, with the body of open...
2001-09-20 Fred DrakeDocument all the Py*_CheckExact() functions.
2001-09-20 Guido van RossumPyLocale_setlocale(): silence compiler warning about...
2001-09-20 Marc-André... Fix Unicode .join() method to raise a TypeError for...
2001-09-20 Marc-André... Update test output after the unicode() change.
2001-09-20 Jeremy HyltonUpdate description of Tools/compiler
2001-09-20 Jeremy HyltonRemove setup.py, unnecessary since compiler package...
2001-09-20 Jeremy HyltonMoved to Tools/compiler along with astgen.py
2001-09-20 Guido van Rossum_PyObject_GetDictPtr(): when the offset is negative...
2001-09-20 Marc-André... Note about enhancements to unicode().
2001-09-20 Marc-André... Python part of the UTF-7 codec by Brian Quinlan.
2001-09-20 Marc-André... Implement the changes proposed in patch #413333. unicod...
2001-09-20 Marc-André... Patch #435971: UTF-7 codec by Brian Quinlan.
2001-09-20 Marc-André... Patch #462635 by Andrew Kuchling correcting bugs in...
2001-09-20 Tim PetersSF bug [#463093] File methods need doc strings.
2001-09-20 Barry Warsawrun_suite(): Oops, update a docstring.
2001-09-20 Barry Warsawrun_suite(): Factor this out of run_unittest() for...
2001-09-20 Tim PetersSince inspect.isfunction(obj) is a precondition for...
2001-09-20 Tim PetersEnsure that isfunction(obj) and (the new) ismethoddescr...
2001-09-20 Guido van RossumNews about compiler and pydoc.
2001-09-20 Guido van RossumAFAICT pydoc/inspect do the right thing again.
2001-09-20 Tim PetersAfter much thrashing, I believe this is a truly minimal...
2001-09-20 Tim PetersInstall the compiler package under Lib.
2001-09-20 Jeremy HyltonThe compiler package is now part of the standard library.
2001-09-19 Martin v. LöwisPatch #461321: Support None as a timeout in poll2 and...
2001-09-19 Martin v. LöwisPatch #462849: Pass Unicode objects to file's .write...
2001-09-19 Guido van RossumKeep tabnanny happy.
2001-09-19 Marc-André... Fixed search function error reporting in the encodings...
2001-09-19 Marc-André... Docs and News item for the codecs.py additions.
2001-09-19 Marc-André... Added new helpers for easy access to codecs. Docs will...
2001-09-19 Marc-André... Fix for bug #462737.
2001-09-19 Martin v. LöwisInclude ctype.h after Python.h.
2001-09-19 Martin v. LöwisPatch to bug #461753: Allow None in ExternalEntityParse...
2001-09-19 Martin v. LöwisPatch to bug #461754: CDATA should not undergo entity...
2001-09-19 Guido van RossumAdd additional coercion support for "self subtypes...
next