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
/
object.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-30860: Fix a refleak. (#3567)
Eric Snow
2017-09-14
1
-12/+15
*
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow
2017-09-14
1
-15/+12
*
bpo-30860: Fix a refleak. (#3506)
Eric Snow
2017-09-12
1
-12/+15
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
1
-15/+8
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-6/+0
*
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow
2017-09-06
1
-7/+15
*
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow
2017-09-06
1
-15/+7
*
bpo-30341: Improve _PyTrash_thread_destroy_chain() a little bit (#1545)
Xiang Zhang
2017-05-13
1
-2/+15
*
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka
2017-04-16
1
-1/+1
*
bpo-29509: skip redundant intern (GH-197)
INADA Naoki
2017-02-21
1
-1/+1
*
Issue #29263: LOAD_METHOD support for C methods
INADA Naoki
2017-02-02
1
-2/+2
*
Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()
Serhiy Storchaka
2017-01-22
1
-4/+4
*
Rephrase !PyErr_Occurred() comment: may=>can
Victor Stinner
2017-01-18
1
-2/+2
*
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ...
Serhiy Storchaka
2016-12-16
1
-2/+2
*
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
Yury Selivanov
2016-12-14
1
-1/+89
*
Use _PyObject_CallNoArg()
Victor Stinner
2016-12-06
1
-2/+2
*
Backed out changeset b9c9691c72c5
Victor Stinner
2016-12-04
1
-2/+2
*
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner
2016-12-01
1
-2/+2
*
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
1
-2/+2
*
merge 3.5
Benjamin Peterson
2016-11-06
1
-0/+9
|
\
|
*
make sure dict view types are initialized
Benjamin Peterson
2016-11-06
1
-0/+9
*
|
Implement compact dict
Victor Stinner
2016-09-08
1
-6/+0
*
|
Issue #23034: The output of a special Python build with defined COUNT_ALLOCS,
Serhiy Storchaka
2016-07-03
1
-0/+9
*
|
Issue #27125: Merge typo fixes from 3.5
Martin Panter
2016-05-29
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27125: Fix various errors like “will [be] inherited”
Martin Panter
2016-05-29
1
-1/+1
*
|
Issue #26745: Removed redundant code in _PyObject_GenericSetAttrWithDict.
Serhiy Storchaka
2016-04-17
1
-30/+21
*
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-1/+1
|
\
\
|
|
/
*
|
Issue #20440: Cleaning up the code by using Py_SETREF.
Serhiy Storchaka
2016-01-05
1
-5/+3
*
|
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka
2015-12-25
1
-1/+1
*
|
Issue #25210: Change error message of do_richcompare()
Victor Stinner
2015-10-14
1
-3/+2
|
/
*
Merge typo fixes from 3.4 into 3.5
Martin Panter
2015-10-07
1
-1/+1
|
\
|
*
Various minor typos in documentation and comments
Martin Panter
2015-10-07
1
-1/+1
*
|
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov
2015-06-22
1
-0/+6
*
|
Issue #16991: Add a C implementation of collections.OrderedDict.
Eric Snow
2015-05-30
1
-0/+15
*
|
Issue #21293: Remove unnecessary "capsule hack".
Larry Hastings
2015-03-02
1
-3/+0
*
|
Issue #22869: Split pythonrun into two modules
Nick Coghlan
2014-11-20
1
-0/+16
*
|
Initialize base types before child types
Victor Stinner
2014-06-02
1
-6/+6
|
/
*
Issue #21073: explain why Py_ReprEnter() allows for a missing thread state.
Antoine Pitrou
2014-03-31
1
-0/+2
*
Close #20500: Don't trigger PyObject_Str assertion at shutdown
Nick Coghlan
2014-02-09
1
-1/+1
*
Issue #6477: Merge with 3.3.
Alexandre Vassalotti
2013-12-01
1
-6/+6
|
\
|
*
Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private.
Alexandre Vassalotti
2013-12-01
1
-6/+6
*
|
Issue #6477: Merge with 3.3.
Alexandre Vassalotti
2013-12-01
1
-2/+2
|
\
\
|
|
/
|
*
Issue #6477: Added support for pickling the types of built-in singletons.
Alexandre Vassalotti
2013-12-01
1
-2/+2
*
|
Make Ellipsis and NotImplemented picklable through the reduce protocol.
Alexandre Vassalotti
2013-11-24
1
-1/+12
*
|
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes
2013-11-20
1
-146/+0
*
|
Issue #19512, #19515: remove shared identifiers, move identifiers where they
Victor Stinner
2013-11-07
1
-6/+7
*
|
Issue #19512: Use the new _PyId_builtins identifier
Victor Stinner
2013-11-06
1
-2/+6
*
|
Issue #19512: Py_ReprEnter() and Py_ReprLeave() now use an identifier for the
Victor Stinner
2013-11-06
1
-4/+4
*
|
Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle
Victor Stinner
2013-10-29
1
-4/+3
*
|
Remove the freelist scheme for setobjects.
Raymond Hettinger
2013-09-08
1
-1/+0
[next]