• Tim Peters's avatar
    arraymodule: Fix SF bug 113960. · 077a11dd
    Tim Peters yazdı
        reverse() didn't work at all due to bad arg check.
        Fixed that.
        Added Brad Chapman to ACKS file, as the proud new owner of two
            implicitly copyrighted lines of Python source code <wink>.
        Repaired buffer_info's total lack of arg-checking.
        Replaced memmove by memcpy in reverse() guts, as memmove is
            often slower and the memory areas are guaranteed disjoint.
        Replaced poke-and-hope unchecked decl of tmp buffer size by
            assert-checked larger tmp buffer.
        Got rid of inconsistent spaces before open paren in docstrings.
        Added reverse() sanity tests to test_array.py.
    077a11dd
Adı
Son kayıt (commit)
Son güncelleme
..
ACKS Loading commit data...
AIX-NOTES Loading commit data...
BLURB Loading commit data...
BLURB.LUTZ Loading commit data...
BLURB.WINDOWS Loading commit data...
HISTORY Loading commit data...
HPUX-NOTES Loading commit data...
HYPE Loading commit data...
Makefile Loading commit data...
Makefile.pre.in Loading commit data...
NEWS Loading commit data...
NEXT-NOTES Loading commit data...
PURIFY.README Loading commit data...
Porting Loading commit data...
README Loading commit data...
RFD Loading commit data...
cheatsheet Loading commit data...
comparisons Loading commit data...
editline-fix Loading commit data...
faq2html.py Loading commit data...
find_recursionlimit.py Loading commit data...
fixfuncptrs.sh Loading commit data...
indent.pro Loading commit data...
python-mode.el Loading commit data...
python.man Loading commit data...
renumber.py Loading commit data...
setuid-prog.c Loading commit data...
unicode.txt Loading commit data...
vgrindefs Loading commit data...