1. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 18 years ago
  2. 63eecc7 Fix the last two tests. by Guido van Rossum · 18 years ago
  3. 5b8d24a Fix obvious problems from switch to dict views. Some tests still fail over by Brett Cannon · 18 years ago
  4. c1b22a0 Fix dumbdbm and test_dumbdbm to work with dict views. Bug in dumbdbm was from by Brett Cannon · 18 years ago
  5. f0c82f9 Fix test_importhooks for dict views. by Brett Cannon · 18 years ago
  6. 0caf6d8 Fix test_iter after the dict views conversion. by Brett Cannon · 18 years ago
  7. eb6b0ee Fix test_iterlen by returning the iterator of dict views. Problem is that by Brett Cannon · 18 years ago
  8. 861fd6f Fix xml.dom.minidom so it works again after the dict views introduction. by Brett Cannon · 18 years ago
  9. ecca313 Fix test_mutants for dict views. by Brett Cannon · 18 years ago
  10. 67582d2 Fix test_os from breakage due to dict views. by Brett Cannon · 18 years ago
  11. 75d26cc Some more test now pass. by Guido van Rossum · 18 years ago
  12. d81206d Fix the damage to UserDict and its tests. by Guido van Rossum · 18 years ago
  13. e34cdd1 Fix for test_dict.py, thanks to Eduardo O Padoan. by Guido van Rossum · 18 years ago
  14. d9214d1 Make dict.keys() and dict.items() comparable to sets, using == and !=. by Guido van Rossum · 18 years ago
  15. e19aad4 Fix unittest. by Guido van Rossum · 18 years ago
  16. 07f2436 Nailed test_weakref.py. Pfew, messy! by Guido van Rossum · 18 years ago
  17. 9afbb4e Two more trivial fixes. by Guido van Rossum · 18 years ago
  18. cd70eee Another fix. Partly reverted the tweaks done by the previous fix. by Guido van Rossum · 18 years ago
  19. 091153d Make test_sax pass. by Guido van Rossum · 18 years ago
  20. 87b6395 With the help of the improved fixer, test_with.py is now fixed. by Guido van Rossum · 18 years ago
  21. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  22. 3ac6741 Implement __contains__ for dict_keys and dict_items. by Guido van Rossum · 18 years ago
  23. 83825ac Endow dict views with a proper length method. by Guido van Rossum · 18 years ago
  24. b90c848 Very preliminary work on dict views. by Guido van Rossum · 18 years ago
  25. e0192e5 Fix the remaining doctest failures. by Guido van Rossum · 18 years ago
  26. 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 18 years ago
  27. bdc36e4 Redue the failure rate to 13 tests. Bah. by Guido van Rossum · 18 years ago
  28. 0bcbb0d Fix the roundtripping function. by Guido van Rossum · 18 years ago
  29. 8df511b Trivial fix for test_profile.py. by Guido van Rossum · 18 years ago
  30. 4e4035b Found another difference between old and new print: by Guido van Rossum · 18 years ago
  31. 43fc78d More prints embedded in strings. by Guido van Rossum · 18 years ago
  32. 374812c Two tests fixed with one fix. by Guido van Rossum · 18 years ago
  33. c420b2f Fix another test. by Guido van Rossum · 18 years ago
  34. d8c1967 Some more tests pass now. (Also test_compiler.py with -u all.) by Guido van Rossum · 18 years ago
  35. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 18 years ago
  36. 08c47ba Fix an unfortunate mis-conversion: sometimes "print x," must be by Guido van Rossum · 18 years ago
  37. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 18 years ago
  38. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  39. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
  40. 08f0046 - Fix conversion glitch in test_pyclbr, which caused a test to not fail by Thomas Wouters · 18 years ago
  41. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
  42. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  43. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
  44. 018919a Merged revisions 53434 via svnmerge from by Guido van Rossum · 18 years ago
  45. 65eabe3 One more test breakage hits the dust. The test was clearly in the wrong. by Guido van Rossum · 18 years ago
  46. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  47. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  48. 33552e9 Excise the sets module. SF #1500611 by Collin Winter. by Guido van Rossum · 18 years ago
  49. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  50. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
  51. 66a796e Patch #1601678: move intern() to sys.intern(). by Georg Brandl · 18 years ago
  52. 376446d Implement extended slicing in bytes objects. by Thomas Wouters · 18 years ago
  53. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  54. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  55. dfc9d4f Unit tests for PEP 3102, by Jiwon Seo. Forgot to add these earlier. by Guido van Rossum · 18 years ago
  56. f59677a The rest of patch 1549670 by Jiwon, making the compiler test pass. by Guido van Rossum · 18 years ago
  57. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  58. fc2a0a8 Thomas Heller fixed modulefinder and added a test. Thanks! by Guido van Rossum · 18 years ago
  59. 52318d6 Patch #1550786: ellipsis literal. by Georg Brandl · 18 years ago
  60. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  61. c4996ba Fix str() and repr() of empty sets. by Georg Brandl · 18 years ago
  62. 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
  63. 0919a1a Part of SF patch #1513870 (the still relevant part) -- add reduce() to by Guido van Rossum · 18 years ago
  64. 6a2a2a0 Inspired by SF patch #860326, make the exception formatting by by Guido van Rossum · 18 years ago
  65. f35ad33 Don't use a fixed temporary name (gdbm). by Guido van Rossum · 18 years ago
  66. 8b6de13 UNARY_CONVERT can no longer be generated, so remove a test for the peepholer by Brett Cannon · 18 years ago
  67. 8933cb4 Change test of assignment of backticked expression to be an "invalid syntax" by Brett Cannon · 18 years ago
  68. b3de3ba Check in new output for test_tokenize. by Brett Cannon · 18 years ago
  69. e427a1c Don't test AST for backticks. by Brett Cannon · 18 years ago
  70. 7ed3fcf The backtick removal crusade continues ... by Brett Cannon · 18 years ago
  71. 0b70cca Remove usage of backticks. by Brett Cannon · 18 years ago
  72. dc5f6b2 Got test_mutants.py working. One set of changes was straightforward: by Guido van Rossum · 18 years ago
  73. 801f0d7 Make built-in zip() equal to itertools.izip(). by Guido van Rossum · 18 years ago
  74. 1996059 Fix the datetime comparison conundrum. by Guido van Rossum · 18 years ago
  75. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  76. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
  77. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  78. 9a6e62b Fix buglet in slice assignment of bytesobjects: assigning to b[3:0] ('stop' by Thomas Wouters · 18 years ago
  79. d204a71 Make bytesobject raise ValueError instead of TypeError again (thanks, Nick) by Thomas Wouters · 18 years ago
  80. 89da5d7 Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. by Guido van Rossum · 18 years ago
  81. 3893815 Change the way __hash__ is inherited; when __eq__ or __cmp__ is overridden by Guido van Rossum · 18 years ago
  82. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  83. 4886cc3 Get rid of most of the rest of coerce (slot is still there for now). by Neal Norwitz · 18 years ago
  84. 7921299 use isinstance instead of type. Use bool instead of int for flag. by Neal Norwitz · 18 years ago
  85. cef3a1c Another has_key reference bites the dust. by Guido van Rossum · 18 years ago
  86. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  87. d2dbecb repr() of a long int no longer produces a trailing 'L'. by Guido van Rossum · 18 years ago
  88. f431278 test_bsddb runs fine on darwin. by Guido van Rossum · 18 years ago
  89. 49d6b07 Make the it_index field in the str/unicode iterators Py_ssize_t's. by Guido van Rossum · 18 years ago
  90. bf12cdb Quite a few fixes to make the library and test suite more robust when by Guido van Rossum · 18 years ago
  91. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  92. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  93. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  94. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  95. 60254fe While testing absolute and relative imports, remember that absolute imports by Thomas Wouters · 18 years ago
  96. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  97. 08e8b7a Comment out debug print. by Guido van Rossum · 18 years ago
  98. 65810fe SF patch 1495675: Remove types.InstanceType and new.instance (Collin Winter) by Guido van Rossum · 18 years ago
  99. 2018831 Adding bytes.join() -- a class methods that concatenates an iterable of bytes. by Guido van Rossum · 18 years ago
  100. cab1097 __coerce__ is gone, there's nothing to test. by Neal Norwitz · 18 years ago