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
*
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
*
|
Restore changeset 5bd9db528aed (issue #18408)
Victor Stinner
2013-08-26
1
-0/+15
*
|
Issue #18408: _PyObject_Dump() now saves/restores the current exception
Victor Stinner
2013-08-26
1
-0/+6
*
|
Issue #18772: fix the gdb plugin after the set implementation changes
Antoine Pitrou
2013-08-24
1
-1/+1
*
|
Back out 5bd9db528aed (issue #18408). It caused unsolved buildbot failures.
Antoine Pitrou
2013-08-23
1
-16/+0
*
|
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou
2013-08-13
1
-2/+2
*
|
Issue #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou
2013-07-30
1
-2/+68
*
|
Issue #18408: PyObject_Str(), PyObject_Repr() and type_call() now fail with an
Victor Stinner
2013-07-17
1
-0/+16
*
|
Issue #18408: Fix Py_ReprEnter(), handle PyList_Append() failure
Victor Stinner
2013-07-17
1
-1/+2
*
|
Issue #18408: Py_ReprLeave() now saves/restores the current exception,
Victor Stinner
2013-07-16
1
-2/+11
*
|
Issue #3329: Implement the PEP 445
Victor Stinner
2013-07-07
1
-20/+0
*
|
Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory ...
Victor Stinner
2013-06-15
1
-0/+20
*
|
Issue #3329: Add new APIs to customize memory allocators
Victor Stinner
2013-06-14
1
-20/+0
*
|
Optimize ascii(str): don't encode/decode repr if repr is already ASCII
Victor Stinner
2013-04-14
1
-0/+3
*
|
initialize map/filter/zip in _PyBuiltin_Init rather than the catch-all function
Benjamin Peterson
2012-10-31
1
-9/+0
*
|
merge 3.3 (#16369)
Benjamin Peterson
2012-10-31
1
-0/+24
|
\
\
|
|
/
|
*
merge 3.2 (#16369)
Benjamin Peterson
2012-10-31
1
-0/+24
|
|
\
|
|
*
initialize more global type objects (closes #16369)
Benjamin Peterson
2012-10-31
1
-0/+24
|
|
*
Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
Antoine Pitrou
2012-09-05
1
-0/+37
*
|
|
Added notimplemented_dealloc for better error reporting
Armin Ronacher
2012-10-06
1
-1/+10
|
/
/
*
|
Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
Antoine Pitrou
2012-09-05
1
-0/+37
*
|
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo...
David Malcolm
2012-06-22
1
-0/+12
*
|
Eric Snow's implementation of PEP 421.
Barry Warsaw
2012-06-03
1
-0/+3
*
|
Implement PEP 412: Key-sharing dictionaries (closes #13903)
Benjamin Peterson
2012-04-23
1
-23/+4
*
|
merge 3.2 (#14509)
Benjamin Peterson
2012-04-09
1
-0/+2
|
\
\
|
|
/
*
|
Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in t...
Antoine Pitrou
2012-04-04
1
-0/+13
*
|
Micro-optimize PyObject_GetAttrString()
Victor Stinner
2012-03-22
1
-1/+1
*
|
refactor and avoid warnings
Benjamin Peterson
2012-03-09
1
-7/+5
*
|
Issue #14211: _PyObject_GenericSetAttrWithDict() keeps a strong reference to
Victor Stinner
2012-03-08
1
-4/+5
*
|
- Issue #10181: New memoryview implementation fixes multiple ownership
Stefan Krah
2012-02-25
1
-0/+3
*
|
merge 3.2
Benjamin Peterson
2012-02-21
1
-0/+1
|
\
\
|
|
/
*
|
Merge 3.2: Issue #13703 plus some related test suite fixes.
Georg Brandl
2012-02-20
1
-1/+12
|
\
\
|
|
/
|
*
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...
Georg Brandl
2012-02-20
1
-0/+2
|
|
\
|
|
*
Issue #13703: add a way to randomize the hash values of basic types (str, byt...
Georg Brandl
2012-02-20
1
-0/+2
*
|
|
add generic implementation of a __dict__ descriptor for C types
Benjamin Peterson
2012-02-20
1
-0/+42
*
|
|
use the static identifier api for looking up special methods
Benjamin Peterson
2012-01-22
1
-4/+4
*
|
|
Consolidate the occurrances of the prime used as the multiplier when hashing.
Gregory P. Smith
2012-01-14
1
-1/+1
|
\
\
\
|
|
/
/
*
|
|
improve abstract property support (closes #11610)
Benjamin Peterson
2011-12-15
1
-0/+23
[next]