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
...
*
[2.7] closes bpo-33956: update vendored expat to 2.2.5 (GH-7925)
Benjamin Peterson
2018-06-27
8
-1457/+1332
*
Fix compiler warnings on Windows (GH-7729)
Victor Stinner
2018-06-15
1
-11/+11
*
bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958...
Xiang Zhang
2018-06-15
1
-2/+6
*
bpo-19418: audioop.c: Fix warnings on -0x80000000 (GH-7453)
Victor Stinner
2018-06-06
1
-2/+5
*
bpo-33781: audioop: enhance rounding double as int (GH-7447) (GH-7452)
Victor Stinner
2018-06-06
1
-12/+19
*
[2.7] bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-738...
Serhiy Storchaka
2018-06-05
1
-21/+3
*
[2.7] bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-714...
Antoine Pitrou
2018-06-03
1
-12/+2
*
[2.7] bpo-33677: Fix the signature of tp_clear handler for deque. (GH-7196). ...
Serhiy Storchaka
2018-05-31
1
-3/+4
*
[2.7] bpo-33622: Fix issues with handling errors in the GC. (GH-7078) (#7096)
Serhiy Storchaka
2018-05-24
1
-6/+6
*
bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021)
Miss Islington (bot)
2018-05-21
1
-0/+1
*
[2.7] bpo-33308: Fix a crash in the parser module when convert an ST object. ...
Serhiy Storchaka
2018-04-19
1
-3/+3
*
[2.7] Fix error message in sqlite connection thread check. (GH-6028). (GH-6325)
Serhiy Storchaka
2018-03-31
1
-2/+2
*
bpo-31544: Fix a reference leak to 'self' after the previous target error han...
scoder
2018-03-31
1
-6/+21
*
[2.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6215)
Christian Heimes
2018-03-24
1
-8/+16
*
bpo-31544: Avoid calling "PyObject_GetAttrString()" (and potentially executin...
scoder
2018-03-24
1
-2/+33
*
Fix typos in mmap() error messages (GH-6173)
Miss Islington (bot)
2018-03-21
1
-2/+2
*
[2.7] bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801). (#5947)
Alexey Izbyshev
2018-03-01
1
-7/+8
*
[2.7] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5882)
Christian Heimes
2018-02-25
1
-21/+26
*
Fix ssl module, Python 2.7 doesn't have Py_MAX (#5878)
Christian Heimes
2018-02-25
1
-1/+2
*
[2.7] bpo-30622: Improve NPN support detection (GH-5859) (#5863)
Christian Heimes
2018-02-25
1
-7/+20
*
[2.7] bpo-32185: Don't send IP in SNI TLS extension (GH-5865) (#5871)
Miss Islington (bot)
2018-02-25
1
-2/+40
*
bpo-25404: SSLContext.load_dh_params() non-ASCII path (GH-3459)
Christian Heimes
2018-02-25
1
-4/+17
*
Update comment in posixmodule.c (GH-5681)
Miss Islington (bot)
2018-02-14
1
-1/+1
*
bpo-32539: Fix OSError for os.listdir() for extended-length paths on Windows ...
Anthony Sottile
2018-01-15
1
-1/+1
*
correct the typos (GH-4950) (#4952)
Miss Islington (bot)
2017-12-21
1
-2/+2
*
[2.7] bpo-32186: Release the GIL during fstat and lseek calls (#4651)
Nir Soffer
2017-12-07
1
-11/+44
*
[2.7] bpo-31927: Fix reading arbitrary data when parse a AF_BLUETOOTH address...
Serhiy Storchaka
2017-11-09
1
-42/+42
*
bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor objec...
Oren Milman
2017-11-08
1
-0/+5
*
Fix bpo-27666 backporting error in _cursesmodule.c (#4305)
Serhiy Storchaka
2017-11-07
1
-2/+2
*
bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__(...
Miss Islington (bot)
2017-11-07
1
-8/+7
*
[2.7] bpo-30057: Fix potential missed signal in signal.signal(). (GH-4258) (#...
Antoine Pitrou
2017-11-03
1
-1/+4
*
bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (G...
Miss Islington (bot)
2017-11-01
1
-12/+26
*
bpo-31893: Fix a backporting error in 8cbf4e10646c3f5b8f0d274c2d7dea5bb6305f5...
Serhiy Storchaka
2017-11-01
1
-3/+6
*
bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4216)
Miss Islington (bot)
2017-11-01
1
-2/+4
*
bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (...
Miss Islington (bot)
2017-11-01
1
-8/+16
*
bpo-31893: Fix errors in b9052a0f91d2e83bbc27267247a5920c82b242a3. (GH-4196) ...
Miss Islington (bot)
2017-10-31
1
-4/+4
*
[2.7] bpo-31893: Fixed select.kqueue(). (GH-4166) (#4193)
Serhiy Storchaka
2017-10-31
1
-48/+84
*
[2.7] bpo-31891: Fix building the curses module on NetBSD. (GH-4165). (#4194)
Serhiy Storchaka
2017-10-31
1
-33/+40
*
[2.7] bpo-31752: Fix possible crash in timedelta constructor called with cust...
Serhiy Storchaka
2017-10-23
1
-2/+7
*
[2.7] bpo-31334: Fix timeout in select.poll.poll() (GH-3277) (#4034)
Riccardo Coccioli
2017-10-18
1
-0/+11
*
[2.7] bpo-30058: Fixed buffer overflow in select.kqueue.control(). (GH-1095)....
Serhiy Storchaka
2017-10-12
1
-16/+13
*
[2.7] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ at...
Oren Milman
2017-10-12
1
-3/+3
*
[2.7] bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Ele...
Oren Milman
2017-10-11
1
-20/+21
*
bpo-31719: Fix test_regrtest.test_crashed() on s390x (#3912)
Victor Stinner
2017-10-09
1
-0/+17
*
[2.7] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split(...
2.7
Serhiy Storchaka
2017-10-04
1
-2/+10
*
[2.7] bpo-31478: Prevent unwanted behavior in _random.Random.seed() in case t...
Oren Milman
2017-10-02
1
-2/+8
*
bpo-28129: fix ctypes crashes (#386) (#3800)
Victor Stinner
2017-09-28
2
-9/+34
*
[2.7] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ at...
Miss Islington (bot)
2017-09-27
1
-1/+9
*
[2.7] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(...
Serhiy Storchaka
2017-09-27
1
-0/+10
*
[2.7] bpo-25359: Add missed "goto error" after setting an exception. (GH-3712...
Serhiy Storchaka
2017-09-27
1
-0/+1
[prev]
[next]