]> granicus.if.org Git - python/shortlog
python
2006-05-26 Tim PetersWhitespace normalization.
2006-05-26 Tim PetersRecord Iceland sprint attendees.
2006-05-26 Bob Ippolitoenable all of the struct tests, use ssize_t, fix some...
2006-05-26 Andrew DalkeAdded limits to the replace code so it does not count...
2006-05-26 Georg BrandlSimplify calling.
2006-05-26 Georg BrandlPatch #1492218: document None being a constant.
2006-05-26 Georg BrandlReplace Py_BuildValue("OO") by PyTuple_Pack.
2006-05-26 Andrew M. KuchlingComment typo
2006-05-26 Fredrik Lundhneedforspeed: stringlib refactoring: use stringlib...
2006-05-26 Thomas HellerWrite more docs.
2006-05-26 Fredrik Lundhneedforspeed: use a macro to fix slice indexes
2006-05-26 Fredrik Lundhneedforspeed: stringlib refactoring: use stringlib...
2006-05-26 Fredrik Lundhneedforspeed: stringlib refactoring, continued. added...
2006-05-26 Fredrik Lundhadded rpartition method to UserString class
2006-05-26 Georg BrandlException isn't the root of all exception classes anymore.
2006-05-26 Brett CannonChange C spacing to 4 spaces by default to match PEP...
2006-05-26 Andrew Dalkesubstring split now uses /F's fast string matching...
2006-05-26 Andrew M. KuchlingAdd rpartition() and path caching
2006-05-26 Steve HoldenRevert tests to MAL's original round sizes to retiain...
2006-05-26 Fredrik Lundhneedspeed: rpartition documentation, tests, and a bug...
2006-05-26 Fredrik Lundhneedforspeed: added rpartition implementation
2006-05-26 Fredrik Lundhremoved unnecessary include
2006-05-26 Georg BrandlNeed for speed: Patch #921466 : sys.path_importer_cache...
2006-05-26 Thomas HellerReordered, and wrote more docs.
2006-05-26 Steve HoldenUse minimum calibration time rather than avergae to...
2006-05-26 Fredrik Lundhneedforspeed: remove remaining USE_FAST macros; if...
2006-05-26 Fredrik Lundhneedforspeed: cleanup
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...
next