summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* revert #1493701Bob Ippolito2006-05-235-416/+276
* Remove duplicate itemAndrew M. Kuchling2006-05-231-3/+0
* Patch #1493701: performance enhancements for struct module.Bob Ippolito2006-05-235-276/+416
* Bug #1334662 / patch #1335972: int(string, base) wrong answers.Tim Peters2006-05-234-88/+262
* needforspeed: use append+reverse for rsplit, use "bloom filters" toFredrik Lundh2006-05-231-43/+101
* Update Misc/NEWS for gzip patch #1281707Bob Ippolito2006-05-231-2/+2
* Update Misc/NEWS for gzip patch #1281707Bob Ippolito2006-05-231-0/+2
* fix broken mergeRichard Jones2006-05-231-7/+2
* Applied patch 1337051 by Neal Norwitz, saving 4 ints on frame objects.Richard Jones2006-05-234-55/+54
* An improved script for building the binary distribution on MacOSX.Ronald Oussoren2006-05-239-0/+1246
* Use 'speed' instead of 'performance', because I agree with the argumentAndrew M. Kuchling2006-05-231-2/+2
* Mention string improvementsAndrew M. Kuchling2006-05-231-1/+4
* Add some items; mention the sprintAndrew M. Kuchling2006-05-231-0/+18
* Patch #1488098.Ronald Oussoren2006-05-233-2/+125
* Disable linking extensions with -lpython2.5 for darwin. This should fix bugRonald Oussoren2006-05-231-0/+5
* PyErr_NewException now accepts a tuple of base classes as itsGeorg Brandl2006-05-233-4/+15
* Avoid creating a mess when installing a framework for the second time.Ronald Oussoren2006-05-231-2/+7
* Merge from rjones-funccall branch.Richard Jones2006-05-234-62/+104
* needforspeed: fixed unicode "in" operator to use same implementationFredrik Lundh2006-05-231-27/+29
* needforspeed: check first *and* last character before doing a full memcmpFredrik Lundh2006-05-231-4/+6
* unicode_repeat(): Change type of local to Py_ssize_t,Tim Peters2006-05-231-1/+1
* PyUnicode_Join(): Recent code changes introduced newTim Peters2006-05-221-9/+8
* needforspeed: use memcpy for "long" strings; use a better algorithmFredrik Lundh2006-05-222-8/+20
* needforspeed: speed up unicode repeat, unicode string copyFredrik Lundh2006-05-222-8/+14
* Apply revised patch for GzipFile.readline performance #1281707Bob Ippolito2006-05-221-16/+21
* docstring tweaks: count counts non-overlapping substrings, notFredrik Lundh2006-05-222-5/+5
* Revert gzip readline performance patch #1281707 until a more generic performa...Bob Ippolito2006-05-221-28/+20
* GzipFile.readline performance improvement (~30-40%), patch #1281707Bob Ippolito2006-05-221-20/+28
* Define SIZEOF_{DOUBLE,FLOAT} on Windows. ElseTim Peters2006-05-221-1/+3
* Patch #1492356: Port to Windows CE (patch set 1).Martin v. Löwis2006-05-2210-116/+176