- 57640f5 needforspeed: added PY_LOCAL_AGGRESSIVE macro to enable "aggressive" by Fredrik Lundh · 19 years ago
- 567a8ff Integrate installing a framework in the 'make install' by Ronald Oussoren · 19 years ago
- 39be38c - Search the sqlite specific search directories by Ronald Oussoren · 19 years ago
- 95e2a91 use Py_LOCAL also for string and unicode objects by Fredrik Lundh · 19 years ago
- df676c5 when generating python code prefer to generate valid python code by Jack Diederich · 19 years ago
- b8b3c8e needforspeed: added Py_LOCAL macro, based on the LOCAL macro used by Fredrik Lundh · 19 years ago
- a172c32 Add "partition" to UserString. by Georg Brandl · 19 years ago
- 072a24c Fix buglet in postinstall script, it would generate an invalid .cshrc file. by Ronald Oussoren · 19 years ago
- 03fb444 Added split whitespace checks for characters other than space. by Andrew Dalke · 19 years ago
- 6c433a9 use Py_ssize_t in places that may need it by Jack Diederich · 19 years ago
- 984b971 Added a few more test cases for whitespace split. These strings have leading whitespace. by Andrew Dalke · 19 years ago
- f2c0dfd needforspeed: use Py_ssize_t for the fastsearch counter and skip by Fredrik Lundh · 19 years ago
- 450277f needforspeed: use METH_O for argument handling, which made partition some by Fredrik Lundh · 19 years ago
- 0c93ff6 Clarify docs for str.partition(). by Georg Brandl · 19 years ago
- 06a69dd needforspeed: partition implementation, part two. by Fredrik Lundh · 19 years ago
- 19bebf2 Without this patch OSX users couldn't add new help sources because the code by Ronald Oussoren · 19 years ago
- ae1c098 Add Soc student by Andrew M. Kuchling · 19 years ago
- fe5bb7e needforspeed: partition for 8-bit strings. for some simple tests, by Fredrik Lundh · 19 years ago
- d89fc22 Patch #1494387: SVN longobject.c compiler warnings by Tim Peters · 19 years ago
- c285e62 Repair idiot typo, and complete the job of trying to by Tim Peters · 19 years ago
- 4c803f1 Move over to use of METH_O and METH_NOARGS. by Brett Cannon · 19 years ago
- 45c6472 Add missing files from x86 darwin ctypes patch by Bob Ippolito · 19 years ago
- d95d593 Whitespace normalization. by Tim Peters · 19 years ago
- 7a822da Some Win64 pre-release in 2000 didn't support by Tim Peters · 19 years ago
- 3685045 Change test_values so that it compares the lowercasing of group names since getgrall() can return all lowercase names while getgrgid() returns proper casing. by Brett Cannon · 19 years ago
- f5bc414 Fix minor typo in prep_cif.c by Ronald Oussoren · 19 years ago
- 485dbd1 Add a x-ref to newer calling APIs. by Georg Brandl · 19 years ago
- 964e02a fix test_float regression and 64-bit size mismatch issue by Bob Ippolito · 19 years ago
- 955b64c squelch gcc4 darwin/x86 compiler warnings by Bob Ippolito · 19 years ago
- 0ed0587 Swap out bare malloc()/free() use for PyMem_MALLOC()/PyMem_FREE() . by Brett Cannon · 19 years ago
- 9d67d5e Someone seems to just have copy-pasted the docs of by Georg Brandl · 19 years ago
- 66c0935 enable darwin/x86 support for libffi and hence ctypes (doesn't yet support --enable-universalsdk) by Bob Ippolito · 19 years ago
- a99865b Use faster struct pack/unpack functions for the endian table that matches the host's by Bob Ippolito · 19 years ago
- 04ab994 Use LONG_MIN and LONG_MAX to check Python integer bounds instead of the incorrect INT_MIN and INT_MAX by Bob Ippolito · 19 years ago
- 554da41 needforspeed: use insert+reverse instead of append by Fredrik Lundh · 19 years ago
- 684fd0c Replace PyObject_CallFunction calls with only object args by Georg Brandl · 19 years ago
- 3b0cae9 fix a struct regression where long would be returned for short unsigned integers by Bob Ippolito · 19 years ago
- 3fc2bb9 Fix Cygwin compiler issue by Bob Ippolito · 19 years ago
- 60cbb3f * eliminate warning by reverting tmp_s type to 'const char*' by Jack Diederich · 19 years ago
- 94f68ee Struct now unpacks to PY_LONG_LONG directly when possible, also include #ifdef'ed out code that will return int instead of long when in bounds (not active since it's an API and doc change) by Bob Ippolito · 19 years ago
- c3434b3 needforspeed: use fastsearch also for find/index and contains. the by Fredrik Lundh · 19 years ago
- cfecd59 Guard the _active.remove() call to avoid errors when there is no _active list. by Georg Brandl · 19 years ago
- a85bf20 Faster path for PyLong_FromLongLong, using PyLong_FromLong algorithm by Bob Ippolito · 19 years ago
- 598710c Added overflow test for adding two (very) large strings where the by Andrew Dalke · 19 years ago
- f344c94 Comment typo by Andrew M. Kuchling · 19 years ago
- b552c4d Code had returned an ssize_t, upcast to long, then converted with PyInt_FromLong. by Andrew Dalke · 19 years ago
- af72237 needforspeed: use "fastsearch" for count. this results in a 3x speedup by Fredrik Lundh · 19 years ago
- 8c90910 Fixed problem identified by Georg. The special-case in-place code for replace by Andrew Dalke · 19 years ago
- da53afa A new table to help string->integer conversion was added yesterday to by Tim Peters · 19 years ago
- e68955c needforspeed: new replace implementation by Andrew Dalke. replace is by Fredrik Lundh · 19 years ago
- 0c71f88 needforspeed: check for overflow in replace (from Andrew Dalke) by Fredrik Lundh · 19 years ago
- 44aa9f71 Fix incorrect documentation for the Py_IS_FINITE(X) macro. by Kristján Valur Jónsson · 19 years ago
- cc1ecf4 Fix another typo by Andrew M. Kuchling · 19 years ago
- 2bddcbf Added tests for implementation error we came up with in the need for speed sprint. by Andrew Dalke · 19 years ago
- 1d2576d Fix comment typos by Andrew M. Kuchling · 19 years ago
- dfe503d needforspeed: _toupper/_tolower is a SUSv2 thing; fall back on ISO C by Fredrik Lundh · 19 years ago
- f94323f Added a new macro, Py_IS_FINITE(X). On windows there is an intrinsic for this and it is more efficient than to use !Py_IS_INFINITE(X) && !Py_IS_NAN(X). No change on other platforms by Kristján Valur Jónsson · 19 years ago
- 4b4e33e needforspeed: make new upper/lower work properly for single-character by Fredrik Lundh · 19 years ago
- 39ccef6 needforspeed: speed up upper and lower for 8-bit string objects. by Fredrik Lundh · 19 years ago
- c620bad Add entry; and fix a typo by Andrew M. Kuchling · 19 years ago
- 143bdfc Update graminit.c for the fix for #1488915, Multiple dots in relative import by Thomas Wouters · 19 years ago
- cf8229e Fix #1488915, Multiple dots in relative import statement raise SyntaxError. by Thomas Wouters · 19 years ago
- c611f17 Replace tab inside comment with space. by Walter Dörwald · 19 years ago
- 61bbe6c fix broken links in PDF (SF patch #1281291, contributed by Rory Yorke) by Fred Drake · 19 years ago
- 3cdf24b Minor edits; add an item by Andrew M. Kuchling · 19 years ago
- 696cf43 Heavily fiddled variant of patch #1442927: PyLong_FromString optimization. by Tim Peters · 19 years ago
- f404908 Disable the damn empty-string replace test -- it can't by Tim Peters · 19 years ago
- f47b1cd Whitespace normalization. by Tim Peters · 19 years ago
- beaec0c We can't leave the checked-in tests broken. by Tim Peters · 19 years ago
- e5488ec Added a slew of test for string replace, based various corner cases from by Andrew Dalke · 19 years ago
- 347ee27 needforspeed: refactored the replace code slightly; special-case by Fredrik Lundh · 19 years ago
- eb62127 refactor unpack, add unpack_from by Bob Ippolito · 19 years ago
- d5e0dc5 needforspeedindeed: use fastsearch also for __contains__ by Fredrik Lundh · 19 years ago
- 6471ee4 needforspeed: use "fastsearch" for count and findstring helpers. this by Fredrik Lundh · 19 years ago
- 240bf2a use Py_ssize_t for string indexes (thanks, neal!) by Fredrik Lundh · 19 years ago
- 8ff672e Add missing svn:eol-style property to text files. by Tim Peters · 19 years ago
- 211219a Whitespace normalization. by Tim Peters · 19 years ago
- 1bddfb8 test_struct grew weird behavior under regrtest.py -R, by Tim Peters · 19 years ago
- 7763351 return 0 on misses, not -1. by Fredrik Lundh · 19 years ago
- f178e5c Get the Windows build working again (recover from `struct` module changes). by Tim Peters · 19 years ago
- 70bd199 Add item by Andrew M. Kuchling · 19 years ago
- 07c023b fix typo in _struct by Bob Ippolito · 19 years ago
- d3611eb forward declaration for PyStructType by Bob Ippolito · 19 years ago
- 150faff Add two items by Andrew M. Kuchling · 19 years ago
- 4de3f99 fix linking issue, warnings, in struct by Bob Ippolito · 19 years ago
- 232f3c9 patch #1493701: performance enhancements for struct module by Bob Ippolito · 19 years ago
- 7ccc95a patch #1493701: performance enhancements for struct module by Bob Ippolito · 19 years ago
- 27abce5 revert #1493701 by Bob Ippolito · 19 years ago
- 9deeeef Remove duplicate item by Andrew M. Kuchling · 19 years ago
- fb8b84a Patch #1493701: performance enhancements for struct module. by Bob Ippolito · 19 years ago
- b713ec2 Bug #1334662 / patch #1335972: int(string, base) wrong answers. by Tim Peters · 19 years ago
- b63588c needforspeed: use append+reverse for rsplit, use "bloom filters" to by Fredrik Lundh · 19 years ago
- 7298f27 Update Misc/NEWS for gzip patch #1281707 by Bob Ippolito · 19 years ago
- 82d2558 Update Misc/NEWS for gzip patch #1281707 by Bob Ippolito · 19 years ago
- a372711 fix broken merge by Richard Jones · 19 years ago
- cebbefc Applied patch 1337051 by Neal Norwitz, saving 4 ints on frame objects. by Richard Jones · 19 years ago
- 69c3476 An improved script for building the binary distribution on MacOSX. by Ronald Oussoren · 19 years ago
- 3e134a5 Use 'speed' instead of 'performance', because I agree with the argument by Andrew M. Kuchling · 19 years ago
- 1cdace4 Mention string improvements by Andrew M. Kuchling · 19 years ago
- c602723 Add some items; mention the sprint by Andrew M. Kuchling · 19 years ago