summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix Cygwin compiler issueBob Ippolito2006-05-251-1/+5
* * eliminate warning by reverting tmp_s type to 'const char*'Jack Diederich2006-05-251-1/+1
* Struct now unpacks to PY_LONG_LONG directly when possible, also include #ifde...Bob Ippolito2006-05-251-6/+88
* needforspeed: use fastsearch also for find/index and contains. theFredrik Lundh2006-05-251-1/+25
* Guard the _active.remove() call to avoid errors when there is no _active list.Georg Brandl2006-05-251-2/+3
* Faster path for PyLong_FromLongLong, using PyLong_FromLong algorithmBob Ippolito2006-05-251-10/+50
* Added overflow test for adding two (very) large strings where theAndrew Dalke2006-05-251-2/+7
* Comment typoAndrew M. Kuchling2006-05-251-1/+1
* Code had returned an ssize_t, upcast to long, then converted with PyInt_FromL...Andrew Dalke2006-05-251-1/+1
* needforspeed: use "fastsearch" for count. this results in a 3x speedupFredrik Lundh2006-05-251-1/+122
* Fixed problem identified by Georg. The special-case in-place code for replaceAndrew Dalke2006-05-251-2/+5
* A new table to help string->integer conversion was added yesterday toTim Peters2006-05-253-44/+16
* needforspeed: new replace implementation by Andrew Dalke. replace isFredrik Lundh2006-05-251-182/+605
* needforspeed: check for overflow in replace (from Andrew Dalke)Fredrik Lundh2006-05-253-15/+54
* Fix incorrect documentation for the Py_IS_FINITE(X) macro.Kristján Valur Jónsson2006-05-251-3/+3
* Fix another typoAndrew M. Kuchling2006-05-251-1/+1
* Added tests for implementation error we came up with in the need for speed sp...Andrew Dalke2006-05-251-0/+19
* Fix comment typosAndrew M. Kuchling2006-05-251-1/+1
* needforspeed: _toupper/_tolower is a SUSv2 thing; fall back on ISO CFredrik Lundh2006-05-251-0/+9
* Added a new macro, Py_IS_FINITE(X). On windows there is an intrinsic for thi...Kristján Valur Jónsson2006-05-253-5/+12
* needforspeed: make new upper/lower work properly for single-characterFredrik Lundh2006-05-251-4/+8
* needforspeed: speed up upper and lower for 8-bit string objects.Fredrik Lundh2006-05-251-22/+20
* Add entry; and fix a typoAndrew M. Kuchling2006-05-251-1/+7
* Update graminit.c for the fix for #1488915, Multiple dots in relative importThomas Wouters2006-05-252-21/+25
* Fix #1488915, Multiple dots in relative import statement raise SyntaxError.Thomas Wouters2006-05-251-1/+1
* Replace tab inside comment with space.Walter Dörwald2006-05-251-1/+1
* fix broken links in PDFFred Drake2006-05-252-3/+22
* Minor edits; add an itemAndrew M. Kuchling2006-05-251-2/+9
* Heavily fiddled variant of patch #1442927: PyLong_FromString optimization.Tim Peters2006-05-243-44/+237
* Disable the damn empty-string replace test -- it can'tTim Peters2006-05-241-2/+2
* Whitespace normalization.Tim Peters2006-05-241-2/+2
* We can't leave the checked-in tests broken.Tim Peters2006-05-241-5/+10
* Added a slew of test for string replace, based various corner cases fromAndrew Dalke2006-05-241-0/+157
* needforspeed: refactored the replace code slightly; special-caseFredrik Lundh2006-05-241-84/+86
* refactor unpack, add unpack_fromBob Ippolito2006-05-243-62/+161
* needforspeedindeed: use fastsearch also for __contains__Fredrik Lundh2006-05-241-4/+19
* needforspeed: use "fastsearch" for count and findstring helpers. thisFredrik Lundh2006-05-241-1/+109
* use Py_ssize_t for string indexes (thanks, neal!)Fredrik Lundh2006-05-241-2/+2
* Add missing svn:eol-style property to text files.Tim Peters2006-05-231-1013/+1013
* Whitespace normalization.Tim Peters2006-05-234-1020/+1019
* test_struct grew weird behavior under regrtest.py -R,Tim Peters2006-05-231-0/+2
* return 0 on misses, not -1.Fredrik Lundh2006-05-231-1/+1
* Get the Windows build working again (recover fromTim Peters2006-05-232-5/+5
* Add itemAndrew M. Kuchling2006-05-231-0/+5
* fix typo in _structBob Ippolito2006-05-231-2/+2
* forward declaration for PyStructTypeBob Ippolito2006-05-231-0/+1
* Add two itemsAndrew M. Kuchling2006-05-231-4/+8
* fix linking issue, warnings, in structBob Ippolito2006-05-231-4/+0
* patch #1493701: performance enhancements for struct moduleBob Ippolito2006-05-233-0/+1431
* patch #1493701: performance enhancements for struct moduleBob Ippolito2006-05-234-1295/+4