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
*
gh-94673: Recover Weaklist Lookup Performance (gh-95544)
Eric Snow
2022-08-04
1
-3/+6
*
Fix links to old SF bugs (#95648)
Serhiy Storchaka
2022-08-04
1
-1/+1
*
gh-93274: Make vectorcall safe on mutable classes & inherit it by default (#9...
Petr Viktorin
2022-08-04
2
-1/+228
*
gh-95388: Deprecate creating immutable types with mutable bases (GH-95533)
Petr Viktorin
2022-08-04
1
-0/+16
*
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (#95008)
Ken Jin
2022-08-04
1
-11/+69
*
gh-91323: Revert "Allow overriding a future compliance check in asyncio.Task ...
Łukasz Langa
2022-08-04
2
-102/+8
*
gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
Serhiy Storchaka
2022-08-04
1
-1/+1
*
GH-92678: Fix tp_dictoffset inheritance. (GH-95596)
Mark Shannon
2022-08-03
1
-0/+28
*
gh-95417: Quick fix for "ULONG_PTR differs in levels of indirection from void...
Oleg Iarygin
2022-08-01
2
-4/+12
*
gh-93649: Split heaptype tests from _testcapimodule.c (GH-95386)
Petr Viktorin
2022-08-01
4
-970/+989
*
gh-94512: Fix forced arg format in AC-processed resource (GH-94515)
Oleg Iarygin
2022-07-29
2
-31/+38
*
gh-43414: os.get_terminal_size() now uses the actual file descriptor on Windo...
Raghunandan Bhat
2022-07-28
1
-15/+2
*
gh-94512: Fix forced arg format in AC-processed overlapped (GH-94516)
Oleg Iarygin
2022-07-28
2
-64/+335
*
gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack during...
Pablo Galindo Salgado
2022-07-27
5
-0/+12
*
GH-93899: fix checks for eventfd flags (GH-95170)
Kumar Aditya
2022-07-27
2
-10/+14
*
GH-95045: gc untrack _lsprof.Profiler before deallocating it (GH-95315)
Kumar Aditya
2022-07-27
1
-0/+1
*
gh-95005: Replace PyAccu with PyUnicodeWriter (gh-95006)
Aivars Kalvāns
2022-07-27
2
-73/+66
*
gh-95174: WASI: skip missing sockets functions (GH-95179)
Christian Heimes
2022-07-27
4
-10/+114
*
gh-95041: Fail syslog.syslog in case inner call to syslog.openlog fails (GH-9...
Noam Cohen
2022-07-26
1
-1/+7
*
gh-95174: Handle missing dup() and constants in WASI (GH-95229)
Christian Heimes
2022-07-26
5
-2/+26
*
Statistics inv_cdf sync with corresponding random module normal distributions...
Raymond Hettinger
2022-07-26
1
-1/+1
*
gh-95041: Fix several minor issues in syslog.openlog() (GH-95058)
Serhiy Storchaka
2022-07-26
1
-24/+33
*
GH-92678: Expose managed dict clear and visit functions (#95246)
Mark Shannon
2022-07-25
1
-0/+8
*
gh-90473: Check for HAVE_KILL in main.c:exit_sigint (GH-95165)
Christian Heimes
2022-07-23
1
-1/+1
*
gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (#...
Erlend Egeberg Aasland
2022-07-23
3
-147/+35
*
gh-95095: Use SSL_CTX_get_max_proto_version instead of SSL_CTX_ctrl (GH-95096)
David Benjamin
2022-07-21
1
-2/+2
*
GH-94382: port multiprocessing static types to heap types (#94336)
Kumar Aditya
2022-07-20
3
-63/+61
*
GH-90699: fix ref counting of static immortal strings (gh-94850)
Kumar Aditya
2022-07-20
1
-1/+1
*
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-...
Brandt Bucher
2022-07-19
1
-0/+16
*
gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)
Serhiy Storchaka
2022-07-18
1
-2/+21
*
GH-94857: fix test_io refleak (GH-94858)
Kumar Aditya
2022-07-18
1
-1/+6
*
gh-94821: Fix autobind of empty unix domain address (GH-94826)
Nir Soffer
2022-07-15
1
-2/+4
*
gh-93939: Build C extensions without setup.py (GH-94474)
Christian Heimes
2022-07-14
2
-1/+2
*
gh-93649: Fix linkage of _PyTestCapi_Init_Vectorcall (#94702)
Oleg Iarygin
2022-07-13
1
-1/+1
*
bpo-45924: Fix asyncio incorrect traceback when future's exception is raised ...
Kumar Aditya
2022-07-11
1
-0/+14
*
GH-94736: Fix _multiprocessing.SemLock subclassing (#94738)
Kumar Aditya
2022-07-11
1
-4/+2
*
gh-94637: Release GIL in SSLContext.set_default_verify_paths (GH-94658)
Christian Heimes
2022-07-09
1
-1/+5
*
gh-93649: Split vectorcall testing from _testcapimodule.c (GH-94549)
Petr Viktorin
2022-07-08
5
-251/+286
*
gh-94321: Document sqlite3.PrepareProtocol (#94620)
Erlend Egeberg Aasland
2022-07-07
1
-0/+3
*
GH-94644: fix test_curses ref leak (GH-94647)
Kumar Aditya
2022-07-07
1
-0/+1
*
gh-90005: Port readline and curses to PY_STDLIB_MOD (GH-94452)
Christian Heimes
2022-07-06
1
-6/+6
*
gh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace (GH-94...
Pablo Galindo Salgado
2022-07-05
1
-1/+1
*
gh-94512: Fix forced arg format in AC-processed multiprocessing (GH-94517)
Oleg Iarygin
2022-07-04
2
-7/+33
*
gh-92869: ctypes: Add c_time_t (#92870)
Thomas Perl
2022-07-03
1
-0/+1
*
gh-94393: Remove unneeded module state from _json (#94394)
Erlend Egeberg Aasland
2022-07-02
1
-58/+15
*
gh-90005: Port _dbm module to PY_STDLIB_MOD (GH-94433)
Christian Heimes
2022-07-01
1
-1/+1
*
gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)
Irit Katriel
2022-07-01
1
-6/+1
*
gh-94401: Remove unneeded bz2 module state (#94402)
Erlend Egeberg Aasland
2022-06-29
1
-51/+11
*
gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (GH-94413)
Christian Heimes
2022-06-29
1
-3/+4
*
gh-94401: Remove unneeded overlapped module state (#94403)
Erlend Egeberg Aasland
2022-06-29
1
-43/+6
[next]