]> granicus.if.org Git - python/shortlog
python
2002-07-11 Guido van RossumReplace rare tabs with 4 spaces, assuming that's what...
2002-07-11 Guido van RossumNote the existence of SpecialBuilds.txt.
2002-07-11 Tim PetersNoted the releases in which COUNT_ALLOCS can blow up.
2002-07-11 Tim PetersRecorded the introduction release for each gimmick...
2002-07-11 Tim PetersSome clarifications.
2002-07-10 Tim PetersDocumented PYMALLOC_DEBUG. This completes primary...
2002-07-10 Fred DrakeDocument gc.get_objects().
2002-07-10 Tim PetersClarified sys.getobjects() pragmatics.
2002-07-10 Tim PetersRemoved no-longer-relevant explanation of "alpha" builds.
2002-07-10 Tim PetersUglified the new Py_REF_DEBUG (etc) lexical helper...
2002-07-10 Mark HammondRemove the unused, and therefore distracting, "Alpha...
2002-07-10 Tim PetersassertHasattr(): Made failure msg better than useless.
2002-07-09 Jeremy HyltonFix for SF bug 579107.
2002-07-09 Tim PetersTypo repair.
2002-07-09 Tim PetersMoved COUNT_ALLOCS down and finished writing its descri...
2002-07-09 Tim PetersCheckin comment.
2002-07-09 Guido van RossumActualized descrintro.html URL.
2002-07-09 Tim PetersNew file to try to document the "special build" preproc...
2002-07-09 Tim Peters_Py_AskYesNo(): Removed this function. It was defined...
2002-07-09 Barry WarsawndiffAssertEqual(): Stringify the arguments before...
2002-07-09 Barry Warsawmake_header(): New function to take the output of decod...
2002-07-09 Thomas HellerFix SF Bug 564931: compile() traceback must include...
2002-07-09 Fred DrakeNote that unicode() can raise LookupError for unknown...
2002-07-09 Fred DrakeRemove unused variable.
2002-07-09 Tim PetersThe Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minef...
2002-07-09 Barry WarsawAnthony Baxter's patch for non-strict parsing. This...
2002-07-09 Barry WarsawAdd the concept of a "default type". Normally the...
2002-07-09 Barry Warsaw__init__(): Don't attach the subparts if its an empty...
2002-07-09 Barry Warsawclone(): A new method for creating a clone of this...
2002-07-09 Barry Warsaw__init__(): Be sure to set the default type to message...
2002-07-09 Barry Warsaw_structure(): A handy little debugging aid that I don...
2002-07-09 Barry WarsawTestEmailBase.ndiffAssertEqual(): Python 2.1's difflib...
2002-07-09 Barry WarsawNew files which test the corners of multipart/message and
2002-07-09 Barry WarsawWith the addition of Oleg's support for RFC 2231, it...
2002-07-08 Tim PetersSF bug 578752: COUNT_ALLOCS vs heap types
2002-07-08 Jack JansenThe readme file said that OSX Carbon modules were only...
2002-07-08 Tim PetersPyNode_AddChild() and fancy_roundup(): Be paranoid...
2002-07-08 Neil SchemenauerRemove the configure option for disabling the reference...
2002-07-08 Fred DrakeFix typo reported by Kent Engström, and a bunch of...
2002-07-08 Fred DrakeFix typo: "an Unicode string" --> "a Unicode string"
2002-07-08 Fred DrakeFixed a typo and updated information about using the...
2002-07-08 Fred DrakeAdded font-setting line (and associated comments) to...
2002-07-08 Jack JansenGot rid of symlink target, and in stead have "make...
2002-07-08 Fred DrakeChange the "__ private" names to "_ protected"; this...
2002-07-08 Jack JansenGot rid of special case for Macintosh realloc slowdown...
2002-07-08 Jack JansenDefine WITH_PYMALLOC as 1
2002-07-08 Tim PetersPyNode_AddChild(): Do aggressive over-allocation when...
2002-07-07 Jack Jansen- Got rid if WITH_CYCLE_GC
2002-07-07 Tim PetersRearranged and added comments to object.h, to clarify...
2002-07-07 Jeremy HyltonFix from SF patch #527518: proxy config with user+pass...
2002-07-07 Tim PetersRemoved 3 unlikely #includes that were only needed...
2002-07-07 Jeremy HyltonFix for SF bug #432621: httplib: multiple Set-Cookie...
2002-07-07 Tim PetersTrashcan cleanup: Now that cyclic gc is always there...
2002-07-07 Tim PetersRemoved WITH_CYCLE_GC #ifdef-ery. Holes:
2002-07-06 Jeremy HyltonFix SF bug #575360
2002-07-06 Jeremy HyltonHandle HTTP/0.9 responses.
2002-07-06 Kurt B. KaiserModifying EditorWindow causes breakpoints in that modul...
2002-07-06 Kurt B. KaiserDecent burial for venerated ancestor (urn in attic)
2002-07-06 Kurt B. KaiserRemove dead code.
2002-07-06 Kurt B. Kaiser1. Test Sourceforge checkin, idle-dev posting
2002-07-05 unknownCombine OldStackViewer.py with Debugger.py, removing...
2002-07-04 Tim Petersprintlist(): Replaced the guts with a call to textwrap...
2002-07-04 Michael W.... gc_list_move defined but not used.
2002-07-04 Greg WardDocstring improvements. In particular, added docstring...
2002-07-04 Thomas HellerFix a typo.
2002-07-03 Steve HoldenRevise asyncore documentation and document asynchat...
2002-07-03 Fred DrakeNo need to be ambiguous about *how* extended slices...
2002-07-03 Fred DrakeFix up a few more consistency nits and incorrectly...
2002-07-03 Barry Warsawappend(): Clarify the expected type of charset.
2002-07-03 Kurt B. KaiserDebugger Exception Info and GUI Stack Exception Traceba...
2002-07-03 Tim PetersStop trying to cater to platforms with a broken HUGE_VA...
2002-07-03 Mark HammondUpdate freeze to use zlib 1.1.4.
2002-07-02 Fred DrakeAdd annotations that describe the change in the "errors...
2002-07-02 Fred DrakeUpdate the documentation of the errors and failures...
2002-07-02 Tim PetersAnother stab at SF 576327: zipfile when sizeof(long...
2002-07-02 Tim Petersvisit_decref(): Added another assert.
2002-07-02 Greg WardDon't list all the keyword args to the TextWrapper...
2002-07-02 Fred DrakeBe consistent with the functions in the posix/nt module...
2002-07-02 Fred DrakeAttempt to clarify removedirs().
2002-07-02 Fred DrakeDeal with & remove the XXX comments.
2002-07-02 Fred DrakeAbstract the creation of signature lines for callable...
2002-07-02 Tim PetersFix for SF bug #576327: zipfile when sizeof(long) == 8
2002-07-02 Jeremy HyltonConvert raise to call exception class. Add whitespace.
2002-07-02 Jeremy HyltonRepair badly formatted code.
2002-07-02 Tim PetersFinished transitioning to using gc_refs to track gc...
2002-07-02 Fred DrakeRemove bogus assignment to self.length in NamedNodeMap...
2002-07-02 Fred DrakeMinor markup adjustments, consistency changes, and...
2002-07-02 Fred DrakeAdd refcount info for PyErr_SetFromWindowsErr() and
2002-07-02 Thomas HellerDocs for PyErr_SetFromWindowsErrWithFilename() and
2002-07-02 Fred DrakeDo not depend on pymemcompat.h (was only used for PyXML...
2002-07-02 Jack JansenMac OS X Jaguar (developer preview) seems to have a...
2002-07-02 Tim PetersReserved another gc_refs value for untracked objects...
2002-07-01 Fred DrakeBring this back into sync with PyXML revision 1.58.
2002-07-01 Tim PetersOK, I couldn't stand it <0.5 wink>: removed all uncert...
2002-06-30 Tim Petersvisit_decref(): Two optimizations.
2002-06-30 Tim PetersSF bug #574132: Major GC related performance regression
2002-06-30 Martin v. LöwisPatch #569753: Remove support for WIN16.
2002-06-30 Martin v. LöwisBump required PyXML version to 0.6.5.
2002-06-30 Martin v. LöwisImplement the encoding argument for toxml and toprettyxml.
2002-06-30 Martin v. LöwisMerge from PyXML:
next