summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* An object with __call__ as an attribute, when called, will have that attribut...Brett Cannon2006-06-091-0/+6
* RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first...Georg Brandl2006-06-091-0/+3
* Add note about wsgirefAndrew M. Kuchling2006-06-091-0/+2
* Add note about XMLGenerator bugfixAndrew M. Kuchling2006-06-091-0/+4
* Buffer objects would return the read or write buffer for a wrapped object whenBrett Cannon2006-06-081-0/+6
* Make binascii.hexlify() use s# for its arguments instead of t# to actuallyBrett Cannon2006-06-081-0/+3
* Add functools.update_wrapper() and functools.wraps() as described in PEP 356Nick Coghlan2006-06-081-0/+4
* Argh. "integer" is a very confusing word ;)Georg Brandl2006-06-081-3/+0
* Add news for recent bugfix.Georg Brandl2006-06-081-0/+3
* Bug #1502728: Correctly link against librt library on HP-UX.Georg Brandl2006-06-081-0/+2
* - bsddb: the bsddb.dbtables Modify method now raises the proper error andGregory P. Smith2006-06-081-0/+4
* - bsddb: the __len__ method of a DB object has been fixed to return correctGregory P. Smith2006-06-051-0/+4
* * fix DBCursor.pget() bug with keyword argument names when no data= isGregory P. Smith2006-06-051-1/+5
* * add support for DBSequence objects [patch #1466734]Gregory P. Smith2006-06-051-0/+3
* mention the just committed bsddb changesGregory P. Smith2006-06-051-0/+6
* Make doctest news more accurate.Tim Peters2006-06-051-2/+2
* Remove doctest.testmod's deprecated (in 2.4) `isprivate`Tim Peters2006-06-051-0/+3
* Fix a potentially invalid memory access of CJKCodecs' shift-jisHye-Shik Chang2006-06-051-0/+2
* Revert revisions:Tim Peters2006-06-041-3/+0
* Patch #1346214: correctly optimize away "if 0"-style stmtsGeorg Brandl2006-06-041-0/+3
* Patch #1359618: Speed-up charmap encoder.Martin v. Löwis2006-06-041-0/+3
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-041-0/+3
* In a PYMALLOC_DEBUG build obmalloc adds extra debugging infoTim Peters2006-06-042-15/+25
* Port to OpenBSD 3.9. Patch from Aldo Cortesi.Martin v. Löwis2006-06-031-0/+2
* pprint functions used to sort a dict (by key) if and only ifTim Peters2006-06-021-0/+6
* Record bugs 1275608 and 1456209 as being fixed.Tim Peters2006-06-011-4/+9
* [ 1497053 ] Let dicts propagate the exceptions in user __eq__().Armin Rigo2006-06-011-0/+5
* Add SoC name, and reorganize this section a bitAndrew M. Kuchling2006-05-301-4/+10
* Add News entry for last commit.Georg Brandl2006-05-291-0/+3
* Apply modified version of Collin Winter's patch #1478788Nick Coghlan2006-05-291-2/+10
* Patch #1496206: urllib2 PasswordMgr ./. default portsGeorg Brandl2006-05-281-0/+3
* Patch #1080727: add "encoding" parameter to doctest.DocFileSuiteGeorge Yoshida2006-05-281-0/+2
* Add news item for new-style exception class branch merge.Georg Brandl2006-05-271-0/+4
* Patch 1494554: Update numeric properties to Unicode 4.1.Martin v. Löwis2006-05-271-0/+3
* Add Richard Tew to developersSteve Holden2006-05-261-0/+1
* Record Iceland sprint attendees.Tim Peters2006-05-261-0/+16
* Change C spacing to 4 spaces by default to match PEP 7 for new C files.Brett Cannon2006-05-261-1/+1
* Need for speed: Patch #921466 : sys.path_importer_cache is now used to cache ...Georg Brandl2006-05-261-0/+4
* Add Soc studentAndrew M. Kuchling2006-05-261-4/+5
* Some Win64 pre-release in 2000 didn't supportTim Peters2006-05-251-0/+4
* Add entry; and fix a typoAndrew M. Kuchling2006-05-251-1/+7
* Heavily fiddled variant of patch #1442927: PyLong_FromString optimization.Tim Peters2006-05-241-0/+6
* patch #1493701: performance enhancements for struct moduleBob Ippolito2006-05-231-0/+2
* revert #1493701Bob Ippolito2006-05-231-2/+0
* Remove duplicate itemAndrew M. Kuchling2006-05-231-3/+0
* Patch #1493701: performance enhancements for struct module.Bob Ippolito2006-05-231-0/+2
* Bug #1334662 / patch #1335972: int(string, base) wrong answers.Tim Peters2006-05-232-0/+6
* Update Misc/NEWS for gzip patch #1281707Bob Ippolito2006-05-231-2/+2
* Update Misc/NEWS for gzip patch #1281707Bob Ippolito2006-05-231-0/+2
* Applied patch 1337051 by Neal Norwitz, saving 4 ints on frame objects.Richard Jones2006-05-231-0/+5