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-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (GH-98486)
Miss Islington (bot)
2022-10-26
1
-0/+36
*
bpo-2716: add license for audioop module (GH-19972)
Miss Islington (bot)
2022-10-21
1
-14/+30
*
[3.11] gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`,… (#98...
Jelle Zijlstra
2022-10-19
1
-0/+40
*
[3.11] gh-94808: Cover `PyEval_GetFuncName` (GH-98246). (#98283)
Jelle Zijlstra
2022-10-15
1
-0/+7
*
gh-98178: syslog() is not thread-safe on macOS (GH-98213)
Miss Islington (bot)
2022-10-13
1
-0/+5
*
[3.11] Add more syslog tests (GH-97953). (GH-98096)
Serhiy Storchaka
2022-10-08
1
-1/+1
*
[3.11] gh-96288: Add a sentence to `os.mkdir`'s docstring. (GH-96271). (#98065)
Jelle Zijlstra
2022-10-08
2
-4/+6
*
gh-65496: Correct wording on csv's skipinitialspace argument (GH-96170)
Miss Islington (bot)
2022-10-07
1
-4/+4
*
fixes gh-96078: os.sched_yield release the GIL while calling sched_yield(2). ...
Miss Islington (bot)
2022-10-07
1
-1/+6
*
GH-90985: Revert "Deprecate passing a message into cancel()" (GH-97999)
Miss Islington (bot)
2022-10-07
1
-20/+0
*
[3.11] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (...
Miss Islington (bot)
2022-10-06
1
-8/+52
*
gh-97758: Fix a crash in getpath_joinpath() called without arguments (GH-97759)
Miss Islington (bot)
2022-10-05
1
-1/+1
*
[3.11] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICOD...
Serhiy Storchaka
2022-10-03
3
-12/+12
*
GH-97592: Fix crash in C remove_done_callback due to evil code (GH-97660)
Miss Islington (bot)
2022-09-30
1
-2/+7
*
gh-94526: getpath_dirname() no longer encodes the path (GH-97645)
Miss Islington (bot)
2022-09-30
1
-9/+14
*
gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006)
Miss Islington (bot)
2022-09-22
7
-17/+27
*
gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915) (GH-96927)
Miss Islington (bot)
2022-09-19
1
-1/+3
*
[3.11] gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006) (GH-96034) (GH...
Christian Heimes
2022-09-13
2
-3/+7
*
GH-96754: Check whether the interpreter frame is complete before creating fra...
Miss Islington (bot)
2022-09-13
1
-0/+3
*
[3.11] gh-95853: Add script to automate WASM build (GH-95828, GH-95985, GH-96...
Christian Heimes
2022-09-13
1
-1/+1
*
gh-96652: Fix faulthandler chained signal without sigaction() (GH-96666)
Miss Islington (bot)
2022-09-08
1
-1/+1
*
gh-96641: Do not expose `KeyWrapper` in `_functoolsmodule.c` (gh-96642)
Miss Islington (bot)
2022-09-07
1
-3/+2
*
[3.11] GH-96612: Skip incomplete frames in tracemalloc traces. (GH-96613) (#9...
Mark Shannon
2022-09-06
1
-3/+8
*
fixes gh-96292: Fix Trivial Typo in cpython/Modules/atexitmodule.c (GH-96327)
Miss Islington (bot)
2022-08-27
1
-1/+1
*
gh-95808: Add missing early returns in _asynciomodule.c (GH-95809)
Miss Islington (bot)
2022-08-16
1
-2/+3
*
gh-95878: Fix format char in datetime CAPI tests (GH-95879) (#95885)
Miss Islington (bot)
2022-08-11
1
-4/+4
*
[3.11] gh-92678: Correct return values for errors in PyInit__testcapi (#95664)
Pablo Galindo Salgado
2022-08-04
1
-2/+2
*
gh-91323: Revert "Allow overriding a future compliance check in asyncio.Task ...
Miss Islington (bot)
2022-08-04
2
-102/+8
*
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (GH-95008)
Miss Islington (bot)
2022-08-04
1
-11/+69
*
gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
Miss Islington (bot)
2022-08-04
1
-1/+1
*
Revert "[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95...
Mark Shannon
2022-08-04
1
-9/+0
*
GH-92678: Fix tp_dictoffset inheritance. (GH-95596) (GH-95604)
Mark Shannon
2022-08-04
1
-0/+28
*
[3.11] gh-95174: WASI: skip missing sockets functions (GH-95179) (GH-95308)
Christian Heimes
2022-07-31
4
-10/+114
*
[3.11] gh-95174: Handle missing dup() and constants in WASI (GH-95229) (GH-95...
Christian Heimes
2022-07-31
5
-2/+26
*
[3.11] GH-93899: fix checks for eventfd flags (GH-95170). (#95342)
Kumar Aditya
2022-07-28
2
-10/+14
*
[3.11] gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack...
Miss Islington (bot)
2022-07-27
5
-0/+12
*
GH-95045: gc untrack _lsprof.Profiler before deallocating it (GH-95315)
Miss Islington (bot)
2022-07-27
1
-0/+1
*
gh-95041: Fail syslog.syslog in case inner call to syslog.openlog fails (GH-9...
Miss Islington (bot)
2022-07-27
1
-1/+7
*
gh-95041: Fix several minor issues in syslog.openlog() (GH-95058) (GH-95261)
Miss Islington (bot)
2022-07-26
1
-24/+33
*
[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#...
Pablo Galindo Salgado
2022-07-25
1
-0/+9
*
gh-90473: Check for HAVE_KILL in main.c:exit_sigint (GH-95165)
Miss Islington (bot)
2022-07-23
1
-1/+1
*
[3.11] gh-95132: Correctly relay *args and **kwds from sqlite3.connect to fac...
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)
Miss Islington (bot)
2022-07-21
1
-2/+2
*
GH-90699: fix ref counting of static immortal strings (gh-94850)
Miss Islington (bot)
2022-07-20
1
-1/+1
*
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-...
Miss Islington (bot)
2022-07-19
1
-0/+16
*
gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)
Miss Islington (bot)
2022-07-18
1
-2/+21
*
GH-94857: fix test_io refleak (GH-94858)
Miss Islington (bot)
2022-07-18
1
-1/+6
*
gh-94821: Fix autobind of empty unix domain address (GH-94826)
Miss Islington (bot)
2022-07-17
1
-2/+4
*
GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298)
Miss Islington (bot)
2022-07-14
1
-1/+3
*
[3.11] bpo-45924: Fix asyncio incorrect traceback when future's exception is ...
Miss Islington (bot)
2022-07-11
1
-0/+14
[next]