Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #2348: add py3k warning for file.softspace. | Georg Brandl | 2008-03-21 | 1 | -0/+10 |
* | #2346/#2347: add py3k warning for __methods__ and __members__. Patch by Jack ... | Georg Brandl | 2008-03-21 | 1 | -0/+10 |
* | #2358: add py3k warning to sys.exc_clear(). | Georg Brandl | 2008-03-21 | 1 | -0/+5 |
* | The filter() function does support a None argument in Py3.0. | Raymond Hettinger | 2008-03-19 | 1 | -11/+0 |
* | Issue 2354: Fix-up compare warning. Patch contributed by Jeff Balogh. | Raymond Hettinger | 2008-03-19 | 1 | -0/+14 |
* | Use sys.py3kwarning instead of trying to trigger a Py3k-related warning. | Brett Cannon | 2008-03-19 | 1 | -8/+6 |
* | Added zip, map, filter to future_bultins (#2171) | David Wolever | 2008-03-19 | 1 | -0/+11 |
* | Add py3k warnings for code and method inequality comparisons. This should res... | Steven Bethard | 2008-03-18 | 1 | -0/+29 |
* | Add py3k warnings for object, type, cell and dict comparisons. This should re... | Steven Bethard | 2008-03-18 | 1 | -0/+60 |