]> granicus.if.org Git - python/shortlog
python
2002-07-16 Jeremy HyltonGiven the persistent id code a shot at a class before...
2002-07-16 Jeremy HyltonThe object returned by tp_new() may not have a tp_init.
2002-07-16 Tim PetersThe atexit module effectively turned itself off if...
2002-07-16 Barry Warsaw(py-imenu-create-index-function): Skip over stuff that...
2002-07-16 Guido van RossumMake list_iter() really static.
2002-07-16 Barry Warsaw(py-pychecker-run): Thomas Heller points out that this...
2002-07-16 Guido van Rossumvalid_identifier(): use an unsigned char* so that isalp...
2002-07-16 Mark HammondAdd a blurb on the 3 Windows bugs I worked on over...
2002-07-16 Mark HammondFix bug 581232 - [Windows] Can not interrupt time.sleep()
2002-07-15 Barry WarsawAdded the "weird" ccTLDs ac, gg, im, and je. These...
2002-07-15 Tim PetersXXXROUNDUP(): Turns out this fixed Andrew MacIntyre...
2002-07-15 Tim PetersAdded Andrew MacIntyre -- overdue!
2002-07-15 Tim Peters/F revealed that ShellExecute() only requires shellapi...
2002-07-15 Guido van RossumClarify that the description of sys.path[0] is only...
2002-07-15 Andrew MacIntyreTim_one's change to aggressively overallocate nodes...
2002-07-15 Tim Petersdocompare(): Another reasonable optimization from...
2002-07-14 Mark HammondFix bug 231273 - [windows] os.popen doens't kill subpro...
2002-07-14 Mark HammondFix bug 439992 - [win32] KeyboardInterrupt Not Caught.
2002-07-14 Tim PetersWINDOWS_LEAN_AND_MEAN: There is no such symbol, althou...
2002-07-14 Neal NorwitzSF patch # 580411, move frame macros from frameobject...
2002-07-13 Guido van RossumUndef MIN and MAX before defining them, to avoid warnin...
2002-07-13 Jeremy HyltonDon't declare a function with staticforward.
2002-07-12 Andrew M. KuchlingAdd more items
2002-07-12 Fred DrakeClarify the return value of __nonzero__(): It *must...
2002-07-12 Just van Rossumfixed wrong classic MacOS pathname assumption
2002-07-12 Jeremy HyltonRemove httplib from tested modules.
2002-07-12 Jeremy HyltonGet the meta class inheritance right.
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...
next