]> granicus.if.org Git - python/shortlog
python
2002-08-21 Fred DrakeClarify that even though some of the relevant specifica...
2002-08-21 Raymond HettingerNow that __init__ transforms set elements, we know...
2002-08-21 Raymond HettingerAdd regression test for proper construction of sets...
2002-08-21 Raymond HettingerReplace all cases of "while 1" with "while True".
2002-08-21 Raymond HettingerSped ._update() method by factoring try/except out...
2002-08-21 Guido van RossumOuch. The test suite *really* needs work!!!!! There...
2002-08-21 Guido van RossumAdd Raymond H to the list of authors; add some XXX...
2002-08-21 Raymond HettingerFast size check for sub/super set tests
2002-08-21 Raymond HettingerOptimize try/except ordering in sets.py.
2002-08-20 Raymond HettingerMinor typo
2002-08-20 Guido van RossumRename popitem() to pop(). (An idea from SF patch...
2002-08-20 Guido van RossumMove __init__ from BaseSet into Set and ImmutableSet...
2002-08-20 Guido van RossumTypo repair. Please include in any backports.
2002-08-20 Guido van RossumAdd a note reminding the reader that sets are not seque...
2002-08-20 Guido van RossumSF patch 595846 by Brett Cannon: Update environ for...
2002-08-20 Tim Peterslong_format(), long_lshift(): Someone on c.l.py is...
2002-08-20 Guido van RossumFix some endcase bugs in unicode rfind()/rindex() and...
2002-08-20 Michael W.... Comment typo repair.
2002-08-20 Michael W.... My patch #597221. Use f_lasti more consistently.
2002-08-20 Barry WarsawBump version number to 2.3
2002-08-20 Barry WarsawAdded tests for SF patch #597593, syntactically invalid...
2002-08-20 Barry Warsawget_content_type(), get_content_maintype(), get_content...
2002-08-20 Barry Warsaw_dispatch(): Use get_content_maintype() and get_content...
2002-08-20 Tim Petersgetinstclassname(): Squash new compiler wng in assert...
2002-08-20 Fred DrakeClarify the endpos argument to the rx.match() method.
2002-08-20 Barry Warsawtest_three_lines(): Test case reported by Andrew McNama...
2002-08-20 Andrew M. KuchlingCover the sets module.
2002-08-20 Andrew M. KuchlingCreate two subsections of the "Core Language Changes...
2002-08-19 Neal NorwitzAdd versionadded for operator.pow
2002-08-19 Fred DrakeExtend some comments on the order of values in the...
2002-08-19 Guido van RossumSF patch 576101, by Oren Tirosh: alternative implementa...
2002-08-19 Guido van RossumAdd a warning comment to the LOAD_GLOBAL inline code.
2002-08-19 Guido van RossumAnother ugly inlining hack, expanding the two PyDict_Ge...
2002-08-19 Guido van RossumCall me anal, but there was a particular phrase that...
2002-08-19 Guido van RossumAnother modest speedup in PyObject_GenericGetAttr(...
2002-08-19 Guido van RossumMake PyDescr_IsData() a macro. It's too simple to...
2002-08-19 Michael W.... Check in my ultra-shortlived patch #597220.
2002-08-19 Guido van RossumInline call to _PyObject_GetDictPtr() in PyObject_Gener...
2002-08-19 Guido van RossumFix typo in __slots__ of ImmutableSet.
2002-08-19 Guido van RossumNews about sets. (There's no documentation; if someone...
2002-08-19 Guido van RossumSet classes and their unit tests, from sandbox.
2002-08-19 Guido van RossumSimple but important optimization for descr_check(...
2002-08-19 Raymond HettingerFix spelling errors and note the addition of operator...
2002-08-19 Jack JansenMerged the MacPython thanks list into the general ackno...
2002-08-19 Raymond HettingerAdded __pow__(a,b) to the operator module. Completes...
2002-08-19 Tim PetersSF bug 595919: popenN return only text mode pipes
2002-08-18 Raymond HettingerAdd Steve Purcell for unittest.py
2002-08-18 Jack JansenRefuse to run if the last bit of the destination path...
2002-08-18 Raymond HettingerModify splituser() method to allow an @ in the userinfo...
2002-08-18 Andrew MacIntyreOS/2 EMX behaves like Windows where file permissions...
2002-08-18 Andrew MacIntyreupdate contact info
2002-08-18 Andrew MacIntyrePrep for 2.3:
2002-08-18 Andrew MacIntyremake port notes current
2002-08-18 Andrew MacIntyreBuild process updates:
2002-08-17 Guido van RossumGet rid of _once(); inlining it takes less code. :-)
2002-08-17 Guido van RossumPatch by Zack W to make test_noinherit() more robust...
2002-08-16 Neal NorwitzGet this to compile again if Py_USING_UNICODE is not...
2002-08-16 Neal NorwitzDrop the number of test files to 100 for all the tests
2002-08-16 Jeremy HyltonInline fast_cfunction() in new call_function().
2002-08-16 Guido van RossumRemove the outdated PLAN.txt file.
2002-08-16 Jeremy HyltonMove body of CALL_FUNCTION opcode into helper function.
2002-08-16 Guido van RossumSquash a few calls to the hideously expensive PyObject_...
2002-08-16 Guido van RossumStreamline the fast track for CFunction calls a bit...
2002-08-16 Jack JansenRegenerated with PyDoc_STR() around docstrings.
2002-08-16 Jack JanseniUse PyDoc_STR() around docstrings.
2002-08-16 Guido van RossumA nice little speed-up for filter():
2002-08-16 Guido van RossumFix SF bug 595838 -- buffer in type_new() should not...
2002-08-16 Tim PetersSF bug 594996: OverflowError in random.randrange
2002-08-16 Tim PetersNewly-relaxed limits on random.randrange(). Also added...
2002-08-16 Guido van RossumMention warnings about defining None.
2002-08-16 Guido van RossumAdd warnings for arguments named None. All set. ...
2002-08-16 Tim Peterscheck_events(): This was failing under -O, due to...
2002-08-16 Guido van RossumAdd warning for None used as keyword argument name...
2002-08-16 Guido van RossumAdd warnings for assignment or deletion of variables...
2002-08-16 Guido van RossumMinor cleanup of parsename() and parsestr(): the 'struc...
2002-08-15 Barry Warsawbase64.decodestring('') should return '' instead of...
2002-08-15 Jack JansenFixed the bugs in the constant definitions, and in...
2002-08-15 Jack JansenAfter generating the Python file with definitions try...
2002-08-15 Jack JansenTry to cater for a source tree checked out with MacCVS...
2002-08-15 Tim PetersIllustrating by example one good reason not to trust...
2002-08-15 Tim Petersk_mul() comments: In honor of Dijkstra, made the proof...
2002-08-15 Tim Peterslong_mul(): Simplified exit code. In particular,...
2002-08-15 Michael W.... This is my patch
2002-08-15 Guido van RossumAdd notes about universal newlines.
2002-08-15 Guido van RossumFix typo. It's --with-universal-newlines, not
2002-08-15 Skip MontanaroSlight reordering of directories searched for BerkDB...
2002-08-15 Skip Montanaroforgot the best part - the new tests...
2002-08-15 Skip Montanaroprovide less mysterious error messages when seeing...
2002-08-15 Andrew M. KuchlingAdd 'in' change
2002-08-14 Guido van RossumAdd news about Fred's change to Py_InitModule4().
2002-08-14 Jeremy HyltonReflow long lines.
2002-08-14 Fred DrakePy_InitModule() and friends now accept NULL for the...
2002-08-14 Fred DrakePy_InitModule4(): Accept NULL for the 'methods' argume...
2002-08-14 Jeremy HyltonDocstring nits: The module is neither proposed nor...
2002-08-14 Martin v. LöwisAdded Hisao Suzuki.
2002-08-14 Guido van RossumMore changes of DeprecationWarning to FutureWarning.
2002-08-14 Jeremy HyltonExplain use of currentThread() in _Condition methods.
2002-08-14 Guido van RossumThe filterwarnings() call here should be updated to...
2002-08-14 Jeremy HyltonExplain a little more.
2002-08-14 Jeremy HyltonExplain a minor mystery.
next