]> granicus.if.org Git - python/shortlog
python
2001-09-28 Fred DrakeRemoved files no longer needed.
2001-09-28 Barry WarsawPY_RELEASE_SERIAL => 4
2001-09-28 Fred DrakeConvert to string methods.
2001-09-28 Barry WarsawFixed a minor typo.
2001-09-28 Fred DrakeUse consistent version annotations instead of something...
2001-09-28 Fred DrakeConvert most uses of the string module to string methods.
2001-09-28 Fred DrakeAdded note about non-support of UNC paths on Windows.
2001-09-28 Fred DrakeState that encode() and encodestring() append a newline...
2001-09-28 Guido van RossumFix SF bug 419062: building pbs on AIX 4.3.2
2001-09-28 Barry WarsawMerged changes from 22a4 branch.
2001-09-28 Fred DrakeFor Python 2.2 and newer, actually support the full...
2001-09-27 Guido van RossumMerge branch changes (coercion, rich comparisons) into...
2001-09-27 Fred DrakeAdd entries for the email and compiler packages.
2001-09-27 Fred DrakeMarkup adjustments.
2001-09-27 Fred DrakeAdded dependencies for the compiler and email packages.
2001-09-27 Fred DrakeMigrate the compiler documentation from the Tools/compi...
2001-09-27 Fred DrakeDo not distinguish \refmodule from \module in the gener...
2001-09-27 Fred DrakeRe-write <ulink> elements as described in the conversio...
2001-09-27 Fred DrakeChange the sense of a test in how the profiler interpre...
2001-09-27 Tim PetersBump Windows build numbers for 2.2a4; installer changes...
2001-09-27 Fred DrakeTurn \input, \include, and \verbatiminput into XInclude...
2001-09-27 Marc-André... Added note about new StringIO/cStringIO feature.
2001-09-27 Fred DrakeAdd support for some more markup that had slipped in.
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
next