]> granicus.if.org Git - python/shortlog
python
2001-10-04 Greg WardRemove a couple of unused local variables (bug #445960...
2001-10-04 Fred DrakeUpdated to reflect the rationalized profiler event...
2001-10-04 Fred DrakeRationalize the events passed to the profiler (no chang...
2001-10-04 Guido van RossumAdd note about profile fix.
2001-10-04 Tim PetersMake clear that tuple() accepts the same kind of argume...
2001-10-04 Tim PetersAdded a little type/class NEWS.
2001-10-04 Tim PetersThis test relied on hard tab characters, so failed...
2001-10-04 Tim Petersclass_docstrings(): The new-style class tests should...
2001-10-04 Tim Peterstype_new(): cast PyObject_MALLOC's result to char...
2001-10-04 Tim PetersWhitespace normalization.
2001-10-04 Tim PetersSF bug [#467331] ClassType.__doc__ always None.
2001-10-04 Guido van RossumHopefully fix the profiler right. Add a test suite...
2001-10-03 Fred DrakeExpand the documentation of the low-level tracing/profi...
2001-10-03 Fred DrakeAdd some more test cases to be sure we do the right...
2001-10-03 Fred DrakeUndo previous patch; it did not quite work out.
2001-10-03 Greg WardFix a spelling error that has been bugging me for longe...
2001-10-03 Andrew M. KuchlingSet .addr in a few more places (patch approved by Sam...
2001-10-03 Guido van Rossumdynamics(): add a dummy __getattr__ method to the C...
2001-10-03 Guido van Rossumtypeobject.c, slot_tp_gettattr_hook(): fix the speedup...
2001-10-03 Skip Montanaroremove empty __del__ method from BaseRequestHandler...
2001-10-03 Guido van Rossum*EXPERIMENTAL* speedup of slot_sq_item. This sped...
2001-10-03 Tim PetersMade the classmethod docstring test a bit less trivial.
2001-10-03 Tim PetersSF bug [#467336] doctest failures w/ new-style classes.
2001-10-03 Guido van RossumMark treatment of binary operators for __rop__-before...
2001-10-03 Guido van Rossumcall_method(), call_maybe(): fix a performance bug...
2001-10-02 Guido van RossumNote removal of Demo/dns, point to PyDNS.
2001-10-02 Guido van RossumRemoved Demo/dns -- see sf.net/projects/pydns/ instead.
2001-10-02 Tim PetersSF patch [#466616] Exclude imported items from doctest.
2001-10-02 Tim PetersSF bug [#467265] Compile errors on SuSe Linux on IBM...
2001-10-02 Guido van RossumAdd Garbage Collection support to new-style classes...
2001-10-02 Tim PetersCVS patch [#466628] Doc changes for doctest patch ...
2001-10-02 Guido van Rossumpickles():
2001-10-02 Guido van RossumThe error reporting here was a bit sparse. In verbose...
2001-10-02 Guido van RossumUnder certain conditions (sometimes triggered by the...
2001-10-02 Guido van RossumCorrect the URL for the license (only used when the...
2001-10-02 Guido van RossumUpdate reference to pydns.
2001-10-02 Tim PetersSF patch [#466616] Exclude imported items from doctest,
2001-10-01 Fred DrakeFredrik tells me the truefalse parameter for boolean...
2001-10-01 Tim PetersRemoved stray backslash (a typo -- my fault).
2001-10-01 Tim PetersThe description of dictionary comparison was out of...
2001-10-01 Tim PetersSF patch [#466353] Py_HUGE_VAL on BeOS for Intel.
2001-10-01 Fredrik Lundhrestored 1.5.2 compatibility
2001-10-01 Tim PetersSF patch [#466877] SIGBREAK is missing from signal...
2001-10-01 Skip Montanaroapproximately double dump performance by moving import...
2001-10-01 Skip Montanarosimple dumps/loads test case for xmlrpclib
2001-10-01 Guido van RossumMiscellaneous code fiddling:
2001-10-01 Guido van Rossumbinary_op1(), ternary_op(): rearrange the code so that...
2001-10-01 Fred Drake"boolean" --> "Boolean" (per the style guide).
2001-10-01 Fred DrakeFix some minor style-guide conformance bugs.
2001-10-01 Martin v. LöwisUndo last checkin.
2001-10-01 Fred DrakeStraighten out some markup.
2001-10-01 Martin v. LöwisUndo last checkin, since it duplicated the code.
2001-10-01 Guido van Rossumslot_sq_length(): squash a leak.
2001-10-01 Fred DrakeRefer to the objects which define __len__(), __*item__...
2001-10-01 Guido van Rossumslot_tp_new(): newargs was leaking.
2001-10-01 Fred DrakeClarify comments about mailbox objects being iterable.
2001-10-01 Guido van RossumDocs for SF patch #462628
2001-10-01 Guido van RossumAnother SF patch contributor.
2001-10-01 Guido van RossumSF patch #462628 (Travers Naran) NNTPLib supports savin...
2001-10-01 Guido van RossumFix typo found by doerwalter.
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
next