]> granicus.if.org Git - python/shortlog
python
2001-10-01 Martin v. LöwisPatch #426880: Implement Listbox itemcget and itemconfi...
2001-09-30 Martin v. LöwisPatch #462122: add readline startup and pre_event hooks.
2001-09-30 Martin v. LöwisPatch #462190, patch #464070: Support quoted printable...
2001-09-30 Martin v. LöwisProperly detect recursive structures. Adopted from...
2001-09-30 Tim PetersThe execfile() docs imply it acts on locals same as...
2001-09-30 Tim PetersCorrect docs for long(float).
2001-09-30 Tim PetersSF bug [#466173] unpack TypeError unclear
2001-09-30 Tim PetersSF [#466125] PyLong_AsLongLong works for any integer.
2001-09-29 Fred DrakeHandle PEP references the same way RFC references.
2001-09-29 Guido van RossumFix two typos in the text about compile(), and add...
2001-09-29 Skip Montanaroforgot to mark use of StringType and UnicodeType in...
2001-09-29 Skip Montanaroadded description of StringTypes object
2001-09-29 Fred DrakeFix up whitespace in <args> elements; reduce sequences...
2001-09-29 Fred DrakeMinor markup improvement.
2001-09-29 Fred DrakeFor Python 2.2, do not use __getattr__(), only use...
2001-09-29 Fred Drake_dispatch(): Do no re-define the resolve_dotted_atttri...
2001-09-29 Tim PetersThe list.sort() docs require a function that returns...
2001-09-29 Guido van RossumThe changes to ternary_op could cause a core dump....
2001-09-29 Guido van RossumClarify the warning about the relative dates of Setup...
2001-09-29 Guido van RossumAdd a few ``__dynamic__ = 0'' lines in classes that...
2001-09-28 Guido van RossumIt's a fact: for binary operators, *under certain circu...
2001-09-28 Guido van RossumOuch. The wrapper for __rpow__ was the same as for...
2001-09-28 Fred DrakeMove XML-RPC-related docs to the "Internet Protocols...
2001-09-28 Fred DrakeAdd entry for the SimpleXMLRPCServer module.
2001-09-28 Fred DrakePreliminary documentation for the SimpleXMLRPCServer...
2001-09-28 Tim PetersPost-release fiddling (prep for 2.2b1).
2001-09-28 Andrew M. KuchlingMinor additions and rewrites.
2001-09-28 Fred DrakeUpdate the xml.dom.minidom tests to cover the DOM-compl...
2001-09-28 Andrew M. KuchlingInstall the new compiler and email packages
2001-09-28 Fred DrakeTighten up the new NodeList implementation.
2001-09-28 Fred DrakeRemove an infelicitous space.
2001-09-28 Tim Petersregrtest's -g option stopped working, during the change...
2001-09-28 Fred DrakeReflect recent refinements of the regression testing...
2001-09-28 Guido van RossumBe more rigorous about making pathnames absolute, to...
2001-09-28 Fred DrakeClean up circular references in the Weak*Dictionary...
2001-09-28 Guido van RossumReorder Still To Do items (highest priority on top...
2001-09-28 Guido van RossumAdd complex to the dispatch tables, to avoid going...
2001-09-28 Guido van RossumChanges to copy() and deepcopy() in copy.py to support...
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...
next