]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2006-05-25  Tim PetersRepair idiot typo, and complete the job of trying to
2006-05-25  Brett CannonMove over to use of METH_O and METH_NOARGS.
2006-05-25  Bob IppolitoAdd missing files from x86 darwin ctypes patch
2006-05-25  Tim PetersWhitespace normalization.
2006-05-25  Tim PetersSome Win64 pre-release in 2000 didn't support
2006-05-25  Brett CannonChange test_values so that it compares the lowercasing...
2006-05-25  Ronald OussorenFix minor typo in prep_cif.c
2006-05-25  Georg BrandlAdd a x-ref to newer calling APIs.
2006-05-25  Bob Ippolitofix test_float regression and 64-bit size mismatch...
2006-05-25  Bob Ippolitosquelch gcc4 darwin/x86 compiler warnings
2006-05-25  Brett CannonSwap out bare malloc()/free() use for PyMem_MALLOC...
2006-05-25  Georg BrandlSomeone seems to just have copy-pasted the docs of
2006-05-25  Bob Ippolitoenable darwin/x86 support for libffi and hence ctypes...
2006-05-25  Bob IppolitoUse faster struct pack/unpack functions for the endian...
2006-05-25  Bob IppolitoUse LONG_MIN and LONG_MAX to check Python integer bound...
2006-05-25  Fredrik Lundhneedforspeed: use insert+reverse instead of append
2006-05-25  Georg BrandlReplace PyObject_CallFunction calls with only object...
2006-05-25  Bob Ippolitofix a struct regression where long would be returned...
2006-05-25  Bob IppolitoFix Cygwin compiler issue
2006-05-25  Jack Diederich* eliminate warning by reverting tmp_s type to 'const...
2006-05-25  Bob IppolitoStruct now unpacks to PY_LONG_LONG directly when possib...
2006-05-25  Fredrik Lundhneedforspeed: use fastsearch also for find/index and...
2006-05-25  Georg BrandlGuard the _active.remove() call to avoid errors when...
2006-05-25  Bob IppolitoFaster path for PyLong_FromLongLong, using PyLong_FromL...
2006-05-25  Andrew DalkeAdded overflow test for adding two (very) large strings...
2006-05-25  Andrew M. KuchlingComment typo
2006-05-25  Andrew DalkeCode had returned an ssize_t, upcast to long, then...
2006-05-25  Fredrik Lundhneedforspeed: use "fastsearch" for count. this results...
2006-05-25  Andrew DalkeFixed problem identified by Georg. The special-case...
2006-05-25  Tim PetersA new table to help string->integer conversion was...
2006-05-25  Fredrik Lundhneedforspeed: new replace implementation by Andrew...
2006-05-25  Fredrik Lundhneedforspeed: check for overflow in replace (from Andre...
2006-05-25  Kristján Valur... Fix incorrect documentation for the Py_IS_FINITE(X...
2006-05-25  Andrew M. KuchlingFix another typo
2006-05-25  Andrew DalkeAdded tests for implementation error we came up with...
2006-05-25  Andrew M. KuchlingFix comment typos
2006-05-25  Fredrik Lundhneedforspeed: _toupper/_tolower is a SUSv2 thing; fall...
2006-05-25  Kristján Valur... Added a new macro, Py_IS_FINITE(X). On windows there...
2006-05-25  Fredrik Lundhneedforspeed: make new upper/lower work properly for...
2006-05-25  Fredrik Lundhneedforspeed: speed up upper and lower for 8-bit string...
2006-05-25  Andrew M. KuchlingAdd entry; and fix a typo
2006-05-25  Thomas WoutersUpdate graminit.c for the fix for #1488915, Multiple...
2006-05-25  Thomas WoutersFix #1488915, Multiple dots in relative import statemen...
2006-05-25  Walter DörwaldReplace tab inside comment with space.
2006-05-25  Fred Drakefix broken links in PDF
2006-05-25  Andrew M. KuchlingMinor edits; add an item
2006-05-24  Tim PetersHeavily fiddled variant of patch #1442927: PyLong_FromS...
2006-05-24  Tim PetersDisable the damn empty-string replace test -- it can't
2006-05-24  Tim PetersWhitespace normalization.
2006-05-24  Tim PetersWe can't leave the checked-in tests broken.
2006-05-24  Andrew DalkeAdded a slew of test for string replace, based various...
2006-05-24  Fredrik Lundhneedforspeed: refactored the replace code slightly...
2006-05-24  Bob Ippolitorefactor unpack, add unpack_from
2006-05-24  Fredrik Lundhneedforspeedindeed: use fastsearch also for __contains__
2006-05-24  Fredrik Lundhneedforspeed: use "fastsearch" for count and findstring...
2006-05-24  Fredrik Lundhuse Py_ssize_t for string indexes (thanks, neal!)
2006-05-23  Tim PetersAdd missing svn:eol-style property to text files.
2006-05-23  Tim PetersWhitespace normalization.
2006-05-23  Tim Peterstest_struct grew weird behavior under regrtest.py -R,
2006-05-23  Fredrik Lundhreturn 0 on misses, not -1.
2006-05-23  Tim PetersGet the Windows build working again (recover from
2006-05-23  Andrew M. KuchlingAdd item
2006-05-23  Bob Ippolitofix typo in _struct
2006-05-23  Bob Ippolitoforward declaration for PyStructType
2006-05-23  Andrew M. KuchlingAdd two items
2006-05-23  Bob Ippolitofix linking issue, warnings, in struct
2006-05-23  Bob Ippolitopatch #1493701: performance enhancements for struct...
2006-05-23  Bob Ippolitopatch #1493701: performance enhancements for struct...
2006-05-23  Bob Ippolitorevert #1493701
2006-05-23  Andrew M. KuchlingRemove duplicate item
2006-05-23  Bob IppolitoPatch #1493701: performance enhancements for struct...
2006-05-23  Tim PetersBug #1334662 / patch #1335972: int(string, base) wrong...
2006-05-23  Fredrik Lundhneedforspeed: use append+reverse for rsplit, use "bloom...
2006-05-23  Bob IppolitoUpdate Misc/NEWS for gzip patch #1281707
2006-05-23  Bob IppolitoUpdate Misc/NEWS for gzip patch #1281707
2006-05-23  Richard Jonesfix broken merge
2006-05-23  Richard JonesApplied patch 1337051 by Neal Norwitz, saving 4 ints...
2006-05-23  Ronald OussorenAn improved script for building the binary distribution...
2006-05-23  Andrew M. KuchlingUse 'speed' instead of 'performance', because I agree...
2006-05-23  Andrew M. KuchlingMention string improvements
2006-05-23  Andrew M. KuchlingAdd some items; mention the sprint
2006-05-23  Ronald OussorenPatch #1488098.
2006-05-23  Ronald OussorenDisable linking extensions with -lpython2.5 for darwin...
2006-05-23  Georg BrandlPyErr_NewException now accepts a tuple of base classes...
2006-05-23  Ronald OussorenAvoid creating a mess when installing a framework for...
2006-05-23  Richard JonesMerge from rjones-funccall branch.
2006-05-23  Fredrik Lundhneedforspeed: fixed unicode "in" operator to use same...
2006-05-23  Fredrik Lundhneedforspeed: check first *and* last character before...
2006-05-23  Tim Petersunicode_repeat(): Change type of local to Py_ssize_t,
2006-05-22  Tim PetersPyUnicode_Join(): Recent code changes introduced new
2006-05-22  Fredrik Lundhneedforspeed: use memcpy for "long" strings; use a...
2006-05-22  Fredrik Lundhneedforspeed: speed up unicode repeat, unicode string...
2006-05-22  Bob IppolitoApply revised patch for GzipFile.readline performance...
2006-05-22  Fredrik Lundhdocstring tweaks: count counts non-overlapping substrin...
2006-05-22  Bob IppolitoRevert gzip readline performance patch #1281707 until...
2006-05-22  Bob IppolitoGzipFile.readline performance improvement (~30-40%...
2006-05-22  Tim PetersDefine SIZEOF_{DOUBLE,FLOAT} on Windows. Else
2006-05-22  Martin v. LöwisPatch #1492356: Port to Windows CE (patch set 1).
2006-05-22  Martin v. LöwisPatch 1490384: New Icons for the PC build.
2006-05-21  George YoshidaApply patch #1492255 from Mike Foord.
next