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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
merge 3.4 (#23369)
Benjamin Peterson
2015-02-01
1
-4/+11
|
\
\
\
|
|
/
/
|
*
|
merge 3.3 (#23369)
Benjamin Peterson
2015-02-01
1
-4/+11
|
|
\
\
|
|
|
/
|
|
*
fix possible overflow in encode_basestring_ascii (closes #23369)
Benjamin Peterson
2015-02-01
1
-4/+11
*
|
|
Merge from 3.4.
Stefan Krah
2015-02-01
1
-0/+51
|
\
\
\
|
|
/
/
|
*
|
Issue #23370: Fix off-by-one error for non-contiguous buffers.
Stefan Krah
2015-02-01
1
-0/+51
*
|
|
Issue #22445: PyBuffer_IsContiguous() now implements precise contiguity
Stefan Krah
2015-02-01
1
-17/+36
*
|
|
Always #define _PyLong_FromDev as we always need it to compile rather than
Gregory P. Smith
2015-01-29
1
-8/+8
|
\
\
\
|
|
/
/
|
*
|
Always #define _PyLong_FromDev as we always need it to compile rather than
Gregory P. Smith
2015-01-29
1
-8/+8
*
|
|
ifdef our way to compatibility with old openssl (closes #23335)
Benjamin Peterson
2015-01-28
1
-1/+1
*
|
|
disable ALPN on LibreSSL, which has a large version number, but not ALPN supp...
Benjamin Peterson
2015-01-27
1
-1/+1
*
|
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-26
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
asyncio, _overlapped.ConnectPipe(): release the GIL
Victor Stinner
2015-01-26
1
-0/+3
*
|
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-26
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
asyncio, Tulip issue 204: Fix IocpProactor.recv()
Victor Stinner
2015-01-26
1
-2/+2
*
|
|
Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.
Serhiy Storchaka
2015-01-26
1
-11/+10
*
|
|
Closes #23253: Delay-load ShellExecute
Steve Dower
2015-01-24
1
-4/+43
*
|
|
prefer server alpn ordering over the client's
Benjamin Peterson
2015-01-23
1
-13/+20
*
|
|
add support for ALPN (closes #20188)
Benjamin Peterson
2015-01-23
1
-22/+110
*
|
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-22
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
asyncio, Tulip issue 204: Fix IocpProactor.accept_pipe()
Victor Stinner
2015-01-22
1
-2/+2
*
|
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-22
1
-93/+22
|
\
\
\
|
|
/
/
|
*
|
Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe()
Victor Stinner
2015-01-22
1
-93/+22
*
|
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-21
1
-0/+25
|
\
\
\
|
|
/
/
|
*
|
Issue #23095, asyncio: Rewrite _WaitHandleFuture.cancel()
Victor Stinner
2015-01-21
1
-0/+25
*
|
|
Merge with 3.4 (closes #23280)
Zachary Ware
2015-01-20
2
-5/+100
|
\
\
\
|
|
/
/
|
*
|
Issue #23280: Fix docstrings for binascii.(un)hexlify
Zachary Ware
2015-01-20
2
-5/+100
*
|
|
Issue #23248: Update ssl error codes from latest OpenSSL git master.
Antoine Pitrou
2015-01-18
1
-1/+296
|
\
\
\
|
|
/
/
|
*
|
Issue #23248: Update ssl error codes from latest OpenSSL git master.
Antoine Pitrou
2015-01-18
1
-1/+296
*
|
|
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
5
-12/+12
|
\
\
\
|
|
/
/
|
*
|
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
5
-12/+12
*
|
|
Issue #23098: 64-bit dev_t is now supported in the os module.
Serhiy Storchaka
2015-01-18
1
-33/+62
|
\
\
\
|
|
/
/
|
*
|
Issue #23098: 64-bit dev_t is now supported in the os module.
Serhiy Storchaka
2015-01-18
1
-12/+32
*
|
|
Issue #15955: Add an option to limit output size when decompressing LZMA data.
Antoine Pitrou
2015-01-17
2
-53/+202
*
|
|
merge 3.4 (#23221)
Benjamin Peterson
2015-01-13
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
fix instances of consecutive articles (closes #23221)
Benjamin Peterson
2015-01-13
1
-1/+1
*
|
|
Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the def...
Antoine Pitrou
2015-01-11
1
-3/+130
*
|
|
Issue #21092: Merge from 3.4.
Mark Dickinson
2015-01-11
3
-9/+9
|
\
\
\
|
|
/
/
|
*
|
Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hy...
Mark Dickinson
2015-01-11
2
-6/+6
*
|
|
Issue #23185: add math.inf and math.nan constants.
Mark Dickinson
2015-01-11
1
-1/+34
*
|
|
use SSL_get_session
Benjamin Peterson
2015-01-07
1
-2/+3
*
|
|
expose the client's cipher suites from the handshake (closes #23186)
Benjamin Peterson
2015-01-07
1
-21/+51
*
|
|
Merge issue 19548 changes from 3.4
Nick Coghlan
2015-01-06
1
-3/+3
|
\
\
\
|
|
/
/
|
*
|
Issue 19548: update codecs module documentation
Nick Coghlan
2015-01-06
1
-3/+3
|
*
|
Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
Victor Stinner
2015-01-06
1
-0/+4
*
|
|
Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8.
Antoine Pitrou
2015-01-03
1
-12/+0
*
|
|
Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8.
Antoine Pitrou
2015-01-03
1
-53/+0
*
|
|
merge 3.4 (#23093)
Benjamin Peterson
2014-12-22
2
-39/+41
|
\
\
\
|
|
/
/
|
*
|
allow more operations to work on detached streams (closes #23093)
Benjamin Peterson
2014-12-22
2
-39/+41
*
|
|
Issue #22733: MSVC ffi_prep_args doesn't handle 64-bit arguments properly
Steve Dower
2014-12-17
1
-9/+28
*
|
|
Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EX
Serhiy Storchaka
2014-12-16
1
-13/+12
[prev]
[next]