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] Fix error handling bugs in _elementtree.c. (GH-10060) (GH-10080)
Zackery Spytz
2018-10-26
1
-28/+37
*
Fix several reference counting bugs in pyexpat.c. (GH-9955)
Miss Islington (bot)
2018-10-19
1
-4/+8
*
[2.7] bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH...
Vladimir Matveev
2018-09-19
5
-6/+221
*
[2.7] bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146) (GH-9394)
Christian Heimes
2018-09-18
2
-0/+10
*
[2.7] bpo-34710: fix SSL module build (GH-9347) (GH-9353)
Christian Heimes
2018-09-17
1
-0/+1
*
bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225)
Miss Islington (bot)
2018-09-12
1
-3/+3
*
[2.7] bpo-28994: Remove mistakenly backported atexitmodule.c (GH-9214)
Zackery Spytz
2018-09-12
1
-346/+0
*
[2.7] Delete old expat comment. (GH-9205)
Benjamin Peterson
2018-09-12
1
-8/+0
*
[2.7] closes bpo-31608: Fix a crash in methods of a subclass of _collections....
Benjamin Peterson
2018-09-11
1
-2/+11
*
bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150)
Miss Islington (bot)
2018-09-11
4
-27/+69
*
[2.7] Fix misleading mentions of tp_size in comments (GH-9138)
Benjamin Peterson
2018-09-10
5
-8/+8
*
bpo-34491: Add missing Py_DECREF() in _bsddb's DB_join() (GH-8909)
Zackery Spytz
2018-08-25
1
-0/+1
*
bpo-34395: Fix memory leaks caused by incautious usage of PyMem_Realloc(). (G...
Sergey Fedoseev
2018-08-17
1
-32/+24
*
Fix docstring of Profiler class (GH-8651)
Miss Islington (bot)
2018-08-03
1
-2/+2
*
Fix compilation warnings on Windows (GH-8627)
Victor Stinner
2018-08-02
2
-2/+2
*
bpo-29565: Fix compilation for C89 (GH-8626)
Victor Stinner
2018-08-02
1
-8/+12
*
bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD6...
Victor Stinner
2018-08-02
2
-0/+23
*
[2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)
Serhiy Storchaka
2018-07-31
19
-48/+45
*
bpo-34229: Check start and stop of slice object to be long when they are not ...
Xtreak
2018-07-26
1
-0/+24
*
bpo-25943: Check for integer overflow in bsddb's DB_join(). (GH-8392)
Zackery Spytz
2018-07-22
1
-1/+7
*
bpo-25943: Fix potential heap corruption in bsddb's _db_associateCallback() (...
Zackery Spytz
2018-07-21
1
-39/+54
*
[2.7] bpo-34068: iobase_close could call PyObject_SetAttrString with an excep...
Serhiy Storchaka
2018-07-17
1
-3/+11
*
[2.7] bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192). (GH-8255)
Serhiy Storchaka
2018-07-11
1
-0/+61
*
[2.7] prefix internal sqlite symbols with _pysqlite_ (GH-8215). (GH-8217)
Benjamin Peterson
2018-07-10
4
-18/+18
*
[2.7] delete some unused pysqlite forward declarations (GH-8211). (GH-8214)
Benjamin Peterson
2018-07-10
1
-4/+0
*
Don't export pending_threadfunc from _testcapi. (GH-8075)
Miss Islington (bot)
2018-07-04
1
-1/+2
*
[2.7] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)...
Zackery Spytz
2018-06-29
1
-0/+4
*
[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
[prev]
[next]