FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Doc/data - mhsmith/cpython · GitHub
mhsmith
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Doc
data
on
android-testPyObjectPrintOSError
User selector
Datepicker
Commit history
Commits on Jul 19, 2024
GH-121970: Rewrite the C-API annotations extension (#121985)
Show description for 22c9d9c
AA-Turner
and
encukou
authored
22c9d9c
View commit details
Copy full SHA for 22c9d9c
View code at this point
Browse repository at this point
Commits on Jun 24, 2024
gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680)
Show description for ac61d58
pablogsal
and
encukou
authored
ac61d58
View commit details
Copy full SHA for ac61d58
View code at this point
Browse repository at this point
Commits on Jun 18, 2024
gh-120600: Make Py_TYPE() opaque in limited C API 3.14 (#120601)
Show description for 16f8e22
vstinner
authored
16f8e22
View commit details
Copy full SHA for 16f8e22
View code at this point
Browse repository at this point
Commits on Jun 1, 2024
gh-74929: PEP 667 C API documentation (gh-119379)
Show description for 3859e09
ncoghlan
authored
3859e09
View commit details
Copy full SHA for 3859e09
View code at this point
Browse repository at this point
Commits on May 4, 2024
gh-74929: Implement PEP 667 (GH-115153)
gaogaotiantian
authored
b034f14
View commit details
Copy full SHA for b034f14
View code at this point
Browse repository at this point
Commits on Apr 18, 2024
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)
Show description for 340a02b
vstinner
authored
340a02b
View commit details
Copy full SHA for 340a02b
View code at this point
Browse repository at this point
Commits on Apr 17, 2024
gh-117929: Restore removed PyEval_InitThreads() function (#117931)
vstinner
authored
75eed5b
View commit details
Copy full SHA for 75eed5b
View code at this point
Browse repository at this point
Commits on Mar 25, 2024
gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937)
vstinner
authored
507896d
View commit details
Copy full SHA for 507896d
View code at this point
Browse repository at this point
Commits on Mar 21, 2024
gh-115754: Add Py_GetConstant() function (#116883)
Show description for 8bea6c4
vstinner
authored
8bea6c4
View commit details
Copy full SHA for 8bea6c4
View code at this point
Browse repository at this point
Commits on Mar 14, 2024
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
Show description for c432df6
vstinner
and
ericsnowcurrently
authored
c432df6
View commit details
Copy full SHA for c432df6
View code at this point
Browse repository at this point
gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)
Show description for 19c3a2f
vstinner
authored
19c3a2f
View commit details
Copy full SHA for 19c3a2f
View code at this point
Browse repository at this point
Commits on Feb 15, 2024
gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-114627)
Show description for 9e3729b
davidhewitt
and
encukou
authored
9e3729b
View commit details
Copy full SHA for 9e3729b
View code at this point
Browse repository at this point
Commits on Feb 2, 2024
gh-114329: Add `PyList_GetItemRef` function (GH-114504)
Show description for d0f1307
colesbury
authored
d0f1307
View commit details
Copy full SHA for d0f1307
View code at this point
Browse repository at this point
Commits on Jan 30, 2024
gh-113744: Add a new IncompleteInputError exception to improve incomplete input detection in the codeop module (#113745)
Show description for 39d102c
pablogsal
authored
39d102c
View commit details
Copy full SHA for 39d102c
View code at this point
Browse repository at this point
Commits on Jan 16, 2024
gh-102468: Document `PyCFunction_New*` and `PyCMethod_New` (GH-112557)
Show description for a482bc6
aisk
and
erlend-aasland
authored
a482bc6
View commit details
Copy full SHA for a482bc6
View code at this point
Browse repository at this point
Commits on Jan 4, 2024
gh-113696: Docs: Annotate PyObject_CallOneArg and PyObject_CallNoArgs as returning a strong reference (#113697)
ordinary-jamie
authored
1ae7ceb
View commit details
Copy full SHA for 1ae7ceb
View code at this point
Browse repository at this point
Commits on Nov 7, 2023
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Show description for 11e8348
vstinner
authored
11e8348
View commit details
Copy full SHA for 11e8348
View code at this point
Browse repository at this point
Commits on Oct 20, 2023
gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)
Show description for d8f32be
vstinner
authored
d8f32be
View commit details
Copy full SHA for d8f32be
View code at this point
Browse repository at this point
Commits on Oct 17, 2023
gh-85283: Add PySys_Audit() to the limited C API (#108571)
Show description for 2324652
vstinner
authored
2324652
View commit details
Copy full SHA for 2324652
View code at this point
Browse repository at this point
gh-85283: Add PyMem_RawMalloc() to the limited C API (#108570)
Show description for cc71cc9
vstinner
and
erlend-aasland
authored
cc71cc9
View commit details
Copy full SHA for cc71cc9
View code at this point
Browse repository at this point
Commits on Oct 11, 2023
gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSize() functions (GH-110297)
serhiy-storchaka
authored
eb50cd3
View commit details
Copy full SHA for eb50cd3
View code at this point
Browse repository at this point
Commits on Oct 7, 2023
gh-110397: Add Py_IsFinalizing() to the stable ABI (#110441)
vstinner
authored
64f158e
View commit details
Copy full SHA for 64f158e
View code at this point
Browse repository at this point
Commits on Oct 2, 2023
gh-110014: Remove PY_TIMEOUT_MAX from limited C API (#110217)
Show description for 4d0d1c3
vstinner
authored
4d0d1c3
View commit details
Copy full SHA for 4d0d1c3
View code at this point
Browse repository at this point
Commits on Sep 30, 2023
gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)
Show description for 74e425e
vstinner
authored
74e425e
View commit details
Copy full SHA for 74e425e
View code at this point
Browse repository at this point
Commits on Sep 17, 2023
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Show description for add16f1
serhiy-storchaka
authored
add16f1
View commit details
Copy full SHA for add16f1
View code at this point
Browse repository at this point
Commits on Aug 24, 2023
gh-108444: Add PyLong_AsInt() public function (#108445)
Show description for be436e0
vstinner
authored
be436e0
View commit details
Copy full SHA for be436e0
View code at this point
Browse repository at this point
Commits on Jul 21, 2023
gh-106004: Add PyDict_GetItemRef() function (#106005)
Show description for 41ca164
vstinner
authored
41ca164
View commit details
Copy full SHA for 41ca164
View code at this point
Browse repository at this point
Commits on Jul 18, 2023
bpo-42327: C API: Add PyModule_Add() function (GH-23443)
Show description for 83ac128
serhiy-storchaka
authored
83ac128
View commit details
Copy full SHA for 83ac128
View code at this point
Browse repository at this point
Commits on Jul 11, 2023
gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)
Show description for 4bf4371
serhiy-storchaka
authored
4bf4371
View commit details
Copy full SHA for 4bf4371
View code at this point
Browse repository at this point
gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)
Show description for 579aa89
serhiy-storchaka
authored
579aa89
View commit details
Copy full SHA for 579aa89
View code at this point
Browse repository at this point
gh-106572: Convert PyObject_DelAttr() to a function (#106611)
Show description for 1f2921b
vstinner
authored
1f2921b
View commit details
Copy full SHA for 1f2921b
View code at this point
Browse repository at this point
Commits on Jun 21, 2023
gh-105927: Add PyWeakref_GetRef() function (#105932)
Show description for 9c44656
vstinner
authored
9c44656
View commit details
Copy full SHA for 9c44656
View code at this point
Browse repository at this point
Commits on Jun 20, 2023
Add Py_TYPE() to Doc/data/refcounts.dat (#105949)
vstinner
authored
4d140e5
View commit details
Copy full SHA for 4d140e5
View code at this point
Browse repository at this point
gh-105922: Add PyImport_AddModuleRef() function (#105923)
Show description for 03f1a13
vstinner
authored
03f1a13
View commit details
Copy full SHA for 03f1a13
View code at this point
Browse repository at this point
Commits on Jun 2, 2023
gh-85275: Remove old buffer APIs (#105137)
Show description for 37498fc
methane
and
vstinner
authored
37498fc
View commit details
Copy full SHA for 37498fc
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL