1. ace34dd #17365: Remove Python 2 code from test_print Patch by Berker Peksag by Andrew Svetlov · 11 years ago
  2. bc3b682 Closes #13761: add a "flush" keyword argument to print(). by Georg Brandl · 13 years ago
  3. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  4. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  5. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  6. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  7. 02781dc Merged revisions 61672,61674,61676-61678,61681,61683-61684 via svnmerge from by Christian Heimes · 16 years ago
  8. 8782408 Add __future__ import for print_function. It's a no-op in 3.0, but it needs to not be a syntax error. by Eric Smith · 16 years ago
  9. d5e2b6f Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,61580-61582,61586,61591,61593,61595,61605-61606,61613-61616,61618,61621-61623,61625,61627,61631-61634 via svnmerge from by Christian Heimes · 16 years ago
  10. 01a3e2b Blocked 61577, implementation of print function. by Eric Smith · 16 years ago
  11. 799c300 Added test_print.py. I want to have a test suite when the print function is backported to 2.6 as a future import. by Eric Smith · 16 years ago