FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects/moduleobject.c - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
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
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
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
Objects
moduleobject.c
on
3.9
User selector
Datepicker
Commit history
Commits on Apr 15, 2020
bpo-40268: Remove unused structmember.h includes (GH-19530)
Show description for 4a21e57
vstinner
authored
4a21e57
View commit details
Copy full SHA for 4a21e57
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
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
Show description for 4a3fe08
vstinner
authored
4a3fe08
View commit details
Copy full SHA for 4a3fe08
View code at this point
Browse repository at this point
Commits on Apr 13, 2020
bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492)
Show description for da7933e
vstinner
authored
da7933e
View commit details
Copy full SHA for da7933e
View code at this point
Browse repository at this point
Commits on Mar 17, 2020
bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738)
Show description for 5b1ef20
vstinner
and
encukou
authored
5b1ef20
View commit details
Copy full SHA for 5b1ef20
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 Feb 11, 2020
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Show description for ffd9753
encukou
authored
ffd9753
View commit details
Copy full SHA for ffd9753
View code at this point
Browse repository at this point
Commits on Feb 7, 2020
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Show description for d2ec81a
vstinner
authored
d2ec81a
View commit details
Copy full SHA for d2ec81a
View code at this point
Browse repository at this point
bpo-39573: Add Py_SET_REFCNT() function (GH-18389)
Show description for c86a112
vstinner
authored
c86a112
View commit details
Copy full SHA for c86a112
View code at this point
Browse repository at this point
Commits on Jan 30, 2020
bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-18254)
Show description for 46874c2
shihai1991
authored
46874c2
View commit details
Copy full SHA for 46874c2
View code at this point
Browse repository at this point
Commits on Jan 27, 2020
bpo-38631: Avoid Py_FatalError() in PyModule_Create2() (GH-18212)
Show description for a94c6b6
vstinner
authored
a94c6b6
View commit details
Copy full SHA for a94c6b6
View code at this point
Browse repository at this point
Commits on Oct 8, 2019
bpo-33714: Output an exception raised in module's m_clear(). (GH-16592)
Show description for d7c3873
serhiy-storchaka
authored and
miss-islington
committed
d7c3873
View commit details
Copy full SHA for d7c3873
View code at this point
Browse repository at this point
Commits on Jul 4, 2019
bpo-37483: add _PyObject_CallOneArg() function (#14558)
jdemeyer
authored and
methane
committed
196a530
View commit details
Copy full SHA for 196a530
View code at this point
Browse repository at this point
Commits on May 31, 2019
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Show description for 530f506
jdemeyer
authored and
benjaminp
committed
530f506
View commit details
Copy full SHA for 530f506
View code at this point
Browse repository at this point
Commits on May 27, 2019
bpo-36763: Implement the PEP 587 (GH-13592)
Show description for 331a6a5
vstinner
authored
331a6a5
View commit details
Copy full SHA for 331a6a5
View code at this point
Browse repository at this point
Commits on May 14, 2019
bpo-36900: Replace global conf vars with config (GH-13299)
Show description for c96be81
vstinner
authored
c96be81
View commit details
Copy full SHA for c96be81
View code at this point
Browse repository at this point
Commits on Feb 25, 2019
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
serhiy-storchaka
authored
a24107b
View commit details
Copy full SHA for a24107b
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 Oct 30, 2018
bpo-33237: Improve AttributeError message for partially initialized module. (GH-6398)
serhiy-storchaka
authored
3e429dc
View commit details
Copy full SHA for 3e429dc
View code at this point
Browse repository at this point
Commits on Sep 10, 2018
Fix misleading mentions of tp_size in comments (GH-9093)
Show description for 0e0bc4e
petere
authored and
benjaminp
committed
0e0bc4e
View commit details
Copy full SHA for 0e0bc4e
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 Apr 29, 2018
bpo-33330: Write exceptions occurred in PyImport_Cleanup() to stderr. (GH-6606)
Show description for c1a6832
serhiy-storchaka
authored
c1a6832
View commit details
Copy full SHA for c1a6832
View code at this point
Browse repository at this point
Commits on Mar 17, 2018
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
Show description for c2b0b12
Marcel Plch
authored and
ncoghlan
committed
c2b0b12
View commit details
Copy full SHA for c2b0b12
View code at this point
Browse repository at this point
Commits on Dec 14, 2017
bpo-32225: Implementation of PEP 562 (#4731)
Show description for 5364b5c
ilevkivskyi
authored
5364b5c
View commit details
Copy full SHA for 5364b5c
View code at this point
Browse repository at this point
Commits on Sep 19, 2017
bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (#3620)
orenmn
authored and
serhiy-storchaka
committed
6db7033
View commit details
Copy full SHA for 6db7033
View code at this point
Browse repository at this point
Commits on Sep 14, 2017
bpo-28411: Isolate PyInterpreterState.modules (#3575)
Show description for d393c1b
ericsnowcurrently
authored
d393c1b
View commit details
Copy full SHA for d393c1b
View code at this point
Browse repository at this point
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Show description for 93c92f7
ericsnowcurrently
authored
93c92f7
View commit details
Copy full SHA for 93c92f7
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 4, 2017
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Show description for 86b7afd
ericsnowcurrently
authored
86b7afd
View commit details
Copy full SHA for 86b7afd
View code at this point
Browse repository at this point
Commits on Mar 19, 2017
bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615)
serhiy-storchaka
authored
18b250f
View commit details
Copy full SHA for 18b250f
View code at this point
Browse repository at this point
Commits on Nov 21, 2016
Issue #28748: Private variable _Py_PackageContext is now of type "const char *"
Show description for b57d9ea
serhiy-storchaka
committed
b57d9ea
View commit details
Copy full SHA for b57d9ea
View code at this point
Browse repository at this point
Commits on Nov 20, 2016
Added the const qualifier to char* variables that refer to readonly internal
Show description for 85b0f5b
serhiy-storchaka
committed
85b0f5b
View commit details
Copy full SHA for 85b0f5b
View code at this point
Browse repository at this point
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Show description for 0651583
serhiy-storchaka
committed
0651583
View commit details
Copy full SHA for 0651583
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL