]> granicus.if.org Git - python/shortlog
python
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.
2002-08-14 Guido van RossumPyType_Ready(): initialize the base class a bit earlier...
2002-08-14 Tim Petersk_mul() comments: Simplified the simplified explanatio...
2002-08-14 Barry WarsawMore updates describing FutureWarnings.
2002-08-14 Tim Petersmkstemp's last argument changed from binary=True to...
2002-08-14 Tim Petersk_mul() comments: Explained why there's always enough...
2002-08-14 Guido van RossumAdd news about FutureWarning and PEP 237 stage B0.
2002-08-14 Barry WarsawDocument PyExc_FutureWarning
2002-08-14 Barry WarsawAdded a FutureWarning for constructs that will change...
2002-08-14 Martin v. LöwisPatch #550192: Set softspace to 0 in raw_input().
2002-08-14 Tim Peterstempfile's mkstemp(): Changed last argument from
2002-08-14 Fred DrakeRemove a broken example of extreme backward compatibili...
2002-08-14 Jason TishlerPatch #595014: Cygwin tempfile patch
2002-08-14 Barry WarsawPatch by Tim to shut up the compiler's DeprecationWarni...
2002-08-14 Guido van Rossumtest_many(): open only 100 temp files, not 1000. Some...
2002-08-14 Jason TishlerPatch #588564: _locale library patch
2002-08-14 Martin v. LöwisCheck for trailing backslash. Fixes #593656.
2002-08-14 Martin v. LöwisPatch #505705: Remove eval in pickle and cPickle.
2002-08-14 Skip Montanarotightening up a few except: clauses
2002-08-14 Neal NorwitzFix memory leaks reported by valgrind
2002-08-14 Skip Montanaroadd some example docstrings using PyDoc_STR
2002-08-14 Skip Montanaroadd PyDoc_STR and PyDoc_STRVAR calls as examples for...
2002-08-14 Tim Petersruntest(): I don't know why we don't just use TESTFN...
2002-08-14 Tim Petersmkstemp(): Repaired error in docstring (the sense...
2002-08-13 Tim Petersmkstemp(): The optional "binary" argument is clearly...
2002-08-13 Tim PetersNamedTemporaryFile(), TemporaryFile(): removed needles...
2002-08-13 Tim Peterstemplate: removed special-casing for NT; there isn...
2002-08-13 Tim Peters_once(): Removed obfuscating aliasing of _once_lock.
2002-08-13 Tim Peters_once(): Simplified dict manipulation.
2002-08-13 Neal NorwitzAllow more docstrings to be removed during compilation...
2002-08-13 Neal NorwitzAllow more docstrings to be removed during compilation
2002-08-13 Tim PetersAdded a test specifically to tickle Karatsuba; it costs...
2002-08-13 Jeremy HyltonAdd a missing call to _strclass().
next