1. 6b4ed74 Fix parsing of exception_hierarchy.txt when a platform-specific exception is by Brett Cannon · 19 years ago
  2. bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 19 years ago
  3. 1a5e21e Updates to the with-statement: by Guido van Rossum · 19 years ago
  4. cd8ca80 Add a note about removing the file once the bug is fixed by Neal Norwitz · 19 years ago
  5. dfc2404 Gave README a .txt extension. by Tim Peters · 19 years ago
  6. 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 19 years ago
  7. edc8f13 Add directory which contains known ref leaks. Some of these are likely to be system dependent (like test_gestalt). by Neal Norwitz · 19 years ago
  8. 400cbc3 Set EOL style to native. by Tim Peters · 19 years ago
  9. 710ab3b Whitespace normalization. by Tim Peters · 19 years ago
  10. 14ca327 Instead of printing the exception when you interrupt a test (Ctrl-C), by Neal Norwitz · 19 years ago
  11. 03bdedd Update comments by Neal Norwitz · 19 years ago
  12. 7b03bad Test case to cover subscription bug from SF 1333982 by Jeremy Hylton · 19 years ago
  13. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 19 years ago
  14. 7ad94f0 Update the compiler package to compile the with-statement. by Guido van Rossum · 19 years ago
  15. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 19 years ago
  16. 9aaad88 Even though we don't currently use unicode or complex numbers in the test, by Neal Norwitz · 19 years ago
  17. be66e94 Don't filter out OverflowWarning; should be a test failure if it is raised by by Brett Cannon · 19 years ago
  18. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 19 years ago
  19. bd260da Generate code to recursively copy an AST into by Martin v. Löwis · 19 years ago
  20. 1968ad3 - Patch 1433928: by Guido van Rossum · 19 years ago
  21. 418a1ef RFE #1436243: make integers in [0..256] preallocated. by Georg Brandl · 19 years ago
  22. 6a29c32 Add test for classmethod ./. keyword args. by Georg Brandl · 19 years ago
  23. 42a3deb Suppress another deprecation warning in the tests. by Tim Peters · 19 years ago
  24. 32cbc96 Whitespace normalization. by Tim Peters · 19 years ago
  25. 5771310 Bug #1101233: fix test_fcntl on netbsd2 platform. by Georg Brandl · 19 years ago
  26. 8f7c54e Bug #1413790: zipfile now sanitizes absolute archive names that are by Georg Brandl · 19 years ago
  27. 4d7cad1 Repair new test failures on Windows due to by Tim Peters · 19 years ago
  28. fe4b34c Fix the encodings package codec search function to only search by Marc-André Lemburg · 19 years ago
  29. c98eeed Patch #1215184: FileInput now can be given an opening hook which can by Georg Brandl · 19 years ago
  30. c029f87 Patch #1212287: fileinput.input() now has a mode parameter for by Georg Brandl · 19 years ago
  31. 67e9fb9 Patch #1215184: fileinput now has a fileno() function for getting the by Georg Brandl · 19 years ago
  32. 602b9ba Patch #1349274: gettext.install() now optionally installs additional by Georg Brandl · 19 years ago
  33. e466217 Patch #1337756: fileinput now accepts Unicode filenames. by Georg Brandl · 19 years ago
  34. 2a8ec99 test_gopher(): Squash another deprecation warning about gopherlib. by Tim Peters · 19 years ago
  35. bb45973 This fixes test _locale failing on macteagle (Mac OS 10.4 AFAIK). by Neal Norwitz · 19 years ago
  36. d5b6715 This should get test_timeout to pass when running on any python.org host. Will backport by Neal Norwitz · 19 years ago
  37. e2c9a6c Suppress new deprecation warnings when running the test suite. by Tim Peters · 19 years ago
  38. 4cbd1e3 Move test case for HTTP response dict to httplib. by Georg Brandl · 19 years ago
  39. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  40. cffcfed New test code failed to close the file. This caused by Tim Peters · 19 years ago
  41. c45251a SF patch #1397960: When mixing file-iteration and by Thomas Wouters · 19 years ago
  42. f5b3e36 Renamed _length_cue() to __length_hint__(). See: by Armin Rigo · 19 years ago
  43. 1eb77a5 Added lock acquisition/release around shared data structure manipulation by Vinay Sajip · 19 years ago
  44. a871ef2 Added the cProfile module. by Armin Rigo · 19 years ago
  45. f0a95ec Saved and restored logging._handlerList at the same time as saving/restoring logging._handlers. by Vinay Sajip · 19 years ago
  46. 55cd82f Get test_logging to not hang when running under regrtest.py -R :: by Neal Norwitz · 19 years ago
  47. 0e6bc8c Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same by Neal Norwitz · 19 years ago
  48. faa26df Fix typo by Neal Norwitz · 19 years ago
  49. 54814881 Patch #1413711: Certain patterns of differences were making difflib by Gustavo Niemeyer · 19 years ago
  50. 249c7b0 Whitespace normalization. by Tim Peters · 19 years ago
  51. 5b1e003 Try a number of ports, in case 9020 is already in use. by Martin v. Löwis · 19 years ago
  52. f684888 Explicitly close the server socket. by Martin v. Löwis · 19 years ago
  53. 35f34f8 Work around a Solaris peculiarity that caused test_pty to sometimes fail: a by Thomas Wouters · 19 years ago
  54. c960f26 Improved handling of syntax errors. by Jeremy Hylton · 19 years ago
  55. 08e301f There was a race condition where the connector would try to connect by Neal Norwitz · 19 years ago
  56. 14361ff Remove generated test db files by Neal Norwitz · 19 years ago
  57. 62a2112 Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env. by Neal Norwitz · 19 years ago
  58. 2a4712d test_rude_shutdown(): Rewrote to use proper thread by Tim Peters · 19 years ago
  59. 68f2d00 Repaired new test failures on Windows: by Tim Peters · 19 years ago
  60. bc29c1a Whitespace normalization. by Tim Peters · 19 years ago
  61. dbc95f4 Disable this test until I can test on big-endian machines and get passing by Neal Norwitz · 19 years ago
  62. b155b62 Test zipimporter a bit more. Also get working with -R :: option for finding ref leaks by Neal Norwitz · 19 years ago
  63. 0e17f8c Convenience function to remove a possibly non-existant file by Neal Norwitz · 19 years ago
  64. 9730bcb Test getsignal() and some error conditions by Neal Norwitz · 19 years ago
  65. cd3e219 Use unittest and make sure a few other cases don't crash by Neal Norwitz · 19 years ago
  66. 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
  67. 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
  68. da6b107 Checkin the test of patch #1400181. by Georg Brandl · 19 years ago
  69. 2dbf2a9 Add a more informative error message for test_float_parsing so the failing by Brett Cannon · 19 years ago
  70. fe03bee Changes due to added test for fileConfig contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  71. 22b25aa Added test for fileConfig. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  72. b4b5a76 collected my segfaulting Python examples from the SF trackers by Armin Rigo · 19 years ago
  73. a28ad77 Whitespace normalization. by Tim Peters · 19 years ago
  74. 05f5ba9 Test curses.setupterm() before initscr(). by Georg Brandl · 19 years ago
  75. 3b4fff8 Fix SF bug #1402308, segfault when using mmap(-1, ...) by Neal Norwitz · 19 years ago
  76. ae1df41 add another crash reported by Thomas Wouters by Neal Norwitz · 19 years ago
  77. 05af43d Remove outstanding_crashes again. by Georg Brandl · 19 years ago
  78. 7e8bfa4 Add outstanding_crashes.py with tests for crashes. by Georg Brandl · 19 years ago
  79. 8cc4ef5 As I threatened on python-dev, add a directory which contains all known by Neal Norwitz · 19 years ago
  80. 88bbd73 SF bug #1400822, Extended version of _curses over{lay,write} does not work by Neal Norwitz · 19 years ago
  81. ed1e497 Correct test_builtin locale handling. by Georg Brandl · 19 years ago
  82. 5e3d862 Bug #1400115, Fix segfault when calling curses.panel.userptr() by Neal Norwitz · 19 years ago
  83. c4e2a9b Add a test file (which isn't run by regrtest) for bugs which aren't fixed yet. by Georg Brandl · 19 years ago
  84. 412ed3b Patch #1177307: UTF-8-Sig codec. by Martin v. Löwis · 19 years ago
  85. 2841af4 Revert revision 41940: the test causes -uall to fail everywhere. by Tim Peters · 19 years ago
  86. 39cdfff Add compiler test regarding optional arguments. by Georg Brandl · 19 years ago
  87. 9f39f68 initscr() will exit if there's an error. Try to catch the obvious failure by Neal Norwitz · 19 years ago
  88. c6d1f91 If the audio file does not exist, the test should be skipped. Will backport. by Neal Norwitz · 19 years ago
  89. 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
  90. 0cdc3d8 test_main(): Restore the original root logger level after running by Tim Peters · 19 years ago
  91. 1b27f86 Whitespace normalization. by Tim Peters · 19 years ago
  92. 4cfa136 Work around test_locale failing on Solaris. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  93. 39b29be Fix a delimiter detection problem in sniffer. Sniffing "a|b|c\r\n" was by Skip Montanaro · 19 years ago
  94. 24f0fa9 SF#1391872 by Fredrik Lundh · 19 years ago
  95. 037d1e0 SF bug #1153075: "PyXxx_Check(x) trusts x->ob_type->tp_mro". by Armin Rigo · 19 years ago
  96. f5bd3b4 adding in-place operators to the operator module. by Armin Rigo · 19 years ago
  97. fd163f9 SF patch #1390657: by Armin Rigo · 19 years ago
  98. 91bb70c Fix for problem with Sniffer class. If your delimiter is whitespace and the by Skip Montanaro · 19 years ago
  99. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  100. 83a8c39 test_bug_1333982(): This one must fail under -O. by Tim Peters · 19 years ago