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
*
Add PYTHONMALLOC env var
Victor Stinner
2016-03-14
1
-59/+132
*
merge 3.5 (closes #26478)
Benjamin Peterson
2016-03-04
1
-5/+4
|
\
|
*
merge 3.4 (closes #26478)
Benjamin Peterson
2016-03-04
1
-5/+4
|
|
\
|
|
*
properly use the ObjArgs variant of CallMethod in dictview binary operations ...
Benjamin Peterson
2016-03-04
1
-5/+4
*
|
|
Merge 3.5 (issue #25888)
Yury Selivanov
2016-03-02
1
-6/+6
|
\
\
\
|
|
/
/
|
*
|
coroutines: Error when awaiting on coroutine that's being awaited
Yury Selivanov
2016-03-02
1
-6/+6
*
|
|
Merge 3.5
Victor Stinner
2016-03-01
1
-9/+12
|
\
\
\
|
|
/
/
|
*
|
Issue #26464: Fix unicode_fast_translate() again
Victor Stinner
2016-03-01
1
-9/+12
*
|
|
Merge 3.5
Victor Stinner
2016-03-01
1
-3/+4
|
\
\
\
|
|
/
/
|
*
|
Fix str.translate()
Victor Stinner
2016-03-01
1
-3/+4
*
|
|
Merge 3.5 (issue #25887)
Yury Selivanov
2016-02-13
1
-12/+21
|
\
\
\
|
|
/
/
|
*
|
Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once.
Yury Selivanov
2016-02-13
1
-12/+21
*
|
|
Issues #26289 and #26315: Optimize floor/modulo div for single-digit longs
Yury Selivanov
2016-02-11
1
-0/+79
*
|
|
Issue #26136: Upgrade the generator_stop warning to DeprecationWarning
Martin Panter
2016-02-10
1
-1/+1
*
|
|
Issue #25949: __dict__ for an OrderedDict instance is now created only when
Serhiy Storchaka
2016-02-08
1
-16/+7
*
|
|
Issue #26288: Fix comment
Yury Selivanov
2016-02-06
1
-3/+3
*
|
|
Issue #26288: Optimize PyLong_AsDouble.
Yury Selivanov
2016-02-06
1
-0/+7
*
|
|
Add early-out for the common case where kwds is NULL (gives 1.1% speedup).
Raymond Hettinger
2016-02-04
1
-2/+3
*
|
|
Issue #23601: Use small object allocator for dict key objects
Raymond Hettinger
2016-01-31
1
-3/+3
*
|
|
Merge 3.5
Victor Stinner
2016-01-27
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Fix resize_compact()
Victor Stinner
2016-01-27
1
-0/+2
|
*
|
code_richcompare() now uses the constants types
Victor Stinner
2016-01-22
1
-1/+138
*
|
|
Tests versus zero are more compact than tests versus -1.
Raymond Hettinger
2016-01-25
1
-6/+6
*
|
|
code_richcompare() now uses the constants types
Victor Stinner
2016-01-22
1
-1/+138
*
|
|
Issue #26107: Fix typo in Objects/lnotab_notes.txt
Victor Stinner
2016-01-21
1
-6/+6
*
|
|
co_lnotab supports negative line number delta
Victor Stinner
2016-01-20
3
-21/+29
*
|
|
Merge 3.5
Victor Stinner
2016-01-20
1
-4/+2
|
\
\
\
|
|
/
/
|
*
|
Add _PyThreadState_UncheckedGet()
Victor Stinner
2016-01-20
1
-4/+2
*
|
|
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
[next]