GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Objects
/
namespaceobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-1...
Zackery Spytz
2020-05-15
1
-2
/
+0
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-1
/
+1
*
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester
2020-03-04
1
-1
/
+1
*
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
Victor Stinner
2020-02-07
1
-1
/
+1
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-30
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-05
1
-1
/
+1
*
Issue #15022: Ensure all pickle protocols are supported.
Eric Snow
2013-02-16
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-16
1
-12
/
+12
*
Eric Snow's implementation of PEP 421.
Barry Warsaw
2012-06-03
1
-0
/
+225