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
*
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
Serhiy Storchaka
2013-08-20
1
-2/+40
|
\
|
*
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
Serhiy Storchaka
2013-08-20
1
-2/+40
*
|
Issue #7732: try to fix test_bug7732's flakiness on Windows by executing it i...
Antoine Pitrou
2013-08-19
1
-5/+3
*
|
Issue #2537: Remove breaked check which prevented valid regular expressions.
Serhiy Storchaka
2013-08-19
1
-0/+10
|
\
\
|
|
/
|
*
Issue #2537: Remove breaked check which prevented valid regular expressions.
Serhiy Storchaka
2013-08-19
1
-0/+10
*
|
Make test_wakeup_write_error more robust
Antoine Pitrou
2013-08-17
1
-0/+10
*
|
Issue #16105: When a signal handler fails to write to the file descriptor reg...
Antoine Pitrou
2013-08-17
1
-0/+41
*
|
#18466: merge with 3.3.
Ezio Melotti
2013-08-17
5
-5/+5
|
\
\
|
|
/
|
*
#18466: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
5
-5/+5
*
|
#18741: merge with 3.3.
Ezio Melotti
2013-08-17
2
-8/+8
|
\
\
|
|
/
|
*
#18741: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
2
-8/+8
*
|
Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
Christian Heimes
2013-08-16
2
-0/+119
|
\
\
|
|
/
|
*
merge
Christian Heimes
2013-08-16
3
-3/+62
|
|
\
|
*
|
Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
Christian Heimes
2013-08-16
2
-0/+119
*
|
|
Issue #16463: Fix a transient test_timeout failure.
Charles-François Natali
2013-08-16
1
-3/+16
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue #16463: Fix a transient test_timeout failure.
Charles-François Natali
2013-08-16
1
-3/+16
*
|
|
Fix the default placeholder in textwrap.shorten() to be " [...]".
Antoine Pitrou
2013-08-16
1
-6/+6
*
|
|
Make test.support.reap_threads() faster
Antoine Pitrou
2013-08-16
1
-2/+2
*
|
|
Issue #18756: Improve error reporting in os.urandom() when the failure is due...
Antoine Pitrou
2013-08-16
1
-0/+20
|
\
\
\
|
|
/
/
|
*
|
Issue #18756: Improve error reporting in os.urandom() when the failure is due...
Antoine Pitrou
2013-08-16
1
-0/+20
*
|
|
Issue #1666318: Add a test that shutil.copytree() retains directory permissions.
Antoine Pitrou
2013-08-16
1
-0/+26
|
\
\
\
|
|
/
/
|
*
|
Issue #1666318: Add a test that shutil.copytree() retains directory permissions.
Antoine Pitrou
2013-08-16
1
-0/+26
|
|
/
*
|
Change the builtin hash algorithms' names to lower case names
Christian Heimes
2013-08-15
1
-2/+2
*
|
(Merge 3.3) Issue #18296: Try to fix TestSendfile.test_trailers() of test_os ...
Victor Stinner
2013-08-15
1
-4/+5
|
\
\
|
|
/
|
*
Issue #18296: Try to fix TestSendfile.test_trailers() of test_os on FreeBSD
Victor Stinner
2013-08-15
1
-4/+5
|
*
issue #18698: ensure importlib.reload() returns the module out of sys.modules.
Eric Snow
2013-08-15
1
-0/+17
*
|
Closes issue #18698: ensure importlib.reload() returns the module out of sys....
Eric Snow
2013-08-15
1
-0/+16
*
|
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk
2013-08-14
6
-167/+342
*
|
Close #12015: The tempfile module now uses a suffix of 8 random characters
Victor Stinner
2013-08-13
1
-2/+2
*
|
#18687: merge with 3.3.
Ezio Melotti
2013-08-13
1
-1/+0
|
\
\
|
|
/
|
*
#18687: remove obsolete comment. Patch by Févry Thibault.
Ezio Melotti
2013-08-13
1
-1/+0
*
|
merge from 3.3
Senthil Kumaran
2013-08-13
1
-0/+8
|
\
\
|
|
/
|
*
Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb
Senthil Kumaran
2013-08-13
1
-0/+8
*
|
Issue #18585: Add :func:`textwrap.shorten` to collapse and truncate a piece o...
Antoine Pitrou
2013-08-12
1
-9/+59
*
|
Issue 18693: Put custom __dir__ back in place. Will instead look at fixing `...
Ethan Furman
2013-08-12
1
-0/+15
*
|
Add some docstrings, clarify others, and fix formatting.
Eli Bendersky
2013-08-11
1
-3/+11
*
|
Close #12645: Clarify and reformat the documentation of import_fresh_module
Eli Bendersky
2013-08-11
1
-12/+25
|
\
\
|
|
/
|
*
Issue #12645: Clarify and reformat the documentation of import_fresh_module
Eli Bendersky
2013-08-11
1
-11/+25
*
|
Issue #18706: Fix a test for issue #18681 so it no longer breaks test_codecca...
Serhiy Storchaka
2013-08-11
1
-2/+3
|
\
\
|
|
/
|
*
Issue #18706: Fix a test for issue #18681 so it no longer breaks test_codecca...
Serhiy Storchaka
2013-08-11
1
-2/+3
*
|
Issue #15301: skip new test method so Windows builtbots stop failing.
Terry Jan Reedy
2013-08-11
1
-0/+1
*
|
Close #18693: __dir__ removed from Enum; help() now helpful.
Ethan Furman
2013-08-10
1
-15/+0
*
|
Close #18264: int- and float-derived enums now converted to int or float.
Ethan Furman
2013-08-10
1
-0/+81
*
|
#18681: merge with 3.3.
Ezio Melotti
2013-08-10
1
-0/+9
|
\
\
|
|
/
|
*
#18681: Fix a NameError in imp.reload() (noticed by Weizhao Li).
Ezio Melotti
2013-08-10
1
-0/+9
|
*
Merge heads.
R David Murray
2013-08-10
1
-4/+23
|
|
\
*
|
\
Merge heads.
R David Murray
2013-08-10
1
-4/+23
|
\
\
\
|
*
\
\
Merge #8112: Update the documenting xmlrpc server to use getfullargspec.
R David Murray
2013-08-10
1
-4/+23
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
#8112: Update the documenting xmlrpc server to use getfullargspec.
R David Murray
2013-08-10
1
-4/+23
*
|
|
|
#18505: merge with 3.3.
Ezio Melotti
2013-08-10
1
-4/+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
[next]