| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-04 | 18 | -37/+257 |
|
|
* | 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 | 31 | -431/+615 |
|
|
* | Update whatsnew document to use specific markup for identifiers, thus enablin... | Georg Brandl | 2008-02-02 | 1 | -134/+130 |
|
|
* | Some new 3.0 whatsnew items, written for GHOP by Andreas Freund. | Georg Brandl | 2008-02-02 | 1 | -5/+66 |
|
|
* | Context flags get set, not incremented. | Raymond Hettinger | 2008-02-01 | 2 | -6/+6 |
|
|
* | Get the ref counting for static allocated longs right. | Christian Heimes | 2008-02-01 | 1 | -9/+7 |
|
|
* | Make print docstring consistent with its docs. | Georg Brandl | 2008-02-01 | 1 | -1/+1 |
|
|
* | Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. | Georg Brandl | 2008-02-01 | 48 | -539/+400 |
|
|
* | Remove the deprecated array.read/write methods. | Georg Brandl | 2008-02-01 | 1 | -9/+2 |
|
|
* | Merged revisions 60475-60479,60481-60488 via svnmerge from | Christian Heimes | 2008-02-01 | 18 | -117/+597 |
|
|
* | fix bug 1482: IMAP4 SSL isn't working | Bill Janssen | 2008-02-01 | 1 | -50/+5 |
|
|
* | svnmerge.py block -r60480 | Christian Heimes | 2008-01-31 | 0 | -0/+0 |
|
|
* | Fixed multiple reinitialization of the Python interpreter. The small int list... | Christian Heimes | 2008-01-31 | 2 | -23/+39 |
|
|
* | Merged revisions 60441-60474 via svnmerge from | Christian Heimes | 2008-01-31 | 11 | -60/+275 |
|
|
* | Update pprint() to match the new repr style for frozensets | Raymond Hettinger | 2008-01-31 | 2 | -161/+160 |
|
|
* | Fixed r60466 | Christian Heimes | 2008-01-31 | 2 | -2/+2 |
|
|
* | Remove duplicate function. | Raymond Hettinger | 2008-01-30 | 1 | -15/+0 |
|
|
* | Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). | Raymond Hettinger | 2008-01-30 | 10 | -265/+82 |
|
|
* | 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 | 4 | -21/+103 |
|
|
* | Patch #1972 by Antoine Pitrou: improve bytes and bytearray tests | Christian Heimes | 2008-01-30 | 1 | -436/+470 |
|
|
* | Fixed issue #1973: bytes.fromhex('') raises SystemError | Christian Heimes | 2008-01-30 | 1 | -2/+2 |
|
|
* | Fixed issue #1973: bytes.fromhex('') raises SystemError | Christian Heimes | 2008-01-30 | 1 | -0/+2 |
|
|
* | Fixed #1969: split and rsplit in bytearray are inconsistent | Christian Heimes | 2008-01-30 | 3 | -4/+15 |
|
|
* | Convert some custom sort comparison functions to equivalent key functions. | Raymond Hettinger | 2008-01-30 | 12 | -20/+50 |
|
|
* | Merged revisions 60383-60407 via svnmerge from | Christian Heimes | 2008-01-29 | 11 | -55/+51 |
|
|
* | 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 | 2 | -7/+24 |
|
|
* | Merged revisions 60379-60382 via svnmerge from | Christian Heimes | 2008-01-28 | 7 | -19/+20 |
|
|
* | Merged revisions 60364-60378 via svnmerge from | Christian Heimes | 2008-01-27 | 14 | -71/+254 |
|
|
* | Restrict format presentation types to those specified in the 'Standard Format... | Eric Smith | 2008-01-27 | 3 | -86/+23 |
|
|
* | Merged revisions 60350-60363 via svnmerge from | Christian Heimes | 2008-01-27 | 9 | -54/+133 |
|
|
* | 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 | 33 | -171/+376 |
|
|
* | 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 |
|
|
* | #1939: update code object docstring. | Georg Brandl | 2008-01-26 | 1 | -2/+3 |
|
|
* | Make the testall target work again when building in a separate directory | Thomas Wouters | 2008-01-25 | 1 | -1/+1 |
|
|
* | Bump up merge information to skip the backports | Christian Heimes | 2008-01-25 | 0 | -0/+0 |
|
|
* | Fix typo. | Walter Dörwald | 2008-01-25 | 1 | -1/+1 |
|
|