summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2006-05-251-2/+2
* Change test_values so that it compares the lowercasing of group names since g...Brett Cannon2006-05-251-1/+4
* Guard the _active.remove() call to avoid errors when there is no _active list.Georg Brandl2006-05-251-2/+3
* needforspeed: check for overflow in replace (from Andrew Dalke)Fredrik Lundh2006-05-251-9/+8
* Added tests for implementation error we came up with in the need for speed sp...Andrew Dalke2006-05-251-0/+19
* Update graminit.c for the fix for #1488915, Multiple dots in relative importThomas Wouters2006-05-251-1/+10
* Heavily fiddled variant of patch #1442927: PyLong_FromString optimization.Tim Peters2006-05-241-0/+75
* 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
* refactor unpack, add unpack_fromBob Ippolito2006-05-242-0/+53
* Whitespace normalization.Tim Peters2006-05-233-7/+6
* test_struct grew weird behavior under regrtest.py -R,Tim Peters2006-05-231-0/+2
* patch #1493701: performance enhancements for struct moduleBob Ippolito2006-05-231-0/+76
* revert #1493701Bob Ippolito2006-05-231-76/+0
* Patch #1493701: performance enhancements for struct module.Bob Ippolito2006-05-231-0/+76
* Bug #1334662 / patch #1335972: int(string, base) wrong answers.Tim Peters2006-05-231-0/+78
* 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
* Apply revised patch for GzipFile.readline performance #1281707Bob Ippolito2006-05-221-16/+21
* 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
* Whitespace normalization.Tim Peters2006-05-191-1/+1
* Fix #1474677, non-keyword argument following keyword.Neal Norwitz2006-05-191-0/+3
* Changed status from "beta" to "production"; since logging has been part of th...Vinay Sajip2006-05-181-1/+1
* Bug #1462152: file() now checks more thoroughly for invalid modeGeorg Brandl2006-05-181-1/+1
* Little cleanupNeal Norwitz2006-05-182-4/+4
* Fix test_locale for platforms without a default thousands separator.Georg Brandl2006-05-181-5/+8
* Remove unused import.Georg Brandl2006-05-182-2/+2
* Amendments to patch #1484695.Georg Brandl2006-05-181-45/+52
* Whitespace normalization.Tim Peters2006-05-182-12/+12
* Patch #1180296: improve locale string formatting functionsGeorg Brandl2006-05-172-46/+149
* Delay-import some large modules to speed up urllib2 import.Georg Brandl2006-05-171-8/+28
* Patch #1486962: Several bugs in the turtle Tk demo module were fixedGeorg Brandl2006-05-171-18/+565
* Add global debug flag to cookielib to avoid heavy dependency on the logging m...Georg Brandl2006-05-171-63/+74
* Text files missing the SVN eol-style property.Tim Peters2006-05-161-964/+964
* Whitespace normalization.Tim Peters2006-05-161-1/+1
* Patch #1435422: zlib's compress and decompress objects now have aGeorg Brandl2006-05-161-0/+57
* test_directory(): Remove the leftover temp directory that's makingTim Peters2006-05-151-0/+4
* ReadDetectFileobjTest: repair Windows disasters by openingTim Peters2006-05-151-1/+2
* [ 1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634)Georg Brandl2006-05-152-2/+90
* - Bug #1487966: Fix SystemError with conditional expression in assignmentNeal Norwitz2006-05-151-16/+19
* Rework the build system for osx applications:Ronald Oussoren2006-05-141-5/+18
* add svn:eol-style native svn:keywords IdThomas Heller2006-05-121-104/+104
* Add missing svn properties.Thomas Heller2006-05-121-122/+122
* Typo fix.Georg Brandl2006-05-111-1/+1
* BaseThreadedTestCase.setup(): stop special-casing WindowsError.Tim Peters2006-05-111-2/+0
* Change WindowsError to carry the Win32 error code in winerror,Martin v. Löwis2006-05-112-32/+0
* Patch #721464: pdb.Pdb instances can now be given explicit stdin andGeorg Brandl2006-05-103-103/+108