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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #25935: Garbage collector now breaks reference loops with OrderedDict.
Serhiy Storchaka
2016-01-19
1
-13/+14
|
\
|
*
Issue #25935: Garbage collector now breaks reference loops with OrderedDict.
Serhiy Storchaka
2016-01-19
1
-13/+14
*
|
merge 3.5 (#25731)
Benjamin Peterson
2016-01-19
1
-1/+1
|
\
\
|
|
/
|
*
set tp_new from the class in the hierarchy that actually owns the descriptor ...
Benjamin Peterson
2016-01-19
1
-1/+1
*
|
- merge 3.5
doko@ubuntu.com
2016-01-14
1
-1/+1
|
\
\
|
|
/
|
*
dictobject.c(dict_sizeof): Make it static again.
doko@ubuntu.com
2016-01-14
1
-1/+1
*
|
As per further discussion, re-enable the typeobject.c guard for picklability.
Barry Warsaw
2016-01-11
1
-9/+0
|
\
\
|
|
/
|
*
Comment out some tests that won't pass now that we've reverted the
Barry Warsaw
2016-01-11
1
-27/+0
*
|
Issue #22995: [UPDATE] Comment out the one of the pickleability tests in
Barry Warsaw
2016-01-11
1
-0/+9
|
\
\
|
|
/
|
*
Issue #22995: [UPDATE] Comment out the one of the pickleability tests in
Barry Warsaw
2016-01-11
1
-0/+9
*
|
Issue #20440: Cleaning up the code by using Py_SETREF.
Serhiy Storchaka
2016-01-05
6
-67/+22
*
|
merge 3.5
Benjamin Peterson
2016-01-01
1
-3/+0
|
\
\
|
|
/
|
*
merge 3.4
Benjamin Peterson
2016-01-01
1
-3/+0
|
|
\
|
|
*
merge 3.3
Benjamin Peterson
2016-01-01
1
-3/+0
|
|
|
\
|
|
|
*
remove some copyright notices supserseded by the toplevel ones
Benjamin Peterson
2016-01-01
1
-3/+0
*
|
|
|
Issue #25961: Disallowed null characters in the type name.
Serhiy Storchaka
2015-12-30
1
-17/+15
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #25961: Disallowed null characters in the type name.
Serhiy Storchaka
2015-12-30
1
-28/+17
*
|
|
|
Clean up float.as_integer_ratio().
Serhiy Storchaka
2015-12-29
1
-20/+16
*
|
|
|
Issue #25971: Optimized creating Fractions from floats by 2 times and from
Serhiy Storchaka
2015-12-29
1
-6/+6
*
|
|
|
Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR.
Serhiy Storchaka
2015-12-27
3
-23/+5
*
|
|
|
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka
2015-12-27
2
-10/+11
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka
2015-12-27
2
-10/+11
*
|
|
|
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka
2015-12-27
2
-37/+23
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka
2015-12-27
2
-37/+23
*
|
|
|
Issue #22995: Instances of extension types with a state that aren't
Serhiy Storchaka
2015-12-25
1
-15/+36
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #22995: Instances of extension types with a state that aren't
Serhiy Storchaka
2015-12-25
1
-15/+36
*
|
|
|
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
9
-21/+21
*
|
|
|
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka
2015-12-25
4
-11/+11
*
|
|
|
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
9
-36/+18
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
9
-36/+18
*
|
|
|
Issue #25914: Fixed and simplified OrderedDict.__sizeof__.
Serhiy Storchaka
2015-12-22
2
-24/+10
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #25914: Fixed and simplified OrderedDict.__sizeof__.
Serhiy Storchaka
2015-12-22
2
-24/+10
*
|
|
|
Issue #25766: Special method __bytes__() now works in str subclasses.
Serhiy Storchaka
2015-12-20
1
-6/+12
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #25766: Special method __bytes__() now works in str subclasses.
Serhiy Storchaka
2015-12-20
1
-6/+12
*
|
|
|
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka
2015-12-19
6
-7/+5
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka
2015-12-19
6
-7/+5
*
|
|
|
Issue #25899: Converted Objects/listsort.txt to UTF-8.
Serhiy Storchaka
2015-12-18
1
-1/+1
*
|
|
|
Issues #25890, #25891, #25892: Removed unused variables in Windows code.
Serhiy Storchaka
2015-12-18
1
-1/+0
*
|
|
|
Minor tweek. Counting down rather than up reduces register pressure.
Raymond Hettinger
2015-12-15
1
-1/+1
*
|
|
|
Undo inadvertent line swap
Raymond Hettinger
2015-12-14
1
-1/+1
*
|
|
|
Hoist constant expressions (so->table and so->mask) out of the inner-loop.
Raymond Hettinger
2015-12-14
1
-12/+12
*
|
|
|
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
Serhiy Storchaka
2015-12-02
1
-0/+5
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
Serhiy Storchaka
2015-12-02
1
-0/+5
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
Serhiy Storchaka
2015-12-02
1
-0/+5
*
|
|
|
Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
Serhiy Storchaka
2015-11-25
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
Serhiy Storchaka
2015-11-25
1
-0/+3
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
Serhiy Storchaka
2015-11-25
1
-0/+3
*
|
|
|
Issue #24731: Fixed crash on converting objects with special methods
Serhiy Storchaka
2015-11-25
3
-6/+6
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #24731: Fixed crash on converting objects with special methods
Serhiy Storchaka
2015-11-25
3
-6/+6
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Issue #24731: Fixed crash on converting objects with special methods
Serhiy Storchaka
2015-11-25
3
-6/+6
[next]