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