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
*
expose X509_V_FLAG_TRUSTED_FIRST
Benjamin Peterson
2015-03-05
1
-0/+4
*
enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476)
Benjamin Peterson
2015-03-05
1
-0/+9
*
Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SS...
Antoine Pitrou
2015-03-04
1
-20/+0
*
fix possible overflow bugs in unicodedata (closes #23367)
Benjamin Peterson
2015-03-02
1
-1/+8
*
Issue #22113: struct.pack_into() now supports new buffer protocol (in
Serhiy Storchaka
2015-02-21
1
-10/+12
*
Issue #23215: Multibyte codecs with custom error handlers that ignores errors
Serhiy Storchaka
2015-02-20
1
-11/+14
*
Issue #5700: io.FileIO() called flush() after closing the file.
Serhiy Storchaka
2015-02-20
1
-7/+7
*
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka
2015-02-16
4
-12/+20
*
Issue #23392: Added tests for marshal C API that works with FILE*.
Serhiy Storchaka
2015-02-06
1
-0/+166
*
Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.
Serhiy Storchaka
2015-02-02
1
-20/+6
*
check for overflows in permutations() and product() (closes #23363, closes #2...
Benjamin Peterson
2015-02-02
1
-2/+16
*
check for overflow in combinations_with_replacement (closes #23365)
Benjamin Peterson
2015-02-02
1
-0/+4
*
detect overflow in combinations (closes #23366)
Benjamin Peterson
2015-02-02
1
-0/+4
*
Issue #23370: Fix off-by-one error for non-contiguous buffers.
Stefan Krah
2015-02-01
1
-0/+53
*
Issue #23349: Fix off-by-one error in PyBuffer_ToContiguous(). Initial patch
Stefan Krah
2015-01-30
1
-0/+48
*
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
*
prefer server alpn ordering over the client's
Benjamin Peterson
2015-01-23
1
-13/+20
*
pep 466 backport of alpn (#20188)
Benjamin Peterson
2015-01-23
1
-22/+110
*
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
4
-5/+5
*
Issue #23098: 64-bit dev_t is now supported in the os module.
Serhiy Storchaka
2015-01-18
1
-12/+42
*
fix instances of consecutive articles (closes #23221)
Benjamin Peterson
2015-01-13
1
-1/+1
*
Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hy...
Mark Dickinson
2015-01-11
2
-6/+6
*
Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
Victor Stinner
2015-01-06
1
-3/+10
*
allow more operations to work on detached streams (closes #23093)
Benjamin Peterson
2014-12-22
2
-38/+39
*
merge 2.7.9 release branch
Benjamin Peterson
2014-12-06
1
-0/+4
|
\
|
*
allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935)
Benjamin Peterson
2014-12-06
1
-0/+4
*
|
Removed duplicated words in in comments and docs.
Serhiy Storchaka
2014-12-01
1
-1/+1
|
/
*
allow hostname to be passed to SSLContext even if OpenSSL doesn't support SNI...
Benjamin Peterson
2014-11-24
1
-6/+0
*
Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian
Serhiy Storchaka
2014-11-10
1
-2/+2
*
fix test where sizeof(long) != sizeof(int)
Benjamin Peterson
2014-11-06
1
-4/+4
*
Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (larg...
Steve Dower
2014-11-06
5
-15/+83
*
Issue #22773: fix failing test with old readline versions due to issue #19884.
Antoine Pitrou
2014-11-04
1
-0/+3
*
allow keyfile argument to be None (closes #22787)
Benjamin Peterson
2014-11-04
1
-7/+23
*
#13096: Fix segfault in CTypes POINTER handling of large values.
R David Murray
2014-10-12
1
-2/+7
*
make _socket.socket weakrefable (closes #22569)
Benjamin Peterson
2014-10-06
2
-1/+5
*
Closes #19342: improve docstrings in grp module.
Georg Brandl
2014-10-02
1
-6/+6
*
fix sslwrap_simple (closes #22523)
Benjamin Peterson
2014-10-02
1
-6/+12
*
allow longs as indexes to group() (closes #22530)
Benjamin Peterson
2014-10-01
1
-1/+1
*
clear BufferedRWPair weakrefs on deallocation (closes #22517)
Benjamin Peterson
2014-09-30
1
-0/+2
*
Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.
Berker Peksag
2014-09-24
1
-3/+5
*
Issue #21147: sqlite3 now raises an exception if the request contains a null
Serhiy Storchaka
2014-09-11
2
-3/+7
*
Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with
Serhiy Storchaka
2014-09-11
1
-0/+4
*
Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter.
Serhiy Storchaka
2014-09-11
1
-12/+28
*
- Issue #22381: Update zlib to 1.2.8.
doko@ubuntu.com
2014-09-11
43
-3181/+7793
*
Issue #20421: Add a .version() method to SSL sockets exposing the actual prot...
Alex Gaynor
2014-09-04
1
-0/+13
*
PEP 466: backport hashlib algorithm constants (closes #21307)
Benjamin Peterson
2014-08-28
1
-1/+65
*
fix load_verify_locations on unicode paths (closes #22244)
Benjamin Peterson
2014-08-28
1
-8/+24
*
don't segfault when trying to fdopen() a fd for a dir (closes #22259)
Benjamin Peterson
2014-08-24
1
-1/+1
[next]