1. 24c274f Patch #860326: traceback.format_exception_only() now prepends the by Georg Brandl · 19 years ago
  2. 6402998 Fixes bug #1117761 by Gregory P. Smith · 19 years ago
  3. 14c6b46 Closes bug #1149413 by Gregory P. Smith · 19 years ago
  4. f69a24c Update test_sundry. Many modules have now tests, but by Georg Brandl · 19 years ago
  5. bc96609 Patch #1463288: use a context manager to temporarily switch locales. by Walter Dörwald · 19 years ago
  6. d3a9162 Add another little test to make sure we roundtrip multiple list comp ifs ok. by Neal Norwitz · 19 years ago
  7. ced6cdd Part two of the fix for SF bug #1466641: Regenerate graminit.c and add test by Thomas Wouters · 19 years ago
  8. 171b868 subclasspropagation(): Squash two more bogus hash(x) == id(x) by Tim Peters · 19 years ago
  9. 413c922 Whitespace normalization. by Tim Peters · 19 years ago
  10. 85b362f specials(): squash another incorrect hash(x) == id(x) by Tim Peters · 19 years ago
  11. 4703211 Updated the warnings, linecache, inspect, traceback, site, and doctest modules by Phillip J. Eby · 19 years ago
  12. 7731dfd Huh. This belonged with the last checkin -- no idea why svn didn't commit it. by Tim Peters · 19 years ago
  13. 6902b44 Try to repair more new buildbot failures in "x86 OpenBSD trunk", due by Tim Peters · 19 years ago
  14. 9bdc85f Fix one of the tests that fails on the "x86 OpenBSD trunk" buildbot, by Tim Peters · 19 years ago
  15. 8845935 Fix one of the tests that fails on the "x86 OpenBSD trunk" buildbot, due by Tim Peters · 19 years ago
  16. a19dc0b DecimalContextTestCase: this permanently changed the by Tim Peters · 19 years ago
  17. bd0c10f test_contextlib wasn't actually being run by regrtest.py. Or more precisely, by Phillip J. Eby · 19 years ago
  18. 8220174 Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c) by Anthony Baxter · 19 years ago
  19. ce4a9c9 Fix tests so they pass in -R mode by Neal Norwitz · 19 years ago
  20. aa34b6c Get test_optparse to pass in -R mode by stop changing state (COLUMNS env var) by Neal Norwitz · 19 years ago
  21. 349c0ed Convert test_compare to use unittest. Hopefully we can find out by Neal Norwitz · 19 years ago
  22. a31bf18 glob('anything*/') would fail because isdir is in os.path, not os. by Neal Norwitz · 19 years ago
  23. e0bb597 test_timeout(): This test was added during Bug Day, but disabled by Tim Peters · 19 years ago
  24. 5102c4e Hopefully this makes test_urllib2 have inconsistent leak results by Neal Norwitz · 19 years ago
  25. 04b9403 Fix for failure of test_urllib2 breaking test_mimetypes (SF bug 1464978) by Anthony Baxter · 19 years ago
  26. e94e3b4 In some environments (under screen, in a chroot) curses doesn't support by Anthony Baxter · 19 years ago
  27. a2a26b9 whitespace normalisation by Anthony Baxter · 19 years ago
  28. 22495c0 no-one but windows should expect startfile to work by Anthony Baxter · 19 years ago
  29. 9ad18bb we need os.path too for the normal run on windows by Neal Norwitz · 19 years ago
  30. b882f47 Change the import statement so that the test is skipped when by Thomas Heller · 19 years ago
  31. 19fd857 Add a simple test for os.startfile(). by Thomas Heller · 19 years ago
  32. f4d8f39 Make xrange more Py_ssize_t aware, by assuming a Py_ssize_t is always at by Thomas Wouters · 19 years ago
  33. 8ddab27 Fix __import__("") to raise ValueError rather than return None. by Thomas Wouters · 19 years ago
  34. 06853fc Fix test_platform on cygwin. When running from build area, sys.executable by Anthony Baxter · 19 years ago
  35. b2fc21e sqlite on Windows: by Tim Peters · 19 years ago
  36. ed40ea1 Generate line number table entries for except handlers. by Jeremy Hylton · 19 years ago
  37. 7680185 cygwin's curses support isn't up to scratch to run the tests. by Anthony Baxter · 19 years ago
  38. 1b6cab6 Remove debugging prints. by Jeremy Hylton · 19 years ago
  39. a7a3cfe Comment out the prints. These appear to be only for debugging purposes. by Neal Norwitz · 19 years ago
  40. 2f327c1 Add lineno, col_offset to excephandler to enable future fix for by Jeremy Hylton · 19 years ago
  41. 9444bd5 Fix SF#1462485: StopIteration raised in body of 'with' statement suppressed by Phillip J. Eby · 19 years ago
  42. a8cd7a2 Add test case for #43581. by Martin v. Löwis · 19 years ago
  43. cf0a2a8 Deal with openbsd's different style of default /etc/hosts by forcing the fqdn by Anthony Baxter · 19 years ago
  44. 84c95b9 Fix test_pty on OSF/1 (Tru64). The problem is that the newline gets by Neal Norwitz · 19 years ago
  45. 9cdfa4c Skip the test for sys.stdin.seek(-1) on OSF/1 (Tru64) since it does Bad Things by Neal Norwitz · 19 years ago
  46. b902f4e Use absolute imports by Neal Norwitz · 19 years ago
  47. 480725d Whitespace normalization. by Tim Peters · 19 years ago
  48. 720096a Patch #1462790: fix urllib2 ProxyHandler for host:port proxies by Georg Brandl · 19 years ago
  49. ad5177c Patch #624325: urlparse.urlparse() and urlparse.urlsplit() results by Fred Drake · 19 years ago
  50. 7f6b67c patch #1462498: handle entityrefs in attribute values. by Georg Brandl · 19 years ago
  51. d8eaa49 Fix stupid typo. by Tim Peters · 19 years ago
  52. 4423b8c test_timeout(): Disable this new test on all platforms. by Tim Peters · 19 years ago
  53. c51ee69 merged the sqlite-integration branch. by Anthony Baxter · 19 years ago
  54. c17976e Another crack at bug #1460340: make random.sample(dict) by Tim Peters · 19 years ago
  55. c90397a Make test_socket_ssl finally pass on WIn by Georg Brandl · 19 years ago
  56. d49be30 Disable test_socket_ssl timeout test on Windows. by Georg Brandl · 19 years ago
  57. ccadf84 Patch #1460496: round() now accepts keyword arguments. by Georg Brandl · 19 years ago
  58. 22ec80b Patch #1462313, bug #1443328: the pickle modules now can handle classes by Georg Brandl · 19 years ago
  59. 43f08a8 Patch #1380952: fix SSL objects timing out on consecutive read()s by Georg Brandl · 19 years ago
  60. dd2245f Bug #1250170, Patch #1462230: handle socket.gethostname() failures gracefully by Georg Brandl · 19 years ago
  61. 51dbc4c traceback now shows error position for all SyntaxError subclasses, by Georg Brandl · 19 years ago
  62. a6126ba Fix the reference leak in test_generators, by explicitly breaking the cycle by Thomas Wouters · 19 years ago
  63. 58917a6 Bug #947906: An object oriented interface has been added to the calendar by Walter Dörwald · 19 years ago
  64. 46cc702 test_main(): Restore the decimal context that was in by Tim Peters · 19 years ago
  65. ef57567 Repaired a number of errors in this test: by Tim Peters · 19 years ago
  66. 176014f SF patch #1458476 with modifications based on discussions in python-dev. This by Barry Warsaw · 19 years ago
  67. 314861c Minor bugs in the __index__ code (PEP 357), with tests. by Armin Rigo · 19 years ago
  68. 4ef3a23 whitespace normalisation by Anthony Baxter · 19 years ago
  69. 5eca19b Checking in the test for PEP 357. by Armin Rigo · 19 years ago
  70. 67b6d51 Fixed bug #1459029 - unicode reprs were double-escaped. by Anthony Baxter · 19 years ago
  71. 3c3346d SF bug #1460340: random.sample can raise KeyError by Raymond Hettinger · 19 years ago
  72. 80bb2bb Revert r43399. by Georg Brandl · 19 years ago
  73. f1349cd Bug #1459963: urllib2 now normalizes HTTP header names correctly with title(). by Georg Brandl · 19 years ago
  74. 019514e Make test_augassign pass with -Qnew and convert to unittest. by Georg Brandl · 19 years ago
  75. 686eaeb Make test_coercion pass with -Qnew. Converted to unittest on the occasion. by Georg Brandl · 19 years ago
  76. 4054b97 In true regression-test spirit, make sure the by Thomas Wouters · 19 years ago
  77. a33b2bc Add an example of a generator->freevar->cell->generator reference-cycle that by Thomas Wouters · 19 years ago
  78. 96c3f7f Make test_decimal work with -Qnew. by Georg Brandl · 19 years ago
  79. b82cb8d Part of bug 1459808: fiddle test_input_and_raw_input() so it passes w/ -Qnew. by Tim Peters · 19 years ago
  80. 1c5bc1c Part of bug 1459808: fiddle so that this passes with or without -Qnew. by Tim Peters · 19 years ago
  81. 35fd142 Fix contextlib not copying function attributes by Phillip J. Eby · 19 years ago
  82. 33b730e Fix SF bug #1458903 with AST compiler. by Neal Norwitz · 19 years ago
  83. 04855cc Fix typo. by Martin v. Löwis · 19 years ago
  84. 6da56f9 Patch from Aldo Cortesi: expected skips for OpenBSD. by Martin v. Löwis · 19 years ago
  85. c667d05 Provide more debug output, to diagnose OpenBSD test failures. by Martin v. Löwis · 19 years ago
  86. 9f4b632 Allow long objects as a position value of error callbacks returned. by Hye-Shik Chang · 19 years ago
  87. 7545a6b regsub is gone, nothing to ignore by Neal Norwitz · 19 years ago
  88. 2c85d82 Try to handle sys.getfilesystemencoding() returning None. by Neal Norwitz · 19 years ago
  89. e2ac4ab Patch #1443155: Add the incremental codecs support for CJK codecs. by Hye-Shik Chang · 19 years ago
  90. baf05b7 fix typo by Georg Brandl · 19 years ago
  91. c4e94b9 Don't decrement below zero. And add more tests. by Raymond Hettinger · 19 years ago
  92. e33901e Whitespace normalization. by Tim Peters · 19 years ago
  93. 6edd258 Fix a problem with @contextmanager not detecting a broken generator by Phillip J. Eby · 19 years ago
  94. bee0712 Support throw() of string exceptions. by Phillip J. Eby · 19 years ago
  95. 43b00da Revert previous change. Wasn't ready yet. by Raymond Hettinger · 19 years ago
  96. e751c86 Add more tests by Raymond Hettinger · 19 years ago
  97. fd3fcf0 SF Patch #1455676: Simplify using Queues with daemon consumer threads by Raymond Hettinger · 19 years ago
  98. cdb7948 Use absolute import. by Neal Norwitz · 19 years ago
  99. 478c82d Bug #1183780: Add Popen objects to _active only in __del__. by Martin v. Löwis · 19 years ago
  100. 846d72a Exceptions should inherit from Exception now. by Neal Norwitz · 19 years ago