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 #27870: A left shift of zero by a large integer no longer attempts to a...
Mark Dickinson
2016-08-29
1
-0/+5
*
Issue #25604: Fix bug in integer true division that could have resulted in of...
Mark Dickinson
2016-08-21
1
-2/+2
*
Fix a refleak in call_maybe()
Victor Stinner
2016-08-19
1
-1/+3
*
Fix a refleak in call_method()
Victor Stinner
2016-08-19
1
-1/+3
*
Spelling and grammar fixes in code comments and documentation
Martin Panter
2016-07-28
2
-2/+2
*
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
2
-5/+5
*
Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple()
Martin Panter
2016-07-25
1
-4/+5
*
Issue #27507: Check for integer overflow in bytearray.extend()
Martin Panter
2016-07-18
1
-1/+11
*
Issue #27473: Fixed possible integer overflow in str, unicode and bytearray
Serhiy Storchaka
2016-07-12
3
-21/+26
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
*
fix refleaks in PyDict_SetItem error cases (closes #27248)
Benjamin Peterson
2016-07-07
1
-3/+9
*
Issue #23908: os functions, open() and the io.FileIO constructor now reject
Serhiy Storchaka
2016-07-01
1
-1/+2
*
Issue #22463: Backport compiler warning fixes and workarounds
Martin Panter
2016-06-21
8
-12/+12
*
Issue #27225: Fixed a reference leak in type_new when setting __new__ fails.
Serhiy Storchaka
2016-06-05
1
-1/+5
*
Issue #20041: Fixed TypeError when frame.f_trace is set to None.
Serhiy Storchaka
2016-06-04
1
-5/+3
*
Issue #27171: Fix typos in documentation, code comments, and tests
Martin Panter
2016-06-02
1
-1/+1
*
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter
2016-05-30
2
-2/+2
*
Issue #27125: Fix various errors like “will [be] inherited”
Martin Panter
2016-05-29
1
-1/+1
*
Backed out changeset e7062dd9085e (#25731)
Benjamin Peterson
2016-05-28
1
-1/+1
*
Issue #27076: Doc, comment and test function name spelling fixes
Martin Panter
2016-05-26
1
-1/+1
*
Issue #27039: Fixed bytearray.remove() for values greater than 127.
Serhiy Storchaka
2016-05-16
1
-7/+5
*
fix indentation of comments in cellobject.c (closes #27011)
Benjamin Peterson
2016-05-13
1
-3/+3
*
Corrections for a/an in code comments and documentation
Martin Panter
2016-05-08
2
-3/+3
*
Issue #17765: weakref.ref() no longer silently ignores keyword arguments.
Serhiy Storchaka
2016-05-07
1
-1/+3
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
2
-2/+2
*
add gc support to slice (closes #26659)
Benjamin Peterson
2016-04-16
1
-4/+15
*
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter
2016-04-15
1
-1/+1
*
Issue #26718: super.__init__ no longer leaks memory if called multiple times.
Serhiy Storchaka
2016-04-13
1
-3/+3
*
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka
2016-04-10
5
-8/+8
*
Issue #13410: Fixed a bug in PyUnicode_Format where it failed to properly
Serhiy Storchaka
2016-04-10
1
-1/+4
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
8
-28/+28
*
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka
2016-03-30
6
-14/+20
*
properly use PyObject_CallMethod in dictview binary operations (closes #26478)
Benjamin Peterson
2016-03-04
1
-5/+5
*
Issue #25698: Importing module if the stack is too deep no longer replaces
Serhiy Storchaka
2016-02-10
1
-0/+30
*
fix hash member name (closes #22847)
Benjamin Peterson
2016-02-07
1
-1/+1
*
fix debug assertion
Benjamin Peterson
2016-02-05
1
-1/+1
*
Issue #22847: Improve method cache efficiency.
Antoine Pitrou
2014-11-14
1
-5/+38
*
code_richcompare() now uses the constants types
Victor Stinner
2016-01-22
1
-1/+143
*
set tp_new from the class in the hierarchy that actually owns the descriptor ...
Benjamin Peterson
2016-01-19
1
-1/+1
*
Comment out two tests that won't pass now after reverting the typeobject.c
Barry Warsaw
2016-01-11
1
-24/+0
*
Issue #22995: [UPDATE] Comment out the one of the pickleability tests in
Barry Warsaw
2016-01-11
1
-0/+9
*
remove some copyright notices supserseded by the toplevel ones
Benjamin Peterson
2016-01-01
1
-3/+0
*
Issue #25961: Fixed compilation error and a leak in type constructor.
Serhiy Storchaka
2015-12-31
1
-4/+11
*
Issue #25961: Disallowed null characters in the type name.
Serhiy Storchaka
2015-12-30
1
-4/+11
*
Issue #22995: Instances of extension types with a state that aren't
Serhiy Storchaka
2015-12-30
1
-7/+32
*
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-6/+8
*
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-35/+22
*
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
8
-29/+15
*
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka
2015-12-19
4
-4/+4
*
Issue #19543: Added Py3k warning for decoding unicode.
Serhiy Storchaka
2015-12-03
1
-0/+3
[next]