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
...
*
|
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
*
|
Merge with 3.5
Zachary Ware
2016-08-17
1
-2/+2
|
\
\
|
|
/
|
*
Use sys.version_info, not sys.version.
Zachary Ware
2016-08-17
1
-2/+2
*
|
regrtest: add a summary of the summary, "Result: xxx"
Victor Stinner
2016-08-17
2
-4/+25
*
|
regrtest: set interrupted to True if re-run is interrupted
Victor Stinner
2016-08-17
1
-1/+2
*
|
regrtest: add newlines in output for readability
Victor Stinner
2016-08-17
1
-0/+3
*
|
Merge 3.5 (socket.__all__)
Victor Stinner
2016-08-17
1
-0/+1
|
\
\
|
|
/
|
*
Issue #27698: Add socketpair to socket.__all__ on Windows
Victor Stinner
2016-08-17
1
-0/+1
*
|
Null merge
Victor Stinner
2016-08-17
0
-0/+0
|
\
\
|
|
/
|
*
Issue #27726: Fix "make tags"
Victor Stinner
2016-08-17
1
-3/+3
*
|
Fix "make tags": set locale to C to call sort
Victor Stinner
2016-08-17
1
-1/+1
*
|
"make tags": remove -t option of ctags
Victor Stinner
2016-08-17
1
-2/+2
*
|
Merge 3.5 (script_helper)
Victor Stinner
2016-08-17
1
-8/+8
|
\
\
|
|
/
|
*
script_helper: kill the subprocess on error
Victor Stinner
2016-08-17
1
-8/+8
*
|
regrtest: nicer output for durations
Victor Stinner
2016-08-17
2
-14/+21
*
|
Tests: add --slowest option to buildbots
Victor Stinner
2016-08-17
2
-2/+2
*
|
regrtest: rename --slow option to --slowest
Victor Stinner
2016-08-17
2
-7/+7
*
|
Fix typo in test_time.py
Victor Stinner
2016-08-17
1
-1/+1
*
|
Minor readability tweak
Raymond Hettinger
2016-08-17
1
-1/+1
*
|
merge 3.5 (#27783)
Benjamin Peterson
2016-08-17
2
-8/+10
|
\
\
|
|
/
|
*
merge 3.4 (#27783)
Benjamin Peterson
2016-08-17
2
-8/+10
|
|
\
|
|
*
merge 3.3 (#27783)
Benjamin Peterson
2016-08-17
2
-8/+9
|
|
|
\
|
|
|
*
rearrange methodcaller_new so that the main error case does not cause uniniti...
Benjamin Peterson
2016-08-17
2
-8/+9
*
|
|
|
Use Py_ssize_t in _PyEval_EvalCodeWithName()
Victor Stinner
2016-08-16
1
-8/+10
*
|
|
|
Issue #27128: Cleanup _PyEval_EvalCodeWithName()
Victor Stinner
2016-08-16
1
-11/+43
[prev]
[next]