Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 ↵ | Steven Bethard | 2008-03-18 | 1 | -0/+29 | |
| | | | | resolve issue 2373. The codeobject.c and methodobject.c changes are both just backports of the Python 3 code. | |||||
* | Add py3k warnings for object, type, cell and dict comparisons. This should ↵ | Steven Bethard | 2008-03-18 | 1 | -0/+60 | |
resolve issue2342 and partly resolve issue2373. |