summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Updated the sqlite3 module to the external pysqlite 2.2.2 version.Gerhard Häring2006-04-231-2/+3
* Update optparse to Optik 1.5.1.Greg Ward2006-04-231-55/+145
* Remove $CJKCodecs$ RCS tags. The CJKCodecs isn't maintained outsideHye-Shik Chang2006-04-2211-11/+0
* Whitespace normalization.Tim Peters2006-04-221-17/+17
* Add Gregory K. Johnson's revised version of mailbox.py (funded byAndrew M. Kuchling2006-04-221-14/+1658
* Make copy of test_mailbox.py. We'll still want to check the backwardAndrew M. Kuchling2006-04-221-0/+120
* SF bug #1473760 TempFile can hang on Windows.Tim Peters2006-04-212-1/+62
* Correct implementation and documentation of os.confstr. Add a simple testSkip Montanaro2006-04-201-0/+5
* SF Patch #1062014: AF_UNIX sockets under Linux have a specialArmin Rigo2006-04-191-0/+28
* A dictresize() attack. If oldtable == mp->ma_smalltable then pureArmin Rigo2006-04-181-0/+32
* add a very old crasher from the 2.1 -> 2.2 round of dictionary fixes.Michael W. Hudson2006-04-181-0/+47
* Whitespace normalizationNeal Norwitz2006-04-181-1/+1
* Initial import of setuptools, with integrated tests.Phillip J. Eby2006-04-181-0/+16
* test_pyclbr goes nuts when a module contains code to try importing a classPhillip J. Eby2006-04-181-0/+3
* This patches fixes a number of byteorder problems in MacOSX specific code.Ronald Oussoren2006-04-171-2/+2
* Add a comment to explain why we are calling _cleanup()Neal Norwitz2006-04-171-0/+2
* Try to stop the test from leaking and yet still work on windowsNeal Norwitz2006-04-171-3/+2
* Get test to consistently show no leaksNeal Norwitz2006-04-171-1/+3
* Make test_timeout not fail on systems with no dots in their fqdn.Thomas Wouters2006-04-161-1/+1
* Make test_warnings play nice with regrtest -R:: now that regrtest doesn'tThomas Wouters2006-04-161-4/+4
* Specialcase 'xs4all' (.nl/.net/.com/whatever else we have) as well asThomas Wouters2006-04-161-1/+2
* This test no longer leaks, and test_generators sufficiently tests it toThomas Wouters2006-04-161-25/+0
* Add missing DECREF to PyErr_WriteUnraisable(). That function reportsThomas Wouters2006-04-152-21/+34
* Consolidate 'leak_test1' and 'refleaks_tests', since they both test for theThomas Wouters2006-04-151-17/+15
* Add missing PyObject_GC_Track call, causing *some* itertools.tee objects toThomas Wouters2006-04-151-17/+6
* Changed comments to make sense now that the LazyList-basedTim Peters2006-04-151-4/+6
* Fix SF#1470508: crash in generator cycle finalization. There were twoPhillip J. Eby2006-04-151-7/+0
* Whitespace normalization.Tim Peters2006-04-141-16/+16
* Add a BufferedIncrementalEncoder class that can be used for implementingWalter Dörwald2006-04-141-3/+70
* Show case: reference cycles involving only the ob_type field are ratherArmin Rigo2006-04-141-0/+13
* Call encode()/decode() with final==True as the last call in theWalter Dörwald2006-04-141-0/+4
* Copy note from leakers README here too. We want to keep all test cases.Neal Norwitz2006-04-141-0/+5
* Restore test tee with some modifications.Neal Norwitz2006-04-141-0/+25
* Move the old test_generator_cycle.py which leaked but was removed into the testNeal Norwitz2006-04-141-0/+17
* Update notes to address cyclic garbage and what should happen when a test is ...Neal Norwitz2006-04-141-0/+13
* When using -R, lots of "*** DocTestRunner.merge:" nuisance messagesTim Peters2006-04-131-1/+3
* Whitespace normalization.Tim Peters2006-04-131-1/+1
* Add a test for Py_ssize_t. Correct typo in getargs.c.Georg Brandl2006-04-131-1/+18
* test_compile can be really long if we are using -u compiler.Neal Norwitz2006-04-131-2/+11
* Remove tests that no longer leak. There is still one leaking generator testNeal Norwitz2006-04-133-30/+19
* tty isn't supported on all boxes.Tim Peters2006-04-131-1/+6
* reverting r45321: Patch #860326: traceback.format_exception_only() nowAnthony Baxter2006-04-131-21/+0
* Patch #860326: traceback.format_exception_only() now prepends theGeorg Brandl2006-04-121-0/+21
* Fixes bug #1117761Gregory P. Smith2006-04-121-1/+1
* Closes bug #1149413Gregory P. Smith2006-04-121-1/+8
* Update test_sundry. Many modules have now tests, butGeorg Brandl2006-04-121-36/+12
* Patch #1463288: use a context manager to temporarily switch locales.Walter Dörwald2006-04-121-2/+140
* Add another little test to make sure we roundtrip multiple list comp ifs ok.Neal Norwitz2006-04-121-0/+4
* Part two of the fix for SF bug #1466641: Regenerate graminit.c and add testThomas Wouters2006-04-121-0/+5
* subclasspropagation(): Squash two more bogus hash(x) == id(x)Tim Peters2006-04-111-2/+2