]> granicus.if.org Git - python/shortlog
python
2006-05-24 Tim PetersDisable the damn empty-string replace test -- it can't
2006-05-24 Tim PetersWhitespace normalization.
2006-05-24 Tim PetersWe can't leave the checked-in tests broken.
2006-05-24 Andrew DalkeAdded a slew of test for string replace, based various...
2006-05-24 Fredrik Lundhneedforspeed: refactored the replace code slightly...
2006-05-24 Bob Ippolitorefactor unpack, add unpack_from
2006-05-24 Fredrik Lundhneedforspeedindeed: use fastsearch also for __contains__
2006-05-24 Fredrik Lundhneedforspeed: use "fastsearch" for count and findstring...
2006-05-24 Fredrik Lundhuse Py_ssize_t for string indexes (thanks, neal!)
2006-05-23 Tim PetersAdd missing svn:eol-style property to text files.
2006-05-23 Tim PetersWhitespace normalization.
2006-05-23 Tim Peterstest_struct grew weird behavior under regrtest.py -R,
2006-05-23 Fredrik Lundhreturn 0 on misses, not -1.
2006-05-23 Tim PetersGet the Windows build working again (recover from
2006-05-23 Andrew M. KuchlingAdd item
2006-05-23 Bob Ippolitofix typo in _struct
2006-05-23 Bob Ippolitoforward declaration for PyStructType
2006-05-23 Andrew M. KuchlingAdd two items
2006-05-23 Bob Ippolitofix linking issue, warnings, in struct
2006-05-23 Bob Ippolitopatch #1493701: performance enhancements for struct...
2006-05-23 Bob Ippolitopatch #1493701: performance enhancements for struct...
2006-05-23 Bob Ippolitorevert #1493701
2006-05-23 Andrew M. KuchlingRemove duplicate item
2006-05-23 Bob IppolitoPatch #1493701: performance enhancements for struct...
2006-05-23 Tim PetersBug #1334662 / patch #1335972: int(string, base) wrong...
2006-05-23 Fredrik Lundhneedforspeed: use append+reverse for rsplit, use "bloom...
2006-05-23 Bob IppolitoUpdate Misc/NEWS for gzip patch #1281707
2006-05-23 Bob IppolitoUpdate Misc/NEWS for gzip patch #1281707
2006-05-23 Richard Jonesfix broken merge
2006-05-23 Richard JonesApplied patch 1337051 by Neal Norwitz, saving 4 ints...
2006-05-23 Ronald OussorenAn improved script for building the binary distribution...
2006-05-23 Andrew M. KuchlingUse 'speed' instead of 'performance', because I agree...
2006-05-23 Andrew M. KuchlingMention string improvements
2006-05-23 Andrew M. KuchlingAdd some items; mention the sprint
2006-05-23 Ronald OussorenPatch #1488098.
2006-05-23 Ronald OussorenDisable linking extensions with -lpython2.5 for darwin...
2006-05-23 Georg BrandlPyErr_NewException now accepts a tuple of base classes...
2006-05-23 Ronald OussorenAvoid creating a mess when installing a framework for...
2006-05-23 Richard JonesMerge from rjones-funccall branch.
2006-05-23 Fredrik Lundhneedforspeed: fixed unicode "in" operator to use same...
2006-05-23 Fredrik Lundhneedforspeed: check first *and* last character before...
2006-05-23 Tim Petersunicode_repeat(): Change type of local to Py_ssize_t,
2006-05-22 Tim PetersPyUnicode_Join(): Recent code changes introduced new
2006-05-22 Fredrik Lundhneedforspeed: use memcpy for "long" strings; use a...
2006-05-22 Fredrik Lundhneedforspeed: speed up unicode repeat, unicode string...
2006-05-22 Bob IppolitoApply revised patch for GzipFile.readline performance...
2006-05-22 Fredrik Lundhdocstring tweaks: count counts non-overlapping substrin...
2006-05-22 Bob IppolitoRevert gzip readline performance patch #1281707 until...
2006-05-22 Bob IppolitoGzipFile.readline performance improvement (~30-40%...
2006-05-22 Tim PetersDefine SIZEOF_{DOUBLE,FLOAT} on Windows. Else
2006-05-22 Martin v. LöwisPatch #1492356: Port to Windows CE (patch set 1).
2006-05-22 Martin v. LöwisPatch 1490384: New Icons for the PC build.
2006-05-21 George YoshidaApply patch #1492255 from Mike Foord.
2006-05-21 George YoshidaFix the TeX compile error.
2006-05-20 Andrew M. KuchlingMinor edits
2006-05-20 George YoshidaApply patch #1492147 from Mike Foord.
2006-05-20 George Yoshida- Add 'as' and 'with' as new keywords in 2.5.
2006-05-20 George Yoshida- markup fix
2006-05-20 Ronald OussorenFix bug #1000914 (again).
2006-05-19 Tim PetersWhitespace normalization.
2006-05-19 Ronald Oussoren* Change working directory to the users home
2006-05-19 Neal NorwitzOops, I forgot to include this file in the last commit...
2006-05-19 Neal NorwitzBug/Patch #1481770: Use .so extension for shared librar...
2006-05-19 Neal NorwitzFix #1474677, non-keyword argument following keyword.
2006-05-19 Neal NorwitzFix #132 from Coverity, retval could have been derefed
2006-05-19 Andrew M. KuchlingTypo fix; add clarifying word
2006-05-18 Ronald OussorenFix some minor issues with the generated application...
2006-05-18 Vinay SajipChanged status from "beta" to "production"; since loggi...
2006-05-18 Georg BrandlBug #1490688: properly document %e, %f, %g format subtl...
2006-05-18 Georg BrandlBug #1462152: file() now checks more thoroughly for...
2006-05-18 Neal NorwitzLittle cleanup
2006-05-18 Georg BrandlFix test_locale for platforms without a default thousan...
2006-05-18 Georg BrandlRemove unused import.
2006-05-18 Georg BrandlAmendments to patch #1484695.
2006-05-18 Tim PetersWhitespace normalization.
2006-05-17 Georg BrandlPatch #1180296: improve locale string formatting functions
2006-05-17 Georg BrandlDelay-import some large modules to speed up urllib2...
2006-05-17 Georg BrandlPatch #1486962: Several bugs in the turtle Tk demo...
2006-05-17 Georg BrandlAdd global debug flag to cookielib to avoid heavy depen...
2006-05-17 Georg BrandlPatch #1490224: set time.altzone correctly on Cygwin.
2006-05-17 Georg BrandlFix typo in os.utime docstring (patch #1490189)
2006-05-17 Georg BrandlApply patch #1489784 from Michael Foord.
2006-05-17 Georg BrandlRemove misleading comment about type-class unification.
2006-05-17 Tim PetersPyZlib_copy(), PyZlib_uncopy(): Repair leaks on the...
2006-05-16 Tim PetersText files missing the SVN eol-style property.
2006-05-16 Tim PetersWhitespace normalization.
2006-05-16 George YoshidaDocument ImportWarning
2006-05-16 George YoshidaMention that Exception is now a subclass of BaseException.
2006-05-16 George YoshidaUpdate for 'ImportWarning'
2006-05-16 Andrew M. KuchlingPEP 243 has been withdrawn, so don't refer to it any...
2006-05-16 Andrew M. KuchlingAdd item
2006-05-16 Georg BrandlPatch #1435422: zlib's compress and decompress objects...
2006-05-16 Martin v. Löwis- Test for sys/statvfs.h before including it, as statvf...
2006-05-15 Tim Peterstest_directory(): Remove the leftover temp directory...
2006-05-15 Tim PetersReadDetectFileobjTest: repair Windows disasters by...
2006-05-15 Georg Brandl[ 1488881 ] tarfile.py: support for file-objects and...
2006-05-15 Martin v. LöwisRemove bogus DECREF of self.
2006-05-15 Neal NorwitzPatch #1488312, Fix memory alignment problem on SPARC...
2006-05-15 Neal Norwitz- Bug #1487966: Fix SystemError with conditional expres...
2006-05-15 Neal NorwitzMove items implemented after a2 into the new a3 section
next