]> granicus.if.org Git - python/shortlog
python
2006-05-26 Fredrik Lundhneedforspeed: stringlib refactoring (in progress)
2006-05-26 Thomas HellerWrite some docs.
2006-05-26 Fredrik Lundhneedforspeed: stringlib refactoring (in progress)
2006-05-26 Tim PetersAdd missing svn:eol-style property to text files.
2006-05-26 Tim PetersWhitespace normalization.
2006-05-26 Tim PetersRepair Windows compiler warnings about mixing
2006-05-26 Thomas HellerFor now, I gave up with automatic conversion of reST...
2006-05-26 Fredrik Lundhneedforspeed: use Py_LOCAL on a few more locals in...
2006-05-26 Steve HoldenAdd -t option to allow easy test selection.
2006-05-26 Bob Ippolitofix signed/unsigned mismatch in struct
2006-05-26 Andrew DalkeTest for more edge strip cases; leading and trailing...
2006-05-26 Andrew DalkeEeked out another 3% or so performance in split whitesp...
2006-05-26 Bob IppolitoEnable PY_USE_INT_WHEN_POSSIBLE in struct
2006-05-26 Bob IppolitoFix _struct typo that broke some 64-bit platforms
2006-05-26 Bob IppolitoFix distutils so that libffi will cross-compile between...
2006-05-26 Andrew M. KuchlingTypo fix
2006-05-26 Andrew M. KuchlingAdd buffer support for struct, socket
2006-05-26 Tim PetersExplicitly close files. I'm trying to stop the frequen...
2006-05-26 Andrew DalkeChanges to string.split/rsplit on whitespace to preallo...
2006-05-26 Tim PetersUse open() to open files (was using file()).
2006-05-26 Bob Ippolitofix #1229380 No struct.pack exception for some out...
2006-05-26 Andrew DalkeAdded more rstrip tests, including for prealloc'ed...
2006-05-26 Bob Ippolitoquick hack to fix busted binhex test
2006-05-26 Andrew M. KuchlingAdd str.partition()
2006-05-26 Tim PetersWhitespace normalization.
2006-05-26 Andrew DalkeTest cases for off-by-one errors in string split with...
2006-05-26 Andrew DalkeI like tests.
2006-05-26 Tim PetersWhitespace normalization.
2006-05-26 Ronald Oussoren- Remove previous version of the binary distribution...
2006-05-26 Martin BlaisSupport for buffer protocol for socket and struct.
2006-05-26 Fredrik LundhPy_LOCAL shouldn't be used for data; it works for some...
2006-05-26 Andrew M. KuchlingTypo fixes
2006-05-26 Fredrik Lundhneedforspeed: added PY_LOCAL_AGGRESSIVE macro to enable...
2006-05-26 Ronald OussorenIntegrate installing a framework in the 'make install'
2006-05-26 Ronald Oussoren- Search the sqlite specific search directories
2006-05-26 Fredrik Lundhuse Py_LOCAL also for string and unicode objects
2006-05-26 Jack Diederichwhen generating python code prefer to generate valid...
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.
next