FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects/abstract.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
abstract.c
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Aug 25, 2018
closes bpo-34504: Remove the useless NULL check in PySequence_Check(). (GH-8935)
Show description for b57b4ac
Alexey Izbyshev
authored and
benjaminp
committed
b57b4ac
View commit details
Copy full SHA for b57b4ac
View code at this point
Browse repository at this point
Commits on Jul 23, 2018
bpo-32500: Fix error messages for sequence and mapping C API. (GH-7846)
Show description for a6fdddb
serhiy-storchaka
authored
a6fdddb
View commit details
Copy full SHA for a6fdddb
View code at this point
Browse repository at this point
Commits on Jun 10, 2018
bpo-33738: Address review comments in GH #7477 (GH-7585)
ctismer
authored and
ned-deily
committed
8398713
View commit details
Copy full SHA for 8398713
View code at this point
Browse repository at this point
Commits on Jun 9, 2018
bpo-33738: Fix macros which contradict PEP 384 (GH-7477)
Show description for ea62ce7
ctismer
authored and
ned-deily
committed
ea62ce7
View commit details
Copy full SHA for ea62ce7
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 4, 2018
bpo-32226: Make __class_getitem__ an automatic class method. (#5098)
serhiy-storchaka
authored
ce5b0e9
View commit details
Copy full SHA for ce5b0e9
View code at this point
Browse repository at this point
Commits on Dec 14, 2017
bpo-32226: Implementation of PEP 560 (core components) (#4732)
Show description for 2b5fd1e
ilevkivskyi
authored
2b5fd1e
View commit details
Copy full SHA for 2b5fd1e
View code at this point
Browse repository at this point
Commits on Oct 8, 2017
bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() always return a list (#3840)
orenmn
authored and
serhiy-storchaka
committed
0ccc0f6
View commit details
Copy full SHA for 0ccc0f6
View code at this point
Browse repository at this point
Commits on Sep 15, 2017
bpo-31338 (#3374)
Show description for b2e5794
warsaw
authored
b2e5794
View commit details
Copy full SHA for b2e5794
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 Aug 18, 2017
bpo-30721: Add missing '?' to new error message (GH-3131)
CuriousLearner
authored and
ncoghlan
committed
a7c449b
View commit details
Copy full SHA for a7c449b
View code at this point
Browse repository at this point
bpo-30721: Show correct syntax hint in Py3 when using Py2 redirection syntax (#2345)
CuriousLearner
authored and
serhiy-storchaka
committed
5e2eb35
View commit details
Copy full SHA for 5e2eb35
View code at this point
Browse repository at this point
Commits on Jun 23, 2017
bpo-30730: Prevent environment variables injection in subprocess on Windows. (#2325)
Show description for d174d24
serhiy-storchaka
authored
d174d24
View commit details
Copy full SHA for d174d24
View code at this point
Browse repository at this point
Commits on Apr 16, 2017
bpo-29838: Add asserts for checking results of sq_length and mq_length slots. (#700)
Show description for 813f943
serhiy-storchaka
authored
813f943
View commit details
Copy full SHA for 813f943
View code at this point
Browse repository at this point
Commits on Feb 16, 2017
bpo-29548: Fix some inefficient call API usage (GH-97)
methane
authored
72dccde
View commit details
Copy full SHA for 72dccde
View code at this point
Browse repository at this point
Commits on Feb 12, 2017
bpo-29524: Add Objects/call.c file (#12)
Show description for c22bfaa
vstinner
authored
c22bfaa
View commit details
Copy full SHA for c22bfaa
View code at this point
Browse repository at this point
Commits on Feb 10, 2017
Backed out changeset f23fa1f7b68f
Show description for d2306ce
vstinner
committed
d2306ce
View commit details
Copy full SHA for d2306ce
View code at this point
Browse repository at this point
Issue #29465: Add Objects/call.c file
Show description for 766af55
vstinner
committed
766af55
View commit details
Copy full SHA for 766af55
View code at this point
Browse repository at this point
Commits on Feb 9, 2017
Issue #29507: Fix _PyObject_CallFunctionVa()
Show description for fe4ff83
vstinner
committed
fe4ff83
View commit details
Copy full SHA for fe4ff83
View code at this point
Browse repository at this point
Optimize slots: avoid temporary PyMethodObject
Show description for 516b981
vstinner
and
methane
committed
516b981
View commit details
Copy full SHA for 516b981
View code at this point
Browse repository at this point
Commits on Feb 8, 2017
Fix refleaks if Py_EnterRecursiveCall() fails
Show description for 620580f
vstinner
committed
620580f
View commit details
Copy full SHA for 620580f
View code at this point
Browse repository at this point
Issue #29306: Fix usage of Py_EnterRecursiveCall()
Show description for 7399a05
vstinner
committed
7399a05
View commit details
Copy full SHA for 7399a05
View code at this point
Browse repository at this point
Commits on Jan 24, 2017
Issue #29360: _PyStack_AsDict() doesn't check kwnames
Show description for c3858bd
vstinner
committed
c3858bd
View commit details
Copy full SHA for c3858bd
View code at this point
Browse repository at this point
Commits on Jan 18, 2017
_PyStack_AsDict() now checks kwnames != NULL
Show description for 06d3439
vstinner
committed
06d3439
View commit details
Copy full SHA for 06d3439
View code at this point
Browse repository at this point
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
_PyObject_FastCallKeywords() now checks !PyErr_Occurred()
Show description for 98ccba8
vstinner
committed
98ccba8
View commit details
Copy full SHA for 98ccba8
View code at this point
Browse repository at this point
_PyObject_FastCallKeywords() now checks the result
Show description for 2a1b676
vstinner
committed
2a1b676
View commit details
Copy full SHA for 2a1b676
View code at this point
Browse repository at this point
Remove unused func parameter of _PyStack_UnpackDict()
Show description for 35ecebe
vstinner
committed
35ecebe
View commit details
Copy full SHA for 35ecebe
View code at this point
Browse repository at this point
Commits on Jan 17, 2017
_PyStack_UnpackDict() now returns -1 on error
Show description for 998c209
vstinner
committed
998c209
View commit details
Copy full SHA for 998c209
View code at this point
Browse repository at this point
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Show description for 3e1fad6
vstinner
committed
3e1fad6
View commit details
Copy full SHA for 3e1fad6
View code at this point
Browse repository at this point
Commits on Jan 16, 2017
Add _PyStack_AsTupleSlice() helper
vstinner
committed
69de71b
View commit details
Copy full SHA for 69de71b
View code at this point
Browse repository at this point
Commits on Jan 11, 2017
Disable _PyStack_AsTuple() inlining
Show description for b915bc3
vstinner
committed
b915bc3
View commit details
Copy full SHA for b915bc3
View code at this point
Browse repository at this point
Commits on Jan 10, 2017
call_method() now uses _PyObject_FastCall()
Show description for 434723f
vstinner
committed
434723f
View commit details
Copy full SHA for 434723f
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 15, 2016
Use _PyDict_NewPresized() in _PyStack_AsDict()
Show description for 944dbc6
vstinner
committed
944dbc6
View commit details
Copy full SHA for 944dbc6
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL