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
*
bpo-39681: Fix C pickle regression with minimal file-like objects (GH-18592) ...
Miss Islington (bot)
2020-02-23
1
-5/+36
*
bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) (...
Miss Islington (bot)
2020-02-21
2
-6/+210
*
Valgrind no longer supports --db-attach=yes. (GH-18568) (#18576)
Miss Islington (bot)
2020-02-20
1
-1/+1
*
Use the new recommended number of repetitions in the refleak tests. (GH-18569...
Miss Islington (bot)
2020-02-20
1
-1/+1
*
Update runall.bat to the latest Windows build system. (GH-18571) (#18573)
Miss Islington (bot)
2020-02-20
1
-41/+59
*
bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resourc...
Steve Dower
2020-02-13
5
-17/+174
*
closes bpo-39621: Make buf arg to md5_compress be const. (GH-18497)
Miss Islington (bot)
2020-02-13
1
-2/+2
*
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
Miss Islington (bot)
2020-02-12
1
-2/+2
*
bpo-39590: make deque.__contains__ and deque.count hold strong references (GH...
Miss Islington (bot)
2020-02-09
1
-0/+4
*
bpo-39184: Add audit events to command execution functions in os and pty modu...
Miss Islington (bot)
2020-02-05
1
-7/+42
*
closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295)
Miss Islington (bot)
2020-02-04
1
-0/+1
*
[3.8] bpo-39492: Fix a reference cycle between reducer_override and a Pickler...
Antoine Pitrou
2020-02-02
1
-4/+18
*
bpo-39393: Misleading error message on dependent DLL resolution failure (GH-1...
Miss Islington (bot)
2020-01-28
1
-2/+3
*
bpo-39426: Fix outdated default and highest protocols in docs (GH-18154)
Miss Islington (bot)
2020-01-24
2
-16/+18
*
bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18...
Miss Islington (bot)
2020-01-23
1
-9/+26
*
bpo-16575: Disabled checks for union types being passed by value. (GH-17960) ...
Miss Islington (bot)
2020-01-12
1
-0/+18
*
closes bpo-39262: Use specific out-of-memory message in _sharedexception_bind...
Miss Islington (bot)
2020-01-09
1
-2/+4
*
bpo-38532: Add missing decrefs in PyCFuncPtr_FromDll() (GH-17811)
Miss Islington (bot)
2020-01-03
1
-0/+2
*
[3.8] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17499)
Miss Islington (bot)
2019-12-07
1
-1/+48
*
Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Python v...
Miss Islington (bot)
2019-12-07
1
-1/+17
*
bpo-37931: Fix crash on OSX re-initializing os.environ (GH-15428)
Miss Islington (bot)
2019-12-06
1
-5/+5
*
bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467)
Miss Islington (bot)
2019-12-04
1
-10/+6
*
bpo-38634: Allow non-apple build to cope with libedit (GH-16986)
Miss Islington (bot)
2019-12-04
1
-19/+4
*
bpo-36854: Fix reference counter in PyInit__testcapi() (GH-17338)
Victor Stinner
2019-11-22
1
-2/+5
*
bpo-38823: Fix refleak in _tracemalloc init error handling (GH-17235)
Miss Islington (bot)
2019-11-20
1
-1/+3
*
bpo-38823: Fix refleaks in faulthandler init error path on Windows (GH-17250)
Miss Islington (bot)
2019-11-19
1
-10/+21
*
bpo-38622: Ensure ctypes.PyObj_FromPtr audit event passes tuples as a single ...
Miss Islington (bot)
2019-11-18
1
-2/+2
*
bpo-38622: Add missing audit events for ctypes module (GH-17158)
Miss Islington (bot)
2019-11-18
2
-7/+65
*
bpo-38823: Clean up refleaks in _tkinter initialization. (GH-17206)
Miss Islington (bot)
2019-11-18
1
-0/+2
*
bpo-16576: Add checks for bitfields passed by value to functions. (GH-17097) ...
Miss Islington (bot)
2019-11-18
2
-3/+60
*
bpo-38823: Clean up refleaks in _contextvars initialization. (GH-17198)
Miss Islington (bot)
2019-11-17
1
-0/+3
*
bpo-38823: Clean up refleaks in _asyncio initialization. (GH-17195)
Miss Islington (bot)
2019-11-16
1
-0/+4
*
bpo-38677: Fix arraymodule error handling in module initialization. (GH-17039)
Miss Islington (bot)
2019-11-15
1
-8/+12
*
bpo-38785: Prevent asyncio from crashing (GH-17144)
Miss Islington (bot)
2019-11-13
1
-0/+1
*
[3.8] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode fil...
Benjamin Peterson
2019-11-12
1
-9/+15
*
bpo-38684: haslib: fix build when Blake2 not enabled in OpenSSL (GH-17043)
Miss Islington (bot)
2019-11-06
1
-1/+1
*
[3.8] bpo-16575: Add checks for unions passed by value to functions. (GH-1679...
Vinay Sajip
2019-10-31
4
-0/+98
*
bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670)
Miss Islington (bot)
2019-10-18
1
-2/+2
*
[3.8] bpo-36389: Backport debug enhancements from master (GH-16796)
Victor Stinner
2019-10-15
2
-5/+14
*
bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOU...
Miss Islington (bot)
2019-10-12
1
-8/+8
*
[3.8] bpo-38379: don't claim objects are collected when they aren't (GH-166...
Pablo Galindo
2019-10-09
1
-6/+4
*
bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions....
Vinay Sajip
2019-10-09
2
-25/+179
*
bpo-36356: Fix memory leak in _asynciomodule.c (GH-16598)
Miss Islington (bot)
2019-10-07
1
-0/+7
*
bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-...
Miss Islington (bot)
2019-10-04
1
-173/+202
*
[3.8] bpo-3832: Fix compiler warnings (GH-16518)
Victor Stinner
2019-10-01
2
-2/+1
*
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
Miss Islington (bot)
2019-10-01
1
-5/+1
*
bpo-38304: Remove PyConfig.struct_size (GH-16500)
Victor Stinner
2019-09-30
1
-7/+2
*
Clear weakrefs in garbage found by the GC (GH-16495) (#16499)
Miss Islington (bot)
2019-09-30
1
-0/+17
*
[3.8] bpo-38270: More fixes for strict crypto policy (GH-16418) (#16437)
Christian Heimes
2019-09-30
1
-1/+1
*
bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453)
Victor Stinner
2019-09-28
1
-1/+8
[next]