]> granicus.if.org Git - python/shortlog
python
2008-02-18 Georg BrandlClarification.
2008-02-18 Eric Smithblock r60893
2008-02-18 Eric SmithPort 60893 to py3k, without unicode test.
2008-02-17 Eric SmithBlocked 60879 (backport of PEP 3101).
2008-02-17 Eric SmithFixes for shared 2.6 code that implements PEP 3101...
2008-02-17 Christian HeimesMerged revisions 60481,60485,60489-60492,60494-60496...
2008-02-16 Christian HeimesMerged revisions 60481,60485,60489-60492,60494-60496...
2008-02-14 Mark SummerfieldDeleted two duplicated paragraphs in the intro. Added...
2008-02-14 Raymond HettingerMinor doc updates for Py3.0
2008-02-14 Raymond HettingerNote that the key and reverse arguments must be specifi...
2008-02-14 Raymond HettingerNote the the sort arguments are required to be keywords.
2008-02-14 Raymond HettingerDocumentation nit.
2008-02-14 Christian HeimesMerged revisions 60481,60485,60489-60492,60494-60496...
2008-02-14 Kurt B. Kaisertypo
2008-02-13 Thomas HellerMerged revisions 60767,60768 via svnmerge from
2008-02-13 Kurt B. KaiserImprove formatting for arg names in previous checkin.
2008-02-13 Kurt B. Kaiserlist.sort() and builtin.sorted() no longer accept ...
2008-02-12 Christian HeimesMerged revisions 60481,60485,60489-60492,60494-60496...
2008-02-12 Kurt B. KaiserConvert some custom sort comparison functions to equiva...
2008-02-12 Raymond HettingerMove UserList to collections.
2008-02-12 Martin v. LöwisBug #1595: Remove extra semicolon.
2008-02-12 Thomas HellerRevert the last svnmerge (r60681) from trunk to _ctypes...
2008-02-11 Christian HeimesMerged revisions 60481,60485,60489-60492,60494-60496...
2008-02-11 Raymond HettingerNo need to register classes that already inherit from...
2008-02-11 Eric SmithRenamed test_format to test__format__, since it really...
2008-02-11 Christian HeimesMerged revisions 60481,60485,60489-60492,60494-60496...
2008-02-10 Raymond HettingerThe new default protocol is two.
2008-02-10 Eric SmithBlock r60713 with svnmerge.
2008-02-10 Eric Smithr60707 does not need porting to py3k from trunk.
2008-02-09 Christian HeimesMerged revisions 60481,60485,60489-60492,60494-60496...
2008-02-09 Christian HeimesMerged revisions 60481,60485,60489-60492,60494-60496...
2008-02-09 Raymond HettingerMappingView is Sized.
2008-02-09 Raymond HettingerMerge r60673
2008-02-09 Raymond HettingerAdd another usage note for collections.Set
2008-02-09 Raymond HettingerDocument how to use Set and MutableSet as a mixin.
2008-02-09 Raymond HettingerMerge r60679
2008-02-09 Christian HeimesMerged revisions 60481,60485,60489-60492,60494-60496...
2008-02-09 Raymond HettingerFinish the collections ABC table.
2008-02-09 Raymond HettingerMerge r60674 an 60675.
2008-02-08 Raymond HettingerSmalls improvement to example in the docs for collectio...
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...
next