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-108278: Deprecate passing the first param of sqlite3.Connection callback A...
Erlend E. Aasland
2023-08-29
2
-16/+111
*
gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268)
Erlend E. Aasland
2023-08-29
2
-2/+9
*
gh-108623: Fix compile warning in `Modules/_multiprocessing/semaphore.c` (#10...
Nikita Sobolev
2023-08-29
1
-0/+5
*
gh-108494: Don't build _testclinic_limited with TraceRefs (#108608)
Victor Stinner
2023-08-29
1
-1/+1
*
gh-106320: Remove private pythonrun API (#108599)
Victor Stinner
2023-08-29
2
-0/+2
*
gh-108240: Add pycore_capsule.h internal header file (#108596)
Victor Stinner
2023-08-29
1
-0/+1
*
gh-107149: Rename _PyUnstable_GetUnaryIntrinsicName() function (#108441)
Victor Stinner
2023-08-28
1
-2/+2
*
gh-108278: Deprecate passing the three first params as keyword args for sqlit...
Erlend E. Aasland
2023-08-28
2
-5/+60
*
gh-108494: Argument Clinic: fix support of Limited C API (GH-108536)
Serhiy Storchaka
2023-08-28
5
-5/+7
*
gh-107801: Document io.TextIOWrapper.tell (#108265)
Erlend E. Aasland
2023-08-27
2
-3/+12
*
Clarify distinction between datetime module and class in deprecation messages...
Clément Robert
2023-08-27
1
-4/+4
*
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka
2023-08-26
14
-73/+122
*
gh-107406: Add better `struct.Struct` repr (#107407)
denballakh
2023-08-26
1
-0/+14
*
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner
2023-08-26
28
-24/+52
*
gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)
Victor Stinner
2023-08-26
7
-5/+18
*
gh-106320: Remove private _PyLong converter functions (#108499)
Victor Stinner
2023-08-26
9
-9/+20
*
gh-108494: AC supports pos-only args in limited C API (#108498)
Victor Stinner
2023-08-25
2
-1/+51
*
gh-108494: Argument Clinic partial supports of Limited C API (#108495)
Victor Stinner
2023-08-25
3
-0/+123
*
gh-106320: Remove private _PyTraceback functions (#108453)
Victor Stinner
2023-08-24
2
-2/+5
*
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner
2023-08-24
10
-18/+18
*
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Victor Stinner
2023-08-24
53
-356/+356
*
gh-108444: Add PyLong_AsInt() public function (#108445)
Victor Stinner
2023-08-24
2
-1/+34
*
gh-106320: Remove private _PySys functions (#108452)
Victor Stinner
2023-08-24
4
-1/+6
*
gh-106320: Remove private _PyDict functions (#108449)
Victor Stinner
2023-08-24
8
-23/+29
*
gh-106320: Remove private _PyEval function (#108433)
Victor Stinner
2023-08-24
5
-0/+5
*
gh-107178: Remove _testcapi.test_dict_capi() (#108436)
Victor Stinner
2023-08-24
1
-191/+0
*
gh-106320: Remove private _PyContext_NewHamtForTests() (#108434)
Victor Stinner
2023-08-24
2
-9/+10
*
gh-106320: Remove private PyLong C API functions (#108429)
Victor Stinner
2023-08-24
7
-4/+14
*
gh-107211: No longer export internal functions (7) (#108425)
Victor Stinner
2023-08-24
1
-2/+2
*
gh-108314: Add PyDict_ContainsString() function (#108323)
Victor Stinner
2023-08-24
2
-14/+34
*
gh-108240: Add _PyCapsule_SetTraverse() internal function (#108339)
Victor Stinner
2023-08-23
1
-6/+31
*
gh-108294: Add time.sleep audit event (GH-108298)
Petr Viktorin
2023-08-23
1
-0/+2
*
gh-89745: Remove commented code in getpath.c (#108307)
Victor Stinner
2023-08-22
1
-18/+0
*
gh-106320: Remove _PyDict_GetItemStringWithError() function (#108313)
Victor Stinner
2023-08-22
1
-4/+5
*
Ignore _Py_write_noraise() result: cast to (void) (#108291)
Victor Stinner
2023-08-22
1
-2/+2
*
gh-105539: Emit ResourceWarning if sqlite3 database is not closed explicitly ...
Erlend E. Aasland
2023-08-22
1
-0/+8
*
gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933)
Erlend E. Aasland
2023-08-22
2
-5/+39
*
gh-108216: Cleanup #include in internal header files (#108228)
Victor Stinner
2023-08-21
3
-24/+22
*
gh-108220: Internal header files require Py_BUILD_CORE to be defined (#108221)
Victor Stinner
2023-08-21
4
-0/+16
*
gh-95065, gh-107704: Argument Clinic: support multiple '/ [from ...]' and '* ...
Serhiy Storchaka
2023-08-21
2
-32/+413
*
gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (...
Serhiy Storchaka
2023-08-19
2
-1/+104
*
gh-107704: Argument Clinic: add support for deprecating keyword use of parame...
Serhiy Storchaka
2023-08-19
4
-1171/+2387
*
gh-107801: Improve the accuracy of os.lseek docs (#107935)
Erlend E. Aasland
2023-08-18
2
-8/+22
*
gh-108083: Don't ignore exceptions in sqlite3.Connection.__init__() and .clos...
Erlend E. Aasland
2023-08-18
1
-31/+74
*
gh-108014: Add Py_IsFinalizing() function (#108032)
Victor Stinner
2023-08-18
1
-1/+1
*
gh-105481: opcode.h is no longer generated during the build (#108080)
Irit Katriel
2023-08-17
2
-1/+91
*
GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor...
Mark Shannon
2023-08-17
1
-1/+1
*
gh-100061: Proper fix of the bug in the matching of possessive quantifiers (G...
SKO
2023-08-16
1
-0/+4
*
gh-106242: Fix path truncation in os.path.normpath (GH-106816)
Finn Womack
2023-08-15
1
-1/+3
*
gh-93057: Deprecate positional use of optional sqlite3.connect() params (#107...
Erlend E. Aasland
2023-08-15
4
-4/+55
[next]