FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects/object.c - pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Objects
object.c
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Sep 5, 2018
Add Py_GetType(), remove Py_TYPE() from Py_NEWCAPI
vstinner
committed
e8c499a
View commit details
Copy full SHA for e8c499a
View code at this point
Browse repository at this point
Commits on Sep 4, 2018
Add _Py_SET_TYPE() and _Py_SET_SIZE()
Show description for b8d81ec
vstinner
committed
b8d81ec
View commit details
Copy full SHA for b8d81ec
View code at this point
Browse repository at this point
Remove Py_TYPE() from Py_NEWCAPI
vstinner
committed
0efc477
View commit details
Copy full SHA for 0efc477
View code at this point
Browse repository at this point
Commits on Sep 3, 2018
Convert Py_REFCNT, Py_TYPE, Py_SIZE to function calls
Show description for 87066c0
vstinner
committed
87066c0
View commit details
Copy full SHA for 87066c0
View code at this point
Browse repository at this point
Replace Py_INCREF/DECREF macros with function calls
vstinner
committed
03d1556
View commit details
Copy full SHA for 03d1556
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 Jul 10, 2018
bpo-33597: Reduce PyGC_Head size (GH-7043)
methane
authored
5ac9e6e
View commit details
Copy full SHA for 5ac9e6e
View code at this point
Browse repository at this point
Commits on May 17, 2018
Replace _PyGC_REFS macros with higher level macros (GH-6852)
Show description for d852142
methane
authored
d852142
View commit details
Copy full SHA for d852142
View code at this point
Browse repository at this point
Commits on Apr 29, 2018
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Show description for 55edd0c
siddhesh
authored and
serhiy-storchaka
committed
55edd0c
View commit details
Copy full SHA for 55edd0c
View code at this point
Browse repository at this point
Commits on Feb 22, 2018
closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800)
eduardo-elizondo
authored and
benjaminp
committed
745dc65
View commit details
Copy full SHA for 745dc65
View code at this point
Browse repository at this point
Commits on Jan 26, 2018
bpo-32571: Fix reading uninitialized memory (GH-5332)
Show description for e76daeb
methane
authored
e76daeb
View commit details
Copy full SHA for e76daeb
View code at this point
Browse repository at this point
Commits on Jan 25, 2018
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
Show description for f320be7
serhiy-storchaka
authored and
methane
committed
f320be7
View commit details
Copy full SHA for f320be7
View code at this point
Browse repository at this point
Commits on Jan 23, 2018
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
authored
f23746a
View commit details
Copy full SHA for f23746a
View code at this point
Browse repository at this point
Commits on Jan 16, 2018
bpo-32544: Speed up hasattr() and getattr() (GH-5173)
Show description for 378edee
methane
authored
378edee
View commit details
Copy full SHA for 378edee
View code at this point
Browse repository at this point
Commits on Dec 3, 2017
bpo-32137: The repr of deeply nested dict now raises a RecursionError (#4570)
Show description for 1fb72d2
serhiy-storchaka
authored
1fb72d2
View commit details
Copy full SHA for 1fb72d2
View code at this point
Browse repository at this point
Commits on Nov 21, 2017
bpo-32030: Add more options to _PyCoreConfig (#4485)
Show description for 25420fe
vstinner
authored
25420fe
View commit details
Copy full SHA for 25420fe
View code at this point
Browse repository at this point
Commits on Sep 14, 2017
bpo-30860: Fix a refleak. (#3567)
Show description for dae0276
ericsnowcurrently
authored
dae0276
View commit details
Copy full SHA for dae0276
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 12, 2017
bpo-30860: Fix a refleak. (#3506)
Show description for 8728018
ericsnowcurrently
authored and
vstinner
committed
8728018
View commit details
Copy full SHA for 8728018
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 7, 2017
bpo-31370: Remove support for threads-less builds (#3385)
Show description for a6a4dc8
pitrou
authored and
vstinner
committed
a6a4dc8
View commit details
Copy full SHA for a6a4dc8
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 May 13, 2017
bpo-30341: Improve _PyTrash_thread_destroy_chain() a little bit (#1545)
Show description for a66f9c6
zhangyangyu
authored
a66f9c6
View commit details
Copy full SHA for a66f9c6
View code at this point
Browse repository at this point
Commits on Apr 16, 2017
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
serhiy-storchaka
authored
55fe1ae
View commit details
Copy full SHA for 55fe1ae
View code at this point
Browse repository at this point
Commits on Feb 21, 2017
bpo-29509: skip redundant intern (GH-197)
Show description for 3e8d6cb
methane
authored
3e8d6cb
View commit details
Copy full SHA for 3e8d6cb
View code at this point
Browse repository at this point
Commits on Feb 2, 2017
Issue #29263: LOAD_METHOD support for C methods
Show description for 5566bbb
methane
committed
5566bbb
View commit details
Copy full SHA for 5566bbb
View code at this point
Browse repository at this point
Commits on Jan 22, 2017
Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()
Show description for 2a404b6
serhiy-storchaka
committed
2a404b6
View commit details
Copy full SHA for 2a404b6
View code at this point
Browse repository at this point
Commits on Jan 18, 2017
Rephrase !PyErr_Occurred() comment: may=>can
Show description for a8cb515
vstinner
committed
a8cb515
View commit details
Copy full SHA for a8cb515
View code at this point
Browse repository at this point
Commits on Dec 16, 2016
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
serhiy-storchaka
committed
5ab81d7
View commit details
Copy full SHA for 5ab81d7
View code at this point
Browse repository at this point
Commits on Dec 14, 2016
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
Show description for f239213
Yury Selivanov
committed
f239213
View commit details
Copy full SHA for f239213
View code at this point
Browse repository at this point
Commits on Dec 6, 2016
Use _PyObject_CallNoArg()
Show description for f17c3de
vstinner
committed
f17c3de
View commit details
Copy full SHA for f17c3de
View code at this point
Browse repository at this point
Commits on Dec 4, 2016
Backed out changeset b9c9691c72c5
Show description for de4ae3d
vstinner
committed
de4ae3d
View commit details
Copy full SHA for de4ae3d
View code at this point
Browse repository at this point
Commits on Dec 1, 2016
Replace PyObject_CallFunctionObjArgs() with fastcall
Show description for 27580c1
vstinner
committed
27580c1
View commit details
Copy full SHA for 27580c1
View code at this point
Browse repository at this point
Commits on Nov 20, 2016
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