summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2006-05-251-2/+2
* Change test_values so that it compares the lowercasing of group names since g...Brett Cannon2006-05-251-1/+4
* needforspeed: check for overflow in replace (from Andrew Dalke)Fredrik Lundh2006-05-251-9/+8
* Added tests for implementation error we came up with in the need for speed sp...Andrew Dalke2006-05-251-0/+19
* Update graminit.c for the fix for #1488915, Multiple dots in relative importThomas Wouters2006-05-251-1/+10
* Heavily fiddled variant of patch #1442927: PyLong_FromString optimization.Tim Peters2006-05-241-0/+75
* Disable the damn empty-string replace test -- it can'tTim Peters2006-05-241-2/+2
* We can't leave the checked-in tests broken.Tim Peters2006-05-241-5/+10
* Added a slew of test for string replace, based various corner cases fromAndrew Dalke2006-05-241-0/+157
* refactor unpack, add unpack_fromBob Ippolito2006-05-241-0/+41
* test_struct grew weird behavior under regrtest.py -R,Tim Peters2006-05-231-0/+2
* Bug #1334662 / patch #1335972: int(string, base) wrong answers.Tim Peters2006-05-231-0/+78
* Fix #1474677, non-keyword argument following keyword.Neal Norwitz2006-05-191-0/+3
* Bug #1462152: file() now checks more thoroughly for invalid modeGeorg Brandl2006-05-181-1/+1
* Fix test_locale for platforms without a default thousands separator.Georg Brandl2006-05-181-5/+8
* Patch #1180296: improve locale string formatting functionsGeorg Brandl2006-05-171-2/+23
* Text files missing the SVN eol-style property.Tim Peters2006-05-161-964/+964
* Patch #1435422: zlib's compress and decompress objects now have aGeorg Brandl2006-05-161-0/+57
* test_directory(): Remove the leftover temp directory that's makingTim Peters2006-05-151-0/+4
* ReadDetectFileobjTest: repair Windows disasters by openingTim Peters2006-05-151-1/+2
* [ 1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634)Georg Brandl2006-05-151-0/+23
* - Bug #1487966: Fix SystemError with conditional expression in assignmentNeal Norwitz2006-05-151-16/+19
* Patch #1484695: Update the tarfile module to version 0.8. This fixesGeorg Brandl2006-05-102-2/+47
* Variant of patch #1478292. doctest.register_optionflag(name)Tim Peters2006-05-101-0/+20
* Patch #1479302: Make urllib2 digest auth and basic auth play together.Georg Brandl2006-05-081-0/+21
* Add test for rev. 45934.Georg Brandl2006-05-081-0/+16
* Port access, chmod, parts of getcwdu, mkdir, and utime to direct Win32 API.Martin v. Löwis2006-05-061-0/+12
* Implement os.{chdir,rename,rmdir,remove} using Win32 directly.Martin v. Löwis2006-05-042-3/+19
* Patch #1475845: Raise IndentationError for unexpected indent.Martin v. Löwis2006-05-041-2/+18
* Bug #1385040: don't allow "def foo(a=1, b): pass" in the compiler package.Georg Brandl2006-05-031-0/+3
* Finish bringing SVN into line with latest version of PEP 343 by getting rid o...Nick Coghlan2006-05-032-32/+33
* Move network tests from test_urllib2 to test_urllib2net.Georg Brandl2006-05-032-135/+137
* Whitespace normalization.Tim Peters2006-05-031-1/+1
* Use open() instead of file()Andrew M. Kuchling2006-05-021-3/+3
* Hopefully this will fix the spurious failures of test_mailbox.py that I'mGuido van Rossum2006-05-021-4/+8
* Get rid of __context__, per the latest changes to PEP 343 and python-devGuido van Rossum2006-05-022-80/+11
* Fix the formatting of KeyboardInterrupt -- a bad issubclass() call.Guido van Rossum2006-05-021-0/+6
* SF #1479988: add methods to allow access to weakrefs for theFred Drake2006-05-021-0/+44
* Try to fix breakage caused by patch #1479181, r45850Neal Norwitz2006-05-021-2/+2
* SF #1479181: split open() and file() from being aliases for each other.Neal Norwitz2006-05-021-2/+2
* Port forward from 2.4 branch:Barry Warsaw2006-05-011-0/+10
* Patch #1472854: make the rlcompleter.Completer class usable on non-Georg Brandl2006-04-301-5/+1
* Bug #1473625: stop cPickle making float dumps locale dependent in protocol 0.Georg Brandl2006-04-305-52/+64
* In stdlib, use hashlib instead of deprecated md5 and sha modules.Georg Brandl2006-04-302-6/+6
* Patch #1470846: fix urllib2 ProxyBasicAuthHandler.Georg Brandl2006-04-302-35/+225
* Bug #1478429: make datetime.datetime.fromtimestamp accept every float,Georg Brandl2006-04-281-0/+6
* Try to really fix the slow buildbots this time.Neal Norwitz2006-04-281-0/+1
* Add more ignores of ImportWarnings; these are all just potential triggersThomas Wouters2006-04-271-1/+3
* - Add new Warning class, ImportWarningThomas Wouters2006-04-273-0/+24
* Do the small-memory run of big-meormy tests using a prime number, ratherThomas Wouters2006-04-271-1/+1