| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | SF Patch #1365916, mmap fails on AMD64 | Neal Norwitz | 2005-12-18 | 1 | -0/+16 |
|
|
* | SF patch #1355913, PEP 341 - Unification of try/except and try/finally | Neal Norwitz | 2005-12-17 | 1 | -0/+180 |
|
|
* | Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\' | Hye-Shik Chang | 2005-12-17 | 1 | -10/+14 |
|
|
* | added encoding tests to ElementTree/cElementTree tests | Fredrik Lundh | 2005-12-16 | 2 | -15/+31 |
|
|
* | Patch #1360443: Make SimpleHTTPServer display unencoded directory names. | Georg Brandl | 2005-12-16 | 1 | -2/+3 |
|
|
* | Bug #1378455: a problem of urllib using open_local_file | Georg Brandl | 2005-12-15 | 1 | -0/+2 |
|
|
* | Add two tests for the script interface. | Walter Dörwald | 2005-12-15 | 1 | -5/+19 |
|
|
* | added cElementTree tests | Fredrik Lundh | 2005-12-15 | 2 | -0/+204 |
|
|
* | Revert r41662 and the part of 41552 that originally caused the problem | Neal Norwitz | 2005-12-15 | 1 | -7/+0 |
|
|
* | If quopri uses the implementations from binascii do the tests a second time | Walter Dörwald | 2005-12-14 | 1 | -10/+35 |
|
|
* | added PSF licensing blurbs to relevant files | Fredrik Lundh | 2005-12-14 | 4 | -0/+12 |
|
|
* | added cElementTree/_elementtree build stuff and wrapper module | Fredrik Lundh | 2005-12-14 | 1 | -0/+3 |
|
|
* | Subversion settings: | Armin Rigo | 2005-12-14 | 5 | -1960/+1960 |
|
|
* | - remove leftover directory | Fred Drake | 2005-12-14 | 1 | -0/+20 |
|
|
* | move the xml package implementation to xmlcore, and adjust the tests to | Fred Drake | 2005-12-14 | 24 | -194/+196 |
|
|
* | Fix test not to fail on FreeBSD. Directories work also as data | Hye-Shik Chang | 2005-12-13 | 1 | -0/+4 |
|
|
* | r1077@spiff: Fredrik | 2005-12-12 22:58:44 +0100 | Fredrik Lundh | 2005-12-12 | 1 | -0/+1 |
|
|
* | skip NIS entries, empty entries, etc | Fredrik Lundh | 2005-12-12 | 2 | -2/+4 |
|
|
* | skip nis entries, if not filtered out by getpwall itself | Fredrik Lundh | 2005-12-12 | 1 | -0/+2 |
|
|
* | added xml.etree test (enough of the ElementTree selftest to | Fredrik Lundh | 2005-12-12 | 1 | -0/+339 |
|
|
* | r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100 | Fredrik Lundh | 2005-12-12 | 2 | -2/+7 |
|
|
* | added ElementTree core components to xml.etree | Fredrik Lundh | 2005-12-12 | 4 | -0/+1621 |
|
|
* | SF #1377897, Bus error in ast | Neal Norwitz | 2005-12-11 | 1 | -0/+4 |
|
|
* | Patch #1276356: Implement new resource "urlfetch" for regrtest. | Hye-Shik Chang | 2005-12-10 | 9 | -74/+26 |
|
|
* | mwh spotted a copied error message, make it unique (and correct) | Neal Norwitz | 2005-12-05 | 1 | -1/+1 |
|
|
* | Fix SF #1373161, r41552 broke test_file on OS X | Neal Norwitz | 2005-12-05 | 1 | -1/+1 |
|
|
* | [Bug #1281032] Pass encoding from the input source to pyexpat's ParserCreate() | Andrew M. Kuchling | 2005-12-04 | 1 | -2/+3 |
|
|
* | [Bug #1164912] Ensure Datetime wrapper class .value attribute is an 8-bit str... | Andrew M. Kuchling | 2005-12-04 | 2 | -0/+11 |
|
|
* | [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServer | Andrew M. Kuchling | 2005-12-04 | 1 | -8/+11 |
|
|