1. 485f340 Buffer-object repitition and concatenation has worked all along; add a test by Fred Drake · 22 years ago
  2. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago
  3. e027d98 Add Raymond Hettinger's d.pop(). See SF patch 539949. by Guido van Rossum · 22 years ago
  4. eff7244 Add more tests for built-in types. Add tests for buffer objects. by Neil Schemenauer · 22 years ago
  5. 2b26a86 Whitespace normalization. by Tim Peters · 23 years ago
  6. 29d2606 Additional coverage tests by Neil Norwitz. (SF patch #491418, #491420, #491421.) by Guido van Rossum · 23 years ago
  7. 6d30c3e Change new tests to use integer division (// instead of /). by Tim Peters · 23 years ago
  8. a3c01ce SF bug #488480: integer multiply to return -max_int-1. by Tim Peters · 23 years ago
  9. 4177538 Add a bunch of tests for extended dict.update() where the argument is by Barry Warsaw · 23 years ago
  10. 0dbb4fb Implement, test and document "key in dict" and "key not in dict". by Guido van Rossum · 23 years ago
  11. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  12. b822c61 Added test for {}.popitem(). by Guido van Rossum · 24 years ago
  13. 5725d1e Backing out my changes. Improved version coming soon to a Source Forge near you! by Moshe Zadka · 24 years ago
  14. 1a62750 Added .first{item,value,key}() to dictionaries. by Moshe Zadka · 24 years ago
  15. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  16. 79c9b17 Barry's patch to test the new setdefault() method. by Guido van Rossum · 24 years ago
  17. 5ebfa2a Add tests to exercise sequence operations (multiplication, indexing, by Andrew M. Kuchling · 24 years ago
  18. affd77f Add tests for list self-assigns. (Sorry, this should have been here by Guido van Rossum · 26 years ago
  19. 7462942 Added some tests to make sure that long->int conversions near by Guido van Rossum · 26 years ago
  20. d151d34 Add test for core dump -- make sure it doesn't come back! by Guido van Rossum · 26 years ago
  21. fb5cef1 Added separate tests for {}.get(). by Guido van Rossum · 27 years ago
  22. 9b887c7 Added tests of dict.get() by Barry Warsaw · 27 years ago
  23. ce1fa26 Added tests for dict.clear(), dict.update(), dict.copy(). by Guido van Rossum · 27 years ago
  24. eecf035 Test new __import__ module, test reload of built-in module, test by Guido van Rossum · 30 years ago
  25. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  26. e61fa0a * profile.py, pdb.py: added help() function by Guido van Rossum · 31 years ago
  27. d316607 * ftplib.py: added abort() command (sends oob data). by Guido van Rossum · 31 years ago
  28. 80530ce * Add some more tests for numbers by Guido van Rossum · 32 years ago
  29. 85f1820 Added some new tests and two new files for testing: test_types.py by Guido van Rossum · 32 years ago