FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/thread.c - python/cpython · GitHub
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
36.1k
Star
77.2k
Code
Issues
5k+
Pull requests
2.7k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
thread.c
on
971a4c2
User selector
Datepicker
Commit history
Commits on May 2, 2023
gh-94673: Properly Initialize and Finalize Static Builtin Types for Each Interpreter (gh-104072)
Show description for fdd8786
ericsnowcurrently
authored
fdd8786
View commit details
Copy full SHA for fdd8786
View code at this point
Browse repository at this point
Commits on May 1, 2023
gh-84436: Immortalize in _PyStructSequence_InitBuiltinWithFlags() (gh-104054)
Show description for 59bc36a
ericsnowcurrently
authored
59bc36a
View commit details
Copy full SHA for 59bc36a
View code at this point
Browse repository at this point
Commits on Apr 27, 2023
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Show description for d2e2e53
ericsnowcurrently
authored
d2e2e53
View commit details
Copy full SHA for d2e2e53
View code at this point
Browse repository at this point
Commits on Dec 9, 2022
gh-81057: Move Threading-Related Globals to _PyRuntimeState (#100084)
Show description for 1160001
ericsnowcurrently
authored
1160001
View commit details
Copy full SHA for 1160001
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Python/ directory (#99302)
Show description for d8f239d
vstinner
authored
d8f239d
View commit details
Copy full SHA for d8f239d
View code at this point
Browse repository at this point
Commits on Aug 19, 2022
gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126)
Show description for 822955c
tiran
authored
822955c
View commit details
Copy full SHA for 822955c
View code at this point
Browse repository at this point
Commits on Jul 27, 2022
gh-95174: Add pthread stubs for WASI (GH-95234)
Show description for 0fe645d
tiran
and
brettcannon
authored
0fe645d
View commit details
Copy full SHA for 0fe645d
View code at this point
Browse repository at this point
Commits on Jul 25, 2022
gh-94673: Add _PyStaticType_InitBuiltin() (#95152)
Show description for 4a1dd73
ericsnowcurrently
authored
4a1dd73
View commit details
Copy full SHA for 4a1dd73
View code at this point
Browse repository at this point
Commits on May 9, 2022
gh-88750: Remove the PYTHONTHREADDEBUG env var support. (#92509)
Show description for 6ed7c35
gpshead
authored
6ed7c35
View commit details
Copy full SHA for 6ed7c35
View code at this point
Browse repository at this point
Commits on Feb 7, 2022
bpo-46670: Remove unused macros in the Python directory (GH-31192)
vstinner
authored
7d8b69e
View commit details
Copy full SHA for 7d8b69e
View code at this point
Browse repository at this point
Commits on Jan 21, 2022
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Show description for 1781d55
vstinner
authored
1781d55
View commit details
Copy full SHA for 1781d55
View code at this point
Browse repository at this point
bpo-46417: Finalize structseq types at exit (GH-30645)
Show description for e9e3eab
vstinner
authored
e9e3eab
View commit details
Copy full SHA for e9e3eab
View code at this point
Browse repository at this point
Commits on Dec 7, 2021
bpo-46008: Move thread-related interpreter state into a sub-struct. (gh-29971)
Show description for 313f92a
ericsnowcurrently
authored
313f92a
View commit details
Copy full SHA for 313f92a
View code at this point
Browse repository at this point
Commits on Aug 6, 2021
bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)
Show description for 4d77691
vstinner
authored
4d77691
View commit details
Copy full SHA for 4d77691
View code at this point
Browse repository at this point
Commits on Apr 15, 2020
bpo-40268: Remove explicit pythread.h includes (#19529)
Show description for 62183b8
vstinner
authored
62183b8
View commit details
Copy full SHA for 62183b8
View code at this point
Browse repository at this point
Commits on Apr 14, 2020
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
vstinner
authored
e5014be
View commit details
Copy full SHA for e5014be
View code at this point
Browse repository at this point
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Show description for 81a7be3
vstinner
authored
81a7be3
View commit details
Copy full SHA for 81a7be3
View code at this point
Browse repository at this point
Commits on Mar 13, 2020
bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)
Show description for ff4584c
vstinner
authored
ff4584c
View commit details
Copy full SHA for ff4584c
View code at this point
Browse repository at this point
Commits on Sep 11, 2019
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)
Show description for 7117074
rhettinger
authored and
pganssle
committed
7117074
View commit details
Copy full SHA for 7117074
View code at this point
Browse repository at this point
Commits on Nov 12, 2018
bpo-35081: Rename internal headers (GH-10275)
Show description for 621cebe
vstinner
authored
621cebe
View commit details
Copy full SHA for 621cebe
View code at this point
Browse repository at this point
Commits on Oct 31, 2018
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Show description for 27e2d1f
vstinner
authored
27e2d1f
View commit details
Copy full SHA for 27e2d1f
View code at this point
Browse repository at this point
Commits on Aug 3, 2018
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Show description for caba55b
vstinner
authored
caba55b
View commit details
Copy full SHA for caba55b
View code at this point
Browse repository at this point
Commits on Dec 12, 2017
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748)
serhiy-storchaka
authored
4ae06c5
View commit details
Copy full SHA for 4ae06c5
View code at this point
Browse repository at this point
Commits on Oct 6, 2017
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Show description for 731e189
ma8ma
authored and
ncoghlan
committed
731e189
View commit details
Copy full SHA for 731e189
View code at this point
Browse repository at this point
Commits on Sep 8, 2017
bpo-30860: Consolidate stateful runtime globals. (#3397)
Show description for 2ebc5ce
ericsnowcurrently
authored
2ebc5ce
View commit details
Copy full SHA for 2ebc5ce
View code at this point
Browse repository at this point
Commits on Sep 6, 2017
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Show description for 05351c1
ericsnowcurrently
authored
05351c1
View commit details
Copy full SHA for 05351c1
View code at this point
Browse repository at this point
bpo-30860: Consolidate stateful runtime globals. (#2594)
Show description for 76d5abc
ericsnowcurrently
authored
76d5abc
View commit details
Copy full SHA for 76d5abc
View code at this point
Browse repository at this point
Commits on Jul 3, 2017
bpo-30832: Remove own implementation for thread-local storage (#2537)
Show description for aa0aa04
ma8ma
authored and
vstinner
committed
aa0aa04
View commit details
Copy full SHA for aa0aa04
View code at this point
Browse repository at this point
Commits on May 28, 2017
Doc nits for bpo-16500 (#1841)
Show description for f7ecfac
pitrou
authored
f7ecfac
View commit details
Copy full SHA for f7ecfac
View code at this point
Browse repository at this point
Commits on May 5, 2017
bpo-30279: Remove unused Python/thread_foobar.h (#1473)
Show description for fdaeea6
ma8ma
authored and
vstinner
committed
fdaeea6
View commit details
Copy full SHA for fdaeea6
View code at this point
Browse repository at this point
Commits on Mar 23, 2017
bpo-6532: Make the thread id an unsigned integer. (#781)
Show description for aefa7eb
serhiy-storchaka
authored and
vstinner
committed
aefa7eb
View commit details
Copy full SHA for aefa7eb
View code at this point
Browse repository at this point
Commits on Nov 2, 2015
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
vadmium
committed
2eb819f
View commit details
Copy full SHA for 2eb819f
View code at this point
Browse repository at this point
Issue #25523: Correct "a" article to "an" article
Show description for 7462b64
vadmium
committed
7462b64
View commit details
Copy full SHA for 7462b64
View code at this point
Browse repository at this point
Commits on Dec 1, 2014
Removed duplicated words in in comments and docs.
serhiy-storchaka
committed
83000a4
View commit details
Copy full SHA for 83000a4
View code at this point
Browse repository at this point
Removed duplicated words in in comments and docs.
serhiy-storchaka
committed
56a6d85
View commit details
Copy full SHA for 56a6d85
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL