1. de0b962 Remove sys.platform == 'riscos' checks from some Python and test files. #16501 by Christian Heimes · 12 years ago
  2. f01d695 Closes #16135: Removal of OS/2 support by Jesus Cea · 12 years ago
  3. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  4. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 13 years ago
  5. d3cccd2 Issue #11223: Fix test_threadsignals to fail, not hang, when the by Antoine Pitrou · 13 years ago
  6. d8f37ad Relax test condition a lot by Antoine Pitrou · 14 years ago
  7. 4fef555 Make test_threadsignals more lax, and add notes by Antoine Pitrou · 14 years ago
  8. 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 14 years ago
  9. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  10. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  11. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  12. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  13. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  14. 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
  15. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  16. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  17. db390c1 fix typos, mostly in comments by Fred Drake · 19 years ago
  18. d1b7827 Whitespace normalization. by Tim Peters · 20 years ago
  19. 574a251 To ever run this test "you must import TestSkipped" from the right by Michael W. Hudson · 20 years ago
  20. 6db15d7 Whitespace normalization. by Tim Peters · 20 years ago
  21. 81676dc To raise TestSkipped, you must import TestSkipped. by Tim Peters · 20 years ago
  22. 4818748 add missing import! by Fred Drake · 20 years ago
  23. 34fba3b Add the same guard as test_signal. by Michael W. Hudson · 20 years ago
  24. 43220ea Argh! This was meant to be part of patch #960406. by Michael W. Hudson · 20 years ago