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
*
_PyFunction_FastCallDict() supports keyword args
Victor Stinner
2016-08-22
2
-9/+8
*
Rename _PyObject_FastCall() to _PyObject_FastCallDict()
Victor Stinner
2016-08-22
4
-15/+15
*
Issue #27792: force int return type for modulo operations involving bools.
Mark Dickinson
2016-08-22
1
-2/+5
*
Issue #26984: int() now always returns an instance of exact int.
Serhiy Storchaka
2016-08-21
1
-12/+23
*
Untabify Objects/longobject.c.
Mark Dickinson
2016-08-21
1
-2/+2
*
Issue #25604: Fix minor bug in integer true division, which could
Mark Dickinson
2016-08-21
1
-2/+2
*
Issue #27662: don't use PY_SIZE_MAX for overflow checking in List_New. Patch ...
Mark Dickinson
2016-08-21
1
-11/+1
*
Merge #27782 fix from 3.5
Nick Coghlan
2016-08-21
1
-29/+35
|
\
|
*
Issue #27782: Fix m_methods handling in multiphase init
Nick Coghlan
2016-08-21
1
-29/+35
*
|
Issue #27692: Removed unnecessary NULL checks in exceptions.c.
Serhiy Storchaka
2016-08-20
1
-4/+3
*
|
Issue #27366: Fix init_subclass()
Victor Stinner
2016-08-20
1
-0/+5
*
|
PyFile_WriteObject() now uses fast call
Victor Stinner
2016-08-19
1
-9/+2
*
|
calliter_iternext() now uses fast call
Victor Stinner
2016-08-19
1
-19/+21
*
|
slot_tp_iter() now uses fast call
Victor Stinner
2016-08-19
1
-6/+3
*
|
slot_nb_bool() now uses fast call
Victor Stinner
2016-08-19
1
-8/+2
*
|
Issue #27128: Cleanup slot_nb_bool()
Victor Stinner
2016-08-19
1
-25/+41
*
|
Issue #27128: slot_sq_item() uses fast call
Victor Stinner
2016-08-19
1
-10/+3
*
|
Issue #27128: Cleanup slot_sq_item()
Victor Stinner
2016-08-19
1
-25/+33
*
|
call_method() and call_maybe() now use fast call
Victor Stinner
2016-08-19
1
-20/+26
*
|
Cleanup call_method() and call_maybe()
Victor Stinner
2016-08-19
1
-14/+12
*
|
Merge 3.5 (fix refleak in call_maybe())
Victor Stinner
2016-08-19
1
-1/+3
|
\
\
|
|
/
|
*
Fix a refleak in call_maybe()
Victor Stinner
2016-08-19
1
-1/+3
*
|
Merge 3.5 (fix refleak in call_method)
Victor Stinner
2016-08-19
1
-1/+3
|
\
\
|
|
/
|
*
Fix a refleak in call_method()
Victor Stinner
2016-08-19
1
-1/+3
*
|
contains and rich compare slots use fast call
Victor Stinner
2016-08-19
1
-16/+4
*
|
Fix PyObject_Call() parameter names
Victor Stinner
2016-08-19
1
-2/+4
*
|
Avoid call_function_tail() for empty format str
Victor Stinner
2016-08-19
1
-20/+19
*
|
PEP 7: add {...} around null_error() in abstract.c
Victor Stinner
2016-08-19
1
-28/+65
*
|
Cleanup callmethod()
Victor Stinner
2016-08-19
1
-2/+6
*
|
Cleanup call_function_tail()
Victor Stinner
2016-08-19
1
-20/+29
*
|
call_function_tail() uses fast call
Victor Stinner
2016-08-19
1
-13/+6
*
|
Add _PyObject_FastCall()
Victor Stinner
2016-08-19
2
-0/+169
*
|
Issue #12946: Remove dead code in PyModule_GetDict
Berker Peksag
2016-08-19
1
-2/+1
*
|
Issue #27157: Make only type() itself accept the one-argument form
Berker Peksag
2016-08-19
1
-4/+6
*
|
Anti-registration of various ABC methods.
Guido van Rossum
2016-08-18
2
-2/+24
*
|
Issue #27786: Simplify x_sub()
Victor Stinner
2016-08-17
1
-3/+1
*
|
Issue #27704: Optimized creating bytes and bytearray from byte-like objects
Serhiy Storchaka
2016-08-15
2
-20/+16
*
|
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
Serhiy Storchaka
2016-08-14
2
-18/+26
*
|
Issue #26754: Undocumented support of general bytes-like objects
Serhiy Storchaka
2016-08-06
1
-6/+7
*
|
Merge spelling and grammar fixes from 3.5
Martin Panter
2016-08-05
2
-2/+2
|
\
\
|
|
/
|
*
Fix spelling and grammar in documentation and code comments
Martin Panter
2016-08-04
2
-2/+2
*
|
Issue #27652: Expose ESHUTDOWN conditionally
Berker Peksag
2016-07-30
1
-0/+2
*
|
Issue #27366: Tweak PEP 487 documentation
Berker Peksag
2016-07-30
1
-4/+3
*
|
Issue #27366: Implement PEP 487
Nick Coghlan
2016-07-30
1
-7/+92
*
|
Issue #27626: Merge spelling fixes from 3.5
Martin Panter
2016-07-28
2
-5/+5
|
\
\
|
|
/
|
*
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
2
-5/+5
*
|
(merge from 3.5) Issue #26662: Set PYTHON_FOR_GEN in configure
Xavier de Gaye
2016-07-26
1
-26/+37
|
\
\
|
|
/
|
*
Issue #26662: Set PYTHON_FOR_GEN in configure
Xavier de Gaye
2016-07-26
1
-26/+37
*
|
Issue #1621: Avoid signed overflow in list and tuple operations
Martin Panter
2016-07-25
2
-10/+12
*
|
Issue #27581: Merge overflow fix from 3.5
Martin Panter
2016-07-25
1
-4/+5
|
\
\
|
|
/
[next]