1. 2e56424 bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() and tuple(). (#518) by Serhiy Storchaka · 8 years ago
  2. 58d23e6 bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486) by Serhiy Storchaka · 8 years ago
  3. b820d7f Issue #27792: force int return type for modulo operations involving bools. by Mark Dickinson · 8 years ago
  4. 97c1adf Anti-registration of various ABC methods. by Guido van Rossum · 8 years ago
  5. ea36c94 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. by Serhiy Storchaka · 8 years ago
  6. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  7. 81b21d7 test values and types of (True/False).(imag/real) by Benjamin Peterson · 13 years ago
  8. e71362d Issue #10518: Bring back the callable() builtin. by Antoine Pitrou · 14 years ago
  9. 503ab33 Merged revisions 79502 via svnmerge from by Antoine Pitrou · 15 years ago
  10. a11865b Merged revisions 78249 via svnmerge from by Ezio Melotti · 15 years ago
  11. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  12. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  13. 89e1296 As discussed on python-dev, remove several operator functions by Raymond Hettinger · 16 years ago
  14. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  15. ff398c6 Format bools properly in %d. by Martin v. Löwis · 17 years ago
  16. 99603b0 Getting rid of cPickle. Mmm, feels good! by Guido van Rossum · 17 years ago
  17. 305b924 Fix test_bool and test_bufio. by Guido van Rossum · 17 years ago
  18. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  19. c4afa10 Fix the picklevalue test; it broke due to the change in default protocol. by Guido van Rossum · 17 years ago
  20. 9bc4712 Add two more space tests. by Walter Dörwald · 17 years ago
  21. 20badb3 Remove duplicate tests. by Walter Dörwald · 17 years ago
  22. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  23. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
  24. 390d29c Remove isCallable() and sequenceIncludes() from the operator module. by Collin Winter · 18 years ago
  25. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  26. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  27. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  28. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
  29. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  30. bf12cdb Quite a few fixes to make the library and test suite more robust when by Guido van Rossum · 18 years ago
  31. 478c105 Whitespace normalization. by Tim Peters · 21 years ago
  32. 7ff55e6 Add tests for __nonzero__() problems. by Jeremy Hylton · 21 years ago
  33. c2659cf Whitespace normalization. by Tim Peters · 21 years ago
  34. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  35. 90437c0 Consistently use test_support.foo everywhere. by Walter Dörwald · 21 years ago
  36. 9dcbbea Factor out common boilerplate for test_support by Raymond Hettinger · 22 years ago
  37. dbcede5 Port test_bool.py to PyUnit. From SF patch #662807. by Walter Dörwald · 22 years ago
  38. aa86e35 - bool() called without arguments now returns False rather than by Guido van Rossum · 22 years ago
  39. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  40. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 22 years ago
  41. 7c6a4ad More mindless --disable-unicode proofing. by Michael W. Hudson · 22 years ago
  42. 2f6d4da Patch #542569: tp_print tp_repr tp_str in test_bool.py. by Martin v. Löwis · 23 years ago
  43. d1bfe5e Add tests for binary pickles. by Guido van Rossum · 23 years ago
  44. e276339 Implement an idea by Paul Rubin: by Guido van Rossum · 23 years ago
  45. 5f82036 Oops. Here are the new files. My apologies. by Guido van Rossum · 23 years ago