summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Added test for fileConfig. Contributed by Shane Hathaway.Vinay Sajip2006-01-161-1/+101
* Exceptions raised during renaming in rotating file handlers are now passed to...Vinay Sajip2006-01-161-2/+2
* Exceptions raised during renaming in rotating file handlers are now passed to...Vinay Sajip2006-01-161-2/+12
* TimedRotatingFileHandler now calculates next rollover from previous rollover ...Vinay Sajip2006-01-161-1/+1
* Fixed bug in time-to-midnight calculation.Vinay Sajip2006-01-161-3/+6
* collected my segfaulting Python examples from the SF trackersArmin Rigo2006-01-148-0/+99
* Bug #1394565: SimpleHTTPServer now doesn't choke on query paramtersGeorg Brandl2006-01-131-0/+3
* Bug #1403410: The warnings module now doesn't get confusedGeorg Brandl2006-01-131-1/+1
* Whitespace normalization.Tim Peters2006-01-133-100/+99
* Test curses.setupterm() before initscr().Georg Brandl2006-01-121-2/+3
* Fix SF bug #1402308, segfault when using mmap(-1, ...)Neal Norwitz2006-01-112-0/+9
* add another crash reported by Thomas WoutersNeal Norwitz2006-01-111-0/+10
* Remove outstanding_crashes again.Georg Brandl2006-01-101-38/+0
* Add outstanding_crashes.py with tests for crashes.Georg Brandl2006-01-102-0/+41
* As I threatened on python-dev, add a directory which contains all knownNeal Norwitz2006-01-104-0/+97
* SF bug #1400822, Extended version of _curses over{lay,write} does not workNeal Norwitz2006-01-101-1/+7
* Correct test_builtin locale handling.Georg Brandl2006-01-091-1/+1
* Bug #1400115, Fix segfault when calling curses.panel.userptr()Neal Norwitz2006-01-091-0/+11
* Add a test file (which isn't run by regrtest) for bugs whichGeorg Brandl2006-01-081-0/+24
* Patch #1299675: Pass metadata in upload.Martin v. Löwis2006-01-081-9/+33
* Patch #1177307: UTF-8-Sig codec.Martin v. Löwis2006-01-082-0/+85
* Revert revision 41940: the test causes -uall toTim Peters2006-01-071-4/+1
* Add compiler test regarding optional arguments.Georg Brandl2006-01-061-1/+4
* initscr() will exit if there's an error. Try to catch the obvious failureNeal Norwitz2006-01-061-4/+7
* Generalize buildno to be a sequence of non-commaMartin v. Löwis2006-01-061-1/+1
* If the audio file does not exist, the test should be skipped. Will backport.Neal Norwitz2006-01-052-2/+2
* Skip test_curses if stdin is not a tty (like when run from cron or buildbot)....Neal Norwitz2006-01-051-1/+3
* test_main(): Restore the original root logger level after runningTim Peters2005-12-301-0/+9
* Whitespace normalization.Tim Peters2005-12-301-1/+1
* Work around test_locale failing on Solaris.Martin v. Löwis2005-12-301-3/+8
* Fix a delimiter detection problem in sniffer. Sniffing "a|b|c\r\n" wasSkip Montanaro2005-12-302-3/+17
* SF#1391872Fredrik Lundh2005-12-291-0/+12
* SF bug #1153075: "PyXxx_Check(x) trusts x->ob_type->tp_mro".Armin Rigo2005-12-291-0/+31
* adding in-place operators to the operator module.Armin Rigo2005-12-291-0/+47
* SF patch #1390657:Armin Rigo2005-12-292-0/+112
* Fix for problem with Sniffer class. If your delimiter is whitespace and theSkip Montanaro2005-12-282-2/+5
* Bug #649974: make docstrings for url2pathname consistentGeorg Brandl2005-12-264-21/+25
* Whitespace normalization.Tim Peters2005-12-2575-33209/+33162
* test_bug_1333982(): This one must fail under -O.Tim Peters2005-12-251-1/+4
* SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape modeNeal Norwitz2005-12-232-5/+55
* Fix SF #1117398, cookielib LWPCookieJar and MozillaCookieJar exceptionsNeal Norwitz2005-12-234-10/+36
* Fix Armin's bug 1333982. He found it, he didn't created it :-)Neal Norwitz2005-12-181-0/+40
* Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter.Neal Norwitz2005-12-182-0/+9
* Get float() to be more portable across platforms. Disable hex strings.Neal Norwitz2005-12-181-2/+4
* Fix _sys_version() so it works with the new buildno, not sure if it is correc...Neal Norwitz2005-12-181-2/+1
* SF Patch #1365916, mmap fails on AMD64Neal Norwitz2005-12-181-0/+16
* SF patch #1355913, PEP 341 - Unification of try/except and try/finallyNeal Norwitz2005-12-171-0/+180
* Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\'Hye-Shik Chang2005-12-171-10/+14
* added encoding tests to ElementTree/cElementTree testsFredrik Lundh2005-12-162-15/+31
* Patch #1360443: Make SimpleHTTPServer display unencoded directory names.Georg Brandl2005-12-161-2/+3