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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the def...
Antoine Pitrou
2015-01-11
5
-7/+142
*
Issue #22952: improve multiprocessing doc introduction and defer notes until ...
Antoine Pitrou
2015-01-11
1
-32/+54
|
\
|
*
Issue #22952: improve multiprocessing doc introduction and defer notes until ...
Antoine Pitrou
2015-01-11
1
-32/+54
*
|
Issue #21092: Merge from 3.4.
Mark Dickinson
2015-01-11
4
-13/+13
|
\
\
|
|
/
|
*
Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hy...
Mark Dickinson
2015-01-11
3
-10/+10
*
|
Issue #23185: add math.inf and math.nan constants.
Mark Dickinson
2015-01-11
5
-1/+69
*
|
Removed duplicated dict entries.
Serhiy Storchaka
2015-01-11
1
-1/+0
*
|
Issue #19776: Fix test_pathlib.test_expanduser()
Victor Stinner
2015-01-10
1
-1/+1
*
|
merge 3.4 (#23210)
Benjamin Peterson
2015-01-09
1
-1/+1
|
\
\
|
|
/
|
*
remove buzzword (closes #23210)
Benjamin Peterson
2015-01-09
1
-1/+1
*
|
Issue #23212: merge from 3.4
Ned Deily
2015-01-09
2
-10/+12
|
\
\
|
|
/
|
*
Issue #23212: 3.4-specific OS X installer updates
Ned Deily
2015-01-09
2
-45/+3
|
*
Issue #23212: Update OS X installer build OpenSSL to 1.0.1k.
Ned Deily
2015-01-09
2
-10/+12
*
|
(Merge 3.4) Issue #23209: Revert change on selectors, test_selectors failed.
Victor Stinner
2015-01-09
1
-1/+0
|
\
\
|
|
/
|
*
Issue #23209: Revert change on selectors, test_selectors failed.
Victor Stinner
2015-01-09
1
-1/+0
*
|
Merge 3.4 (asyncio, selectors)
Victor Stinner
2015-01-09
3
-1/+3
|
\
\
|
|
/
|
*
Issue #23209: Break some reference cycles in asyncio. Patch written by Martin
Victor Stinner
2015-01-09
3
-1/+3
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-09
6
-11/+29
|
\
\
|
|
/
|
*
asyncio: sync with Tulip
Victor Stinner
2015-01-09
6
-11/+29
*
|
Issue #23014: Make importlib.abc.Loader.create_module() required when
Brett Cannon
2015-01-09
11
-2347/+2440
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2015-01-09
2
-6/+7
|
\
\
|
|
/
|
*
asyncio: SelectSelector is limited to 512 sockets on Windows
Victor Stinner
2015-01-09
1
-1/+2
|
*
asyncio doc: fix section of event loop examples
Victor Stinner
2015-01-09
1
-5/+5
*
|
Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for
Victor Stinner
2015-01-09
6
-3/+193
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-09
3
-7/+16
|
\
\
|
|
/
|
*
asyncio: sync with Tulip
Victor Stinner
2015-01-09
3
-7/+16
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2015-01-09
2
-0/+24
|
\
\
|
|
/
|
*
asyncio doc: list limitations to run subprocesses from different threads
Victor Stinner
2015-01-09
2
-0/+24
*
|
selectors: truncate to 80 characters
Victor Stinner
2015-01-08
1
-1/+2
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-08
12
-33/+60
|
\
\
|
|
/
|
*
asyncio: Truncate to 80 columns
Victor Stinner
2015-01-08
12
-33/+60
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-08
2
-3/+3
|
\
\
|
|
/
|
*
asyncio: _make_ssl_transport: make the waiter parameter optional
Victor Stinner
2015-01-08
2
-3/+3
*
|
Merge with 3.4
Terry Jan Reedy
2015-01-08
1
-31/+0
|
\
\
|
|
/
|
*
Issue #23184: delete unused idlelib file.
Terry Jan Reedy
2015-01-08
1
-31/+0
*
|
enable cert validation in test
Benjamin Peterson
2015-01-08
1
-1/+4
*
|
trying again
Benjamin Peterson
2015-01-08
1
-2/+2
*
|
reorder cipher prefs
Benjamin Peterson
2015-01-08
1
-1/+1
*
|
drop 256
Benjamin Peterson
2015-01-08
1
-2/+2
*
|
try using AES256
Benjamin Peterson
2015-01-08
1
-3/+3
*
|
fix assertions after ciphers were changed
Benjamin Peterson
2015-01-07
1
-2/+1
*
|
rc4 is a long time favorite
Benjamin Peterson
2015-01-07
1
-2/+2
*
|
everyone should support AES ciphers
Benjamin Peterson
2015-01-07
1
-3/+4
*
|
Issue #20487: Clarify meaning of "side effect" in the magic mock documentation.
Berker Peksag
2015-01-07
1
-3/+4
|
\
\
|
|
/
|
*
Issue #20487: Clarify meaning of "side effect" in the magic mock documentation.
Berker Peksag
2015-01-07
1
-3/+4
*
|
include some more ciphers
Benjamin Peterson
2015-01-07
1
-3/+3
*
|
force test server to speak tlsv1
Benjamin Peterson
2015-01-07
1
-1/+1
*
|
remove apparently wrong assertion about des bit size
Benjamin Peterson
2015-01-07
1
-1/+0
*
|
use SSL_get_session
Benjamin Peterson
2015-01-07
1
-2/+3
*
|
explain None can be returned
Benjamin Peterson
2015-01-07
1
-1/+3
[next]