1. 711088d Fix for SF bug #415514: "%#x" % 0 caused assertion failure/abort. by Tim Peters · 23 years ago
  2. 4642cb9 Reverting the "unixware7" patch: atan2(0, 1) should be 0, regardless of by Tim Peters · 23 years ago
  3. 2242f2f Unixware 7 support by Billy G. Allie (SF patch 413011) by Guido van Rossum · 23 years ago
  4. ceccc3c Test cases for examples of ext call error handling. by Jeremy Hylton · 23 years ago
  5. bf43691 Use the WeakKeyDictionary and WeakValueDictionary classes directly by Fred Drake · 23 years ago
  6. 75ebb29 Some other tests, when failing, don't always remove their TESTFN file. by Guido van Rossum · 23 years ago
  7. a5af214 When doing the quick test to see whether large files are supported, by Guido van Rossum · 23 years ago
  8. bfce016 When zlib can't be imported, zipfile raises RuntimeError, which causes by Guido van Rossum · 23 years ago
  9. e089c68 Test full range of native ints. This exposes two more binary pickle by Tim Peters · 23 years ago
  10. 461922a Pickles have a number of storage formats for various sizes and kinds of by Tim Peters · 23 years ago
  11. c58440f No functional change -- just added whitespace in places so I could follow by Tim Peters · 23 years ago
  12. 7e01e28 Whitespace normalization. by Tim Peters · 24 years ago
  13. eb26f95 Since Guido fiddled Cookie.py to work with doctest, it's a Good Thing to by Tim Peters · 24 years ago
  14. f95423e Remove lines for asynchat & asyncore, as they've now got their own test. by Tim Peters · 24 years ago
  15. dca060c After testing the test on Unix, several improvements: by Guido van Rossum · 24 years ago
  16. 6617252 Add test for asynchat. This also tests asyncore. by Guido van Rossum · 24 years ago
  17. 7d3bad6 Sf bug [ #412214 ] ZipFile constructor leaves files open. by Tim Peters · 24 years ago
  18. a19a168 Whitespace normalization. by Tim Peters · 24 years ago
  19. 1417144 Based on info from Jens@digicool.com, add 'darwin1' to the list of by Guido van Rossum · 24 years ago
  20. 3d9091e Itamar Shtull-Trauring <itamar@maxnm.com>: by Fred Drake · 24 years ago
  21. 2108bc7 main(): Application of SF patch #405851, which allows this test to be by Barry Warsaw · 24 years ago
  22. 559f668 In Jython, `@' is not allowed in module names. Extend the TESTFN test by Barry Warsaw · 24 years ago
  23. 6870bba Make socket.getservbyname test optional on socket module having that by Barry Warsaw · 24 years ago
  24. dfdac1a Several changes for Jython portability. This closes SF patch by Barry Warsaw · 24 years ago
  25. f170d7f Don't have trace() skip the top frame; return them all. by Ka-Ping Yee · 24 years ago
  26. b0fefc5 Convert the weakref test suite to PyUNIT, and add tests that exercise weak by Fred Drake · 24 years ago
  27. 84a5934 When the regression test is run in verbose mode, make the PyUNIT-based by Fred Drake · 24 years ago
  28. 015415e SRE 2.1b2: increase the chances that the sre test works on other machines... by Fredrik Lundh · 24 years ago
  29. 987f133 SRE 2.1b2: forgot to update one output file (sorry, Fred!) by Fredrik Lundh · 24 years ago
  30. 17741be SRE 2.1b1: don't do unicode tests under 1.5.2, or on unicode strings/patterns. by Fredrik Lundh · 24 years ago
  31. b25e1ad sre 2.1b2 update: by Fredrik Lundh · 24 years ago
  32. b0dbeef Allow the process of reading back what we wrote to a pty to transform by Thomas Wouters · 24 years ago
  33. 5ddd1a8 Updated to latest PyUnit version (1.31 in PyUnit CVS); test_support.py by Steve Purcell · 24 years ago
  34. f6e47ad Check that f.keys() == [] right after creation -- this prevents bugs by Guido van Rossum · 24 years ago
  35. 24a4191 Changed doctest to run tests in alphabetic order of name. by Tim Peters · 24 years ago
  36. 09ccc3a Test that traceback module works with SyntaxErrors with or without carets. by Jeremy Hylton · 24 years ago
  37. 9175114 Add test cases for the fnmatch module. by Fred Drake · 24 years ago
  38. cd1b1dd Just import sys at the top instead of inside lots of functions. by Fred Drake · 24 years ago
  39. 5c7a251 Add tests for recent changes: by Jeremy Hylton · 24 years ago
  40. eba5130 Addrf simple test that import is case-sensitive. by Tim Peters · 24 years ago
  41. e241e29 Add test for a list comprehension that is nested in the left-hand part by Jeremy Hylton · 24 years ago
  42. 9e6f278 Repair test_doctest's expected-output file (Guido added some new output). by Tim Peters · 24 years ago
  43. 0f33604 SF bug [ #409448 ] Complex division is braindead by Tim Peters · 24 years ago
  44. 30edd23 Whitespace normalization. by Tim Peters · 24 years ago
  45. a8f7e59 Oops. A RISCOS patch I forgot to check in. by Guido van Rossum · 24 years ago
  46. 5b44a67 Add test to verify that nested functions with free variables don't by Jeremy Hylton · 24 years ago
  47. 63085d4 Import the nested_scopes feature twice, to exercise the patch introduced by Fred Drake · 24 years ago
  48. 243bff4 Clean up junk files left behind by imp.load_source(). by Tim Peters · 24 years ago
  49. 9054344 Replace literal '@test' with TESTFN. by Ka-Ping Yee · 24 years ago
  50. ca956e2 When catching errors from os.rmdir(), test for os.error, not IOError! by Guido van Rossum · 24 years ago
  51. d74bc43 Make names in __future__.py bind to class instances instead of 2-tuples. by Tim Peters · 24 years ago
  52. fc35de4 test_global was broken by some recent checkin. Repairing. by Tim Peters · 24 years ago
  53. 9aa643c Test interaction of global and nested scopes -- thanks to Samuele Pedroni. by Guido van Rossum · 24 years ago
  54. 2510831 Whitespace normalization. by Tim Peters · 24 years ago
  55. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 24 years ago
  56. 5c01534 Add tests for the .copy() methods of both weak dictionary classes. by Fred Drake · 24 years ago
  57. 2922ea8 Add test case for global stmt at module level. by Jeremy Hylton · 24 years ago
  58. 42efed0 update output to reflect exception that is now raised by Jeremy Hylton · 24 years ago
  59. 150a664 Fix filter for SyntaxErrors by Jeremy Hylton · 24 years ago
  60. 62e2c7e Add regression test for future statements. This adds eight files, but by Jeremy Hylton · 24 years ago
  61. 85ba673 Whitespace normalization. by Tim Peters · 24 years ago
  62. 6e7e485 Added regression test for SF tracker bug #403871: AttributeError in by Fred Drake · 24 years ago
  63. 8e43cd7 verify that warnings are issued for bogus uses of global by Jeremy Hylton · 24 years ago
  64. 6efc6e7 Patch #404680: disables the nis module and enables the dl module when by Andrew M. Kuchling · 24 years ago
  65. 5941d19 add from __future__ import nested_scopes to strings passed to compile by Jeremy Hylton · 24 years ago
  66. 5e16333 Patch #403985: Add support for weak-keyed dictionaries by Martin v. Löwis · 24 years ago
  67. 6397c7c inspect: a module for getting information out of live Python objects by Ka-Ping Yee · 24 years ago
  68. 29906ee Preliminary support for future nested scopes by Jeremy Hylton · 24 years ago
  69. 3c823aa Make sure ConfigParser uses .optionxform() consistently; this affects by Fred Drake · 24 years ago
  70. ffc215a Add __future__.py to std library, + dull test to verify that assignments by Tim Peters · 24 years ago
  71. c1e100f Additional tests for current, PEP described semantics: by Barry Warsaw · 24 years ago
  72. 22e4182 Describe -s a little more generically. by Barry Warsaw · 24 years ago
  73. 0009c4e Whitespace normalization. by Tim Peters · 24 years ago
  74. 9a0f98e Add test case from bug #124981: zlib decompress of sync-flushed data fails by Andrew M. Kuchling · 24 years ago
  75. bc8f72c Patch #103854: raises an exception if a non-Attr node is passed to by Andrew M. Kuchling · 24 years ago
  76. 8b94b1c Added test for patch #103473: test an unquoted cookie value containing '=' by Andrew M. Kuchling · 24 years ago
  77. 121b6eb SF patch #103749: implicit tuple + default arg by Jeremy Hylton · 24 years ago
  78. f828e2d Add simple section for assert, including assert w/ lambdas by Jeremy Hylton · 24 years ago
  79. 4779399 Add test for syntax error on "x = 1 + 1". by Jeremy Hylton · 24 years ago
  80. c0c7ee3 detect attempts to repeat anchors (fixes bug #130748) by Fredrik Lundh · 24 years ago
  81. 8ac3627 sre_{parse, compile} no longer define __all__. by Tim Peters · 24 years ago
  82. f2989b2 - restored 1.5.2 compatibility (sorry, eric) by Fredrik Lundh · 24 years ago
  83. 7834907 removed __all__ from several modules by Skip Montanaro · 24 years ago
  84. 0e6d213 Whitespace normalization. by Tim Peters · 24 years ago
  85. 0de6580 bunch more __all__ lists by Skip Montanaro · 24 years ago
  86. 8e6d44e Patch #103748 from Toby Dickenson: fix typo in test_zlib that turns one by Andrew M. Kuchling · 24 years ago
  87. cc1f951 Test section name using some strange characters, including a backslash by Fred Drake · 24 years ago
  88. 60e23f4 Change doctest exception example to one whose detail hasn't changed since 1.5.2. by Tim Peters · 24 years ago
  89. ea4f931 Teach doctest about newer "(most recent call last)" traceback spelling. by Tim Peters · 24 years ago
  90. 95b96d3 Added options that use square brackets in their names; this ensures that by Fred Drake · 24 years ago
  91. 76c066b test_pty started failing on Windows, but if and only if test___all__ was by Tim Peters · 24 years ago
  92. c62c81e __all__ for several more modules by Skip Montanaro · 24 years ago
  93. ef0a032 Patch by Finn Bock to make test_unicode.py work for Jython. by Marc-André Lemburg · 24 years ago
  94. 9ae2148 Moved SequenceMatcher from ndiff into new std library module difflib.py. by Tim Peters · 24 years ago
  95. 6db54c6 Add std test for doctest. by Tim Peters · 24 years ago
  96. cafd495 In O_writelines: Replace use of string.joinfields with "".join. by Jeremy Hylton · 24 years ago
  97. 11db72a update to use new symtable interface by Jeremy Hylton · 24 years ago
  98. 97a0167 update test cases for recent compiler changes: exec/import * in nested by Jeremy Hylton · 24 years ago
  99. 10fb386 Whitespace normalization. by Tim Peters · 24 years ago
  100. dbbbaf2 joinfields -> join. by Eric S. Raymond · 24 years ago