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
*
merge 3.5 (#27248)
Benjamin Peterson
2016-07-07
1
-3/+9
|
\
|
*
fix refleaks in PyDict_SetItem error cases (closes #27248)
Benjamin Peterson
2016-07-07
1
-3/+9
*
|
Issue #27460: Unified error messages in bytes constructor for integers
Serhiy Storchaka
2016-07-06
1
-2/+2
*
|
Issue #23034: The output of a special Python build with defined COUNT_ALLOCS,
Serhiy Storchaka
2016-07-03
3
-0/+29
*
|
Issue #27443: __length_hint__() of bytearray itearator no longer return
Serhiy Storchaka
2016-07-03
1
-1/+5
|
\
\
|
|
/
|
*
Issue #27443: __length_hint__() of bytearray itearator no longer return
Serhiy Storchaka
2016-07-03
1
-1/+5
*
|
Backed out changeset b0087e17cd5e (issue #26765)
Serhiy Storchaka
2016-07-03
3
-77/+138
*
|
Issue #26765: Fixed parsing Py_ssize_t arguments on 32-bit Windows.
Serhiy Storchaka
2016-07-03
1
-0/+1
*
|
Issue #26765: Moved wrappers for bytes and bytearray methods to common header
Serhiy Storchaka
2016-07-01
3
-138/+77
*
|
Issue #27007: The fromhex() class methods of bytes and bytearray subclasses
Serhiy Storchaka
2016-07-01
3
-9/+18
*
|
Merge spelling fixes from 3.5
Martin Panter
2016-06-20
1
-1/+1
|
\
\
|
|
/
|
*
Fix spelling errors in code comments
Martin Panter
2016-06-20
1
-2/+2
*
|
Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
Serhiy Storchaka
2016-06-18
1
-1/+7
|
\
\
|
|
/
|
*
Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
Serhiy Storchaka
2016-06-18
1
-1/+7
*
|
Issue #27333: Simplified testing step on 0.
Serhiy Storchaka
2016-06-18
1
-11/+4
*
|
Issue #27342: Replaced some Py_XDECREFs with Py_DECREFs.
Serhiy Storchaka
2016-06-18
1
-5/+5
*
|
Comment fixes extracted from patch by Demur Rumed.
Serhiy Storchaka
2016-06-12
1
-1/+1
*
|
Merge 3.5 (issue #27243)
Yury Selivanov
2016-06-09
1
-0/+94
|
\
\
|
|
/
|
*
Issue #27243: Fix __aiter__ protocol
Yury Selivanov
2016-06-09
1
-0/+94
*
|
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
Serhiy Storchaka
2016-06-09
4
-47/+90
*
|
odict: Remove useless ";" after function definition
Victor Stinner
2016-06-08
1
-9/+9
*
|
Issue #27225: Fixed a reference leak in type_new when setting __new__ fails.
Serhiy Storchaka
2016-06-05
1
-1/+3
|
\
\
|
|
/
|
*
Issue #27225: Fixed a reference leak in type_new when setting __new__ fails.
Serhiy Storchaka
2016-06-05
1
-1/+3
*
|
Issue #25548: Showing memory address of class objects in repl
Kushal Das
2016-06-04
1
-3/+3
*
|
Issue #20041: Fixed TypeError when frame.f_trace is set to None.
Serhiy Storchaka
2016-06-04
1
-0/+2
|
\
\
|
|
/
|
*
Issue #20041: Fixed TypeError when frame.f_trace is set to None.
Serhiy Storchaka
2016-06-04
1
-5/+3
*
|
Issue #27073: Removed redundant checks in long_add and long_sub.
Serhiy Storchaka
2016-06-03
1
-2/+10
*
|
Issue #26983: float() now always return an instance of exact float.
Serhiy Storchaka
2016-06-03
2
-22/+54
*
|
Issue #27171: Merge typo fixes from 3.5
Martin Panter
2016-06-02
2
-2/+2
|
\
\
|
|
/
|
*
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter
2016-06-02
2
-2/+2
*
|
Issue #27125: Merge typo fixes from 3.5
Martin Panter
2016-05-30
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter
2016-05-30
1
-1/+1
*
|
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
*
|
merge 3.5
Benjamin Peterson
2016-05-28
1
-1/+1
|
\
\
|
|
/
|
*
backout 3c9512d8ac0d
Benjamin Peterson
2016-05-28
1
-1/+1
*
|
Issue #27118: Clean up Py_XINCREF/Py_XDECREF in typeobject.c.
Serhiy Storchaka
2016-05-25
1
-5/+4
*
|
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
Serhiy Storchaka
2016-05-24
2
-12/+4
*
|
Issue #27039: Fixed bytearray.remove() for values greater than 127.
Serhiy Storchaka
2016-05-16
1
-5/+2
|
\
\
|
|
/
|
*
Issue #27039: Fixed bytearray.remove() for values greater than 127.
Serhiy Storchaka
2016-05-16
1
-7/+4
*
|
Issue #26765: Ensure that bytes- and unicode-specific stringlib files are used
Serhiy Storchaka
2016-05-16
6
-12/+15
*
|
merge 3.5
Benjamin Peterson
2016-05-13
1
-3/+3
|
\
\
|
|
/
|
*
fix indentation of comments in cellobject.c (closes #27011)
Benjamin Peterson
2016-05-13
1
-3/+3
*
|
Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.
Serhiy Storchaka
2016-05-12
1
-21/+3
|
\
\
|
|
/
|
*
Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.
Serhiy Storchaka
2016-05-12
1
-21/+3
*
|
Issue #27005: Fixed the call of PyObject_CallFunctionObjArgs().
Serhiy Storchaka
2016-05-12
1
-1/+1
*
|
Issue #27005: Optimized the float.fromhex() class method for exact float.
Serhiy Storchaka
2016-05-12
1
-6/+5
*
|
Issue #17765: weakref.ref() no longer silently ignores keyword arguments.
Serhiy Storchaka
2016-05-07
1
-1/+3
|
\
\
|
|
/
|
*
Issue #17765: weakref.ref() no longer silently ignores keyword arguments.
Serhiy Storchaka
2016-05-07
1
-1/+3
*
|
Issue #26765: Moved common code for the replace() method of bytes and bytearray
Serhiy Storchaka
2016-05-05
3
-1062/+527
[next]