1. 172bb39 bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927) by Serhiy Storchaka · 6 years ago
  2. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 10 years ago
  3. a0e92a8 Fix missing or wrong shebangs and missing executable bits for scripts (#10318) by Éric Araujo · 14 years ago
  4. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 15 years ago
  5. 4b28041 Fix a last use of file() that should be open(). by Guido van Rossum · 18 years ago
  6. 6afaeb7 Convert print statements to function calls in Tools/. by Collin Winter · 18 years ago
  7. 53f72d7 Docstring clarifications. by Tim Peters · 22 years ago
  8. 6869458 Don't double-space the "??? new object ..." messages. by Guido van Rossum · 22 years ago
  9. 8d17a90 Heh -- I checked in an old version of this, at a time I documented the by Tim Peters · 22 years ago
  10. 21d7d4d _Py_PrintReferenceAddresses(): also print the type name. In real use by Tim Peters · 22 years ago