summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug #1378455: a problem of urllib using open_local_fileGeorg Brandl2005-12-151-0/+2
* Add two tests for the script interface.Walter Dörwald2005-12-151-5/+19
* added cElementTree testsFredrik Lundh2005-12-152-0/+204
* Revert r41662 and the part of 41552 that originally caused the problemNeal Norwitz2005-12-151-7/+0
* If quopri uses the implementations from binascii do the tests a second timeWalter Dörwald2005-12-141-10/+35
* added PSF licensing blurbs to relevant filesFredrik Lundh2005-12-144-0/+12
* added cElementTree/_elementtree build stuff and wrapper moduleFredrik Lundh2005-12-141-0/+3
* Subversion settings:Armin Rigo2005-12-145-1960/+1960
* - remove leftover directoryFred Drake2005-12-141-0/+20
* move the xml package implementation to xmlcore, and adjust the tests toFred Drake2005-12-1424-194/+196
* Fix test not to fail on FreeBSD. Directories work also as dataHye-Shik Chang2005-12-131-0/+4
* r1077@spiff: Fredrik | 2005-12-12 22:58:44 +0100Fredrik Lundh2005-12-121-0/+1
* skip NIS entries, empty entries, etcFredrik Lundh2005-12-122-2/+4
* skip nis entries, if not filtered out by getpwall itselfFredrik Lundh2005-12-121-0/+2
* added xml.etree test (enough of the ElementTree selftest toFredrik Lundh2005-12-121-0/+339
* r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100Fredrik Lundh2005-12-122-2/+7
* added ElementTree core components to xml.etreeFredrik Lundh2005-12-124-0/+1621
* SF #1377897, Bus error in astNeal Norwitz2005-12-111-0/+4
* Patch #1276356: Implement new resource "urlfetch" for regrtest.Hye-Shik Chang2005-12-109-74/+26
* mwh spotted a copied error message, make it unique (and correct)Neal Norwitz2005-12-051-1/+1
* Fix SF #1373161, r41552 broke test_file on OS XNeal Norwitz2005-12-051-1/+1
* [Bug #1281032] Pass encoding from the input source to pyexpat's ParserCreate()Andrew M. Kuchling2005-12-041-2/+3
* [Bug #1164912] Ensure Datetime wrapper class .value attribute is an 8-bit str...Andrew M. Kuchling2005-12-042-0/+11
* [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServerAndrew M. Kuchling2005-12-041-8/+11