summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused import. (If it's there for some deep, dark reason, it should h...Andrew M. Kuchling2004-06-291-1/+0
* Add test case for bug #912845: requesting an HTTP byte range doesn't workAndrew M. Kuchling2004-06-291-6/+16
* Docstring grammar fixAndrew M. Kuchling2004-06-291-1/+1
* Patch from Mark Hammond to fix a test error.Raymond Hettinger2004-06-281-9/+12
* Added socket.getservbyport(), and make its second argument and that ofBarry Warsaw2004-06-281-10/+22
* * Silence a test failure that resulted when test_site was run byRaymond Hettinger2004-06-271-7/+10
* Massive performance improvement for C extension and builtin tracing codeNicholas Bastin2004-06-251-3/+3
* Bug 975996: Add _PyTime_DoubleToTimet to C APITim Peters2004-06-202-0/+35