1. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  2. 08f0046 - Fix conversion glitch in test_pyclbr, which caused a test to not fail by Thomas Wouters · 17 years ago
  3. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  4. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 17 years ago
  5. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 17 years ago
  6. f410000 Fix pickletools doctests -- all we get nowadays is longs. by Guido van Rossum · 17 years ago
  7. 4c9695a Fix repr.py -- it was triggering on the type name 'long', should be 'int'. by Guido van Rossum · 17 years ago
  8. 018919a Merged revisions 53434 via svnmerge from by Guido van Rossum · 17 years ago
  9. 65eabe3 One more test breakage hits the dust. The test was clearly in the wrong. by Guido van Rossum · 17 years ago
  10. 56be3b1 Fix new bug in ftplib.py introduced by exception scope limitation. by Guido van Rossum · 17 years ago
  11. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 17 years ago
  12. 16be03e Some more changes related to the new except syntax and semantics, by Guido van Rossum · 17 years ago
  13. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  14. 33552e9 Excise the sets module. SF #1500611 by Collin Winter. by Guido van Rossum · 17 years ago
  15. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 17 years ago
  16. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
  17. 66a796e Patch #1601678: move intern() to sys.intern(). by Georg Brandl · 18 years ago
  18. 376446d Implement extended slicing in bytes objects. by Thomas Wouters · 18 years ago
  19. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  20. 030debb updated docstring on __bool__ to match behavior by Jack Diederich · 18 years ago
  21. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  22. dfc9d4f Unit tests for PEP 3102, by Jiwon Seo. Forgot to add these earlier. by Guido van Rossum · 18 years ago
  23. f59677a The rest of patch 1549670 by Jiwon, making the compiler test pass. by Guido van Rossum · 18 years ago
  24. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  25. fc2a0a8 Thomas Heller fixed modulefinder and added a test. Thanks! by Guido van Rossum · 18 years ago
  26. 2def557 This module was still referencing some dead EXEC related constants. by Guido van Rossum · 18 years ago
  27. 52318d6 Patch #1550786: ellipsis literal. by Georg Brandl · 18 years ago
  28. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  29. c082cb7 Fix another typo. by Neal Norwitz · 18 years ago
  30. 2eca440 Get rid of some more cases of backquotes. parsermodule.c doesn't compile by Neal Norwitz · 18 years ago
  31. c4996ba Fix str() and repr() of empty sets. by Georg Brandl · 18 years ago
  32. b3fa66f Small fix for compiler module ./. set literals. by Georg Brandl · 18 years ago
  33. 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
  34. ecfd0b2 Vestige of code from removing backticks. by Brett Cannon · 18 years ago
  35. 0919a1a Part of SF patch #1513870 (the still relevant part) -- add reduce() to by Guido van Rossum · 18 years ago
  36. 6a2a2a0 Inspired by SF patch #860326, make the exception formatting by by Guido van Rossum · 18 years ago
  37. f35ad33 Don't use a fixed temporary name (gdbm). by Guido van Rossum · 18 years ago
  38. e2e23ef Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the by Brett Cannon · 18 years ago
  39. cf588f6 Remove support for backticks from the grammar and compiler. by Brett Cannon · 18 years ago
  40. 8b6de13 UNARY_CONVERT can no longer be generated, so remove a test for the peepholer by Brett Cannon · 18 years ago
  41. 8933cb4 Change test of assignment of backticked expression to be an "invalid syntax" by Brett Cannon · 18 years ago
  42. b3de3ba Check in new output for test_tokenize. by Brett Cannon · 18 years ago
  43. e427a1c Don't test AST for backticks. by Brett Cannon · 18 years ago
  44. 7ed3fcf The backtick removal crusade continues ... by Brett Cannon · 18 years ago
  45. 0b70cca Remove usage of backticks. by Brett Cannon · 18 years ago
  46. 553a029 Back out rev. 51583 as this file is auto-generated. Obviously the program that by Brett Cannon · 18 years ago
  47. 7c90aed For some reason Vim was just not wanting to tell me there was more instances of by Brett Cannon · 18 years ago
  48. 0fc9139 Even more removals of '<>'; I can hear Barry shedding a manly tear ... by Brett Cannon · 18 years ago
  49. f76c3da Remove a use of 'as' as a parameter. by Brett Cannon · 18 years ago
  50. 9ca0eca Remove some uses of '<>'. by Brett Cannon · 18 years ago
  51. dc5f6b2 Got test_mutants.py working. One set of changes was straightforward: by Guido van Rossum · 18 years ago
  52. 801f0d7 Make built-in zip() equal to itertools.izip(). by Guido van Rossum · 18 years ago
  53. e4ef3a6 Fix the bsddb3 unit tests. by Guido van Rossum · 18 years ago
  54. 1996059 Fix the datetime comparison conundrum. by Guido van Rossum · 18 years ago
  55. 8f78fe9 Fix fallout from Anna's file -> open changes. by Guido van Rossum · 18 years ago
  56. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  57. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
  58. b5d47ef Fix another comparison between None and 0. by Guido van Rossum · 18 years ago
  59. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  60. 9a6e62b Fix buglet in slice assignment of bytesobjects: assigning to b[3:0] ('stop' by Thomas Wouters · 18 years ago
  61. 811c4e0 Remove has_key() references from idlelib. IDLE still doesn't run due by Guido van Rossum · 18 years ago
  62. d204a71 Make bytesobject raise ValueError instead of TypeError again (thanks, Nick) by Thomas Wouters · 18 years ago
  63. 89da5d7 Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. by Guido van Rossum · 18 years ago
  64. 6cefeb0 Jacques Frechet's and John Reese's simplification of ElementTree: give up by Alex Martelli · 18 years ago
  65. 3893815 Change the way __hash__ is inherited; when __eq__ or __cmp__ is overridden by Guido van Rossum · 18 years ago
  66. c5c45ba Use proper py3k syntax for relative import (from . import foo) by Alex Martelli · 18 years ago
  67. 0ee4351 Changed minidom.py to work correctly with new-style classes (since by Alex Martelli · 18 years ago
  68. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  69. 4886cc3 Get rid of most of the rest of coerce (slot is still there for now). by Neal Norwitz · 18 years ago
  70. 7921299 use isinstance instead of type. Use bool instead of int for flag. by Neal Norwitz · 18 years ago
  71. 48563e8 Don't define has_key(). by Guido van Rossum · 18 years ago
  72. 2043513 Fixed to the point that all unit tests pass again. (However, I get 4 by Guido van Rossum · 18 years ago
  73. f1a69c1 Get rid of a bunch more has_key() uses. We *really* need a tool for this. by Neal Norwitz · 18 years ago
  74. e014a13 Couple more has_keys() going... by Guido van Rossum · 18 years ago
  75. 6e23e37 Only three failing tests left: dbm, gdbm, tcl! by Guido van Rossum · 18 years ago
  76. cef3a1c Another has_key reference bites the dust. by Guido van Rossum · 18 years ago
  77. 9366241 More has_key() fixes. by Guido van Rossum · 18 years ago
  78. 49061f7 Stomp out more hsa_key() calls. by Guido van Rossum · 18 years ago
  79. 1b01e5c Fix some more has_key() uses. This could really use a tool to automate... by Guido van Rossum · 18 years ago
  80. c6fe983 When sitecustomize.py fails, don't make all of site.py fail, by Guido van Rossum · 18 years ago
  81. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  82. d2dbecb repr() of a long int no longer produces a trailing 'L'. by Guido van Rossum · 18 years ago
  83. f431278 test_bsddb runs fine on darwin. by Guido van Rossum · 18 years ago
  84. 333aef4 Get rid of the apply() calls here, to make the unit test pass. by Guido van Rossum · 18 years ago
  85. bee6501 Delete merge turd. by Guido van Rossum · 18 years ago
  86. cde2ead Fix another relative import. by Guido van Rossum · 18 years ago
  87. 3b843cc Make unit tests pass: replace apply() and adapt to different attribute message. by Guido van Rossum · 18 years ago
  88. 49d6b07 Make the it_index field in the str/unicode iterators Py_ssize_t's. by Guido van Rossum · 18 years ago
  89. bf12cdb Quite a few fixes to make the library and test suite more robust when by Guido van Rossum · 18 years ago
  90. 3b27105 Use explicit relative import to make this work again. by Guido van Rossum · 18 years ago
  91. ba205d6 If cPickle isn't available, use pickle. by Guido van Rossum · 18 years ago
  92. 06a2dc7 Use explicit relative import, to make things work again. by Guido van Rossum · 18 years ago
  93. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  94. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  95. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  96. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  97. 60254fe While testing absolute and relative imports, remember that absolute imports by Thomas Wouters · 18 years ago
  98. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  99. 08e8b7a Comment out debug print. by Guido van Rossum · 18 years ago
  100. 65810fe SF patch 1495675: Remove types.InstanceType and new.instance (Collin Winter) by Guido van Rossum · 18 years ago