Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix test import for use in standalone pybsddb project bsddb3 module as well | Gregory P. Smith | 2006-01-29 | 1 | -1/+6 |
| | | | | as python builtin bsddb. | ||||
* | Whitespace normalization. | Tim Peters | 2006-01-29 | 1 | -1/+1 |
| | |||||
* | Try a number of ports, in case 9020 is already in use. | Martin v. Löwis | 2006-01-29 | 1 | -3/+14 |
| | |||||
* | Explicitly close the server socket. | Martin v. Löwis | 2006-01-29 | 1 | -0/+2 |
| | |||||
* | Work around a Solaris peculiarity that caused test_pty to sometimes fail: a | Thomas Wouters | 2006-01-28 | 1 | -1/+8 |
| | | | | | | | | | tty opened by os.openpty() isn't always a tty according to os.isatty(), when it's tested inside the process that opened it. Doesn't affect actual functionality, as using a tty this way is rarely, if ever, useful. Ignoring the failure allows the test for actual functionality to continue. Will backport to 2.4-maint. | ||||
* | Improved handling of syntax errors. | Jeremy Hylton | 2006-01-27 | 2 | -1/+239 |
| | | | | | | | | | | | | | | | | | Expand set of errors caught in set_context(). Some new errors, some old error messages changed for consistency. Fixed error checking in generator expression code. The first set of tests were impossible condition given the grammar. In general, the ast code uses REQ() for those sanity checks. Fix some error handling for augmented assignments. As comments in the code explain, set_context() ought to work here, but I got unexpected crashes when I tried it. Should come back to this. Add note to Grammar that yield expression is a special case. Add doctest cases for SyntaxErrors raised by ast.c. | ||||
* | Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVER | Gregory P. Smith | 2006-01-27 | 2 | -0/+5 |
| | | | | (test cases and dbobj wrapping) | ||||
* | There was a race condition where the connector would try to connect | Neal Norwitz | 2006-01-25 | 1 | -0/+3 |
| | | | | | | | | | | before the listener was ready (on gentoo x86 buildslave). This caused the listener to not exit normally since nobody connected to it (waited in accept()). The exception was raised in the other thread and the test failed. This fix doesn't completely eliminate the race, but should make it near impossible to trigger. Hopefully it's good enough. | ||||
* | Remove generated test db files | Neal Norwitz | 2006-01-25 | 1 | -2/+3 |
| | |||||
* | Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env. | Neal Norwitz | 2006-01-25 | 3 | -0/+28 |
| | | | | Will backport. | ||||
* | test_rude_shutdown(): Rewrote to use proper thread | Tim Peters | 2006-01-24 | 1 | -11/+19 |
| | | | | synchronization and termination. | ||||
* | Whitespace normalization. | Tim Peters | 2006-01-24 | 1 | -4/+4 |
| | |||||
* | Patch #1349118: urllib2 now supports user:pass@ style proxy | Martin v. Löwis | 2006-01-24 | 1 | -6/+93 |
| | | | | | specifications, raises IOErrors when proxies for unsupported protocols are defined, and uses the https proxy on https redirections. | ||||
* | Repaired new test failures on Windows: | Tim Peters | 2006-01-23 | 1 | -3/+12 |
| | | | | | | | - The path separator isn't "/" on Windows. - Leaving behind a read-only file causes cascades of bogus failures on Windows. | ||||
* | Whitespace normalization. | Tim Peters | 2006-01-23 | 1 | -1/+1 |
| | |||||
* | Disable this test until I can test on big-endian machines and get passing | Neal Norwitz | 2006-01-23 | 1 | -1/+2 |
| | |||||
* | Test zipimporter a bit more. Also get working with -R :: option for finding ↵ | Neal Norwitz | 2006-01-23 | 1 | -4/+122 |
| | | | | ref leaks | ||||
* | Convenience function to remove a possibly non-existant file | Neal Norwitz | 2006-01-23 | 1 | -14/+10 |
| | |||||
* | Test getsignal() and some error conditions | Neal Norwitz | 2006-01-23 | 1 | -1/+23 |
| | |||||
* | Use unittest and make sure a few other cases don't crash | Neal Norwitz | 2006-01-23 | 1 | -2/+23 |
| | |||||
* | Bug #902075: urllib2 now handles "host:port" proxy specifications | Georg Brandl | 2006-01-21 | 1 | -8/+13 |
| | | | | Can/should this be backported? | ||||
* | Whitespace normalization. | Tim Peters | 2006-01-20 | 1 | -11/+11 |
| | |||||
* | Patch #1410998: remove "DOS" from os.py docstring | Georg Brandl | 2006-01-20 | 1 | -1/+1 |
| | |||||
* | Try to resolve the remaining webbrowser issues (backgrounding, local urls) | Georg Brandl | 2006-01-20 | 1 | -103/+196 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2006-01-20 | 1 | -1/+1 |
| | |||||
* | Added a test for the ability to specify a class attribute in Formatter ↵ | Vinay Sajip | 2006-01-20 | 1 | -16/+64 |
| | | | | configuration. Contributed by Shane Hathaway. | ||||
* | Added a test for the ability to specify a class attribute in Formatter ↵ | Vinay Sajip | 2006-01-20 | 1 | -0/+4 |
| | | | | configuration. Contributed by Shane Hathaway. | ||||
* | Added the ability to specify a class attribute in Formatter configuration. ↵ | Vinay Sajip | 2006-01-20 | 1 | -1/+21 |
| | | | | Contributed by Shane Hathaway. | ||||
* | Patch #1388073: Make unittest.TestCase easier to subclass | Georg Brandl | 2006-01-20 | 1 | -13/+13 |
| | |||||
* | Checkin the test of patch #1400181. | Georg Brandl | 2006-01-20 | 1 | -0/+14 |
| | |||||
* | Bug #1407902: Added support for sftp:// URIs to urlparse. | Georg Brandl | 2006-01-20 | 1 | -11/+11 |
| | |||||
* | Readd bug report note. | Georg Brandl | 2006-01-20 | 1 | -0/+6 |
| | |||||
* | Bug #1371247: Update Windows LCIDs in locale.py. | Georg Brandl | 2006-01-20 | 1 | -32/+179 |
| | |||||
* | Add a more informative error message for test_float_parsing so the failing | Brett Cannon | 2006-01-19 | 1 | -2/+4 |
| | | | | locale can be known. | ||||
* | SF bug #1347874; FeedParser does not comply with RFC2822. | Barry Warsaw | 2006-01-17 | 2 | -2/+11 |
| | | | | | Change headerRE as suggested in the bug report, so that single character headers are accepted. Test case added too. Will backport to Python 2.4. | ||||
* | Ported 42075 from release23-maint branch. | Barry Warsaw | 2006-01-17 | 4 | -5/+51 |
| | | | | | | | | | | | SF bug #1403349 solution for email 3.0; some MUAs use the 'file' parameter name in the Content-Distribution header, so Message.get_filename() should fall back to using that. Will port to the Python 2.5 trunk. Also, bump the email package version to 3.0.1 for eventual release. Of course, add a test case too. XXX Need to update the documentation. | ||||
* | Refactoring for fileConfig. Contributed by Shane Hathaway. | Vinay Sajip | 2006-01-16 | 1 | -125/+142 |
| | |||||
* | Changes due to added test for fileConfig contributed by Shane Hathaway. | Vinay Sajip | 2006-01-16 | 1 | -0/+6 |
| | |||||
* | Added test for fileConfig. Contributed by Shane Hathaway. | Vinay Sajip | 2006-01-16 | 1 | -1/+101 |
| | |||||
* | Exceptions raised during renaming in rotating file handlers are now passed ↵ | Vinay Sajip | 2006-01-16 | 1 | -2/+2 |
| | | | | to handleError (except for SystemExit and KeyboardInterrupt, which are re-raised). | ||||
* | Exceptions raised during renaming in rotating file handlers are now passed ↵ | Vinay Sajip | 2006-01-16 | 1 | -2/+12 |
| | | | | to handleError (except for SystemExit and KeyboardInterrupt, which are re-raised). | ||||
* | TimedRotatingFileHandler now calculates next rollover from previous rollover ↵ | Vinay Sajip | 2006-01-16 | 1 | -1/+1 |
| | | | | rather than current time. | ||||
* | Fixed bug in time-to-midnight calculation. | Vinay Sajip | 2006-01-16 | 1 | -3/+6 |
| | |||||
* | collected my segfaulting Python examples from the SF trackers | Armin Rigo | 2006-01-14 | 8 | -0/+99 |
| | | | | (is the purpose of the crashers directory to scare people? :-) | ||||
* | Bug #1394565: SimpleHTTPServer now doesn't choke on query paramters | Georg Brandl | 2006-01-13 | 1 | -0/+3 |
| | | | | any more. | ||||
* | Bug #1403410: The warnings module now doesn't get confused | Georg Brandl | 2006-01-13 | 1 | -1/+1 |
| | | | | when it can't find out the module name it generates a warning for. | ||||
* | Whitespace normalization. | Tim Peters | 2006-01-13 | 3 | -100/+99 |
| | |||||
* | Test curses.setupterm() before initscr(). | Georg Brandl | 2006-01-12 | 1 | -2/+3 |
| | |||||
* | Fix SF bug #1402308, segfault when using mmap(-1, ...) | Neal Norwitz | 2006-01-11 | 2 | -0/+9 |
| | | | | | | | This didn't crash on Linux, but valgrind complained. I'm not sure if this test is valid on Windows. Will backport. | ||||
* | add another crash reported by Thomas Wouters | Neal Norwitz | 2006-01-11 | 1 | -0/+10 |
| |