summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Fix issue 2245. aifc now skips any chunk type it doesn't actuallyR. David Murray2009-04-293-1/+24
* Use test.test_support.EnvironmentVarGuard where tests change environment vars.Walter Dörwald2009-04-266-56/+36
* Fix typo.Walter Dörwald2009-04-261-1/+1
* Issue #4971: Fix titlecase for characters that are their ownMartin v. Löwis2009-04-261-1/+6
* Issue #5835, deprecate PyOS_ascii_formatd.Eric Smith2009-04-251-0/+62
* Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic inWalter Dörwald2009-04-251-1/+14
* Issue #5837: Certain sequences of calls to set() and unset() forWalter Dörwald2009-04-251-15/+17
* Fix typo in complex parsing code; expand tests.Mark Dickinson2009-04-251-3/+19
* fix a segfault when setting __class__ in __del__ #5283Benjamin Peterson2009-04-251-0/+10
* Remove unnecessary double negativeMark Dickinson2009-04-241-1/+1
* Issue #5593: Use more robust test for double-rounding in test_fsum.Mark Dickinson2009-04-241-8/+9
* Issue #5812: The two-argument form of the Fraction constructorMark Dickinson2009-04-241-1/+7
* Issue #5816:Mark Dickinson2009-04-241-10/+66
* Issue #5812: make Fraction('1e-6') valid. Backport of r71806.Mark Dickinson2009-04-221-4/+8
* Fixed issue 5782: formatting with commas didn't work if no specifier type cod...Eric Smith2009-04-221-0/+6
* Issue 5354: Change API for import_fresh_module() to better support test_warni...Nick Coghlan2009-04-223-17/+51
* Backport of some of the work in r71665 to trunk. This reworks much ofEric Smith2009-04-222-2/+56
* Restore skips of posix and pty tests on Windows by calling theR. David Murray2009-04-212-3/+8
* Fix for the Issue918368 - urllib doesn't correct server returned urlsSenthil Kumaran2009-04-211-0/+13
* Nit: integer division should use //, not /Mark Dickinson2009-04-201-1/+1
* Issue #3166: Make long -> float (and int -> float) conversionsMark Dickinson2009-04-202-0/+93
* move test to a more appropiate oneBenjamin Peterson2009-04-181-25/+30
* try to initalize all builtin types with PyType_Ready to avoid problems like #...Benjamin Peterson2009-04-181-0/+12
* Issue #1869: Fix a couple of minor round() issues.Mark Dickinson2009-04-181-0/+3
* Issue #5768: Change to Unicode output logic and test case for same.Vinay Sajip2009-04-161-0/+1
* call __float__ on str subclasses #5759Benjamin Peterson2009-04-151-0/+12
* Adjust test_asyncore to account for intentional asyncore behavior changeR. David Murray2009-04-131-4/+1
* remove useless importBenjamin Peterson2009-04-121-1/+0
* #5741: dont disallow double percent signs in SafeConfigParser.set() keys.Georg Brandl2009-04-121-0/+4
* Make test_asyncore tests match code changes introduced by theR. David Murray2009-04-111-37/+20
* Issue 5354: Provide a standardised testing mechanism for doing fresh imports ...Nick Coghlan2009-04-113-35/+76
* Issue #2170: refactored xml.dom.minidom.normalize, increasing bothR. David Murray2009-04-091-0/+161
* Issue 5665: add more pickling tests.Collin Winter2009-04-095-21/+428
* - Make timing assertions very generous (a la test_timeout.py)Jack Diederich2009-04-071-49/+60
* eliminate more race conditions in telnetlib testsJack Diederich2009-04-071-51/+58
* Issue #5695: Minor tweak to improve the code as suggested by Brett Cannon and...Vinay Sajip2009-04-071-1/+1
* revert unrelated change to test_telnetlibBenjamin Peterson2009-04-071-1/+1
* fix since difference formating of SyntaxErrorsBenjamin Peterson2009-04-072-5/+9
* fix syntax tests after formatting changeBenjamin Peterson2009-04-072-44/+88
* - Issue #2254: Fix CGIHTTPServer information disclosure. Relative paths areGregory P. Smith2009-04-061-0/+46
* test the telnetlib.Telnet interface more thoroughlyJack Diederich2009-04-061-3/+276
* Fixes issue5705: os.setuid() and friends did not accept the same range ofGregory P. Smith2009-04-051-1/+44
* Adding assertIs and assertIsNot methods to unittest.TestCaseMichael Foord2009-04-051-0/+23
* #5471: fix expanduser() for $HOME set to "/".Georg Brandl2009-04-051-0/+5
* #1326077: fix traceback formatting of SyntaxErrors. This fixes two differenc...Georg Brandl2009-04-051-12/+17
* Issue #5695: Moved logging.captureWarnings() call inside with statement in Wa...Vinay Sajip2009-04-051-1/+1
* No behavior change.Hirokazu Yamamoto2009-04-041-2/+2
* Have namedtuple's field renamer assign names thatRaymond Hettinger2009-04-021-6/+6
* Issue #2396: backport the memoryview object.Antoine Pitrou2009-04-021-0/+328
* sys.long_info attributes should be ints, not longsMark Dickinson2009-04-021-3/+5