1. 9366241 More has_key() fixes. by Guido van Rossum · 18 years ago
  2. 49061f7 Stomp out more hsa_key() calls. by Guido van Rossum · 18 years ago
  3. 1b01e5c Fix some more has_key() uses. This could really use a tool to automate... by Guido van Rossum · 18 years ago
  4. 5c303de Set the svn:ignore property. Why can't this be set once on the root directory? by Guido van Rossum · 18 years ago
  5. c6fe983 When sitecustomize.py fails, don't make all of site.py fail, by Guido van Rossum · 18 years ago
  6. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  7. d2dbecb repr() of a long int no longer produces a trailing 'L'. by Guido van Rossum · 18 years ago
  8. f431278 test_bsddb runs fine on darwin. by Guido van Rossum · 18 years ago
  9. 333aef4 Get rid of the apply() calls here, to make the unit test pass. by Guido van Rossum · 18 years ago
  10. bee6501 Delete merge turd. by Guido van Rossum · 18 years ago
  11. cde2ead Fix another relative import. by Guido van Rossum · 18 years ago
  12. 4011a24 Fix non-C89-compatible syntax. by Guido van Rossum · 18 years ago
  13. e171965 For posterity, here's a list of currently failing tests in py3k. by Guido van Rossum · 18 years ago
  14. 3b843cc Make unit tests pass: replace apply() and adapt to different attribute message. by Guido van Rossum · 18 years ago
  15. 512ab9f Fixed cPickle, by restoring some of the deleted code. by Guido van Rossum · 18 years ago
  16. 49d6b07 Make the it_index field in the str/unicode iterators Py_ssize_t's. by Guido van Rossum · 18 years ago
  17. bf12cdb Quite a few fixes to make the library and test suite more robust when by Guido van Rossum · 18 years ago
  18. 3b27105 Use explicit relative import to make this work again. by Guido van Rossum · 18 years ago
  19. ba205d6 If cPickle isn't available, use pickle. by Guido van Rossum · 18 years ago
  20. 06a2dc7 Use explicit relative import, to make things work again. by Guido van Rossum · 18 years ago
  21. 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
  22. d033ddf Get rid of the last mention of WITH_CYCLE_GC that I could find. by Guido van Rossum · 18 years ago
  23. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  24. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  25. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  26. 1ba5b3b Merged revisions 46607-46608 via svnmerge from by Thomas Wouters · 18 years ago
  27. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  28. 60254fe While testing absolute and relative imports, remember that absolute imports by Thomas Wouters · 18 years ago
  29. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  30. 7c3bccd Prep for initial svnmerge.py run. by Thomas Wouters · 18 years ago
  31. 08e8b7a Comment out debug print. by Guido van Rossum · 18 years ago
  32. 65810fe SF patch 1495675: Remove types.InstanceType and new.instance (Collin Winter) by Guido van Rossum · 18 years ago
  33. 2018831 Adding bytes.join() -- a class methods that concatenates an iterable of bytes. by Guido van Rossum · 18 years ago
  34. a0867f7 Optimizations for bytes reallocation. by Guido van Rossum · 18 years ago
  35. 5584245 Some of the test cases were failing due to the busted (relative) import. by Neal Norwitz · 18 years ago
  36. cab1097 __coerce__ is gone, there's nothing to test. by Neal Norwitz · 18 years ago
  37. 13e5721 Implement bytes += bytes, bytes *= int, int in bytes, bytes in bytes. by Guido van Rossum · 18 years ago
  38. 1b283c5 Change C code to use 4-space indents. by Brett Cannon · 18 years ago
  39. d624f18 Added much functionality to the bytes type. by Guido van Rossum · 18 years ago
  40. e06b6b8 Fix a leak and a buglet discovered by Thomas. by Guido van Rossum · 18 years ago
  41. 5f6f27d Fix test_main function so test_bytes can be run by regrtest.py. by Thomas Wouters · 18 years ago
  42. 4dfe8a1 Here is a bytes type. It's very minimal but it's a start. by Guido van Rossum · 18 years ago
  43. d603f64 Delete test_coercion.py. Coercion is dead, so this test is useless. by Guido van Rossum · 18 years ago
  44. d4ec0c3 Merge with trunk up to revision 45620. by Thomas Wouters · 18 years ago
  45. 13247bf Add empty __init__ methods for stateful multibytecodec instances. by Hye-Shik Chang · 18 years ago
  46. 6da4856 Fix test_scriptpackage with pure will power. by Guido van Rossum · 18 years ago
  47. c350d1a Commit regenerated Python-ast.c. by Thomas Wouters · 18 years ago
  48. 7ec155f Fix relative import. This fixes test_sax.py. by Guido van Rossum · 18 years ago
  49. e4dea98 Fix the unit tests by adding dispatch tables for DateTime and Binary. by Guido van Rossum · 18 years ago
  50. d807328 Fix newly merged test for p3ykness. by Thomas Wouters · 18 years ago
  51. dcc6d32 Fix merge glitch. by Thomas Wouters · 18 years ago
  52. 3fc2ca3 Merge trunk up to 45598. by Thomas Wouters · 18 years ago
  53. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  54. 9ada3d6 Merge trunk up to 43069, putting re.py back and hopefully making the branch by Thomas Wouters · 18 years ago
  55. 725ccd1 Merge trunk's 43068, deleting re.py. This leaves the branch in a broken by Thomas Wouters · 18 years ago
  56. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 18 years ago
  57. d858f70 Fix the problems in this test. Boy this is a painful thing to debug -- by Guido van Rossum · 18 years ago
  58. 303de6a Fix (and add test for) missing check for BaseException subclasses in the C API. by Thomas Wouters · 18 years ago
  59. 4f564bd Fix typical truedivision problem (using the result of division as an index.) by Thomas Wouters · 18 years ago
  60. a48a3b4 Fix test failures for repr.py. by Guido van Rossum · 18 years ago
  61. 08a1a9f Use explicit relative import for an, ehm, relative import. by Thomas Wouters · 18 years ago
  62. 7ea7d90 Fix the expected output file; new classes just behave differently... by Guido van Rossum · 18 years ago
  63. 69e8084 Fix two errors that prevented "make libinstall" from working: by Guido van Rossum · 18 years ago
  64. 07519f8 Fix xrange tests now that xrange() (like many other places) no longer by Thomas Wouters · 18 years ago
  65. ba617af Mention how __coerce__ has been removed. by Brett Cannon · 18 years ago
  66. 4cdada9 Make test_class work (but still fail) even though class.__dict__ is now a by Thomas Wouters · 18 years ago
  67. 1034dad Adjust test_enumerate to accomodate for iter() blowing up sooner than by Thomas Wouters · 18 years ago
  68. c947123 Fix tests for PyArg_Parse*; The PyArg_Parse functions no longer (noisily) by Thomas Wouters · 18 years ago
  69. 725af87 - Remove tests for classic class behaviour by Thomas Wouters · 18 years ago
  70. 1ae9afa Fix test_bisect in the same way as test_itertools: iter() blows up a lot by Thomas Wouters · 18 years ago
  71. 3472903 Fix the superficial augmented-assignment tests to deal with true division. by Thomas Wouters · 18 years ago
  72. 8690c4e Fix tests that were trying to make iteration blow up, on broken iterators. by Thomas Wouters · 18 years ago
  73. 0725cf2 Remove tests for classic-class and mixed-classic-class/new-style behaviour. by Thomas Wouters · 18 years ago
  74. 28bc768 - Fix doctest results to account for classes being new-style, and thus by Thomas Wouters · 18 years ago
  75. 6caa07b Make 'python -tt' the default, meaning Python won't allow mixing tabs and by Thomas Wouters · 18 years ago
  76. 0c4eb62 Fix the version number to be 3.0. by Guido van Rossum · 18 years ago
  77. c6fe059 Use absolute import. (Should this go into 2.5?) by Neal Norwitz · 19 years ago
  78. bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 19 years ago
  79. ed483ba String exceptions are gone and so are classic classes. by Neal Norwitz · 19 years ago
  80. 28c3198 Use *absolute* imports now that they are required. (Should this go into 2.5?) by Neal Norwitz · 19 years ago
  81. 1e32b69 Must inherit from Exception now. by Neal Norwitz · 19 years ago
  82. 2def11a Use *absolute* imports now that they are required. (Should this go into 2.5?) by Neal Norwitz · 19 years ago
  83. c3e54b8 Use *absolute* import now that it is required. (Should this go into 2.5? Hopefully not the bogus comment about using relative imports. That was just to see if anyone was paying attention.) by Neal Norwitz · 19 years ago
  84. 16d6510 Use relative import now that it is required. (Should this go into 2.5?) by Neal Norwitz · 19 years ago
  85. 2a0c780 Use relative import now that it is required. (Should this go into 2.5?) by Neal Norwitz · 19 years ago
  86. 2b49943 Ok, compiler.transformer can really be imported now by Neal Norwitz · 19 years ago
  87. 0fb4376 Must inherit from Exception now. by Neal Norwitz · 19 years ago
  88. ef4f7f0 Use relative import now that it is required. (Should this go into 2.5?) by Neal Norwitz · 19 years ago
  89. abdbeff Use relative imports in compiler package now that it is required. (Should this go into 2.5 or should we do compiler.XXX?) by Neal Norwitz · 19 years ago
  90. a0bc30f Remove another use of as as a keyword by Neal Norwitz · 19 years ago
  91. 227b533 Finish getting rid of statichere/staticforward by Neal Norwitz · 19 years ago
  92. 914a818 Get doctest to pass. The problem was int/int -> float now. There by Neal Norwitz · 19 years ago
  93. 57c179c Remove staticforward and statichere by Neal Norwitz · 19 years ago
  94. f84c38a Damn another occurrence of using as as a keywordf by Neal Norwitz · 19 years ago
  95. 3114608 remove test file by Barry Warsaw · 19 years ago
  96. cf028c1 testing svn emails by Barry Warsaw · 19 years ago
  97. 72a786e testing svn emails by Barry Warsaw · 19 years ago
  98. e3c8ebb testing svn emails by Barry Warsaw · 19 years ago
  99. 05eb9a3 testing svn emails by Barry Warsaw · 19 years ago
  100. c671880 testing svn emails by Barry Warsaw · 19 years ago