1. 568482a Added a test for the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  2. 80d2df8 Added a test for the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  3. da6b107 Checkin the test of patch #1400181. by Georg Brandl · 19 years ago
  4. 2dbf2a9 Add a more informative error message for test_float_parsing so the failing by Brett Cannon · 19 years ago
  5. fe03bee Changes due to added test for fileConfig contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  6. 22b25aa Added test for fileConfig. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  7. b4b5a76 collected my segfaulting Python examples from the SF trackers by Armin Rigo · 19 years ago
  8. a28ad77 Whitespace normalization. by Tim Peters · 19 years ago
  9. 05f5ba9 Test curses.setupterm() before initscr(). by Georg Brandl · 19 years ago
  10. 3b4fff8 Fix SF bug #1402308, segfault when using mmap(-1, ...) by Neal Norwitz · 19 years ago
  11. ae1df41 add another crash reported by Thomas Wouters by Neal Norwitz · 19 years ago
  12. 05af43d Remove outstanding_crashes again. by Georg Brandl · 19 years ago
  13. 7e8bfa4 Add outstanding_crashes.py with tests for crashes. by Georg Brandl · 19 years ago
  14. 8cc4ef5 As I threatened on python-dev, add a directory which contains all known by Neal Norwitz · 19 years ago
  15. 88bbd73 SF bug #1400822, Extended version of _curses over{lay,write} does not work by Neal Norwitz · 19 years ago
  16. ed1e497 Correct test_builtin locale handling. by Georg Brandl · 19 years ago
  17. 5e3d862 Bug #1400115, Fix segfault when calling curses.panel.userptr() by Neal Norwitz · 19 years ago
  18. c4e2a9b Add a test file (which isn't run by regrtest) for bugs which aren't fixed yet. by Georg Brandl · 19 years ago
  19. 412ed3b Patch #1177307: UTF-8-Sig codec. by Martin v. Löwis · 19 years ago
  20. 2841af4 Revert revision 41940: the test causes -uall to fail everywhere. by Tim Peters · 19 years ago
  21. 39cdfff Add compiler test regarding optional arguments. by Georg Brandl · 19 years ago
  22. 9f39f68 initscr() will exit if there's an error. Try to catch the obvious failure by Neal Norwitz · 19 years ago
  23. c6d1f91 If the audio file does not exist, the test should be skipped. Will backport. by Neal Norwitz · 19 years ago
  24. eeab7da Skip test_curses if stdin is not a tty (like when run from cron or buildbot). Will backport. by Neal Norwitz · 19 years ago
  25. 0cdc3d8 test_main(): Restore the original root logger level after running by Tim Peters · 19 years ago
  26. 1b27f86 Whitespace normalization. by Tim Peters · 19 years ago
  27. 4cfa136 Work around test_locale failing on Solaris. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  28. 39b29be Fix a delimiter detection problem in sniffer. Sniffing "a|b|c\r\n" was by Skip Montanaro · 19 years ago
  29. 24f0fa9 SF#1391872 by Fredrik Lundh · 19 years ago
  30. 037d1e0 SF bug #1153075: "PyXxx_Check(x) trusts x->ob_type->tp_mro". by Armin Rigo · 19 years ago
  31. f5bd3b4 adding in-place operators to the operator module. by Armin Rigo · 19 years ago
  32. fd163f9 SF patch #1390657: by Armin Rigo · 19 years ago
  33. 91bb70c Fix for problem with Sniffer class. If your delimiter is whitespace and the by Skip Montanaro · 19 years ago
  34. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  35. 83a8c39 test_bug_1333982(): This one must fail under -O. by Tim Peters · 19 years ago
  36. 71dad72 SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode by Neal Norwitz · 19 years ago
  37. 3e7de59 Fix SF #1117398, cookielib LWPCookieJar and MozillaCookieJar exceptions by Neal Norwitz · 19 years ago
  38. 51abbc7 Fix Armin's bug 1333982. He found it, he didn't created it :-) by Neal Norwitz · 19 years ago
  39. db83eb3 Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter. by Neal Norwitz · 19 years ago
  40. e7214a1 Get float() to be more portable across platforms. Disable hex strings. by Neal Norwitz · 19 years ago
  41. 8856fb7 SF Patch #1365916, mmap fails on AMD64 by Neal Norwitz · 19 years ago
  42. f599f42 SF patch #1355913, PEP 341 - Unification of try/except and try/finally by Neal Norwitz · 19 years ago
  43. 835b243 Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\' by Hye-Shik Chang · 19 years ago
  44. 8911ca3d added encoding tests to ElementTree/cElementTree tests by Fredrik Lundh · 19 years ago
  45. 3b28770 Add two tests for the script interface. by Walter Dörwald · 19 years ago
  46. 9235ea4 added cElementTree tests by Fredrik Lundh · 19 years ago
  47. a716eab Revert r41662 and the part of 41552 that originally caused the problem by Neal Norwitz · 19 years ago
  48. b197543 If quopri uses the implementations from binascii do the tests a second time by Walter Dörwald · 19 years ago
  49. 9ed7306 Subversion settings: svn:ignore *.pyc *.pyo svn:eol-style native by Armin Rigo · 19 years ago
  50. c6730e1 move the xml package implementation to xmlcore, and adjust the tests to by Fred Drake · 19 years ago
  51. e2f8e3c Fix test not to fail on FreeBSD. Directories work also as data by Hye-Shik Chang · 19 years ago
  52. 0e664e1 skip NIS entries, empty entries, etc by Fredrik Lundh · 19 years ago
  53. 80768f8 skip nis entries, if not filtered out by getpwall itself by Fredrik Lundh · 19 years ago
  54. 2a60d9a added xml.etree test (enough of the ElementTree selftest to by Fredrik Lundh · 19 years ago
  55. 7e0aef0 r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100 assorted xml.etree tweaks by Fredrik Lundh · 19 years ago
  56. f8d403d SF #1377897, Bus error in ast by Neal Norwitz · 19 years ago
  57. aaa2f1d Patch #1276356: Implement new resource "urlfetch" for regrtest. by Hye-Shik Chang · 19 years ago
  58. ec77645 mwh spotted a copied error message, make it unique (and correct) by Neal Norwitz · 19 years ago
  59. a6fc397 Fix SF #1373161, r41552 broke test_file on OS X by Neal Norwitz · 19 years ago
  60. bdb3901 [Bug #1164912] Ensure Datetime wrapper class .value attribute is an 8-bit string, not a Unicode string by Andrew M. Kuchling · 19 years ago
  61. ede187f Test another error case in PyFloat_FromString(). by Walter Dörwald · 19 years ago
  62. fcf4435 Improve test coverage. Hope the test_file changes work the same on windows. by Neal Norwitz · 19 years ago
  63. 9356fb9 SF patch #1364545: test_cmd_line.py relied on english error messages when by Walter Dörwald · 19 years ago
  64. 89886ab Test is still disabled, but access through public module by Neal Norwitz · 19 years ago
  65. 545d496 Cleanup a bit more references so test_urllibnet is stable (test_urllib2 is sometimes stable, at least in isolation) by Neal Norwitz · 19 years ago
  66. 2fcf206 Fix typo in comment. by Neal Norwitz · 19 years ago
  67. 430f68b Move registration of the codec search function to the module scope by Neal Norwitz · 19 years ago
  68. a98e769 move test into a unittest.TestCase, no functional changes by Neal Norwitz · 19 years ago
  69. 841d25e [Patch #1094164] replaceChild(x,x) ends up removing x of the tree. Add fix from Felix Rabe and a test case by Andrew M. Kuchling · 19 years ago
  70. bb7e800 [Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bugfix. Bug reported by John Schmidt; bugfix by Danny Yoo. by Andrew M. Kuchling · 19 years ago
  71. 5898fa2 improve test coverage in Python/pystrtod.c and Python/mystrtoul.c. by Neal Norwitz · 19 years ago
  72. 705fd47 Add a test for uu.encode() that passed filenames as in_file and out_file. by Walter Dörwald · 19 years ago
  73. c69d1c4 Add a rudimentary test for the platform module that at least calls each by Walter Dörwald · 19 years ago
  74. c85c74c Increase code coverage in Python/structmember.c from 33% to 40% by Walter Dörwald · 19 years ago
  75. 690402f Add tests to increase code coverage in Python/codecs.c and Python/exceptions.c. by Walter Dörwald · 19 years ago
  76. e22d339 Add tests for various error cases and for readbuffer_encode() and by Walter Dörwald · 19 years ago
  77. c6686b7 Added proper reflection on instances of <type 'method-wrapper'>, e.g. by Armin Rigo · 19 years ago
  78. f4afb21 similar to SF bug 847019: a quick check in the time() constructor, which by Armin Rigo · 19 years ago
  79. 6d98ed4 Oops, forgot to add the output file to 41388. by Neal Norwitz · 19 years ago
  80. 0f46bbf Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint by Neal Norwitz · 19 years ago
  81. 5d0bf94 Change time.strptime() to raise ValueError whenever there is an error in the by Brett Cannon · 19 years ago
  82. cf48638 Fix SF #1345263, colorsys tests, bug in frange by Neal Norwitz · 19 years ago
  83. 383d3c0 test_directories(): This test had no chance of passing on by Tim Peters · 19 years ago
  84. db390c1 fix typos, mostly in comments by Fred Drake · 19 years ago
  85. f339654 Patch #1338314, Bug #1336623: fix tarfile so it can extract by Neal Norwitz · 19 years ago
  86. 6ab080c Fix problem handling EXTENDED_ARGs from SF bug # 1333982 by Neal Norwitz · 19 years ago
  87. f895065 Fix compiler test when run with -u (long mode) by Neal Norwitz · 19 years ago
  88. d403c45 Fix arigo's funky LOAD_NAME bug: implicit globals inside classes have by Neil Schemenauer · 19 years ago
  89. ebc3457 Revert previous checkin: by Neal Norwitz · 19 years ago
  90. ab541bb Revert change, func_name of lambda's is back to <lambda>. by Neil Schemenauer · 19 years ago
  91. b2308bb Fix bug: by Michael W. Hudson · 19 years ago
  92. 37c0844 Fix SF bug #1167751, Argument genexp corner case by Neal Norwitz · 19 years ago
  93. f21c8ed Add comment lost from AST merge by Neal Norwitz · 19 years ago
  94. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  95. bc2a62f Disable some tests in anticipation of merging ast-branch to the head by Jeremy Hylton · 19 years ago
  96. b0e32e2 Fix SF bug # 1330039, patch # 1331635 from Lars Gustaebel (tarfile maintainer) by Neal Norwitz · 19 years ago
  97. 4b0f20d Teach unquote() to handle unicode inputs by Raymond Hettinger · 19 years ago
  98. c252c59 Fix unit test failure -- the output received from Python can be empty, by Guido van Rossum · 19 years ago
  99. d1c1e10 Part of SF patch #1313939: Speedup charmap decoding by extending by Walter Dörwald · 19 years ago
  100. cc9a951 SF #1313496: bisect C replacement doesn't accept named args by Raymond Hettinger · 19 years ago