1. 64b5ce3 SF bug #460020: bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
  2. f49dcea Remove two XXX comments that have been resolved. by Guido van Rossum · 23 years ago
  3. a31ddbb Move the global variables 'size' and 'name' to the top -- these are by Guido van Rossum · 23 years ago
  4. 47f4034 Change the criteria for skipping the test. by Guido van Rossum · 23 years ago
  5. f649195 Test the failed-unicode-decoding bug in PyArg_ParseTuple(). by Jeremy Hylton · 23 years ago
  6. bea3fb8 Repair late-night doc typos. by Tim Peters · 23 years ago
  7. a0a6222 Teach regrtest how to pass on doctest failure msgs. This is done via a by Tim Peters · 23 years ago
  8. 90ba8d9 Force "test." into the start of the module name, inherited by class and by Tim Peters · 23 years ago
  9. 16a77ad Generalize operator.indexOf (PySequence_Index) to work with any by Tim Peters · 23 years ago
  10. 2d84f2c It appears that unittest was changed to stop hoarding raw exception data, by Tim Peters · 23 years ago
  11. 9652de9 Fix typo in error reporting. This doesn't need to go into the release by Tim Peters · 23 years ago
  12. c5b235c Reverting to rev 1.2. Apparently gcc doesn't use the extended-precision by Tim Peters · 23 years ago
  13. 419670d Rewrite to use test_support's fine fcmp instead -- I didn't know that by Tim Peters · 23 years ago
  14. 4bd810a Added some underflow-to-0.0 long/long true division tests. by Tim Peters · 23 years ago
  15. 8bce4ac Rename 'getset' to 'property'. by Guido van Rossum · 23 years ago
  16. fe3f696 Two small changes to the resource usage option: by Guido van Rossum · 23 years ago
  17. ccc7562 Added tests for key deletion for both Weak*Dictionary flavors. by Fred Drake · 23 years ago
  18. 7b219b4 Skip instead of fail this test if the socket module has no ssl support. by Guido van Rossum · 23 years ago
  19. b8c0230 Dubious assumptions: by Tim Peters · 23 years ago
  20. 6e13a56 Enable large file support on Win32 systems. by Tim Peters · 23 years ago
  21. a40c793 Rework the way we try to check for libm overflow, given that C99 no longer by Tim Peters · 23 years ago
  22. a44361e LongReprTest fails on the Mac because it uses filenames with more than by Jack Jansen · 23 years ago
  23. 198c1d8 Remove a debug print left in the code by Fred. by Guido van Rossum · 23 years ago
  24. 7c82a3e0 Patch #449815: Set filesystemencoding based on CODESET. by Martin v. Löwis · 23 years ago
  25. 0ace326 Patch #453627: Adds a list of tests that are expected to be skipped for UnixWare 7.x systems. by Martin v. Löwis · 23 years ago
  26. cf856f9 Add a test for the final branch in repr.Repr.repr1(), which deals with by Guido van Rossum · 23 years ago
  27. 7852616 Return reasonable results for math.log(long) and math.log10(long) (we were by Tim Peters · 23 years ago
  28. 0dad0f7 Revert one of the "division fixes" in test_long. It intends to try both by Tim Peters · 23 years ago
  29. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 23 years ago
  30. 7cf613d HTMLParser is allowed to be more strict than sgmllib, so let's not by Fred Drake · 23 years ago
  31. 61b8501 Suppressing all DeprecationWarning messages was a bit of a problem for by Guido van Rossum · 23 years ago
  32. c20a698 Enhanced the test for DOCTYPE declarations, added a test for dealing with by Fred Drake · 23 years ago
  33. 83e7ccc Whitespace normalization. by Tim Peters · 23 years ago
  34. bc1c7a0 Fixed a typo and added more tests. by Tim Peters · 23 years ago
  35. e2a6000 Change long/long true division to return as many good bits as it can; by Tim Peters · 23 years ago
  36. 9fffa3e Raise OverflowError when appropriate on long->float conversion. Most of by Tim Peters · 23 years ago
  37. 37a309d builtin_dir(): Treat classic classes like types. Use PyDict_Keys instead by Tim Peters · 23 years ago
  38. 0628a66 Restore a line deleted by mistake. by Tim Peters · 23 years ago
  39. 32f453e New restriction on pow(x, y, z): If z is not None, x and y must be of by Tim Peters · 23 years ago
  40. 5d2b77c Make dir() wordier (see the new docstring). The new behavior is a mixed by Tim Peters · 23 years ago
  41. 95c99e5 Made a doctest out of the examples in Guido's type/class tutorial. by Tim Peters · 23 years ago
  42. 25786c0 Make dictionary() a real constructor. Accepts at most one argument, "a by Tim Peters · 23 years ago
  43. aa78236 Whitespace normalization (tabs -> 4 spaces) in the Mac expectations. by Guido van Rossum · 23 years ago
  44. bfa47b0 Correct name mangling algorithm, and add a comment. by Guido van Rossum · 23 years ago
  45. 54a14a3 SF bug #456621: normpath on Win32 not collapsing c:\\.. by Tim Peters · 23 years ago
  46. 91ee798 metaclass(): add some more examples of metaclasses, including one by Guido van Rossum · 23 years ago
  47. d507dab SF patch #455966: Allow leading 0 in float/imag literals. by Tim Peters · 23 years ago
  48. caa9f43 Add testcases for inheritance from tricky builtins (numbers, strings, tuples). by Guido van Rossum · 23 years ago
  49. 702ca4f Revert the previous patch to test_pow.py and move the test to test_unary.py by Fred Drake · 23 years ago
  50. d256271 Added a regression test for the negation-of-exponentiation optimization by Fred Drake · 23 years ago
  51. 6923234 Add a new function imp.lock_held(), and use it to skip test_threaded_import by Tim Peters · 23 years ago
  52. 8779787 Workaround by Tim Peters to skip this test if run from test.autotest, by Jack Jansen · 23 years ago
  53. 4de8df9 Add tests for augmented floor division by Jeremy Hylton · 23 years ago
  54. 8aea0cc Now that int is subclassable, have to change a test that tests for by Guido van Rossum · 23 years ago
  55. 8211237 marshal.c r_long64: When reading a TYPE_INT64 value on a box with 32-bit by Tim Peters · 23 years ago
  56. 19ef62d pickle.py, load_int(): Match cPickle's just-repaired ability to unpickle by Tim Peters · 23 years ago
  57. 08f9956 Update an email address. by Barry Warsaw · 23 years ago
  58. ce129a5 Fix the test again due to fewer calls to __getattr__. by Guido van Rossum · 23 years ago
  59. a5be8ed Fix one test to reflect the change in method lookup policy. by Guido van Rossum · 23 years ago
  60. 49a806e Added list of tests expected to be skipped on the mac. by Jack Jansen · 23 years ago
  61. 535c524 A quick hack to make the test pass on the Mac (similar to the quick hack by Jack Jansen · 23 years ago
  62. 9f44815 Fix another test still expecting overflow on big int literals. by Tim Peters · 23 years ago
  63. c15a828 Change test_overflow to test_no_overflow; looks like big int literals by Tim Peters · 23 years ago
  64. 9aa70d9 SF bug [#455775] float parsing discrepancy. by Tim Peters · 23 years ago
  65. ea46fa8 Undo previous checkin -- Barry fixed it better. by Guido van Rossum · 23 years ago
  66. d320ad0 Update test output to match new (more informative) error message about by Guido van Rossum · 23 years ago
  67. 1914873 Quick and dirty fix for test_extcall failures trigged by Guido's by Barry Warsaw · 23 years ago
  68. 70d4491 Remove the local 'getset' class -- this is now a built-in type with by Guido van Rossum · 23 years ago
  69. 1e2775f Rip the import repr truncation test out of here and put it in test_repr.py by Barry Warsaw · 23 years ago
  70. 0bcf6d8 Added lots of tests for reprs of "simple" objects, such as file, by Barry Warsaw · 23 years ago
  71. 9881fc1 supers(): typo -- "if verify" should be "if verbose". by Guido van Rossum · 23 years ago
  72. c4a1880 Add test suite for super(). by Guido van Rossum · 23 years ago
  73. 76f0cb8 Add a test for the new getset type. by Guido van Rossum · 23 years ago
  74. 4e2fbce Looks like someone forgot the change the expected output file. by Tim Peters · 23 years ago
  75. a365309 Add a test for the new // operator too. by Tim Peters · 23 years ago
  76. 26c7fa3 SF bug [#454456] int overflow code needs tests. by Tim Peters · 23 years ago
  77. 971e069 Remove test_long's expected-output file. by Tim Peters · 23 years ago
  78. 84cc9bf Committing and closing SF patch #441348 to help Jython to pass this test. by Finn Bock · 23 years ago
  79. 83b120d Turn OverflowWarning into an error locally, in order to make the by Guido van Rossum · 23 years ago
  80. 60f0188 Merge changes from r22a2-branch back into trunk. Also, change patch by Barry Warsaw · 23 years ago
  81. d1ed15e A test of SSL support, using a roundabout method suggested by Guido. by Barry Warsaw · 23 years ago
  82. 7fdfc38 Use test_support.requires() to decide whether additional largefile by Barry Warsaw · 23 years ago
  83. 08fca52 Removed --have-resources flag in favor of the more granular -u/--use by Barry Warsaw · 23 years ago
  84. c0fb605 use_large_resources => use_resources by Barry Warsaw · 23 years ago
  85. 02035bc Test failed because these was no expected-output file, but always printed by Tim Peters · 23 years ago
  86. 029acfb Deal more appropriately with bare ampersands and pointy brackets; this by Fred Drake · 23 years ago
  87. 18da1e1 Add test case to cover multiple future statements on separate lines of a module. by Jeremy Hylton · 23 years ago
  88. 8471a35 Fix SF bug [ #450245 ] Error in parsing future stmts by Jeremy Hylton · 23 years ago
  89. 07d8d64 Committing and closing SF patch #403671 by Finn Bock to help Jython by Barry Warsaw · 23 years ago
  90. 4533f60 add a few test cases for threading module. by Skip Montanaro · 23 years ago
  91. a7fc21b Silence warnings during test_os by Jeremy Hylton · 23 years ago
  92. aa32070 Expose the CO_xxx flags via the "new" module (re-solving a problem "the by Tim Peters · 23 years ago
  93. 9fa96be Fix for bug [#452230] future division isn't propagated. by Tim Peters · 23 years ago
  94. 10d7255 Use raw-unicode-escape for the tests that require it. by Martin v. Löwis · 23 years ago
  95. 65d5d7f Add test for weak references. by Guido van Rossum · 23 years ago
  96. d179570 Test that uu.py will not override an existing file if out_file isn't by Barry Warsaw · 23 years ago
  97. de642bd A self-contained piece of Michael Hudson's patch by Tim Peters · 23 years ago
  98. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  99. 84a79a8 classic(),metods(): add tests to verify that a bound method without a by Guido van Rossum · 23 years ago
  100. 9301876 classic(), methods(): add another test relating to unbound methods: by Guido van Rossum · 23 years ago