| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Merged revisions 60245-60277 via svnmerge from | Christian Heimes | 2008-01-25 | 19 | -122/+675 |
|
|
* | Added comment about sys.maxint to whatsnew. Issue #1930 | Christian Heimes | 2008-01-25 | 1 | -0/+2 |
|
|
* | Document that basestring has been replaced by str. Issue #1931. | Christian Heimes | 2008-01-25 | 1 | -0/+3 |
|
|
* | Fix merge glitch. | Georg Brandl | 2008-01-24 | 1 | -13/+0 |
|
|
* | Merged revisions 60234-60244 via svnmerge from | Christian Heimes | 2008-01-24 | 6 | -29/+59 |
|
|
* | 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 | 11 | -10/+166 |
|
|
* | Fix #1913. | Georg Brandl | 2008-01-23 | 1 | -1/+1 |
|
|
* | Merged revisions 60176-60209 via svnmerge from | Christian Heimes | 2008-01-23 | 24 | -114/+270 |
|
|
* | Replace map(None, *iterables) with zip(*iterables). | Raymond Hettinger | 2008-01-22 | 9 | -90/+20 |
|
|
* | Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge... | Georg Brandl | 2008-01-21 | 25 | -133/+382 |
|
|
* | Merged revisions 60143-60149 via svnmerge from | Christian Heimes | 2008-01-21 | 7 | -22/+97 |
|
|
* | Merged revisions 60124-60142 via svnmerge from | Christian Heimes | 2008-01-20 | 20 | -49/+318 |
|
|
* | Fix now-wrong :keyword: markup. Remove the section about | Georg Brandl | 2008-01-20 | 3 | -35/+2 |
|
|
* | Fix two oversights in C API split. | Georg Brandl | 2008-01-20 | 2 | -1/+2 |
|
|
* | Fix markup. | Georg Brandl | 2008-01-20 | 1 | -1/+2 |
|
|
* | Split C API docs in Py3k branch. | Georg Brandl | 2008-01-20 | 45 | -5377/+7288 |
|
|
* | Remove versionadded tag. | Georg Brandl | 2008-01-20 | 1 | -2/+0 |
|
|
* | Merged revisions 60094-60123 via svnmerge from | Christian Heimes | 2008-01-20 | 20 | -1905/+278 |
|
|
* | #1867: fix a few 3.0 incompatibilities in pydoc. | Georg Brandl | 2008-01-19 | 1 | -3/+3 |
|
|
* | Merged revisions 60080-60089,60091-60093 via svnmerge from | Georg Brandl | 2008-01-19 | 21 | -40/+301 |
|
|
* | Fix Issue #1769: Now int('- 1') or int('+ 1') is not allowed | Facundo Batista | 2008-01-19 | 3 | -5/+37 |
|
|
* | Merged revisions 60053-60078 via svnmerge from | Christian Heimes | 2008-01-19 | 14 | -139/+312 |
|
|
* | Fix 3k's sphinx-build.py so that the version detection works with 2.x and 3.x. | Georg Brandl | 2008-01-19 | 1 | -2/+2 |
|
|
* | Merged revisions 60043-60052 via svnmerge from | Christian Heimes | 2008-01-18 | 5 | -33/+345 |
|
|
* | Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from | Christian Heimes | 2008-01-18 | 29 | -79/+538 |
|
|
* | Merged revisions 60001,60003-60004,60008 via svnmerge from | Thomas Heller | 2008-01-17 | 5 | -18/+66 |
|
|
* | Update the py3k version of the rational module to expose only methods needed by | Jeffrey Yasskin | 2008-01-17 | 3 | -53/+20 |
|
|
* | Sync-up Queue.py with Py2.6 | Raymond Hettinger | 2008-01-17 | 2 | -9/+66 |
|
|
* | __floordiv__ returns an int in 3.0. | Jeffrey Yasskin | 2008-01-16 | 1 | -4/+2 |
|
|
* | Merged revisions 59952-59984 via svnmerge from | Guido van Rossum | 2008-01-15 | 17 | -436/+997 |
|
|
* | Refactor if/elif chain for clarity and speed | Raymond Hettinger | 2008-01-15 | 1 | -11/+10 |
|
|
* | Patch #1830 by Peter Harris, fix some 2.x-isms. | Guido van Rossum | 2008-01-15 | 1 | -7/+3 |
|
|
* | long(float('nan')) raises an OverflowError as discussed on the mailing list a... | Christian Heimes | 2008-01-15 | 3 | -2/+7 |
|
|
* | Fixed merge accident | Christian Heimes | 2008-01-15 | 1 | -905/+0 |
|
|