]> granicus.if.org Git - python/shortlog
python
2002-07-12 Marc-André... Mention new encoding.
2002-07-12 Marc-André... Palm OS encoding from Sjoerd Mullender
2002-07-12 Jeremy HyltonChange _begin() back to begin().
2002-07-12 Guido van RossumFernando Pérez of SF bug 579701 fame.
2002-07-12 Guido van RossumFix SF bug 579701 (Fernando Pérez); an input line consi...
2002-07-12 Just van Rossumminor fixes, removed obsolete warning
2002-07-12 Michael W.... Well, Fred never did explain why the code to determine...
2002-07-12 Tim PetersHAVE_LIMITS_H -- raise #error if not defined; limits...
2002-07-11 Jeremy Hyltonremove decl of unused variable
2002-07-11 Jeremy HyltonDo more robust test of whether global objects are acces...
2002-07-11 Tim Petersdocompare(): Use PyTuple_New instead of Py_BuildValue...
2002-07-11 Jeremy Hyltonmove make_eiffel_method() out of base metaclass
2002-07-11 Jeremy HyltonRemove list prenpost. It's not used any longer.
2002-07-11 Jeremy HyltonAdd a call to a Sub() method that actually works.
2002-07-11 Jeremy HyltonAdd Enum and Eiffel examples using new-style classes.
2002-07-11 Andrew M. KuchlingMake another pass through Misc/NEWS and add stuff.
2002-07-11 Barry Warsaw_structure(): Don't get the whole Content-Type: header...
2002-07-11 Jeremy HyltonRepair example code in doc string.
2002-07-11 Andrew M. KuchlingAdd some items
2002-07-11 Andrew M. Kuchling[Bug #567607] Suggest METH_NOARGS to replace PyArg_NoArgs
2002-07-11 Tim Peterstest_trashcan() and supporting class Ouch(): Jeremy...
2002-07-11 Barry Warsaw_dispatch(): Comment improvements.
2002-07-11 Tim Peterssubtype_resurrection(): Removed unused import.
2002-07-11 Jeremy HyltonExtend function() to support an optional closure argument.
2002-07-11 Tim Peterssubtype_resurrection(): The test suite with -l properl...
2002-07-11 Jeremy HyltonDon't stomp on an exception set by PyCell_Get()
2002-07-11 Jeremy HyltonI trust the parser accelators are getting added :-).
2002-07-11 Tim PetersRepaired optimistic comment in new test.
2002-07-11 Tim PetersAdded a test that provokes the hypothesized (in my...
2002-07-11 Tim Petersobject.h special-build macro minefield: renamed all...
2002-07-11 Kurt B. Kaiser1. Prevent Undo before IOmark in PyShell.PyShell
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.
next