summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Edward Loper's cool and massive refactoring of doctest.py, merged fromTim Peters2004-08-041-2/+1002
* To ever run this test "you must import TestSkipped" from the rightMichael W. Hudson2004-08-041-6/+9
* Close handlers and tidy up loggers by removing closed handlers - to avoid pro...Vinay Sajip2004-08-041-5/+11
* SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang2004-08-044-29/+13
* Add a workaround for a problem that UTF-8 strings can be corruptedHye-Shik Chang2004-08-041-0/+35
* Whitespace normalization.Tim Peters2004-08-044-21/+21
* test_threadsignals is an expected skip on win32.Tim Peters2004-08-041-0/+1
* To raise TestSkipped, you must import TestSkipped.Tim Peters2004-08-041-1/+1
* allow ctime(), gmtime(), and localtime() to take None as equivalent to an omi...Fred Drake2004-08-031-0/+17
* add missing import!Fred Drake2004-08-031-0/+1
* avoid fragility: make sure POSIXLY_CORRECT is completely controlledFred Drake2004-08-031-1/+10
* Add the same guard as test_signal.Michael W. Hudson2004-08-031-0/+3
* Argh! This was meant to be part of patch #960406.Michael W. Hudson2004-08-031-0/+77
* Check in my refleak hunting code.Michael W. Hudson2004-08-031-19/+91
* nice tests dont leave little suprises in the environAnthony Baxter2004-08-031-0/+1
* More "noone expected this to run twice"ness removal.Michael W. Hudson2004-08-031-3/+3
* make this test work when run repeatedly.Michael W. Hudson2004-08-031-3/+2
* Removed use of 'cgi.initlog()' - the first call to cgi.log is actuallyAnthony Baxter2004-08-031-1/+0
* Don't exit test_main() with the lock 'done' held -- there's no cleanerMichael W. Hudson2004-08-031-0/+1
* Delete the items variable (and explain why).Michael W. Hudson2004-08-031-0/+4
* and a unit test for the staticmethod-of-a-non-method failure just fixedAnthony Baxter2004-08-021-0/+6
* Completed the patch for Bug #215126.Raymond Hettinger2004-08-022-0/+82
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-026-15/+284
* Removed reliance on damaged module object appearing in sys.modulesTim Peters2004-08-021-2/+1
* New tests:Tim Peters2004-08-021-0/+84
* Removed no-longer-needed convolutions to recover from damaged modulesTim Peters2004-08-021-14/+0
* Whitespace normalization.Tim Peters2004-07-311-5/+5
* Be more careful about reverting mutuations to system-wide (sys) variables.Tim Peters2004-07-311-20/+31
* Upgrade optparse module and tests to Optik 1.5a1:Greg Ward2004-07-311-146/+394
* * drop the unreasonable list invariant that ob_item should never come backArmin Rigo2004-07-291-0/+17
* SF bug #999776, zlib home page wrongNeal Norwitz2004-07-291-1/+1
* Added a new fileno() method. ZODB's repozo.py wants this so it canTim Peters2004-07-271-1/+9
* Patch #995766: Keyword argument support in cPickle.Martin v. Löwis2004-07-271-0/+10
* Patch #995782: Add FreeBSD 5 expectations. Will backport to 2.3.Martin v. Löwis2004-07-261-0/+1
* added test for bug #996359.Skip Montanaro2004-07-241-3/+18
* Let u'%s' % obj try obj.__unicode__() first and fallback to obj.__str__().Marc-André Lemburg2004-07-231-0/+8
* SF patch 995225: tarfile.py fix for bug #990325Tim Peters2004-07-221-0/+0
* 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