index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
type check AST strings and identifiers
Benjamin Peterson
2011-07-22
1
-0/+14
*
Issue #12587: Correct faulty test file and reference in test_tokenize.
Ned Deily
2011-07-19
2
-2/+2
*
#7484: no more <> around addresses in VRFY or EXPN
R David Murray
2011-07-19
1
-9/+24
*
Closes #12579. Positional fields with str.format_map() now raise a ValueError...
Eric V. Smith
2011-07-18
1
-0/+5
*
Use test.script_helper in test_pydoc
Antoine Pitrou
2011-07-15
1
-11/+13
*
test_pydoc needs to cleanup after itself
Antoine Pitrou
2011-07-15
1
-13/+16
*
Try harder to reap dangling threads in test.support.reap_threads().
Antoine Pitrou
2011-07-15
1
-6/+13
*
Issue #12573: Add resource checks for dangling Thread and Process objects.
Antoine Pitrou
2011-07-15
1
-1/+36
*
Merge
Antoine Pitrou
2011-07-15
1
-0/+8
|
\
|
*
Issue #11603: Fix a crash when __str__ is rebound as __repr__.
Antoine Pitrou
2011-07-15
1
-0/+8
|
|
\
|
|
*
Issue #11603: Fix a crash when __str__ is rebound as __repr__.
Antoine Pitrou
2011-07-15
1
-0/+8
*
|
|
merge heads
Benjamin Peterson
2011-07-15
1
-9/+13
|
\
\
\
|
|
/
/
|
*
|
Make sure to reap worker threads and processes at the end of test_concurrent_...
Antoine Pitrou
2011-07-15
1
-9/+13
*
|
|
catch nasty exception classes with __new__ that doesn't return a exception (c...
Benjamin Peterson
2011-07-15
1
-0/+9
|
/
/
*
|
this should be an identity test
Benjamin Peterson
2011-07-14
1
-1/+1
*
|
Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20
Victor Stinner
2011-07-14
1
-2/+1
*
|
Restore the global state of the log vars, so that test_cgi can be run twice w...
Ezio Melotti
2011-07-14
1
-1/+7
*
|
Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'
Ned Deily
2011-07-13
1
-1/+1
*
|
Issue #12149: Update the method cache after a type's dictionnary gets
Antoine Pitrou
2011-07-12
1
-1/+18
*
|
Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary
Antoine Pitrou
2011-07-09
1
-0/+1
*
|
Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and
Antoine Pitrou
2011-07-08
1
-2/+17
*
|
Avoid failing in test_urllibnet.test_bad_address when some overzealous
Antoine Pitrou
2011-07-08
1
-0/+8
*
|
Issue #12440: When testing whether some bits in SSLContext.options can be
Antoine Pitrou
2011-07-08
1
-1/+1
*
|
Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missing
Victor Stinner
2011-07-05
1
-0/+2
*
|
Issue #12493: subprocess: communicate() handles EINTR
Victor Stinner
2011-07-05
1
-0/+16
*
|
Issue #12497: Install test/data to prevent failures of the various codecmaps
Ned Deily
2011-07-05
1
-1/+1
*
|
Issue #12469: Run "wakeup" signal tests in subprocess to run the test in a
Victor Stinner
2011-07-04
1
-37/+68
*
|
Issue #12429: Skip interrupted write tests on FreeBSD <= 7
Victor Stinner
2011-07-04
1
-0/+2
*
|
Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run
Ned Deily
2011-07-04
2
-8/+8
*
|
Fix closes issue12471 - wrong TypeError message when '%i' format spec was used.
Senthil Kumaran
2011-07-04
1
-0/+1
*
|
Fix closes issue issue12470 - check for utime for the skipUnless condition.
Senthil Kumaran
2011-07-04
1
-1/+1
*
|
Issue #12467: warnings: fix a race condition if a warning is emitted at
Victor Stinner
2011-07-04
1
-0/+12
*
|
Issue #12451: runpy: run_path() now opens the Python script in binary mode,
Victor Stinner
2011-07-03
1
-0/+10
*
|
never retain a generator's caller's exception state on the generator after a ...
Benjamin Peterson
2011-07-03
1
-0/+12
*
|
merge heads
Benjamin Peterson
2011-07-03
2
-1/+134
|
\
\
|
*
|
#12147: make send_message correctly handle Sender and Resent- headers.
R David Murray
2011-07-03
1
-1/+110
|
*
|
Closes #12291: Fixed bug which was found when doing multiple loads from one ...
Vinay Sajip
2011-07-02
1
-0/+24
*
|
|
restore a generator's caller's exception state both on yield and (last) return
Benjamin Peterson
2011-07-03
1
-0/+15
|
/
/
*
|
Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is
Charles-François Natali
2011-07-02
1
-0/+24
|
\
\
|
|
/
|
*
Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by
Charles-François Natali
2011-07-02
1
-0/+24
*
|
#11873: another try at fixing the regex, courtesy of Victor Stinner
R David Murray
2011-07-01
1
-1/+1
*
|
#11873: fix test regex so it covers windows os.sep as well.
R David Murray
2011-07-01
1
-1/+1
*
|
Issue #12363: increase the timeout of siginterrupt() tests
Victor Stinner
2011-07-01
1
-5/+5
*
|
Issue #12363: improve siginterrupt() tests
Victor Stinner
2011-07-01
1
-89/+86
*
|
Issue #11870: Skip test_threading.test_2_join_in_forked_process() on platforms
Victor Stinner
2011-07-01
1
-14/+11
*
|
test_os: remove now useless TemporaryFileTests testcase
Victor Stinner
2011-07-01
1
-111/+6
*
|
test_os: add TemporaryFileTests to the testcase list
Victor Stinner
2011-07-01
1
-0/+1
*
|
Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows.
Antoine Pitrou
2011-06-30
1
-0/+3
*
|
Issue #12451: Open files in binary mode in some tests when the text file is not
Victor Stinner
2011-06-30
5
-18/+16
*
|
Issue #12451: pydoc.synopsis() now reads the encoding cookie if available, to
Victor Stinner
2011-06-30
1
-1/+12
[next]