]> granicus.if.org Git - python/shortlog
python
2008-02-08 Mark SummerfieldTiny grammatical fix.
2008-02-07 Raymond HettingerSimplify float conversion recipe.
2008-02-07 Raymond HettingerIssue 2025: Add index() and count() methods to tuple...
2008-02-06 Raymond HettingerReversed UserLists are not required to support __length...
2008-02-06 Raymond HettingerMutableSequence requires an insert() method.
2008-02-06 Raymond HettingerLet the world know that UserList is a MutableSequence.
2008-02-06 Raymond HettingerFix-up the _from_iterable() method to return instances...
2008-02-06 Raymond HettingerFix-up the collections docs.
2008-02-06 Christian HeimesMerged revisions 60481,60485,60489-60492,60494-60496...
2008-02-06 Mark SummerfieldFixed a table and a title that were broken.
2008-02-06 Raymond HettingerUpdate docs for collections ABCs and for collections...
2008-02-06 Raymond HettingerRemove the old UserDict module.
2008-02-06 Raymond HettingerMigrate remaining tests from UserDict.UserDict to colle...
2008-02-05 Raymond HettingerConvert test_userdict to use the collections.UserDict.
2008-02-05 Georg BrandlFix.
2008-02-05 Georg BrandlRespect EOL 80.
2008-02-05 Georg BrandlMerge r60528, r60534 and r60539 from trunk.
2008-02-05 Georg BrandlBlocked revisions 60599 via svnmerge
2008-02-05 Georg BrandlMerge r60522 from trunk.
2008-02-05 Georg BrandlManually merge r60521 from trunk.
2008-02-05 Raymond HettingerFix-up mapping equality tests to include both keys...
2008-02-05 Raymond HettingerPut an updated UserDict class in the collections module and
2008-02-05 Raymond HettingerDecouple weakref containers from UserDict
2008-02-05 Raymond HettingerMoved WeakSet into a bootstap module use by abc.py.
2008-02-04 Raymond HettingerRemove one use of UserDict.UserDict
2008-02-04 Raymond HettingerFix typo (thanks Nick).
2008-02-04 Raymond HettingerRemove DictMixin which is superceded by collections...
2008-02-04 Raymond HettingerIn bsddb, replace UserDict.DictMixin with collections...
2008-02-04 Raymond HettingerSave bsddb changes for a separate check-in.
2008-02-04 Raymond HettingerStart replacing UserDict.DictMixin with collections...
2008-02-04 Christian HeimesMerged revisions 60481,60485,60489-60492,60494-60496...
2008-02-03 Christian HeimesFixed socketserver tests
2008-02-03 Christian HeimesMerged revisions 60481,60485,60489-60520,60523-60527...
2008-02-02 Georg BrandlUpdate whatsnew document to use specific markup for...
2008-02-02 Georg BrandlSome new 3.0 whatsnew items, written for GHOP by Andrea...
2008-02-01 Raymond HettingerContext flags get set, not incremented.
2008-02-01 Christian HeimesGet the ref counting for static allocated longs right.
2008-02-01 Georg BrandlMake print docstring consistent with its docs.
2008-02-01 Georg BrandlUpdate docs w.r.t. PEP 3100 changes -- patch for GHOP...
2008-02-01 Georg BrandlRemove the deprecated array.read/write methods.
2008-02-01 Christian HeimesMerged revisions 60475-60479,60481-60488 via svnmerge...
2008-02-01 Bill Janssenfix bug 1482: IMAP4 SSL isn't working
2008-01-31 Christian Heimessvnmerge.py block -r60480
2008-01-31 Christian HeimesFixed multiple reinitialization of the Python interpret...
2008-01-31 Christian HeimesMerged revisions 60441-60474 via svnmerge from
2008-01-31 Raymond HettingerUpdate pprint() to match the new repr style for frozensets
2008-01-31 Christian HeimesFixed r60466
2008-01-30 Raymond HettingerRemove duplicate function.
2008-01-30 Raymond HettingerIssue #1771: Remove cmp parameter from list.sort()...
2008-01-30 Christian HeimesEnabled fromhex('') test for bytes
2008-01-30 Christian HeimesRemoved unused import
2008-01-30 Christian HeimesMerged revisions 60408-60440 via svnmerge from
2008-01-30 Christian HeimesPatch #1972 by Antoine Pitrou: improve bytes and bytear...
2008-01-30 Christian HeimesFixed issue #1973: bytes.fromhex('') raises SystemError
2008-01-30 Christian HeimesFixed issue #1973: bytes.fromhex('') raises SystemError
2008-01-30 Christian HeimesFixed #1969: split and rsplit in bytearray are inconsistent
2008-01-30 Raymond HettingerConvert some custom sort comparison functions to equiva...
2008-01-29 Christian HeimesMerged revisions 60383-60407 via svnmerge from
2008-01-28 Christian HeimesAnother fix for the bsddb3 tests
2008-01-28 Christian HeimesFixed two bugs in the bsddb tests. One was reported...
2008-01-28 Eric SmithPartially revert r60376: restore ability for ints to...
2008-01-28 Christian HeimesMerged revisions 60379-60382 via svnmerge from
2008-01-27 Christian HeimesMerged revisions 60364-60378 via svnmerge from
2008-01-27 Eric SmithRestrict format presentation types to those specified...
2008-01-27 Christian HeimesMerged revisions 60350-60363 via svnmerge from
2008-01-27 Georg BrandlUse a list comprehension instead of list(filter()).
2008-01-27 Alexandre VassalottiFix build error.
2008-01-27 Christian HeimesFixed test_urllibnet
2008-01-27 Christian Heimessvn cp -r60150 svn+ssh://pythondev@svn.python.org/pytho...
2008-01-27 Christian HeimesRemove plistlib. Apparently svn chokes on svn rm +...
2008-01-27 Christian HeimesMerged revisions 60284-60349 via svnmerge from
2008-01-26 Christian HeimesCopied plistlib.py from r60150 Lib/plat-mac/plistlib...
2008-01-26 Neal NorwitzGet this test to run
2008-01-26 Neal NorwitzGet this test to pass
2008-01-26 Georg BrandlFix merge glitch that let test_urllib fail.
2008-01-26 Georg Brandl#1929: fix httplib _read_chunked (str/bytes confusion).
2008-01-26 Georg Brandl#1939: update code object docstring.
2008-01-25 Thomas WoutersMake the testall target work again when building in...
2008-01-25 Christian HeimesBump up merge information to skip the backports
2008-01-25 Walter DörwaldFix typo.
2008-01-25 Christian HeimesMerged revisions 60245-60277 via svnmerge from
2008-01-25 Christian HeimesAdded comment about sys.maxint to whatsnew. Issue ...
2008-01-25 Christian HeimesDocument that basestring has been replaced by str....
2008-01-24 Georg BrandlFix merge glitch.
2008-01-24 Christian HeimesMerged revisions 60234-60244 via svnmerge from
2008-01-24 Thomas HellerFix a bug in the test.
2008-01-24 Christian HeimesMerged revisions 60210-60233 via svnmerge from
2008-01-23 Georg BrandlFix #1913.
2008-01-23 Christian HeimesMerged revisions 60176-60209 via svnmerge from
2008-01-22 Raymond HettingerReplace map(None, *iterables) with zip(*iterables).
2008-01-21 Georg BrandlMerged revisions 60151-60159,60161-60168,60170,60172...
2008-01-21 Christian HeimesMerged revisions 60143-60149 via svnmerge from
2008-01-20 Christian HeimesMerged revisions 60124-60142 via svnmerge from
2008-01-20 Georg BrandlFix now-wrong :keyword: markup. Remove the section...
2008-01-20 Georg BrandlFix two oversights in C API split.
2008-01-20 Georg BrandlFix markup.
2008-01-20 Georg BrandlSplit C API docs in Py3k branch.
2008-01-20 Georg BrandlRemove versionadded tag.
2008-01-20 Christian HeimesMerged revisions 60094-60123 via svnmerge from
2008-01-19 Georg Brandl#1867: fix a few 3.0 incompatibilities in pydoc.
next