summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* type check AST strings and identifiersBenjamin Peterson2011-07-221-0/+14
* Issue #12587: Correct faulty test file and reference in test_tokenize.Ned Deily2011-07-192-2/+2
* #7484: no more <> around addresses in VRFY or EXPNR David Murray2011-07-191-9/+24
* Closes #12579. Positional fields with str.format_map() now raise a ValueError...Eric V. Smith2011-07-181-0/+5
* Use test.script_helper in test_pydocAntoine Pitrou2011-07-151-11/+13
* test_pydoc needs to cleanup after itselfAntoine Pitrou2011-07-151-13/+16
* Try harder to reap dangling threads in test.support.reap_threads().Antoine Pitrou2011-07-151-6/+13
* Issue #12573: Add resource checks for dangling Thread and Process objects.Antoine Pitrou2011-07-151-1/+36
* MergeAntoine Pitrou2011-07-151-0/+8
|\
| * Issue #11603: Fix a crash when __str__ is rebound as __repr__.Antoine Pitrou2011-07-151-0/+8
| |\
| | * Issue #11603: Fix a crash when __str__ is rebound as __repr__.Antoine Pitrou2011-07-151-0/+8
* | | merge headsBenjamin Peterson2011-07-151-9/+13
|\ \ \ | |/ /
| * | Make sure to reap worker threads and processes at the end of test_concurrent_...Antoine Pitrou2011-07-151-9/+13
* | | catch nasty exception classes with __new__ that doesn't return a exception (c...Benjamin Peterson2011-07-151-0/+9
|/ /
* | this should be an identity testBenjamin Peterson2011-07-141-1/+1
* | Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20Victor Stinner2011-07-141-2/+1
* | Restore the global state of the log vars, so that test_cgi can be run twice w...Ezio Melotti2011-07-141-1/+7
* | Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'Ned Deily2011-07-131-1/+1
* | Issue #12149: Update the method cache after a type's dictionnary getsAntoine Pitrou2011-07-121-1/+18
* | Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporaryAntoine Pitrou2011-07-091-0/+1
* | Avoid failing in test_robotparser when mueblesmoraleda.com is flaky andAntoine Pitrou2011-07-081-2/+17
* | Avoid failing in test_urllibnet.test_bad_address when some overzealousAntoine Pitrou2011-07-081-0/+8
* | Issue #12440: When testing whether some bits in SSLContext.options can beAntoine Pitrou2011-07-081-1/+1
* | Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missingVictor Stinner2011-07-051-0/+2
* | Issue #12493: subprocess: communicate() handles EINTRVictor Stinner2011-07-051-0/+16
* | Issue #12497: Install test/data to prevent failures of the various codecmapsNed Deily2011-07-051-1/+1
* | Issue #12469: Run "wakeup" signal tests in subprocess to run the test in aVictor Stinner2011-07-041-37/+68
* | Issue #12429: Skip interrupted write tests on FreeBSD <= 7Victor Stinner2011-07-041-0/+2
* | Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to runNed Deily2011-07-042-8/+8
* | Fix closes issue12471 - wrong TypeError message when '%i' format spec was used.Senthil Kumaran2011-07-041-0/+1
* | Fix closes issue issue12470 - check for utime for the skipUnless condition.Senthil Kumaran2011-07-041-1/+1
* | Issue #12467: warnings: fix a race condition if a warning is emitted atVictor Stinner2011-07-041-0/+12
* | Issue #12451: runpy: run_path() now opens the Python script in binary mode,Victor Stinner2011-07-031-0/+10
* | never retain a generator's caller's exception state on the generator after a ...Benjamin Peterson2011-07-031-0/+12
* | merge headsBenjamin Peterson2011-07-032-1/+134
|\ \
| * | #12147: make send_message correctly handle Sender and Resent- headers.R David Murray2011-07-031-1/+110
| * | Closes #12291: Fixed bug which was found when doing multiple loads from one ...Vinay Sajip2011-07-021-0/+24
* | | restore a generator's caller's exception state both on yield and (last) returnBenjamin Peterson2011-07-031-0/+15
|/ /
* | Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block isCharles-François Natali2011-07-021-0/+24
|\ \ | |/
| * Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed byCharles-François Natali2011-07-021-0/+24
* | #11873: another try at fixing the regex, courtesy of Victor StinnerR David Murray2011-07-011-1/+1
* | #11873: fix test regex so it covers windows os.sep as well.R David Murray2011-07-011-1/+1
* | Issue #12363: increase the timeout of siginterrupt() testsVictor Stinner2011-07-011-5/+5
* | Issue #12363: improve siginterrupt() testsVictor Stinner2011-07-011-89/+86
* | Issue #11870: Skip test_threading.test_2_join_in_forked_process() on platformsVictor Stinner2011-07-011-14/+11
* | test_os: remove now useless TemporaryFileTests testcaseVictor Stinner2011-07-011-111/+6
* | test_os: add TemporaryFileTests to the testcase listVictor Stinner2011-07-011-0/+1
* | Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows.Antoine Pitrou2011-06-301-0/+3
* | Issue #12451: Open files in binary mode in some tests when the text file is notVictor Stinner2011-06-305-18/+16
* | Issue #12451: pydoc.synopsis() now reads the encoding cookie if available, toVictor Stinner2011-06-301-1/+12