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
*
Fixes Issue #15507: test_subprocess's test_send_signal could fail if the test
Gregory P. Smith
2013-08-29
1
-10/+16
|
\
|
*
Fixes issue #15507: test_subprocess's test_send_signal could fail if the test
Gregory P. Smith
2013-08-29
1
-10/+16
|
*
Merge.
Charles-François Natali
2013-08-29
2
-5/+12
|
|
\
*
|
\
Merge.
Charles-François Natali
2013-08-29
2
-5/+12
|
\
\
\
|
*
\
\
Issue #18643: Fix some test_socket failures due to large default socket buffer
Charles-François Natali
2013-08-29
2
-5/+12
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #18643: Fix some test_socket failures due to large default socket buffer
Charles-François Natali
2013-08-29
2
-5/+12
*
|
|
|
Issue #8713: Print dangling processes/threads, if any.
Richard Oudkerk
2013-08-29
1
-2/+17
*
|
|
|
Issue #8713: Cleanup before saving process._dangling.
Richard Oudkerk
2013-08-29
1
-2/+6
*
|
|
|
Issue #8713: Test should not print message about start method.
Richard Oudkerk
2013-08-29
1
-1/+0
*
|
|
|
Issue #16799: Switched from getopt to argparse style in regrtest's argument
Serhiy Storchaka
2013-08-29
2
-359/+496
*
|
|
|
Issue #18743: Fix references to non-existant "StringIO" module
Serhiy Storchaka
2013-08-29
3
-15/+7
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Issue #18743: Fix references to non-existant "StringIO" module
Serhiy Storchaka
2013-08-29
3
-12/+7
*
|
|
|
Fix tests for #11798
Andrew Svetlov
2013-08-28
1
-1/+1
*
|
|
|
Issue #18786: Don't reinstall old SIGUSR1 handler prematurely.
Richard Oudkerk
2013-08-28
1
-5/+7
*
|
|
|
(Merge 3.3) Fix @requires_freebsd_version and @requires_linux_version
Victor Stinner
2013-08-28
1
-0/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Fix @requires_freebsd_version and @requires_linux_version decorators of
Victor Stinner
2013-08-28
1
-0/+2
*
|
|
|
Fix test_socket.test_SOCK_CLOEXEC(), the test was wrong
Victor Stinner
2013-08-28
1
-1/+1
*
|
|
|
test_posix.test_pipe2() now checks that the O_NONBLOCK flag is set
Victor Stinner
2013-08-28
1
-2/+4
*
|
|
|
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner
2013-08-27
10
-34/+221
*
|
|
|
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
8
-24/+17
|
\
\
\
\
|
|
/
/
/
|
|
/
/
|
|
/
/
|
/
|
|
|
*
|
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
8
-24/+17
|
|
/
*
|
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner
2013-08-26
1
-1/+9
*
|
#18833: merge with 3.3.
Ezio Melotti
2013-08-25
1
-0/+8
|
\
\
|
|
/
|
*
#18833: add a test for test_telnetlib. Patch by Alex Volkov.
Ezio Melotti
2013-08-25
1
-0/+8
*
|
Issue #18808: Non-daemon threads are now automatically joined when a sub-inte...
Antoine Pitrou
2013-08-25
1
-0/+48
*
|
Merge.
Charles-François Natali
2013-08-25
1
-0/+17
|
\
\
|
|
/
|
*
Merge.
Charles-François Natali
2013-08-25
1
-0/+17
|
|
\
|
|
*
Issue #18763: subprocess: The file descriptors are now closed after calling the
Charles-François Natali
2013-08-25
1
-0/+17
*
|
|
Merge #16611: BaseCookie now parses 'secure' and 'httponly' flags.
R David Murray
2013-08-25
1
-1/+39
|
\
\
\
|
|
/
/
|
*
|
#16611: BaseCookie now parses 'secure' and 'httponly' flags.
R David Murray
2013-08-25
1
-1/+39
*
|
|
Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger
Christian Heimes
2013-08-25
1
-7/+15
|
\
\
\
|
|
/
/
|
*
|
Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger
Christian Heimes
2013-08-25
1
-7/+15
|
|
/
*
|
Issue #18756: make test_urandom_failure more robust by executing its code in ...
Antoine Pitrou
2013-08-24
1
-10/+19
|
\
\
|
|
/
|
*
Issue #18756: make test_urandom_failure more robust by executing its code in ...
Antoine Pitrou
2013-08-24
1
-10/+19
*
|
(Merge 3.3) test_socket: cancel scheduled alarm on test failure
Victor Stinner
2013-08-24
1
-0/+1
|
\
\
|
|
/
|
*
test_socket: cancel scheduled alarm on test failure
Victor Stinner
2013-08-24
1
-0/+1
*
|
remove support for compiling on systems without getcwd()
Benjamin Peterson
2013-08-24
1
-33/+31
*
|
#18798: merge typo fix from 3.3 and also use two unused variables.
Ezio Melotti
2013-08-23
1
-1/+5
|
\
\
|
|
/
|
*
#18798: fix typo in test_fcntl. Patch by Vajrasky Kok.
Ezio Melotti
2013-08-23
1
-1/+1
*
|
Stop using assertEquals.
Brett Cannon
2013-08-23
1
-4/+4
*
|
Make test_import more robust and stop using assertRaisesRegexp().
Brett Cannon
2013-08-23
1
-2/+3
*
|
(Merge 3.3) Close #17702: On error, os.environb now removes suppress the except
Victor Stinner
2013-08-23
1
-0/+3
|
\
\
|
|
/
|
*
Close #17702: On error, os.environb now removes suppress the except context
Victor Stinner
2013-08-23
1
-0/+3
*
|
Delete merge markers
Brett Cannon
2013-08-23
1
-3/+1
*
|
merge for issue #18755
Brett Cannon
2013-08-23
1
-0/+9
|
\
\
|
|
/
|
*
Issue #18755: Allow imp.load_*() loaders to have get_data() called
Brett Cannon
2013-08-23
1
-0/+7
*
|
Make test for semaphore tracker capture and check the debug output.
Richard Oudkerk
2013-08-22
1
-7/+7
*
|
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
Serhiy Storchaka
2013-08-22
1
-0/+4
|
\
\
|
|
/
|
*
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
Serhiy Storchaka
2013-08-22
1
-0/+4
*
|
Merge #18324: set_payload now correctly handles binary input.
R David Murray
2013-08-22
1
-0/+36
|
\
\
|
|
/
[next]