]> granicus.if.org Git - python/shortlog
python
2001-09-27 Andrew M. KuchlingFix comment typo
2001-09-27 Fred DrakeFix some markup errors.
2001-09-27 Fred DrakeMarkup adjustment: \[...\] is math markup and does...
2001-09-27 Tim Petersdocroutine() (both instances): Docstrings for class...
2001-09-27 Tim PetersList class attrs in MRO order of defining class instead...
2001-09-26 Tim PetersRemoved no-longer-true comment about pydoc working...
2001-09-26 Fred DrakeRemove comment that no longer applies.
2001-09-26 Barry WarsawUpdates do email package documentation for markup,...
2001-09-26 Tim PetersDisplay a class's method resolution order, if it's...
2001-09-26 Fred DrakeMore test cases, including something that simulates...
2001-09-26 Tim PetersA file just to look at (using pydoc).
2001-09-26 Jeremy HyltonAdd tests for new PyErr_NormalizeException() behavior
2001-09-26 Jeremy HyltonPyErr_NormalizeException()
2001-09-26 Jeremy HyltonDon't export generators future info
2001-09-26 Jeremy HyltonPrevent a NULL pointer from being pushed onto the stack.
2001-09-26 Fred DrakeMove the styling for the HTML version of \mailheader...
2001-09-26 Fred DrakeNote that the colon following a mail header name should...
2001-09-26 Greg WardTypo fix.
2001-09-26 Fred DrakeMove the \mailheader description to the right place.
2001-09-26 Fred DrakeStart making some markup adjustments; Barry has indicat...
2001-09-26 Thomas WoutersTest case for SF bugs #463359 and #462937, added to...
2001-09-26 Barry WarsawUpdate the tests for the current incarnation of the...
2001-09-26 Barry WarsawMore test messages for test_email.py
2001-09-26 Barry Warsaw_parsebody(): Use get_boundary() and get_type().
2001-09-26 Barry Warsawhas_key(): Implement in terms of get().
2001-09-26 Barry Warsaw__init__(): Arguments major renamed to maintype and...
2001-09-26 Barry WarsawUpdated docstrings. Also,
2001-09-26 Barry WarsawImage.py and class Image => MIMEImage.py and MIMEImage
2001-09-26 Barry WarsawIn class Generator:
2001-09-26 Barry Warsawcosmetic
2001-09-26 Barry WarsawThe email package documentation, currently organized...
2001-09-25 Tim PetersSF [#463737] Add types.CallableIterType
2001-09-25 Barry Warsawtest_iterator(): Don't do a type comparison to see...
2001-09-25 Guido van Rossumadd_operators(): the __floordiv__ and __truediv__ descr...
2001-09-25 Fred DrakeUpdate to support \mailheader and 5-column tables.
2001-09-25 Fred DrakeSimplify a helper by returning fewer values.
2001-09-25 Fred DrakeFactor out the protect-from-exceptions helpers and...
2001-09-25 Tim PetersGuido points out that sys.__stdout__ is a bit bucket...
2001-09-25 Guido van Rossum_reconstructor(): there's no need for tricks with assig...
2001-09-25 Tim Peterstest_support should be imported directly, not via test...
2001-09-25 Tim PetersGet rid of the increasingly convoluted global tricks...
2001-09-25 Fred DrakeClarified some points about the interface to the mmap...
2001-09-25 Fred DrakeMinor changes.
2001-09-25 Fred DrakeRevise the example to be more resiliant in the face...
2001-09-25 Guido van Rossum- Provisional support for pickling new-style objects...
2001-09-25 Guido van RossumSet sys.save_stdout (to sys.stdout), so doctest-using...
2001-09-25 Fred DrakeAdded documentation for the SSL interface, contributed...
2001-09-25 Fred DrakeFix a URL (closing SF patch #462195).
2001-09-25 Guido van RossumSF patch #459385 (Norman Vine): time.timezone fix for...
2001-09-25 Tim Peters+ Display property functions in the same order they...
2001-09-25 Guido van RossumNote a few tasks that are done now.
2001-09-25 Guido van RossumSeparate out the type/class-related news and reword...
2001-09-25 Guido van RossumChange repr() of a new-style class to say <class 'Class...
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...
next