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
*
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
*
fix error message for invalid curve name
Benjamin Peterson
2014-08-21
1
-1/+5
*
Backed out changeset 7c19f1f792c6
Benjamin Peterson
2014-08-20
1
-2/+5
*
don't call rl_initialize when stdout is not a tty
Benjamin Peterson
2014-08-20
1
-5/+2
*
PyUnicode -> PyString and PyLong -> PyInt
Benjamin Peterson
2014-08-20
1
-4/+4
*
backport many ssl features from Python 3 (closes #21308)
Benjamin Peterson
2014-08-20
2
-468/+4387
*
Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.
Serhiy Storchaka
2014-08-19
1
-0/+16
*
Removed useless Py_LIMITED_API checks.
Serhiy Storchaka
2014-08-17
1
-2/+0
*
- Issue #22176: Update the ctypes module's libffi to v3.1. This release
doko@ubuntu.com
2014-08-10
135
-13677/+28329
*
Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular
Serhiy Storchaka
2014-08-06
1
-11/+17
*
Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata"
Serhiy Storchaka
2014-07-31
1
-0/+28
*
Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError
Victor Stinner
2014-07-26
1
-2/+9
*
socketmodule.c: backport INVALID_SOCKET from Python 3.5 to simplify the code
Victor Stinner
2014-07-26
1
-14/+5
*
Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off")
Victor Stinner
2014-07-24
1
-1/+5
*
Issue #19884: readline: Disable the meta modifier key if stdout is not a
Victor Stinner
2014-07-24
1
-2/+13
*
Call PyErr_NoMemory() when PyMem_Malloc() fails.
Serhiy Storchaka
2014-07-14
1
-1/+3
*
properly decref the return value of close()
Benjamin Peterson
2014-07-05
1
-3/+5
*
Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before,
Victor Stinner
2014-07-02
1
-2/+2
*
Issue #19145: Fix handling of negative values for a "times" keyword argument...
Raymond Hettinger
2014-06-25
1
-2/+5
*
Issue #21310: Fixed possible resource leak in failed open().
Serhiy Storchaka
2014-06-09
1
-9/+21
*
backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304)
Benjamin Peterson
2014-05-31
1
-0/+225
*
Fixed possible integer overflow in getint, getdouble and getboolean too (issu...
Serhiy Storchaka
2014-05-30
1
-0/+3
*
Issue #21552: Fixed possible integer overflow of too long string lengths in
Serhiy Storchaka
2014-05-30
1
-1/+32
[next]