]> granicus.if.org Git - python/shortlog
python
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.
2008-01-19 Georg BrandlMerged revisions 60080-60089,60091-60093 via svnmerge...
2008-01-19 Facundo BatistaFix Issue #1769: Now int('- 1') or int('+ 1') is not...
2008-01-19 Christian HeimesMerged revisions 60053-60078 via svnmerge from
2008-01-19 Georg BrandlFix 3k's sphinx-build.py so that the version detection...
2008-01-18 Christian HeimesMerged revisions 60043-60052 via svnmerge from
2008-01-18 Christian HeimesMerged revisions 59985-60000,60002,60005-60007,60009...
2008-01-17 Thomas HellerMerged revisions 60001,60003-60004,60008 via svnmerge...
2008-01-17 Jeffrey YasskinUpdate the py3k version of the rational module to expos...
2008-01-17 Raymond HettingerSync-up Queue.py with Py2.6
2008-01-16 Jeffrey Yasskin__floordiv__ returns an int in 3.0.
2008-01-15 Guido van RossumMerged revisions 59952-59984 via svnmerge from
2008-01-15 Raymond HettingerRefactor if/elif chain for clarity and speed
2008-01-15 Guido van RossumPatch #1830 by Peter Harris, fix some 2.x-isms.
2008-01-15 Christian Heimeslong(float('nan')) raises an OverflowError as discussed...
2008-01-15 Christian HeimesFixed merge accident
2008-01-14 Raymond HettingerRemove Queue.empty() and Queue.full() in favor of using...
2008-01-14 Christian HeimesMerged revisions 59933-59951 via svnmerge from
2008-01-14 Raymond HettingerTake Tim's advice and have random.sample() support...
2008-01-13 Raymond HettingerRemove defunct parts of the random module
2008-01-12 Guido van RossumUse bash, so echo -n will do the right thing.
2008-01-12 Christian HeimesMerged revisions 59921-59932 via svnmerge from
2008-01-11 Christian HeimesMerged revisions 59883-59920 via svnmerge from
2008-01-11 Georg BrandlFix markup.
2008-01-11 Christian HeimesGood catch Neal!
2008-01-11 Eric SmithAdded the test cases I actually meant to add.
2008-01-11 Eric SmithSimplifed argument parsing in object.__format__, added...
2008-01-10 Christian HeimesFixed print -> print()
2008-01-10 Christian HeimesMerged revisions 59864-59882 via svnmerge from
2008-01-09 Christian HeimesMerged revisions 59843-59863 via svnmerge from
2008-01-07 Christian HeimesMerged revisions 59822-59841 via svnmerge from
2008-01-07 Christian HeimesAlways define Py_USING_UNICODE, 3rd party software...
2008-01-07 Christian HeimesAnother patch for #1762972: __file__ points to the...
2008-01-07 Alexandre VassalottiFix issue1753: TextIOWrapper.write writes utf BOM for...
2008-01-07 Georg BrandlRemove traces of Py_USING_UNICODE and Unicode-specific...
2008-01-07 Georg BrandlFix merge glitch.
2008-01-07 Christian HeimesCopied doc for reload() from trunk's function.rst to...
2008-01-07 Christian HeimesIssue #1762972: Readded the reload() function as imp...
2008-01-07 Georg BrandlRemove paragraph about old-style classes.
2008-01-07 Georg BrandlFix reverse Ximenez symptom.
2008-01-07 Georg BrandlFix note markup.
2008-01-07 Georg BrandlRemove obsolete note.
next