FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Include/cpython - 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
Include
cpython
on
android-testPyObjectPrintOSError
User selector
Datepicker
Commit history
Commits on Jul 28, 2024
gh-120593: Make _PyLong_CompactValue() parameter const again (#122367)
Show description for b359f66
vstinner
authored
b359f66
View commit details
Copy full SHA for b359f66
View code at this point
Browse repository at this point
Commits on Jul 25, 2024
gh-121489: Export private _PyBytes_Join() again (#122267)
cdce8p
authored
aef95eb
View commit details
Copy full SHA for aef95eb
View code at this point
Browse repository at this point
Commits on Jul 19, 2024
gh-120973: Fix thread-safety issues with `threading.local` (#121655)
Show description for e059aa6
mpage
authored
e059aa6
View commit details
Copy full SHA for e059aa6
View code at this point
Browse repository at this point
Commits on Jul 17, 2024
gh-121621: Move asyncio_running_loop to private struct (#121939)
Show description for 81fd625
colesbury
authored
81fd625
View commit details
Copy full SHA for 81fd625
View code at this point
Browse repository at this point
Commits on Jul 16, 2024
GH-121583: Remove dependency from pystats.h to internal header file (GH-121587)
Show description for f036a46
mdboom
and
ZeroIntensity
authored
f036a46
View commit details
Copy full SHA for f036a46
View code at this point
Browse repository at this point
gh-121621: Move asyncio running loop to thread state (GH-121695)
Fidget-Spinner
authored
69c68de
View commit details
Copy full SHA for 69c68de
View code at this point
Browse repository at this point
Commits on Jul 13, 2024
gh-120642: Move _PyCode_CODE() to the internal C API (#121644)
Show description for a2bec77
vstinner
authored
a2bec77
View commit details
Copy full SHA for a2bec77
View code at this point
Browse repository at this point
Commits on Jul 10, 2024
gh-89364: Export PySignal_SetWakeupFd() function (#121537)
Show description for ca0fb34
vstinner
authored
ca0fb34
View commit details
Copy full SHA for ca0fb34
View code at this point
Browse repository at this point
Commits on Jul 8, 2024
gh-121368: Fix seq lock memory ordering in _PyType_Lookup (#121388)
Show description for 1d3cf79
colesbury
authored
1d3cf79
View commit details
Copy full SHA for 1d3cf79
View code at this point
Browse repository at this point
Commits on Jul 3, 2024
gh-112136: Restore removed _PyArg_Parser (#121262)
Show description for f8373db
vstinner
authored
f8373db
View commit details
Copy full SHA for f8373db
View code at this point
Browse repository at this point
Commits on Jun 28, 2024
gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)
zooba
authored
2894aa1
View commit details
Copy full SHA for 2894aa1
View code at this point
Browse repository at this point
Commits on Jun 26, 2024
gh-120593: Fix const qualifier in _PyLong_CompactValue() (#121053)
Show description for e51e880
vstinner
authored
e51e880
View commit details
Copy full SHA for e51e880
View code at this point
Browse repository at this point
gh-120593: Fix const qualifier in pyatomic.h (#121055)
vstinner
authored
9cd2dcb
View commit details
Copy full SHA for 9cd2dcb
View code at this point
Browse repository at this point
gh-120642: Move private PyCode APIs to the internal C API (#120643)
Show description for 9e4a81f
vstinner
authored
9e4a81f
View commit details
Copy full SHA for 9e4a81f
View code at this point
Browse repository at this point
Commits on Jun 25, 2024
gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121010)
Show description for a905721
ericsnowcurrently
authored
a905721
View commit details
Copy full SHA for a905721
View code at this point
Browse repository at this point
Commits on Jun 24, 2024
gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)
vstinner
authored
2e15785
View commit details
Copy full SHA for 2e15785
View code at this point
Browse repository at this point
gh-120834: fix type of *_iframe field in _PyGenObject_HEAD declaration (#120835)
iritkatriel
authored
65a12c5
View commit details
Copy full SHA for 65a12c5
View code at this point
Browse repository at this point
Commits on Jun 21, 2024
gh-119344: Make critical section API public (#119353)
Show description for 8f17d69
colesbury
authored
8f17d69
View commit details
Copy full SHA for 8f17d69
View code at this point
Browse repository at this point
gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)
Show description for 4123226
vstinner
and
serhiy-storchaka
authored
4123226
View commit details
Copy full SHA for 4123226
View code at this point
Browse repository at this point
Commits on Jun 20, 2024
gh-117511: Make PyMutex public in the non-limited API (#117731)
colesbury
authored
3af7263
View commit details
Copy full SHA for 3af7263
View code at this point
Browse repository at this point
Commits on Jun 18, 2024
gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (#118807)
Show description for e8752d7
colesbury
and
encukou
authored
e8752d7
View commit details
Copy full SHA for e8752d7
View code at this point
Browse repository at this point
Commits on Jun 17, 2024
gh-119182: Add PyUnicodeWriter C API (#119184)
vstinner
authored
5c4235c
View commit details
Copy full SHA for 5c4235c
View code at this point
Browse repository at this point
gh-83754: Use the Py_TYPE() macro (#120599)
Show description for c2d5df5
vstinner
authored
c2d5df5
View commit details
Copy full SHA for c2d5df5
View code at this point
Browse repository at this point
Commits on Jun 7, 2024
Fix typos in comments (#120188)
xyb
authored
6a97929
View commit details
Copy full SHA for 6a97929
View code at this point
Browse repository at this point
Commits on Jun 3, 2024
gh-116560: Add PyLong_GetSign() public function (#116561)
Show description for 61d3ab3
skirpichev
and
vstinner
authored
61d3ab3
View commit details
Copy full SHA for 61d3ab3
View code at this point
Browse repository at this point
gh-112026: Deprecate _PyDict_GetItemStringWithError() function (#119855)
vstinner
authored
70934fb
View commit details
Copy full SHA for 70934fb
View code at this point
Browse repository at this point
Commits on May 30, 2024
gh-119336: Restore removed _PyLong_NumBits() function (#119418)
Show description for e50fac9
emmatyping
authored
e50fac9
View commit details
Copy full SHA for e50fac9
View code at this point
Browse repository at this point
Commits on May 23, 2024
gh-118727: Don't drop the GIL in `drop_gil()` unless the current thread holds it (#118745)
Show description for be1dfcc
swtaarrs
authored
be1dfcc
View commit details
Copy full SHA for be1dfcc
View code at this point
Browse repository at this point
Commits on May 22, 2024
gh-119180: PEP 649: Add __annotate__ attributes (#119209)
JelleZijlstra
authored
e9875ec
View commit details
Copy full SHA for e9875ec
View code at this point
Browse repository at this point
Commits on May 21, 2024
gh-118692: Avoid creating unnecessary StopIteration instances for monitoring (#119216)
iritkatriel
authored
6e9863d
View commit details
Copy full SHA for 6e9863d
View code at this point
Browse repository at this point
gh-111389: Add PyHASH_MULTIPLIER constant (#119214)
vstinner
authored
f6da790
View commit details
Copy full SHA for f6da790
View code at this point
Browse repository at this point
Commits on May 10, 2024
gh-118771: Ensure names defined in optimizer.h start with Py/_Py (GH-118825)
encukou
authored
941eea0
View commit details
Copy full SHA for 941eea0
View code at this point
Browse repository at this point
gh-118789: Restore hidden `_PyWeakref_ClearRef` (#118797)
Show description for db5af7d
colesbury
authored
db5af7d
View commit details
Copy full SHA for db5af7d
View code at this point
Browse repository at this point
Commits on May 7, 2024
gh-112075: use per-thread dict version pool (#118676)
Show description for ff6cbb2
DinoV
authored
ff6cbb2
View commit details
Copy full SHA for ff6cbb2
View code at this point
Browse repository at this point
Commits on May 6, 2024
GH-115709: Invalidate executors when a local variable is changed via frame.f_locals (#118639)
Show description for 616b745
markshannon
authored
616b745
View commit details
Copy full SHA for 616b745
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL