| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove one use of UserDict.UserDict | Raymond Hettinger | 2008-02-04 | 1 | -2/+11 |
|
|
* | Fix typo (thanks Nick). | Raymond Hettinger | 2008-02-04 | 1 | -1/+1 |
|
|
* | Remove DictMixin which is superceded by collections.MutableMapping | Raymond Hettinger | 2008-02-04 | 4 | -243/+8 |
|
|
* | In bsddb, replace UserDict.DictMixin with collections.MutableMapping. | Raymond Hettinger | 2008-02-04 | 3 | -11/+14 |
|
|
* | Save bsddb changes for a separate check-in. | Raymond Hettinger | 2008-02-04 | 1 | -2/+2 |
|
|
* | Start replacing UserDict.DictMixin with collections.MutableMapping (the bsddb... | Raymond Hettinger | 2008-02-04 | 4 | -7/+19 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-04 | 6 | -11/+75 |
|
|
* | Fixed socketserver tests | Christian Heimes | 2008-02-03 | 1 | -9/+9 |
|
|
* | Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,... | Christian Heimes | 2008-02-03 | 6 | -123/+210 |
|
|
* | Context flags get set, not incremented. | Raymond Hettinger | 2008-02-01 | 1 | -4/+4 |
|
|
* | Merged revisions 60475-60479,60481-60488 via svnmerge from | Christian Heimes | 2008-02-01 | 7 | -55/+84 |
|
|
* | fix bug 1482: IMAP4 SSL isn't working | Bill Janssen | 2008-02-01 | 1 | -50/+5 |
|
|
* | Merged revisions 60441-60474 via svnmerge from | Christian Heimes | 2008-01-31 | 3 | -25/+87 |
|
|
* | Update pprint() to match the new repr style for frozensets | Raymond Hettinger | 2008-01-31 | 2 | -161/+160 |
|
|
* | Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). | Raymond Hettinger | 2008-01-30 | 5 | -43/+42 |
|
|
* | Enabled fromhex('') test for bytes | Christian Heimes | 2008-01-30 | 1 | -3/+1 |
|
|
* | Removed unused import | Christian Heimes | 2008-01-30 | 1 | -1/+0 |
|
|
* | Merged revisions 60408-60440 via svnmerge from | Christian Heimes | 2008-01-30 | 1 | -0/+12 |
|
|
* | Patch #1972 by Antoine Pitrou: improve bytes and bytearray tests | Christian Heimes | 2008-01-30 | 1 | -436/+470 |
|
|
* | Fixed #1969: split and rsplit in bytearray are inconsistent | Christian Heimes | 2008-01-30 | 1 | -1/+10 |
|
|
* | Convert some custom sort comparison functions to equivalent key functions. | Raymond Hettinger | 2008-01-30 | 9 | -13/+37 |
|
|
* | Merged revisions 60383-60407 via svnmerge from | Christian Heimes | 2008-01-29 | 1 | -6/+0 |
|
|
* | Another fix for the bsddb3 tests | Christian Heimes | 2008-01-28 | 1 | -1/+1 |
|
|
* | Fixed two bugs in the bsddb tests. One was reported as #1956 | Christian Heimes | 2008-01-28 | 2 | -3/+3 |
|
|
* | Partially revert r60376: restore ability for ints to be automatically convert... | Eric Smith | 2008-01-28 | 1 | -3/+9 |
|
|
* | Merged revisions 60364-60378 via svnmerge from | Christian Heimes | 2008-01-27 | 6 | -71/+44 |
|
|
* | Restrict format presentation types to those specified in the 'Standard Format... | Eric Smith | 2008-01-27 | 2 | -9/+23 |
|
|
* | Merged revisions 60350-60363 via svnmerge from | Christian Heimes | 2008-01-27 | 3 | -31/+77 |
|
|
* | Use a list comprehension instead of list(filter()). | Georg Brandl | 2008-01-27 | 1 | -3/+2 |
|
|
* | Fix build error. | Alexandre Vassalotti | 2008-01-27 | 1 | -1/+1 |
|
|
* | Fixed test_urllibnet | Christian Heimes | 2008-01-27 | 1 | -1/+3 |
|
|
* | svn cp -r60150 svn+ssh://pythondev@svn.python.org/python/branches/py3k/Lib/pl... | Christian Heimes | 2008-01-27 | 1 | -0/+469 |
|
|
* | Remove plistlib. Apparently svn chokes on svn rm + svn cp in the same revision | Christian Heimes | 2008-01-27 | 1 | -469/+0 |
|
|
* | Merged revisions 60284-60349 via svnmerge from | Christian Heimes | 2008-01-27 | 17 | -96/+216 |
|
|
* | Copied plistlib.py from r60150 Lib/plat-mac/plistlib.py to Lib/ | Christian Heimes | 2008-01-26 | 1 | -50/+49 |
|
|
* | Get this test to run | Neal Norwitz | 2008-01-26 | 1 | -1/+1 |
|
|
* | Get this test to pass | Neal Norwitz | 2008-01-26 | 1 | -3/+4 |
|
|
* | Fix merge glitch that let test_urllib fail. | Georg Brandl | 2008-01-26 | 1 | -1/+2 |
|
|
* | #1929: fix httplib _read_chunked (str/bytes confusion). | Georg Brandl | 2008-01-26 | 1 | -2/+2 |
|
|
* | Merged revisions 60245-60277 via svnmerge from | Christian Heimes | 2008-01-25 | 13 | -83/+492 |
|
|
* | Merged revisions 60234-60244 via svnmerge from | Christian Heimes | 2008-01-24 | 4 | -18/+36 |
|
|
* | Fix a bug in the test. | Thomas Heller | 2008-01-24 | 1 | -1/+1 |
|
|
* | Merged revisions 60210-60233 via svnmerge from | Christian Heimes | 2008-01-24 | 6 | -5/+143 |
|
|
* | Fix #1913. | Georg Brandl | 2008-01-23 | 1 | -1/+1 |
|
|
* | Merged revisions 60176-60209 via svnmerge from | Christian Heimes | 2008-01-23 | 11 | -75/+168 |
|
|
* | Replace map(None, *iterables) with zip(*iterables). | Raymond Hettinger | 2008-01-22 | 4 | -35/+11 |
|
|
* | Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge... | Georg Brandl | 2008-01-21 | 9 | -71/+84 |
|
|
* | Merged revisions 60143-60149 via svnmerge from | Christian Heimes | 2008-01-21 | 2 | -1/+28 |
|
|
* | Merged revisions 60124-60142 via svnmerge from | Christian Heimes | 2008-01-20 | 9 | -18/+137 |
|
|
* | Merged revisions 60094-60123 via svnmerge from | Christian Heimes | 2008-01-20 | 9 | -30/+153 |
|
|