]> granicus.if.org Git - python/shortlog
python
2006-05-26 Fredrik Lundhneedforspeed: added Py_LOCAL macro, based on the LOCAL...
2006-05-26 Georg BrandlAdd "partition" to UserString.
2006-05-26 Ronald OussorenFix buglet in postinstall script, it would generate...
2006-05-26 Andrew DalkeAdded split whitespace checks for characters other...
2006-05-26 Jack Diederichuse Py_ssize_t in places that may need it
2006-05-26 Andrew DalkeAdded a few more test cases for whitespace split. ...
2006-05-26 Fredrik Lundhneedforspeed: use Py_ssize_t for the fastsearch counter...
2006-05-26 Fredrik Lundhneedforspeed: use METH_O for argument handling, which...
2006-05-26 Georg BrandlClarify docs for str.partition().
2006-05-26 Fredrik Lundhneedforspeed: partition implementation, part two.
2006-05-26 Ronald OussorenWithout this patch OSX users couldn't add new help...
2006-05-26 Andrew M. KuchlingAdd Soc student
2006-05-25 Fredrik Lundhneedforspeed: partition for 8-bit strings. for some...
2006-05-25 Tim PetersPatch #1494387: SVN longobject.c compiler warnings
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.
next