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