1. a0a6222 Teach regrtest how to pass on doctest failure msgs. This is done via a by Tim Peters · 24 years ago
  2. 90ba8d9 Force "test." into the start of the module name, inherited by class and by Tim Peters · 24 years ago
  3. 16a77ad Generalize operator.indexOf (PySequence_Index) to work with any by Tim Peters · 24 years ago
  4. 2d84f2c It appears that unittest was changed to stop hoarding raw exception data, by Tim Peters · 24 years ago
  5. b5b7865 Merging in removal of this file from branch to trunk. by Barry Warsaw · 24 years ago
  6. a3689fe Patch #438790: Add additional mappings. by Martin v. Löwis · 24 years ago
  7. 9652de9 Fix typo in error reporting. This doesn't need to go into the release by Tim Peters · 24 years ago
  8. c5b235c Reverting to rev 1.2. Apparently gcc doesn't use the extended-precision by Tim Peters · 24 years ago
  9. 419670d Rewrite to use test_support's fine fcmp instead -- I didn't know that by Tim Peters · 24 years ago
  10. 4bd810a Added some underflow-to-0.0 long/long true division tests. by Tim Peters · 24 years ago
  11. 8bce4ac Rename 'getset' to 'property'. by Guido van Rossum · 24 years ago
  12. 656f9ec Add missing period in docstring. by Fred Drake · 24 years ago
  13. fe3f696 Two small changes to the resource usage option: by Guido van Rossum · 24 years ago
  14. ccc7562 Added tests for key deletion for both Weak*Dictionary flavors. by Fred Drake · 24 years ago
  15. b663a2c Add __delitem__() support for WeakKeyDictionary. This closes SF bug #458860. by Fred Drake · 24 years ago
  16. 7b219b4 Skip instead of fail this test if the socket module has no ssl support. by Guido van Rossum · 24 years ago
  17. b0162f9 Patch #416079: fix the debug string output when receiving telnet commands. by Martin v. Löwis · 24 years ago
  18. 7b06570 Changed TestResult to store only the text representation of an error. by Steve Purcell · 24 years ago
  19. b8c0230 Dubious assumptions: by Tim Peters · 24 years ago
  20. 6e13a56 Enable large file support on Win32 systems. by Tim Peters · 24 years ago
  21. a40c793 Rework the way we try to check for libm overflow, given that C99 no longer by Tim Peters · 24 years ago
  22. a44361e LongReprTest fails on the Mac because it uses filenames with more than by Jack Jansen · 24 years ago
  23. 1bfb388 Class FieldStorage: add two new methods, getfirst() and getlist(), by Guido van Rossum · 24 years ago
  24. 09f1ad8 class Listbox: add itemcget, to satisfy SF patch #457713. by Guido van Rossum · 24 years ago
  25. 03a3bb8 [ #458701 ] Patch to zipfile.py for Java by Finn Bock · 24 years ago
  26. 198c1d8 Remove a debug print left in the code by Fred. by Guido van Rossum · 24 years ago
  27. 7c82a3e0 Patch #449815: Set filesystemencoding based on CODESET. by Martin v. Löwis · 24 years ago
  28. 0ace326 Patch #453627: Adds a list of tests that are expected to be skipped for UnixWare 7.x systems. by Martin v. Löwis · 24 years ago
  29. 44f8696 Patch #428326: New class threading.Timer. by Martin v. Löwis · 24 years ago
  30. c010c17 Implement PEP250: Use Lib/site-packages under windows. by Thomas Heller · 24 years ago
  31. 045af6f [Bug #404274] Restore some special-case code for AIX and BeOS under 1.5.2. by Andrew M. Kuchling · 24 years ago
  32. 6fd0f0a Another / that should be a // (previously not caught because of by Guido van Rossum · 24 years ago
  33. cf856f9 Add a test for the final branch in repr.Repr.repr1(), which deals with by Guido van Rossum · 24 years ago
  34. 7852616 Return reasonable results for math.log(long) and math.log10(long) (we were by Tim Peters · 24 years ago
  35. 4d335b3 [Bug #444589] Record empty directories in the install_data command by Andrew M. Kuchling · 24 years ago
  36. a8ea5ba [Bug #436732] install.py does not record a created *.pth file in the by Andrew M. Kuchling · 24 years ago
  37. 0dad0f7 Revert one of the "division fixes" in test_long. It intends to try both by Tim Peters · 24 years ago
  38. 1ef106c Make pprint more locale-friendly; patch contributed by Denis S. Otkidach. by Fred Drake · 24 years ago
  39. 9f5b822 Convert docstring to "raw" string. by Fred Drake · 24 years ago
  40. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 24 years ago
  41. b8f2274 Added docstrings by Neal Norwitz. This closes SF bug #450980. by Fred Drake · 24 years ago
  42. 1b41079 Added docstring by Neal Norwitz. This closes SF bug #450981. by Fred Drake · 24 years ago
  43. 05857df Added docstring by Neal Norwitz. This closes SF bug #450979. by Fred Drake · 24 years ago
  44. 7cf613d HTMLParser is allowed to be more strict than sgmllib, so let's not by Fred Drake · 24 years ago
  45. 61b8501 Suppressing all DeprecationWarning messages was a bit of a problem for by Guido van Rossum · 24 years ago
  46. 81fc778 Suppress the warning about regex here. by Guido van Rossum · 24 years ago
  47. c20a698 Enhanced the test for DOCTYPE declarations, added a test for dealing with by Fred Drake · 24 years ago
  48. 68eac2b Added reasonable parsing of the DOCTYPE declaration, fixed edge cases by Fred Drake · 24 years ago
  49. 212a2e1 On the mac some library paths returned were outdated, some were outright funny. by Jack Jansen · 24 years ago
  50. 83e7ccc Whitespace normalization. by Tim Peters · 24 years ago
  51. bc1c7a0 Fixed a typo and added more tests. by Tim Peters · 24 years ago
  52. e2a6000 Change long/long true division to return as many good bits as it can; by Tim Peters · 24 years ago
  53. 9fffa3e Raise OverflowError when appropriate on long->float conversion. Most of by Tim Peters · 24 years ago
  54. 37a309d builtin_dir(): Treat classic classes like types. Use PyDict_Keys instead by Tim Peters · 24 years ago
  55. a8aefe5 Don't use dir() to find instance attribute names. by Neil Schemenauer · 24 years ago
  56. 0628a66 Restore a line deleted by mistake. by Tim Peters · 24 years ago
  57. 32f453e New restriction on pow(x, y, z): If z is not None, x and y must be of by Tim Peters · 24 years ago
  58. 5d2b77c Make dir() wordier (see the new docstring). The new behavior is a mixed by Tim Peters · 24 years ago
  59. 95c99e5 Made a doctest out of the examples in Guido's type/class tutorial. by Tim Peters · 24 years ago
  60. 25786c0 Make dictionary() a real constructor. Accepts at most one argument, "a by Tim Peters · 24 years ago
  61. aa78236 Whitespace normalization (tabs -> 4 spaces) in the Mac expectations. by Guido van Rossum · 24 years ago
  62. a0adb92 Add Listbox.itemconfig[ure] call. (A "recent" addition to Tk -- 8.0 by Guido van Rossum · 24 years ago
  63. 8031bbe Allow for the possibility that globals['__name__'] does not exist; by Guido van Rossum · 24 years ago
  64. bfa47b0 Correct name mangling algorithm, and add a comment. by Guido van Rossum · 24 years ago
  65. 54a14a3 SF bug #456621: normpath on Win32 not collapsing c:\\.. by Tim Peters · 24 years ago
  66. 91ee798 metaclass(): add some more examples of metaclasses, including one by Guido van Rossum · 24 years ago
  67. d507dab SF patch #455966: Allow leading 0 in float/imag literals. by Tim Peters · 24 years ago
  68. 71ebc33 Fix _convert_NAME() so that it doesn't store locals for class bodies. by Jeremy Hylton · 24 years ago
  69. caa9f43 Add testcases for inheritance from tricky builtins (numbers, strings, tuples). by Guido van Rossum · 24 years ago
  70. 702ca4f Revert the previous patch to test_pow.py and move the test to test_unary.py by Fred Drake · 24 years ago
  71. d256271 Added a regression test for the negation-of-exponentiation optimization by Fred Drake · 24 years ago
  72. f71b5fe spurious pop by Jeremy Hylton · 24 years ago
  73. 60250e2 win_getpass(): if sys.stdin is not sys.__stdin__, use by Guido van Rossum · 24 years ago
  74. 6923234 Add a new function imp.lock_held(), and use it to skip test_threaded_import by Tim Peters · 24 years ago
  75. 69374e4 Flush output more aggressively. This makes things look better if by Neil Schemenauer · 24 years ago
  76. e4685ec Track the block stack more reasonably in order to handle continue in by Jeremy Hylton · 24 years ago
  77. 9263848 Improve stack depth computation for try/except and try/finally by Jeremy Hylton · 24 years ago
  78. 4bd4ddd Add __getitem__() handler for use by visitContinue() by Jeremy Hylton · 24 years ago
  79. 1936745 Generate SET_LINENO for list and tuple literals when the open paren by Jeremy Hylton · 24 years ago
  80. 7845cf8 Make sure that atoms (Tuple, List, etc.) have lineno attributes by Jeremy Hylton · 24 years ago
  81. 4ba9001 Fix off-by-one errors in code to find depth of stack. by Jeremy Hylton · 24 years ago
  82. 8779787 Workaround by Tim Peters to skip this test if run from test.autotest, by Jack Jansen · 24 years ago
  83. bf77c46 Undo change from list to dict for handling varnames, consts, etc. by Jeremy Hylton · 24 years ago
  84. 5a9ac97 Change default() to use getChildNodes() instead of getChildren() by Jeremy Hylton · 24 years ago
  85. 94afe32 Support // and //= by Jeremy Hylton · 24 years ago
  86. 7abf520 Add support for // and //=. by Jeremy Hylton · 24 years ago
  87. d4be10d Add generator detection to symbol table. by Jeremy Hylton · 24 years ago
  88. e4e9cd4 Modify name conversion to be (hopefully) a bit more efficient. by Jeremy Hylton · 24 years ago
  89. 5477f52 Revise implementations of getChildren() and getChildNodes(). by Jeremy Hylton · 24 years ago
  90. 96d68d5 Add opcodes for floor division and true division (PEP 238) by Jeremy Hylton · 24 years ago
  91. 4de8df9 Add tests for augmented floor division by Jeremy Hylton · 24 years ago
  92. da8db8c Don't include doc string of class in its code child by Jeremy Hylton · 24 years ago
  93. 8aea0cc Now that int is subclassable, have to change a test that tests for by Guido van Rossum · 24 years ago
  94. 8211237 marshal.c r_long64: When reading a TYPE_INT64 value on a box with 32-bit by Tim Peters · 24 years ago
  95. 19ef62d pickle.py, load_int(): Match cPickle's just-repaired ability to unpickle by Tim Peters · 24 years ago
  96. 08f9956 Update an email address. by Barry Warsaw · 24 years ago
  97. ce129a5 Fix the test again due to fewer calls to __getattr__. by Guido van Rossum · 24 years ago
  98. a5be8ed Fix one test to reflect the change in method lookup policy. by Guido van Rossum · 24 years ago
  99. 2ac9c3e Make sure the JUMP_ABSOLUTE and POP_BLOCK at the end of a for loop are by Jeremy Hylton · 24 years ago
  100. 63db7b9 XXX_NAME ops should affect varnames by Jeremy Hylton · 24 years ago