]> granicus.if.org Git - python/shortlog
python
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.
2002-08-12 Tim PetersCautious introduction of a patch that started from
2002-08-11 Tim PetersFixed misspelling in comment.
2002-08-11 Tim Petersint_lshift(): Simplified/sped overflow-checking.
2002-08-11 Ka-Ping YeeExtend stripid() to handle strings ending in more than...
2002-08-11 Guido van RossumReset errno to zero after calling PyErr_Warn(). It...
2002-08-11 Guido van RossumUse a better check for overflow from a<<b.
2002-08-11 Marc-André... Add C API PyUnicode_FromOrdinal() which exposes unichr...
2002-08-11 Guido van RossumImplement stage B0 of PEP 237: add warnings for operati...
2002-08-11 Tim Peterstest_saveall(): Another small simplification; plus...
2002-08-10 Tim PetersAnd one more simplification to test_saveall().
2002-08-10 Tim Peterstest_saveall(): Simplified a little, given that we...
2002-08-10 Tim PetersIf any trash happened to be sitting around waiting...
2002-08-10 Martin v. LöwisConvert characters from the locale's encoding on output.
2002-08-10 Tim PetersFixed new typos, added a little info about ~sort versus...
2002-08-10 Mark HammondClarify that the interruptable popen fixes aren't used...
2002-08-10 Guido van RossumDisallow class assignment completely unless both old...
2002-08-10 Tim Peters1. Combined the base and length arrays into a single...
2002-08-10 Tim PetersThe samplesort-vs-mergesort #-of-comparisons comparison...
2002-08-10 Guido van RossumFix a typo in the mktemp -> mkstemp patch.
2002-08-09 Fred DrakeAccomodate the packaging changes when we unpack into...
2002-08-09 Fred DrakeLots of changes to the packaging of the documentation...
2002-08-09 Guido van RossumA tool to transform gprof(1) output into HTML, so you...
2002-08-09 Guido van RossumWhitespace normalization.
2002-08-09 Fred DrakeAdd tests for weakref support for generator-iterators.
2002-08-09 Fred DrakeAdd weakref support generator-iterators.
2002-08-09 Fred DrakeAdd support for the iterator protocol to weakref proxy...
2002-08-09 Tim PetersThere's no distinction among 'user', 'group' and 'world...
2002-08-09 Tim PetersWhitespace normalization.
2002-08-09 Guido van RossumFor new-style classes, we can now test for tp_del inste...
2002-08-09 Guido van RossumTest finalizers and GC from inside __del__ for new...
2002-08-09 Guido van RossumCredit to Oren for the file-iterator patch.
2002-08-09 Guido van RossumNews about the tempfile rewrite.
2002-08-09 Guido van RossumMassive changes from SF 589982 (tempfile.py rewrite...
2002-08-09 Guido van RossumDoc portion of SF 589982 (tempfile.py rewrite, by Zack...
2002-08-09 Guido van RossumCheck-in of the most essential parts of SF 589982 ...
2002-08-09 Guido van RossumTest for Neil's fix to correctly invoke __rmul__.
2002-08-09 Guido van RossumNews about Neil's fix to correctly invoke __rmul__.
2002-08-09 Guido van RossumUnicode replace() method with empty pattern argument...
2002-08-09 Neil SchemenauerOnly call sq_repeat if the object does not have a nb_mu...
2002-08-09 Fred DrakeNew entries to track the DOM API growth. These match...
2002-08-09 Jack JansenWhen installing the "python" link in bindir also test...
2002-08-09 Jack Jansen- Precompile py files in Mac subtree after installing
2002-08-09 Jack Jansen- Check not only that cache file exists, but also that...
2002-08-09 Jack JansenTool to pre-created cached .rsrc.df.rsrc files in the...
2002-08-09 Sjoerd MullenderDocument that -u puts stdin, stdout, and stderr in...
2002-08-09 Sjoerd MullenderOn Cygwin, put stdin, stderr, and stdout in binary...
2002-08-09 Jack JansenObsolete now that there's a python implementation of...
2002-08-09 Jack JansenPatch by Russel Owen: if we have command line arguments...
2002-08-09 Steve PurcellFix to ensure consistent 'repr' and 'str' results betwe...
2002-08-09 Jack JansenDepracated some non-carbon modules.
2002-08-09 Jack JansenThis file should have gone long ago.
2002-08-09 Tim PetersRepaired a braino in the description of bad minrun...
2002-08-09 Neal NorwitzSF bug #592645 fix memory leak in socket.getaddrinfo
2002-08-09 Fred DrakeUpdate the text on the Expat module and library.
2002-08-09 Guido van RossumMajor speedup for new-style class creation. Turns...
2002-08-09 Raymond HettingerMoved inplace add and multiply methods from UserString...
2002-08-09 Raymond HettingerMoved special case for tuples from iterobject.c to
2002-08-09 Raymond HettingerRevised the test suite for 'contains' to use the test...
2002-08-09 Jack JansenBy popular demand the frameworkinstall target now insta...
2002-08-08 Guido van RossumSignificant speedup in new-style object creation: in...
2002-08-08 Jack JansenUse hex escape for non-ascii chars, now that the parser...
2002-08-08 Guido van RossumA modest speedup of object deallocation. call_finalize...
2002-08-08 Guido van RossumThe other half of the patches added to SF patch 555085...
2002-08-08 Guido van RossumClean up some docstrings. Some docstrings didn't show...
2002-08-08 Guido van RossumtestSendAll(): loop until all data is read; this was...
2002-08-08 Tim PetersWhitespace normalization.
2002-08-08 Tim PetersDelete junk attributes left behind by _socketobject...
2002-08-08 Jason TishlerPatch #588561: Cygwin _hotshot patch
2002-08-08 Guido van RossumThe _socketobject class has no need for a __del__ metho...
2002-08-08 Guido van RossumOK, one more hack: speed up the case of readline()...
2002-08-08 Guido van RossumAnother refactoring of read() and readline(), this...
2002-08-08 Guido van RossumExtend __all__ with the exports list of the _ssl module.
2002-08-08 Guido van RossumOops, stupid tabs. Sorry again.
2002-08-08 Guido van RossumAnother refactoring. Changed 'socket' from being a...
next