summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* #9440: Remove borderline test case that fails based on unpredictable conditio...Georg Brandl2010-07-311-4/+0
* Re-commit r83327 now that the release is done.Georg Brandl2010-07-311-1/+47
* Import test_pdb with its full name, so that running python -m test.test_pdb s...Georg Brandl2010-07-311-8/+8
* Revert r83327. This will have to wait until after the alpha1 release.Georg Brandl2010-07-311-47/+1
* Add functools.lfu_cache() and functools.lru_cache().Raymond Hettinger2010-07-311-1/+47
* Avoid triggering DeprecationWarnings in test_smtpd and smtpd.Georg Brandl2010-07-311-26/+27
* Fix an oversight in r83294. unquote() should reject bytes. Issue #9301.Florent Xicluna2010-07-311-0/+1
* Make urllib tests pass for now. Will figure out what the correct semantics s...Georg Brandl2010-07-311-4/+4
* Fix pdb test failures on the buildbots.Georg Brandl2010-07-311-3/+3
* Fix issue9301 - handle unquote({}) kind of case.Senthil Kumaran2010-07-301-1/+3
* Show the traceback line numbers as well as the current line numbers if an exc...Georg Brandl2010-07-301-0/+62
* Test that "source" with nonexisting things works as expected.Georg Brandl2010-07-301-0/+3
* Add "longlist" and "source" commands, ideas borrowed from pdb++ by Antonio Cuni.Georg Brandl2010-07-301-0/+99
* Several enhancements to pdb and its test suite.Georg Brandl2010-07-302-79/+204
* pdb now has its own tests.Georg Brandl2010-07-301-1/+0
* #7964 followup: add test case to ensure issue remains fixed.Georg Brandl2010-07-301-0/+24
* #809887: improve pdb feedback for breakpoint-related actions. Also add a fun...Georg Brandl2010-07-301-2/+80
* #5294: Fix the behavior of pdb "continue" command when called in the top-leve...Georg Brandl2010-07-301-0/+42
* Issue #8048: Prevent doctests from failing when sys.displayhook hasGeorg Brandl2010-07-301-0/+29
* #1472251: remove addition of "\n" to code given to pdb.run[eval](), the bug i...Georg Brandl2010-07-301-2/+45
* #4108: the first default entry (User-agent: *) wins.Georg Brandl2010-07-291-0/+14
* Fix #9412: make list of messages an instance attribute instead of class attri...Georg Brandl2010-07-291-1/+3
* #9411: allow selecting an encoding for configparser files. Also adds a new t...Georg Brandl2010-07-292-1/+114
* Update test_os.py according to my last changes on _Environ.__repr__()Victor Stinner2010-07-291-1/+3
* Add missing file.Georg Brandl2010-07-281-0/+537
* Syntax cleanup.Florent Xicluna2010-07-284-8/+6
* Fix Issue6325 - robotparse to honor urls with query strings.Senthil Kumaran2010-07-281-0/+11
* #1682942: add some ConfigParser features: alternate delimiters, alternate com...Georg Brandl2010-07-281-95/+185
* #9354: Provide getsockopt() in asyncore file_wrapper(). Patch by Lukas Langa.Georg Brandl2010-07-281-0/+13
* With skipUnless there is no need to add test classes conditionally.Ezio Melotti2010-07-271-6/+3
* Use proper skips and assert* methods in test_asyncore.Ezio Melotti2010-07-271-96/+97
* Issue #4770: Restrict binascii module to accept only bytes (as specified).Florent Xicluna2010-07-272-13/+14
* The default size of the re module's compiled regular expression cache hasGregory P. Smith2010-07-271-0/+63
* Make python version of fromtimestamp behave more like C.Alexander Belopolsky2010-07-261-1/+7
* Fix #7113. Patch by Ɓukasz Langa.Brian Curtin2010-07-261-7/+37
* #777884: make .normalize() do nothing for childless nodes, instead of raising...Andrew M. Kuchling2010-07-251-0/+8
* Issue #4686 - add .args to exceptions in the configparsermoduleMichael Foord2010-07-251-15/+35
* Corrected comments on where settrace and setprofile are tested.Alexander Belopolsky2010-07-251-2/+2
* Issue #9315: Renamed test_trace to test_sys_settrace andAlexander Belopolsky2010-07-252-0/+0
* Issue #9315: Revert r83005 before renaming test_trace toAlexander Belopolsky2010-07-251-0/+0
* Fix for issue 9367: the test code for os.getgroupsRonald Oussoren2010-07-241-1/+5
* Issue #4629: getopt raises an error if an argument ends with = whereas getoptVictor Stinner2010-07-241-0/+6
* Issue #7989: Added pure python implementation of the datetime module.Alexander Belopolsky2010-07-232-3662/+3710
* Add queue tests for empty, full, put_nowait, and get_nowait.Brett Cannon2010-07-231-0/+23
* Tab test_repr_daemon over so it's included in ThreadTests.Brian Curtin2010-07-231-5/+5
* Add tests for fnmatch.filter and translate.Brett Cannon2010-07-231-2/+24
* New tests for smtpd module. Has full coverage for SMTPChannel and SMTPServer.Richard Jones2010-07-231-0/+221
* Add more tests for the threading.Thread.repr.Brett Cannon2010-07-231-1/+8
* Stop shadowing a test class.Brett Cannon2010-07-231-2/+2
* Explicitly test relative imports by reusing importlib tests.Brett Cannon2010-07-231-1/+14