| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a more informative error message for test_float_parsing so the failing | Brett Cannon | 2006-01-19 | 1 | -2/+4 |
|
|
* | SF bug #1347874; FeedParser does not comply with RFC2822. | Barry Warsaw | 2006-01-17 | 2 | -2/+11 |
|
|
* | Ported 42075 from release23-maint branch. | Barry Warsaw | 2006-01-17 | 4 | -5/+51 |
|
|
* | 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 to... | Vinay Sajip | 2006-01-16 | 1 | -2/+2 |
|
|
* | Exceptions raised during renaming in rotating file handlers are now passed to... | Vinay Sajip | 2006-01-16 | 1 | -2/+12 |
|
|
* | TimedRotatingFileHandler now calculates next rollover from previous rollover ... | Vinay Sajip | 2006-01-16 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Bug #1394565: SimpleHTTPServer now doesn't choke on query paramters | Georg Brandl | 2006-01-13 | 1 | -0/+3 |
|
|
* | Bug #1403410: The warnings module now doesn't get confused | Georg Brandl | 2006-01-13 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | add another crash reported by Thomas Wouters | Neal Norwitz | 2006-01-11 | 1 | -0/+10 |
|
|
* | Remove outstanding_crashes again. | Georg Brandl | 2006-01-10 | 1 | -38/+0 |
|
|
* | Add outstanding_crashes.py with tests for crashes. | Georg Brandl | 2006-01-10 | 2 | -0/+41 |
|
|
* | As I threatened on python-dev, add a directory which contains all known | Neal Norwitz | 2006-01-10 | 4 | -0/+97 |
|
|
* | SF bug #1400822, Extended version of _curses over{lay,write} does not work | Neal Norwitz | 2006-01-10 | 1 | -1/+7 |
|
|
* | Correct test_builtin locale handling. | Georg Brandl | 2006-01-09 | 1 | -1/+1 |
|
|
* | Bug #1400115, Fix segfault when calling curses.panel.userptr() | Neal Norwitz | 2006-01-09 | 1 | -0/+11 |
|
|
* | Add a test file (which isn't run by regrtest) for bugs which | Georg Brandl | 2006-01-08 | 1 | -0/+24 |
|
|
* | Patch #1299675: Pass metadata in upload. | Martin v. Löwis | 2006-01-08 | 1 | -9/+33 |
|
|
* | Patch #1177307: UTF-8-Sig codec. | Martin v. Löwis | 2006-01-08 | 2 | -0/+85 |
|
|
* | Revert revision 41940: the test causes -uall to | Tim Peters | 2006-01-07 | 1 | -4/+1 |
|
|
* | Add compiler test regarding optional arguments. | Georg Brandl | 2006-01-06 | 1 | -1/+4 |
|
|
* | initscr() will exit if there's an error. Try to catch the obvious failure | Neal Norwitz | 2006-01-06 | 1 | -4/+7 |
|
|
* | Generalize buildno to be a sequence of non-comma | Martin v. Löwis | 2006-01-06 | 1 | -1/+1 |
|
|
* | If the audio file does not exist, the test should be skipped. Will backport. | Neal Norwitz | 2006-01-05 | 2 | -2/+2 |
|
|
* | Skip test_curses if stdin is not a tty (like when run from cron or buildbot).... | Neal Norwitz | 2006-01-05 | 1 | -1/+3 |
|
|
* | test_main(): Restore the original root logger level after running | Tim Peters | 2005-12-30 | 1 | -0/+9 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-12-30 | 1 | -1/+1 |
|
|
* | Work around test_locale failing on Solaris. | Martin v. Löwis | 2005-12-30 | 1 | -3/+8 |
|
|
* | Fix a delimiter detection problem in sniffer. Sniffing "a|b|c\r\n" was | Skip Montanaro | 2005-12-30 | 2 | -3/+17 |
|
|
* | SF#1391872 | Fredrik Lundh | 2005-12-29 | 1 | -0/+12 |
|
|
* | SF bug #1153075: "PyXxx_Check(x) trusts x->ob_type->tp_mro". | Armin Rigo | 2005-12-29 | 1 | -0/+31 |
|
|
* | adding in-place operators to the operator module. | Armin Rigo | 2005-12-29 | 1 | -0/+47 |
|
|
* | SF patch #1390657: | Armin Rigo | 2005-12-29 | 2 | -0/+112 |
|
|
* | Fix for problem with Sniffer class. If your delimiter is whitespace and the | Skip Montanaro | 2005-12-28 | 2 | -2/+5 |
|
|
* | Bug #649974: make docstrings for url2pathname consistent | Georg Brandl | 2005-12-26 | 4 | -21/+25 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-12-25 | 75 | -33209/+33162 |
|
|
* | test_bug_1333982(): This one must fail under -O. | Tim Peters | 2005-12-25 | 1 | -1/+4 |
|
|
* | SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode | Neal Norwitz | 2005-12-23 | 2 | -5/+55 |
|
|
* | Fix SF #1117398, cookielib LWPCookieJar and MozillaCookieJar exceptions | Neal Norwitz | 2005-12-23 | 4 | -10/+36 |
|
|
* | Fix Armin's bug 1333982. He found it, he didn't created it :-) | Neal Norwitz | 2005-12-18 | 1 | -0/+40 |
|
|
* | Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter. | Neal Norwitz | 2005-12-18 | 2 | -0/+9 |
|
|
* | Get float() to be more portable across platforms. Disable hex strings. | Neal Norwitz | 2005-12-18 | 1 | -2/+4 |
|
|
* | Fix _sys_version() so it works with the new buildno, not sure if it is correc... | Neal Norwitz | 2005-12-18 | 1 | -2/+1 |
|
|