]> granicus.if.org Git - python/shortlog
python
2002-07-17 Tim Peterstest_hotshot fails on Windows now. Added XXX comment...
2002-07-17 Barry Warsaw(py-pychecker-run): Use the last pychecker invocation...
2002-07-17 Fred DrakeAdded documentation for the buffer_text and related...
2002-07-17 Fred DrakeMark the closed attribute of the profiler with PyDoc_ST...
2002-07-17 Fred DrakeAdded a docstring for the closed attribute.
2002-07-17 Guido van RossumSF patch 552161 - Py_AddPendingCall doesn't unlock...
2002-07-17 Tim PetersRemoved more stray instances of statichere, but left...
2002-07-17 Fred DrakeChange staticforward and statichere to just use static.
2002-07-17 Fred DrakeRemove now-obsolete staticforward/statichere discussion.
2002-07-17 Jeremy Hyltonstaticforward bites the dust.
2002-07-17 Guido van RossumSome modernization. Get rid of the redundant next...
2002-07-17 Guido van RossumAdd a test for the 'closed' attribute on the C-profiler...
2002-07-17 Jeremy HyltonAdd missing comma.
2002-07-17 Jeremy HyltonAdd test_zlib and test_struct to list of slow tests
2002-07-17 Tim PetersWindows has no actual need for BAD_STATIC_FORWARD,...
2002-07-17 Guido van RossumAdd a rather generous set of tests allowed to be skippe...
2002-07-17 Fred DrakeRemove RCSId; this produces annoying warnings.
2002-07-17 Guido van RossumWipe out some warnings about non-ANSI code and an unsaf...
2002-07-17 Fred Drakereduce(): Clarified what is returned in the case of...
2002-07-17 Barry WarsawWe need to (require 'compile) to guarantee that compile...
2002-07-17 Tim PetersUse sys.executable to run Python, as suggested by Neal...
2002-07-17 Tim PetersThere's no need for generators to define an explicit...
2002-07-16 Guido van RossumBunch of tests to make sure that StopIteration is a...
2002-07-16 Jeremy HyltonFix typos and such caught by the pycheckerbot.
2002-07-16 Tim PetersWhitespace normalization.
2002-07-16 Jeremy HyltonSend HTTP requests with a single send() call instead...
2002-07-16 Guido van RossumRemove the next() method -- one is supplied automatical...
2002-07-16 Guido van RossumRemove the next() method -- one is supplied automatical...
2002-07-16 Guido van RossumMake StopIteration a sink state. This is done by clear...
2002-07-16 Guido van RossumMake StopIteration a sink state. This is done by clear...
2002-07-16 Guido van RossumWhitespace normalization.
2002-07-16 Guido van RossumMake StopIteration a sink state. This is done by clear...
2002-07-16 Guido van RossumRecord the decision that StopIteration is a sink state...
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.
next