summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | Issue #22581: Use more "bytes-like object" throughout the docs and comments.Serhiy Storchaka2014-12-052-5/+5
|\ \ \ | |/ /
| * | Issue #22581: Use more "bytes-like object" throughout the docs and comments.Serhiy Storchaka2014-12-052-5/+5
* | | Issue #17401: Output the closefd attribute as boolean.Serhiy Storchaka2014-12-021-4/+4
* | | Fix uninitialized variable after #22676.Antoine Pitrou2014-12-011-7/+17
* | | Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-012-2/+2
|\ \ \ | |/ /
| * | Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-012-2/+2
* | | Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. TheVictor Stinner2014-11-281-0/+4
* | | Issue 22940: fixes to editline supportNed Deily2014-11-261-1/+1
* | | only support append_history if readline has itBenjamin Peterson2014-11-261-0/+4
* | | add readline.append_history_file (closes #22940)Benjamin Peterson2014-11-261-0/+37
* | | merge 3.4 (#22921)Benjamin Peterson2014-11-231-12/+0
|\ \ \ | |/ /
| * | don't require OpenSSL SNI to pass hostname to ssl functions (#22921)Benjamin Peterson2014-11-231-6/+0
* | | Issue #22869: Split pythonrun into two modulesNick Coghlan2014-11-202-2/+2
* | | merge 3.4 (#22849)Benjamin Peterson2014-11-121-1/+1
|\ \ \ | |/ /
| * | fix possible double free in TextIOWrapper.__init__ (closes #22849)Benjamin Peterson2014-11-121-1/+1
* | | Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endianSerhiy Storchaka2014-11-101-3/+3
|\ \ \ | |/ /
| * | Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endianSerhiy Storchaka2014-11-101-2/+2
* | | Issue 20152, 22821: Port the fcntl module to Argument Clinic.Brett Cannon2014-11-102-210/+416
* | | merge 3.4Benjamin Peterson2014-11-061-4/+4
|\ \ \ | |/ /
| * | fix test where sizeof(long) != sizeof(int)Benjamin Peterson2014-11-061-4/+4
* | | Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (larg...Steve Dower2014-11-065-12/+81
|\ \ \ | |/ /
| * | Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (larg...Steve Dower2014-11-055-12/+81
* | | Issue #20597: Remove unused definition of PATH_MAX on Windows, MAXPATHLEN isVictor Stinner2014-11-051-1/+0
* | | Issue #22773: fix failing test with old readline versions due to issue #19884.Antoine Pitrou2014-11-041-0/+4
|\ \ \ | |/ /