1. 07519f8 Fix xrange tests now that xrange() (like many other places) no longer by Thomas Wouters · 18 years ago
  2. ba617af Mention how __coerce__ has been removed. by Brett Cannon · 18 years ago
  3. 4cdada9 Make test_class work (but still fail) even though class.__dict__ is now a by Thomas Wouters · 18 years ago
  4. 1034dad Adjust test_enumerate to accomodate for iter() blowing up sooner than by Thomas Wouters · 18 years ago
  5. c947123 Fix tests for PyArg_Parse*; The PyArg_Parse functions no longer (noisily) by Thomas Wouters · 18 years ago
  6. 725af87 - Remove tests for classic class behaviour by Thomas Wouters · 18 years ago
  7. 1ae9afa Fix test_bisect in the same way as test_itertools: iter() blows up a lot by Thomas Wouters · 18 years ago
  8. 3472903 Fix the superficial augmented-assignment tests to deal with true division. by Thomas Wouters · 18 years ago
  9. 8690c4e Fix tests that were trying to make iteration blow up, on broken iterators. by Thomas Wouters · 18 years ago
  10. 0725cf2 Remove tests for classic-class and mixed-classic-class/new-style behaviour. by Thomas Wouters · 18 years ago
  11. 28bc768 - Fix doctest results to account for classes being new-style, and thus by Thomas Wouters · 18 years ago
  12. 6caa07b Make 'python -tt' the default, meaning Python won't allow mixing tabs and by Thomas Wouters · 18 years ago
  13. 0c4eb62 Fix the version number to be 3.0. by Guido van Rossum · 18 years ago
  14. c6fe059 Use absolute import. (Should this go into 2.5?) by Neal Norwitz · 18 years ago
  15. bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 18 years ago
  16. ed483ba String exceptions are gone and so are classic classes. by Neal Norwitz · 18 years ago
  17. 28c3198 Use *absolute* imports now that they are required. (Should this go into 2.5?) by Neal Norwitz · 18 years ago
  18. 1e32b69 Must inherit from Exception now. by Neal Norwitz · 18 years ago
  19. 2def11a Use *absolute* imports now that they are required. (Should this go into 2.5?) by Neal Norwitz · 18 years ago
  20. 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 · 18 years ago
  21. 16d6510 Use relative import now that it is required. (Should this go into 2.5?) by Neal Norwitz · 18 years ago
  22. 2a0c780 Use relative import now that it is required. (Should this go into 2.5?) by Neal Norwitz · 18 years ago
  23. 2b49943 Ok, compiler.transformer can really be imported now by Neal Norwitz · 18 years ago
  24. 0fb4376 Must inherit from Exception now. by Neal Norwitz · 18 years ago
  25. ef4f7f0 Use relative import now that it is required. (Should this go into 2.5?) by Neal Norwitz · 18 years ago
  26. 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 · 18 years ago
  27. a0bc30f Remove another use of as as a keyword by Neal Norwitz · 18 years ago
  28. 227b533 Finish getting rid of statichere/staticforward by Neal Norwitz · 18 years ago
  29. 914a818 Get doctest to pass. The problem was int/int -> float now. There by Neal Norwitz · 18 years ago
  30. 57c179c Remove staticforward and statichere by Neal Norwitz · 18 years ago
  31. f84c38a Damn another occurrence of using as as a keywordf by Neal Norwitz · 18 years ago
  32. 3114608 remove test file by Barry Warsaw · 18 years ago
  33. cf028c1 testing svn emails by Barry Warsaw · 18 years ago
  34. 72a786e testing svn emails by Barry Warsaw · 18 years ago
  35. e3c8ebb testing svn emails by Barry Warsaw · 18 years ago
  36. 05eb9a3 testing svn emails by Barry Warsaw · 18 years ago
  37. c671880 testing svn emails by Barry Warsaw · 18 years ago
  38. e63f01e testing svn emails by Barry Warsaw · 18 years ago
  39. ff80579 testing svn emails by Barry Warsaw · 18 years ago
  40. 398b735 Some more TODO items of things I'd like to start with. by Guido van Rossum · 18 years ago
  41. a10f52e Remove PyArg_NoArgs() and PyArg_GetInt() by Neal Norwitz · 18 years ago
  42. e7086d4 INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used). by Neal Norwitz · 18 years ago
  43. 712ce45 _Py_QnewFlag and INPLACE_DIVIDE are not necessary any longer by Neal Norwitz · 18 years ago
  44. bd2835c as is a keyword now :-) by Neal Norwitz · 18 years ago
  45. 7096760 Get rid of xreadlines() (methods). by Neal Norwitz · 18 years ago
  46. 7c30724 More apply() cleanup by Neal Norwitz · 18 years ago
  47. ade612b This gets at least test_cmd_line working again and a few more modules built. by Neal Norwitz · 18 years ago
  48. b2eaa44 Remove some old types for int based functions (Py_ssize_t is da thing now.) by Neal Norwitz · 18 years ago
  49. 28ad48e Remove apply() by Neal Norwitz · 18 years ago
  50. d910855 Remove apply() by Neal Norwitz · 18 years ago
  51. fe55464 Whitespace changes. Also remove apply from a few comments by Neal Norwitz · 18 years ago
  52. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 18 years ago
  53. 9e2b966 Whoops, input *and* raw_input are slated for removal, and now both are gone. by Neal Norwitz · 18 years ago
  54. cd65e3f raw_input() -> input(). old input behavior is history (and test_builtin passes again). It was failing due to future division. by Neal Norwitz · 18 years ago
  55. ac3625f Remove sys.exc_type, sys.exc_value, sys.exc_traceback by Neal Norwitz · 18 years ago
  56. fc85c92 Get rid of compiler warning by Neal Norwitz · 18 years ago
  57. c6d210c Get rid of last vestiges of BINARY_DIVIDE. by Neal Norwitz · 18 years ago
  58. e4993c7 Get rid of compiler warning about with_msg and as_msg being unused by Neal Norwitz · 18 years ago
  59. 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 18 years ago
  60. f3175f6 Create a Python 3000 branch. by Guido van Rossum · 18 years ago
  61. 915d777 Try to avoid many of the compiler warnings when compiling libffi by by Thomas Heller · 18 years ago
  62. ab906a5 Cast an Py_ssize_t to int, to avoid a compiler warning. by Thomas Heller · 18 years ago
  63. 6ea6e20 For x86 Release and Debug builds, remove the /Wp64 compiler flag, it by Thomas Heller · 18 years ago
  64. fe8f862 Integrate patch from Neal Norwitz. He writes: by Thomas Heller · 18 years ago
  65. cb35b95 Teach the compiler module about augmented assignment to tuple subscripts by Nick Coghlan · 18 years ago
  66. 7580146 Fix and test (manually w/xx module) passing NULLs to PyObject_Str() and by Neal Norwitz · 18 years ago
  67. 3daf758 Fix bug found by Coverity: don't allow NULL argument to PyUnicode_CheckExact by Georg Brandl · 18 years ago
  68. d364a07 Added logThreads and logProcesses to allow conditional omission of logging this information by Vinay Sajip · 18 years ago
  69. 6da8ceb It's necessary to do a Debug build of the bsddb project too. by Tim Peters · 18 years ago
  70. 7ccbb07 Minor changes. by Tim Peters · 18 years ago
  71. 32d996f Trimmed trailing whitespace. by Tim Peters · 18 years ago
  72. b091241 Fix build process of bsddb for IA64 and AMD64. by Martin v. Löwis · 18 years ago
  73. fcddd29 Initialize VS environment in external.bat as well. by Martin v. Löwis · 18 years ago
  74. f6f7925 Update to bsddb 4.4.20. by Martin v. Löwis · 18 years ago
  75. eadee9a Fix SF bug #1448804 and ad a test to ensure that all subscript operations continue to be handled correctly by Nick Coghlan · 18 years ago
  76. bfa8bd7 Let the buildbot make a single pass in the test suite only. by Martin v. Löwis · 18 years ago
  77. 14c1cf8 Update to bzip2 1.0.3 Make buildbot slaves automatically fetch bzip2 1.0.3. by Martin v. Löwis · 18 years ago
  78. a022789 Plug some refcount leaks when tests are run repeatedly. by Thomas Heller · 18 years ago
  79. abb903f Bug #1448490: Fix a bug that ISO-2022 codecs could not handle by Hye-Shik Chang · 18 years ago
  80. 6058aa4 Remove the slightly broken test_leaks.py. by Thomas Heller · 18 years ago
  81. b138677 Adding the /useenv means that one's PATH actually gets through. This is by Trent Mick · 18 years ago
  82. 44ed4db merged with cElementTree development trunk (1.0.6 snapshot): by Fredrik Lundh · 18 years ago
  83. d39ab5b Move buildbot scripts to Tools/buildbot. by Martin v. Löwis · 18 years ago
  84. 539056a Added brief comment. by Tim Peters · 18 years ago
  85. 1777ada Added brief comments. by Tim Peters · 18 years ago
  86. a96affe - Reindent a confusingly indented piece of code (no intended code changes by Thomas Wouters · 18 years ago
  87. 318af47 Plug the last 657 referenceleaks in test_bsddb3: a circular reference by Thomas Wouters · 18 years ago
  88. b2820ae Fix another leak in bsddb, and avoid use of uninitialized value -- funny how by Thomas Wouters · 18 years ago
  89. 9fe582c Add buildbot test script. by Martin v. Löwis · 18 years ago
  90. 3f2723d Give the _ssl project a harmless command to perform by Tim Peters · 18 years ago
  91. 43179c8 Add changelog entry. by Martin v. Löwis · 18 years ago
  92. c350912 Adjust CJK Ideograph range to Unicode 4.1. by Martin v. Löwis · 18 years ago
  93. 88ca467 Whitespace normalization. by Tim Peters · 18 years ago
  94. 922dd7d When the new -w option (yay! great idea) reruns a by Tim Peters · 18 years ago
  95. 04824ce Add regrtest -w option. by Martin v. Löwis · 18 years ago
  96. f688cc5 Unicode database updated; use SVN instead of CVS by Andrew M. Kuchling · 18 years ago
  97. 1a4a640 Add AMD64 and Itanium configurationgs to ctypes; by Martin v. Löwis · 18 years ago
  98. a09655e Add ctypes. by Martin v. Löwis · 18 years ago
  99. 4196296 Update test data to 4.1; disable PRI #29 for now. by Martin v. Löwis · 18 years ago
  100. 0e2f9b2 Fix refcounting bug. by Martin v. Löwis · 18 years ago