1. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  2. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  3. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  4. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  5. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  6. 418a1ef RFE #1436243: make integers in [0..256] preallocated. by Georg Brandl · 18 years ago
  7. 5a59d88 Whitespace normalization. by Tim Peters · 20 years ago
  8. 6bc937c Add yet more tests for buffer(). by Neil Schemenauer · 20 years ago
  9. 29302a7 Add a few more tests for the buffer() object. by Neil Schemenauer · 20 years ago
  10. 0a6d0ff Port the dictionary tests from test_types.py to unittest. Collect as much by Walter Dörwald · 20 years ago
  11. 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 20 years ago
  12. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  13. 7dcf9f8 Fix test failure message (from SF patch #885008) by Walter Dörwald · 20 years ago
  14. 1dde95d Move list and tuple tests from test_types.py to their own scripts: by Walter Dörwald · 21 years ago
  15. e8049bef Use _PyEval_SliceIndex to handle list.index() calls with by Walter Dörwald · 21 years ago
  16. 2743d87 Fix sloppy index() implementation: by Guido van Rossum · 21 years ago
  17. d05abde SF #754014: list.index() should accept optional start, end arguments by Raymond Hettinger · 21 years ago
  18. c2659cf Whitespace normalization. by Tim Peters · 21 years ago
  19. 686b14d SF bug #730296: Unexpected Changes in list Iterator by Raymond Hettinger · 21 years ago
  20. 9928571 SF bug 665835: filter() treatment of str and tuple inconsistent by Raymond Hettinger · 21 years ago
  21. aa86e35 - bool() called without arguments now returns False rather than by Guido van Rossum · 21 years ago
  22. 3a3cca5 - list.insert(i, x) now interprets negative i as it would be by Guido van Rossum · 21 years ago
  23. a3e1e4c SF patch #693753: fix for bug 639806: default for dict.pop by Raymond Hettinger · 21 years ago
  24. d5a65a7 Fix SF bug #689659, 64-bit int and long hash keys incompatible by Neal Norwitz · 21 years ago
  25. babc83a Cleaned up test (removing bogus argument list). by Raymond Hettinger · 22 years ago
  26. e03e5b1 Remove assumption that cls is a subclass of dict. by Raymond Hettinger · 22 years ago
  27. a69c030 The final tweaks before closing by Michael W. Hudson · 22 years ago
  28. b02bb5e Replace BadInternalCall with TypeError. Add a test case. Fix whitespace. by Raymond Hettinger · 22 years ago
  29. e33d3df SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class by Raymond Hettinger · 22 years ago
  30. f171540 Change int() so that passing a string, unicode, float or long argument by Walter Dörwald · 22 years ago
  31. b9099c3 SF patch 637176: list.sort crasher by Tim Peters · 22 years ago
  32. 5da854f This is Alex Martelli's patch by Michael W. Hudson · 22 years ago
  33. 56796f6 Fix for by Michael W. Hudson · 22 years ago
  34. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  35. c411dba Whitespace normalization. by Tim Peters · 22 years ago
  36. 10f36d9 Add a check that the bug Jeremy just fixed in _PyTuple_Resize() is fixed. by Guido van Rossum · 22 years ago
  37. 9c14bad Fix the bug described in by Michael W. Hudson · 22 years ago
  38. 6fc36c5 Test exceptional conditions in list.sort() by Neal Norwitz · 22 years ago
  39. 589dc93 Fix for problem reported by Neal Norwitz. Tighten up calculation of by Michael W. Hudson · 22 years ago
  40. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 22 years ago
  41. 485f340 Buffer-object repitition and concatenation has worked all along; add a test by Fred Drake · 22 years ago
  42. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago
  43. e027d98 Add Raymond Hettinger's d.pop(). See SF patch 539949. by Guido van Rossum · 22 years ago
  44. eff7244 Add more tests for built-in types. Add tests for buffer objects. by Neil Schemenauer · 22 years ago
  45. 2b26a86 Whitespace normalization. by Tim Peters · 23 years ago
  46. 29d2606 Additional coverage tests by Neil Norwitz. (SF patch #491418, #491420, #491421.) by Guido van Rossum · 23 years ago
  47. 6d30c3e Change new tests to use integer division (// instead of /). by Tim Peters · 23 years ago
  48. a3c01ce SF bug #488480: integer multiply to return -max_int-1. by Tim Peters · 23 years ago
  49. 4177538 Add a bunch of tests for extended dict.update() where the argument is by Barry Warsaw · 23 years ago
  50. 0dbb4fb Implement, test and document "key in dict" and "key not in dict". by Guido van Rossum · 23 years ago
  51. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  52. b822c61 Added test for {}.popitem(). by Guido van Rossum · 24 years ago
  53. 5725d1e Backing out my changes. Improved version coming soon to a Source Forge near you! by Moshe Zadka · 24 years ago
  54. 1a62750 Added .first{item,value,key}() to dictionaries. by Moshe Zadka · 24 years ago
  55. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  56. 79c9b17 Barry's patch to test the new setdefault() method. by Guido van Rossum · 24 years ago
  57. 5ebfa2a Add tests to exercise sequence operations (multiplication, indexing, by Andrew M. Kuchling · 24 years ago
  58. affd77f Add tests for list self-assigns. (Sorry, this should have been here by Guido van Rossum · 26 years ago
  59. 7462942 Added some tests to make sure that long->int conversions near by Guido van Rossum · 26 years ago
  60. d151d34 Add test for core dump -- make sure it doesn't come back! by Guido van Rossum · 26 years ago
  61. fb5cef1 Added separate tests for {}.get(). by Guido van Rossum · 27 years ago
  62. 9b887c7 Added tests of dict.get() by Barry Warsaw · 27 years ago
  63. ce1fa26 Added tests for dict.clear(), dict.update(), dict.copy(). by Guido van Rossum · 27 years ago
  64. eecf035 Test new __import__ module, test reload of built-in module, test by Guido van Rossum · 30 years ago
  65. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  66. e61fa0a * profile.py, pdb.py: added help() function by Guido van Rossum · 31 years ago
  67. d316607 * ftplib.py: added abort() command (sends oob data). by Guido van Rossum · 31 years ago
  68. 80530ce * Add some more tests for numbers by Guido van Rossum · 31 years ago
  69. 85f1820 Added some new tests and two new files for testing: test_types.py by Guido van Rossum · 32 years ago