]> granicus.if.org Git - python/shortlog
python
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().
2002-08-13 Tim PetersFixed error in new comment.
2002-08-13 Tim Petersk_mul(): The fix for (ah+al)*(bh+bl) spilling 1 bit...
2002-08-13 Barry WarsawRegress Guido's change of 2002/08/06 to check for the...
2002-08-13 Neal NorwitzAllow docstrings to be removed during compilation for...
2002-08-13 Guido van RossumAdd tests for including __dict__ and/or __weakref__...
2002-08-13 Neal NorwitzSF bug #574235, convert_path fails with empty pathname
2002-08-13 Neal NorwitzAllow docstrings to be removed during compilation
2002-08-13 Neal NorwitzAdd test for SF bug # 575229, multiple inheritance...
2002-08-13 Fred DrakeRemove ugly irregular spaces from in front of some...
2002-08-13 Jason TishlerBug #556025: list(xrange(1e9)) --> seg fault
2002-08-13 Guido van RossumAdd an improvement wrinkle to Neil Schemenauer's change...
2002-08-13 Tim Peterstest_division(): Added one larger digits value, to...
2002-08-13 Tim PetersMachines-- and Python --are a lot faster in relevant...
2002-08-13 Guido van RossumFix comment for PyLong_AsUnsignedLong() to say that...
2002-08-12 Guido van RossumFix wanrings about unsigned hex constants.
2002-08-12 Tim Petersk_lopsided_mul(): This allocated more space for bslice...
2002-08-12 Fred DrakeThe auto-reply text for the python-docs address. This...
2002-08-12 Tim PetersAdded new function k_lopsided_mul(), which is much...
2002-08-12 Guido van RossumDon't use hex constants representing negative numbers.
2002-08-12 Guido van RossumSuppress warnings about test_grammar.py that can't...
2002-08-12 Guido van RossumUse PyErr_WarnExplicit() to warn about hex/oct constant...
2002-08-12 Jack JansenUpdated for the current state of affairs.
2002-08-12 Guido van RossumNew names.
2002-08-12 Guido van RossumMake sure that *any* object whose id() is used as a...
2002-08-12 Tim Petersk_mul(): Moved an assert down. In a debug build,...
2002-08-12 Tim Petersk_mul(): Heh -- I checked in two fixes for the last...
2002-08-12 Tim Petersk_mul(): White-box testing turned up that (ah+al)...
2002-08-12 Guido van RossumFix MSVC warnings.
2002-08-12 Guido van RossumRefactor how __dict__ and __weakref__ interact with...
2002-08-12 Tim Petersx_mul(): Made life easier for C optimizers in the...
2002-08-12 Tim Petersk_mul() and long_mul(): I'm confident that the Karatsu...
2002-08-12 Guido van RossumPortable way of producing unsigned 32-bit hex output...
2002-08-12 Guido van RossumShut up warnings about hex()/oct() that can't be avoided.
2002-08-12 Guido van RossumAvoid warnings about <<. external_attr is now an unsig...
2002-08-12 Tim Petersk_mul: Rearranged computation for better cache use...
2002-08-12 Mark HammondCorrect PyAPI_FUNC to PyAPI_DATA - sorry Jack.
2002-08-12 Marc-André... Add name mangling for new PyUnicode_FromOrdinal() and...
2002-08-12 Mark HammondExcise DL_EXPORT from Include.
2002-08-12 Tim Petersx_mul(): This failed to normalize its result.
2002-08-12 Tim PetersIntroduced helper functions v_iadd and v_isub, for...
2002-08-12 Guido van RossumNew news about __class__ assignment restrictions and...
2002-08-12 Neal NorwitzRevert what looks like a typo from the last checkin
2002-08-12 Tim Petersk_mul(): Repaired another typo in another comment.
2002-08-12 Tim Petersk_mul(): Repaired typo in comment.
next