]> granicus.if.org Git - python/shortlog
python
2001-10-08 Jack JansenMac OS X build instructions talked about --without...
2001-10-08 Martin v. LöwisDo not add -shared to linker_so. Any necessary options...
2001-10-08 Martin v. LöwisProvide explicit program when trying to link pthread_cr...
2001-10-08 Jack JansenAdded declarations for PyMac_SetConsoleHandler, PyMan_D...
2001-10-08 Jack JansenAdded weakrefobject.c and regenerated .exp files.
2001-10-08 Tim PetersPut the deprecated .ignore() method back where it was.
2001-10-08 Tim PetersWidespread random code cleanup.
2001-10-07 Guido van RossumImplement isinstance(x, (A, B, ...)). Note that we...
2001-10-07 Steven M. Gavamerged port binding error message patch
2001-10-07 Steven M. Gavamerged win spawn patch
2001-10-07 Steven M. Gavamerged status bar packing patch
2001-10-07 Martin v. LöwisOnly close sockets if they have been created. Reported...
2001-10-07 Tim PetersTypo repair in comment.
2001-10-07 Martin v. LöwisSupport OpenUNIX like UnixWare.
2001-10-07 Tim PetersGuido points out that the comments for self.cur[2]...
2001-10-07 Martin v. LöwisUse AC_TRY_RUN for checking for -Kpthread.
2001-10-07 Tim PetersAt Guido's request, changed the code that's conceptuall...
2001-10-07 Tim PetersRepair some longstanding comment errors:
2001-10-07 Tim PetersGuido suggests, and I agree, to insist that SIZEOF_VOID...
2001-10-07 Tim PetersRemove code and docs for the OldProfile and HotProfile...
2001-10-06 Tim Peters_PyObject_VAR_SIZE: always round up to a multiple...
2001-10-06 Tim PetersRepaired the debug Windows deaths in test_descr, by...
2001-10-06 Tim Peters_PyObject_GetDictPtr():
2001-10-06 Tim Peters_PyObject_GC_Malloc(): split a complicated line in...
2001-10-06 Fred DrakeUpdate the documentation to reflect the changes to...
2001-10-05 Tim PetersThe fix to profile semantics broke the miserable but...
2001-10-05 Tim PetersTeach Windows how to build the new weakref module.
2001-10-05 Fred DrakeRemove bogus declaration.
2001-10-05 Fred DrakeAdd documentation for the public API for weak reference...
2001-10-05 Fred DrakeAdjust the _weakref module to use the public API for...
2001-10-05 Fred DrakePyObject_ClearWeakRefs() is now a real function instead...
2001-10-05 Fred DrakeAdd dependencies for the weakref object.
2001-10-05 Fred DrakeInclude the weakref object interface.
2001-10-05 Fred DrakeReferenceError is now built-in, so pick it up from...
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...
next