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
Commit message (
Expand
)
Author
Age
Files
Lines
*
sys_pyfile_write_unicode() now uses fast call
Victor Stinner
2016-08-19
1
-7/+2
*
call_trampoline() now uses fast call
Victor Stinner
2016-08-19
1
-19/+10
*
PyErr_PrintEx() now uses fast call
Victor Stinner
2016-08-19
1
-3/+7
*
import_name() now uses fast call
Victor Stinner
2016-08-19
1
-13/+9
*
PyFile_WriteObject() now uses fast call
Victor Stinner
2016-08-19
1
-9/+2
*
Issue #27128: _pickle uses fast call
Victor Stinner
2016-08-19
1
-15/+4
*
keyobject_richcompare() now uses fast call
Victor Stinner
2016-08-19
1
-11/+7
*
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
*
|
regrtest: replace "Result:" with "Tests result:"
Victor Stinner
2016-08-19
2
-2/+2
*
|
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
4
-16/+19
*
|
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
*
|
PyEval_CallObjectWithKeywords() uses fast call
Victor Stinner
2016-08-19
1
-0/+4
*
|
Add _PyObject_FastCall()
Victor Stinner
2016-08-19
6
-47/+312
*
|
Issue #27801: Merge from 3.5
Berker Peksag
2016-08-19
1
-0/+1
|
\
\
|
|
/
|
*
Issue #27801: Skip test_update_lines_cols when update_lines_cols() is not ava...
Berker Peksag
2016-08-19
1
-0/+1
*
|
Fix a clang warning in grammar.c
Victor Stinner
2016-08-19
1
-0/+6
*
|
Issue #12946: Remove dead code in PyModule_GetDict
Berker Peksag
2016-08-19
1
-2/+1
*
|
Issue #12946: Merge from 3.5
Berker Peksag
2016-08-19
1
-4/+7
|
\
\
|
|
/
|
*
Issue #12946: Document that PyModule_GetDict can fail in some cases
Berker Peksag
2016-08-19
1
-4/+7
*
|
Issue #27157: Make only type() itself accept the one-argument form
Berker Peksag
2016-08-19
4
-4/+30
*
|
Rewrap long lines in Misc/NEWS.
R David Murray
2016-08-19
1
-30/+38
|
\
\
|
|
/
|
*
Rewrap long lines in Misc/NEWS.
R David Murray
2016-08-19
1
-20/+26
*
|
Merge: #2466: ismount now recognizes mount points user can't access.
R David Murray
2016-08-19
4
-0/+27
|
\
\
|
|
/
|
*
#2466: ismount now recognizes mount points user can't access.
R David Murray
2016-08-19
4
-2/+27
*
|
Updated NEWS with information on the argparse change.
Vinay Sajip
2016-08-18
1
-0/+3
*
|
Closes #12713: Allowed abbreviation of subcommands in argparse.
Vinay Sajip
2016-08-18
3
-32/+95
*
|
Anti-registration of various ABC methods.
Guido van Rossum
2016-08-18
15
-62/+300
*
|
Merge 3.5 (fix raise)
Victor Stinner
2016-08-18
3
-1/+24
|
\
\
|
|
/
|
*
Fix SystemError in "raise" statement
Victor Stinner
2016-08-18
3
-1/+23
*
|
Issue #16764: Move NEWS entry to correct section and remove too strict test.
Serhiy Storchaka
2016-08-18
2
-7/+3
*
|
Issue #24773: Include Tallinn 1999-10-31 transition in tests.
Alexander Belopolsky
2016-08-17
1
-3/+0
*
|
Issue #27594: Prevent assertion error when running test_ast with coverage
Ned Deily
2016-08-17
2
-1/+5
*
|
Issue #27786: Simplify x_sub()
Victor Stinner
2016-08-17
1
-3/+1
*
|
Closes #9998: Allowed find_library to search additional locations for libraries.
Vinay Sajip
2016-08-17
4
-6/+82
[next]