1. 52318d6 Patch #1550786: ellipsis literal. by Georg Brandl · 18 years ago
  2. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  3. 4e472e0 Fix comment for indenting in C files. by Brett Cannon · 18 years ago
  4. d4ccfcb Fix latex2html compile error by George Yoshida · 18 years ago
  5. ca81046 Get rid of more coerce cruft (really check in this time :-) by Neal Norwitz · 18 years ago
  6. 378b2c9 Get rid of more coerce cruft, update NEWS by Neal Norwitz · 18 years ago
  7. 6309f2d Get parsermodule working again after adding set literals by Neal Norwitz · 18 years ago
  8. c082cb7 Fix another typo. by Neal Norwitz · 18 years ago
  9. 2eca440 Get rid of some more cases of backquotes. parsermodule.c doesn't compile by Neal Norwitz · 18 years ago
  10. 3bd844e Get rid of most of the remaining uses of <>. There's still Tools/* thogh. by Neal Norwitz · 18 years ago
  11. c4996ba Fix str() and repr() of empty sets. by Georg Brandl · 18 years ago
  12. b3fa66f Small fix for compiler module ./. set literals. by Georg Brandl · 18 years ago
  13. 17ab9a0 Fix set literals not being visited in symtable creation. by Georg Brandl · 18 years ago
  14. 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
  15. ecfd0b2 Vestige of code from removing backticks. by Brett Cannon · 18 years ago
  16. 0919a1a Part of SF patch #1513870 (the still relevant part) -- add reduce() to by Guido van Rossum · 18 years ago
  17. 6a2a2a0 Inspired by SF patch #860326, make the exception formatting by by Guido van Rossum · 18 years ago
  18. 59baa75 The daily ritual: fix C89 violations. by Guido van Rossum · 18 years ago
  19. f35ad33 Don't use a fixed temporary name (gdbm). by Guido van Rossum · 18 years ago
  20. b65fb33 SF patch 1546297 (with some tweaks): by Guido van Rossum · 18 years ago
  21. e2e23ef Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the by Brett Cannon · 18 years ago
  22. 5f5cfd1 Remove more '<>' usage. by Brett Cannon · 18 years ago
  23. cf588f6 Remove support for backticks from the grammar and compiler. by Brett Cannon · 18 years ago
  24. 8b6de13 UNARY_CONVERT can no longer be generated, so remove a test for the peepholer by Brett Cannon · 18 years ago
  25. 8933cb4 Change test of assignment of backticked expression to be an "invalid syntax" by Brett Cannon · 18 years ago
  26. b3de3ba Check in new output for test_tokenize. by Brett Cannon · 18 years ago
  27. f036551 Switch to using %r in the format string. by Brett Cannon · 18 years ago
  28. e427a1c Don't test AST for backticks. by Brett Cannon · 18 years ago
  29. 7ed3fcf The backtick removal crusade continues ... by Brett Cannon · 18 years ago
  30. 0b70cca Remove usage of backticks. by Brett Cannon · 18 years ago
  31. db60d6e Remove more '<>' usage. by Brett Cannon · 18 years ago
  32. 553a029 Back out rev. 51583 as this file is auto-generated. Obviously the program that by Brett Cannon · 18 years ago
  33. 7c90aed For some reason Vim was just not wanting to tell me there was more instances of by Brett Cannon · 18 years ago
  34. 0fc9139 Even more removals of '<>'; I can hear Barry shedding a manly tear ... by Brett Cannon · 18 years ago
  35. f76c3da Remove a use of 'as' as a parameter. by Brett Cannon · 18 years ago
  36. 9ca0eca Remove some uses of '<>'. by Brett Cannon · 18 years ago
  37. 0e1cff5 Get rid of all two uses of backticks (bad Jeremy!). by Brett Cannon · 18 years ago
  38. f1624cd Fix a bunch of compiler warnings. In at least one case these were serious bugs! by Guido van Rossum · 18 years ago
  39. dc5f6b2 Got test_mutants.py working. One set of changes was straightforward: by Guido van Rossum · 18 years ago
  40. 801f0d7 Make built-in zip() equal to itertools.izip(). by Guido van Rossum · 18 years ago
  41. d38abe9 Get rid of empty file. by Guido van Rossum · 18 years ago
  42. e4ef3a6 Fix the bsddb3 unit tests. by Guido van Rossum · 18 years ago
  43. 1996059 Fix the datetime comparison conundrum. by Guido van Rossum · 18 years ago
  44. b6bb0c7 Implement == and != comparisons for code objects by value. by Guido van Rossum · 18 years ago
  45. 8f78fe9 Fix fallout from Anna's file -> open changes. by Guido van Rossum · 18 years ago
  46. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  47. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
  48. b5d47ef Fix another comparison between None and 0. by Guido van Rossum · 18 years ago
  49. 93a6692 Make it compile with C89. by Guido van Rossum · 18 years ago
  50. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  51. 9a6e62b Fix buglet in slice assignment of bytesobjects: assigning to b[3:0] ('stop' by Thomas Wouters · 18 years ago
  52. fbfe093 Check for exceptions set by PyDict_GetItem(). by Jeremy Hylton · 18 years ago
  53. 811c4e0 Remove has_key() references from idlelib. IDLE still doesn't run due by Guido van Rossum · 18 years ago
  54. d204a71 Make bytesobject raise ValueError instead of TypeError again (thanks, Nick) by Thomas Wouters · 18 years ago
  55. 89da5d7 Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. by Guido van Rossum · 18 years ago
  56. 6cefeb0 Jacques Frechet's and John Reese's simplification of ElementTree: give up by Alex Martelli · 18 years ago
  57. 0008602 remove debugging turd. by Thomas Wouters · 18 years ago
  58. 3893815 Change the way __hash__ is inherited; when __eq__ or __cmp__ is overridden by Guido van Rossum · 18 years ago
  59. 5431ee4 test_gc is no longer broken by Thomas Wouters · 18 years ago
  60. 3dfc3c1 Fix test_gc failure by fixing the bug test_gc found: __del__ methods were no by Thomas Wouters · 18 years ago
  61. 2bb5f1d etree_c not broken any more. by Alex Martelli · 18 years ago
  62. 0763c3f etree unittest not broken any more by Alex Martelli · 18 years ago
  63. c5c45ba Use proper py3k syntax for relative import (from . import foo) by Alex Martelli · 18 years ago
  64. fe25e23 minidom is fixed. by Guido van Rossum · 18 years ago
  65. 0ee4351 Changed minidom.py to work correctly with new-style classes (since by Alex Martelli · 18 years ago
  66. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  67. 18a67ba Fix comparing complex to non-complex numbers. by Guido van Rossum · 18 years ago
  68. 4886cc3 Get rid of most of the rest of coerce (slot is still there for now). by Neal Norwitz · 18 years ago
  69. 7921299 use isinstance instead of type. Use bool instead of int for flag. by Neal Norwitz · 18 years ago
  70. 48563e8 Don't define has_key(). by Guido van Rossum · 18 years ago
  71. 2043513 Fixed to the point that all unit tests pass again. (However, I get 4 by Guido van Rossum · 18 years ago
  72. f1a69c1 Get rid of a bunch more has_key() uses. We *really* need a tool for this. by Neal Norwitz · 18 years ago
  73. 0da7e03 And the gdbm module's test now passes again. by Guido van Rossum · 18 years ago
  74. ef67111 Fix this right for has_key(). This required adding tp_as_sequence. by Guido van Rossum · 18 years ago
  75. e014a13 Couple more has_keys() going... by Guido van Rossum · 18 years ago
  76. 6e23e37 Only three failing tests left: dbm, gdbm, tcl! by Guido van Rossum · 18 years ago
  77. cef3a1c Another has_key reference bites the dust. by Guido van Rossum · 18 years ago
  78. 9366241 More has_key() fixes. by Guido van Rossum · 18 years ago
  79. 49061f7 Stomp out more hsa_key() calls. by Guido van Rossum · 18 years ago
  80. 1b01e5c Fix some more has_key() uses. This could really use a tool to automate... by Guido van Rossum · 18 years ago
  81. 5c303de Set the svn:ignore property. Why can't this be set once on the root directory? by Guido van Rossum · 18 years ago
  82. c6fe983 When sitecustomize.py fails, don't make all of site.py fail, by Guido van Rossum · 18 years ago
  83. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  84. d2dbecb repr() of a long int no longer produces a trailing 'L'. by Guido van Rossum · 18 years ago
  85. f431278 test_bsddb runs fine on darwin. by Guido van Rossum · 18 years ago
  86. 333aef4 Get rid of the apply() calls here, to make the unit test pass. by Guido van Rossum · 18 years ago
  87. bee6501 Delete merge turd. by Guido van Rossum · 18 years ago
  88. cde2ead Fix another relative import. by Guido van Rossum · 18 years ago
  89. 4011a24 Fix non-C89-compatible syntax. by Guido van Rossum · 18 years ago
  90. e171965 For posterity, here's a list of currently failing tests in py3k. by Guido van Rossum · 18 years ago
  91. 3b843cc Make unit tests pass: replace apply() and adapt to different attribute message. by Guido van Rossum · 18 years ago
  92. 512ab9f Fixed cPickle, by restoring some of the deleted code. by Guido van Rossum · 18 years ago
  93. 49d6b07 Make the it_index field in the str/unicode iterators Py_ssize_t's. by Guido van Rossum · 18 years ago
  94. bf12cdb Quite a few fixes to make the library and test suite more robust when by Guido van Rossum · 18 years ago
  95. 3b27105 Use explicit relative import to make this work again. by Guido van Rossum · 18 years ago
  96. ba205d6 If cPickle isn't available, use pickle. by Guido van Rossum · 18 years ago
  97. 06a2dc7 Use explicit relative import, to make things work again. by Guido van Rossum · 18 years ago
  98. 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
  99. d033ddf Get rid of the last mention of WITH_CYCLE_GC that I could find. by Guido van Rossum · 18 years ago
  100. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago