]> granicus.if.org Git - python/shortlog
python
2001-10-05 Fred DrakeThe weak reference implementation, separated from the...
2001-10-05 Fred Drakeweakref.ReferenceError becomes a built-in exception...
2001-10-05 Guido van RossumMartijn Pieters convinced me that when readline() strip...
2001-10-05 Guido van RossumEnable GC for new-style instances. This touches lots...
2001-10-05 Thomas HellerWith Andrew's blessing: distutils version number is...
2001-10-05 Tim PetersIntroduced the oddly-missing PyList_CheckExact(), and...
2001-10-05 Thomas HellerExplicitely list the metadata attributes to show
2001-10-05 Tim PetersGet rid of unique local ISSTRICTINT macro in favor...
2001-10-05 Tim PetersA regexp example was rendered as
2001-10-05 Barry WarsawSMTPServer.__init__(): Print the start information...
2001-10-05 Guido van RossumRemove false statement about running make in the Module...
2001-10-05 Fred DrakeRemove some long-unsupported Mac OS modules.
2001-10-05 Fred DrakeFrankly, I'd like my "L." as well!
2001-10-05 Guido van RossumAnother contributor.
2001-10-05 Andrew M. KuchlingFix typo in docstring
2001-10-04 Martin v. LöwisDocument addition of chroot.
2001-10-04 Martin v. LöwisAdd chroot call. Implements feature #459267.
2001-10-04 Fred DrakeUpdate a couple of old addresses that point to CNRI.
2001-10-04 Fred DrakeNon-failing test for SF bug #467059.
2001-10-04 Guido van RossumApply modified SF patch 467580: ConfigParser.getboolean...
2001-10-04 Fred Drakerun_suite(): If testclass is not available, provide...
2001-10-04 Guido van RossumMake new classes dynamic by default.
2001-10-04 Tim PetersChanged the reindenter to strip only trailing spaces...
2001-10-04 Fred DrakeFix bug in profiler modifications detected only in...
2001-10-04 Barry WarsawTestIterators: Tim Peters suggests a more succinct...
2001-10-04 Barry WarsawMore test data for test_email.py
2001-10-04 Barry Warsawtest_header_splitter(), test_body_line_iterator():...
2001-10-04 Barry WarsawGive me back my page breaks.
2001-10-04 Guido van RossumAdd note about profiling.
2001-10-04 Barry WarsawScript arguments localhost:localport and remotehost...
2001-10-04 Greg WardAdd various typecasts (back and forth from char * to...
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.
next