summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* SF #857297 and 916874, improve handling of hard links when extractingNeal Norwitz2004-07-201-0/+21
* SF #846659, fix bufsize violation and GNU longname/longlink extensionsNeal Norwitz2004-07-201-1/+90
* Check the type of values returned by __int__, __float__, __long__,Neil Schemenauer2004-07-191-27/+80
* Don't return spurious empty fields if 'keep_empty_values' is True.Neil Schemenauer2004-07-192-2/+32
* test_codecmaps_hk is also expected to be skipped when a mapping fileHye-Shik Chang2004-07-191-1/+2
* Don't try to create the directory if it already exists, otherwise the test failsNeal Norwitz2004-07-191-1/+2
* test_sf_950057's gen1() used an assert statement, which caused the testTim Peters2004-07-181-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-183-26/+26
* Bring CJKCodecs 1.1 into trunk. This completely reorganizes sourceHye-Shik Chang2004-07-1813-51/+79
* Oops! Restored the pickle test to test_pyclbr, but changed types.py soTim Peters2004-07-181-0/+1
* The Darwin-specific getproxies_internetconfig() was added to urllib,Tim Peters2004-07-181-2/+2
* Upgrade None assignment SyntaxWarning to a SyntaxError.Raymond Hettinger2004-07-171-0/+15
* Implemented thread-local data as proposed on python-dev:Jim Fulton2004-07-141-0/+26
* * Hide a loop induction variable that was inadvertantly being picked upRaymond Hettinger2004-07-141-28/+0
* * Rename "Signals" to "_signals" making it non-public.Raymond Hettinger2004-07-141-1/+7
* - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affectsGuido van Rossum2004-07-141-0/+1
* It helps when doing checks if something is in a tuple of strings that if youBrett Cannon2004-07-141-1/+1
* Fixes a bug in testing code handling .pth files that did not restore the orig...Brett Cannon2004-07-131-29/+26
* Using repr() generates entries that the current stats package can'tNicholas Bastin2004-07-121-3/+3
* Fix test case for when time.tzname[0] is either UTC or GMT. Also have testBrett Cannon2004-07-121-2/+7
* this is patchMichael W. Hudson2004-07-121-0/+37
* FreeBSD's services file contains an additional echo service entry, withAndrew MacIntyre2004-07-121-1/+7
* Patch [ 972332 ] urllib2 FTPHandler bugs / John J. LeeKurt B. Kaiser2004-07-111-10/+7
* SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generatorBrett Cannon2004-07-101-0/+7
* Make ntpath compress multiple slashes between drive letter and the rest of theBrett Cannon2004-07-101-6/+5
* [Patch #988602] Move the urllib2 tests into the test frameworkAndrew M. Kuchling2004-07-101-1/+129
* Improve Context construction and representation:Raymond Hettinger2004-07-101-16/+12
* Add generic codecs.encode() and .decode() APIs that don't imposeMarc-André Lemburg2004-07-101-1/+11
* Restructure testing of .pth files. Move previous functions into a class andBrett Cannon2004-07-101-37/+82
* Add some tests for corner cases.Raymond Hettinger2004-07-091-1/+25
* * Update the test suite to reflect that ConversionSyntax was no longerRaymond Hettinger2004-07-091-2/+2
* Module and tests:Raymond Hettinger2004-07-091-6/+5
* * fix the print testRaymond Hettinger2004-07-091-0/+14
* * balance the left/right search for getitem.Raymond Hettinger2004-07-091-4/+31
* Add another bunch of test cases for calendars with Sunday as theWalter Dörwald2004-07-081-1/+60
* Whitespace normalization.Tim Peters2004-07-0813-33/+26
* Exercise xrange a bitNeal Norwitz2004-07-081-0/+59
* Exercise some error conditionsNeal Norwitz2004-07-081-0/+10
* SF bug #978308, Spurious errors taking bool of dead proNeal Norwitz2004-07-081-0/+1
* testGetServBy(): Use services that should be available both on *nix andBarry Warsaw2004-07-061-1/+1
* * Fix missing return after error message is set.Raymond Hettinger2004-07-061-0/+1
* * Add __eq__ and __ne__ so that things like list.index() work properlyRaymond Hettinger2004-07-051-11/+16
* Test the logic for int(d).Raymond Hettinger2004-07-051-0/+10
* * Make the tests independent of the default precision.Raymond Hettinger2004-07-031-0/+7
* Work through several open todos:Raymond Hettinger2004-07-031-7/+23
* Add tests that check the result of calendar.monthcalendar() for a setWalter Dörwald2004-07-021-1/+79
* Make weak references subclassable:Fred Drake2004-07-021-0/+66
* SF Bug #215126: Over restricted type checking on eval() functionRaymond Hettinger2004-07-022-11/+55
* Move Decimal from the sandbox into production.Raymond Hettinger2004-07-011-0/+1
* Move Decimal from the sandbox into production.Raymond Hettinger2004-07-0132-1/+23953