index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
namespaceobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-2/+2
*
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka
2019-02-25
1
-2/+5
*
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)
Serhiy Storchaka
2018-12-11
1
-9/+9
*
Fix misleading mentions of tp_size in comments (GH-9093)
Peter Eisentraut
2018-09-10
1
-1/+1
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
1
-1/+1
*
bpo-31655: Validate keyword names in SimpleNamespace constructor. (#3909)
Serhiy Storchaka
2017-10-07
1
-1/+5
*
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Serhiy Storchaka
2017-04-19
1
-9/+3
*
use c++ style comments
Benjamin Peterson
2016-09-07
1
-4/+4
*
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
Serhiy Storchaka
2015-05-22
1
-4/+3
*
Don't use deprecated function PyUnicode_GET_SIZE()
Victor Stinner
2013-11-13
1
-1/+1
*
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou
2013-08-13
1
-1/+1
*
Issue #9566: Fix a compiler warning on Windows 64-bit in namespace_init()
Victor Stinner
2013-06-04
1
-1/+1
*
Issue #15022: Ensure all pickle protocols are supported.
Eric Snow
2013-02-17
1
-1/+24
*
Issue #15022: Add pickle and comparison support to types.SimpleNamespace.
Eric Snow
2013-02-16
1
-9/+24
*
Close #16160: Subclass support now works for types.SimpleNamespace. Thanks t...
Eric Snow
2012-10-17
1
-12/+12
*
Eric Snow's implementation of PEP 421.
Barry Warsaw
2012-06-03
1
-0/+225