summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Always #define _PyLong_FromDev as we always need it to compile rather thanGregory P. Smith2015-01-291-8/+8
|\
| * Always #define _PyLong_FromDev as we always need it to compile rather thanGregory P. Smith2015-01-291-8/+8
* | ifdef our way to compatibility with old openssl (closes #23335)Benjamin Peterson2015-01-281-1/+1
* | disable ALPN on LibreSSL, which has a large version number, but not ALPN supp...Benjamin Peterson2015-01-271-1/+1
* | Merge 3.4 (asyncio)Victor Stinner2015-01-261-0/+3
|\ \ | |/
| * asyncio, _overlapped.ConnectPipe(): release the GILVictor Stinner2015-01-261-0/+3
* | Merge 3.4 (asyncio)Victor Stinner2015-01-261-2/+2
|\ \ | |/
| * asyncio, Tulip issue 204: Fix IocpProactor.recv()Victor Stinner2015-01-261-2/+2
* | Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.Serhiy Storchaka2015-01-261-11/+10
* | Closes #23253: Delay-load ShellExecuteSteve Dower2015-01-241-4/+43
* | prefer server alpn ordering over the client'sBenjamin Peterson2015-01-231-13/+20
* | add support for ALPN (closes #20188)Benjamin Peterson2015-01-231-22/+110
* | Merge 3.4 (asyncio)Victor Stinner2015-01-221-2/+2
|\ \ | |/
| * asyncio, Tulip issue 204: Fix IocpProactor.accept_pipe()Victor Stinner2015-01-221-2/+2
* | Merge 3.4 (asyncio)Victor Stinner2015-01-221-93/+22
|\ \ | |/
| * Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe()Victor Stinner2015-01-221-93/+22
* | Merge 3.4 (asyncio)Victor Stinner2015-01-211-0/+25
|\ \ | |/
| * Issue #23095, asyncio: Rewrite _WaitHandleFuture.cancel()Victor Stinner2015-01-211-0/+25
* | Merge with 3.4 (closes #23280)Zachary Ware2015-01-202-5/+100
|\ \ | |/
| * Issue #23280: Fix docstrings for binascii.(un)hexlifyZachary Ware2015-01-202-5/+100
* | Issue #23248: Update ssl error codes from latest OpenSSL git master.Antoine Pitrou2015-01-181-1/+296
|\ \ | |/
| * Issue #23248: Update ssl error codes from latest OpenSSL git master.Antoine Pitrou2015-01-181-1/+296
* | Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-185-12/+12
|\ \ | |/
| * Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-185-12/+12
* | Issue #23098: 64-bit dev_t is now supported in the os module.Serhiy Storchaka2015-01-181-33/+62
|\ \ | |/
| * Issue #23098: 64-bit dev_t is now supported in the os module.Serhiy Storchaka2015-01-181-12/+32
* | Issue #15955: Add an option to limit output size when decompressing LZMA data.Antoine Pitrou2015-01-172-53/+202
* | merge 3.4 (#23221)Benjamin Peterson2015-01-131-1/+1
|\ \ | |/
| * fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-131-1/+1
* | Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the def...Antoine Pitrou2015-01-111-3/+130
* | Issue #21092: Merge from 3.4.Mark Dickinson2015-01-113-9/+9
|\ \ | |/
| * Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hy...Mark Dickinson2015-01-112-6/+6
* | Issue #23185: add math.inf and math.nan constants.Mark Dickinson2015-01-111-1/+34
* | use SSL_get_sessionBenjamin Peterson2015-01-071-2/+3
* | expose the client's cipher suites from the handshake (closes #23186)Benjamin Peterson2015-01-071-21/+51
* | Merge issue 19548 changes from 3.4Nick Coghlan2015-01-061-3/+3
|\ \ | |/
| * Issue 19548: update codecs module documentationNick Coghlan2015-01-061-3/+3
| * Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. TheVictor Stinner2015-01-061-0/+4
* | Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8.Antoine Pitrou2015-01-031-12/+0
* | Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8.Antoine Pitrou2015-01-031-53/+0
* | merge 3.4 (#23093)Benjamin Peterson2014-12-222-39/+41
|\ \ | |/
| * allow more operations to work on detached streams (closes #23093)Benjamin Peterson2014-12-222-39/+41
* | Issue #22733: MSVC ffi_prep_args doesn't handle 64-bit arguments properlySteve Dower2014-12-171-9/+28
* | Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EXSerhiy Storchaka2014-12-161-13/+12
* | Issue #15513: Added a __sizeof__ implementation for pickle classes.Serhiy Storchaka2014-12-162-2/+112
|\ \ | |/
| * Issue #15513: Added a __sizeof__ implementation for pickle classes.Serhiy Storchaka2014-12-162-2/+112
* | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ...Steve Dower2014-11-223-16/+30
* | merge 3.4 (#22935)Benjamin Peterson2014-12-061-0/+4
|\ \ | |/
| * allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935)Benjamin Peterson2014-12-061-0/+4
* | Issue #9647: os.confstr() ensures that the second call to confstr() returns theVictor Stinner2014-12-051-1/+3