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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-8256: Fixed possible failing or crashing input() (#517)
Serhiy Storchaka
2017-03-12
1
-5/+16
*
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
Serhiy Storchaka
2017-03-12
1
-2/+2
*
bpo-20185: Convert the marshal module to Argument Clinic. (#541)
Serhiy Storchaka
2017-03-12
2
-67/+229
*
bpo-29746: Update marshal docs to Python 3. (#547)
Serhiy Storchaka
2017-03-12
1
-14/+12
*
bpo-29770: remove outdated PYO related info (GH-590)
Xiang Zhang
2017-03-11
1
-1/+1
*
bpo-29619: Convert st_ino using unsigned integer (#557)
Victor Stinner
2017-03-09
1
-2/+2
*
Use Py_RETURN_FALSE/Py_RETURN_TRUE rather than PyBool_FromLong(0)/PyBool_From...
Serhiy Storchaka
2017-03-08
1
-1/+1
*
bpo-29676: fix lsprof can't profile C method call. (GH523)
INADA Naoki
2017-03-07
1
-1/+14
*
bpo-27593: Get SCM build info from git instead of hg. (#446)
Ned Deily
2017-03-04
1
-3/+3
*
bpo-28893: Set __cause__ for errors in async iteration protocol (#407)
Yury Selivanov
2017-03-03
1
-3/+3
*
bpo-29655: Fixed possible reference leaks in `import *`. (#301)
Matthias Bussonnier
2017-02-26
1
-1/+4
*
bpo-29622: Make AST constructor to accept less than enough number of position...
INADA Naoki
2017-02-23
1
-19/+17
*
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting ...
Martijn Pieters
2017-02-23
1
-3/+9
*
bpo-29463: Add docstring field to some AST nodes. (#46)
INADA Naoki
2017-02-22
6
-2945/+3012
*
bpo-29546: Improve from-import error message with location (#103)
Matthias Bussonnier
2017-02-22
1
-4/+21
*
bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (#202)
Matthieu Dartiailh
2017-02-21
1
-1/+1
*
bpo-29556: Remove unused #include <langinfo.h> (#98)
Yen Chi Hsuan
2017-02-15
3
-12/+0
*
bpo-29546: Set 'path' on ImportError for ``from ... import ...`` (GH-91)
Matthias Bussonnier
2017-02-15
1
-2/+10
*
bpo-29524: Add Objects/call.c file (#12)
Victor Stinner
2017-02-12
2
-290/+3
*
Backed out changeset f23fa1f7b68f
Victor Stinner
2017-02-10
2
-3/+290
*
Issue #29465: Add Objects/call.c file
Victor Stinner
2017-02-10
2
-290/+3
*
Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and
Serhiy Storchaka
2017-02-06
1
-0/+4
*
Removed redundant Argument Clinic directives.
Serhiy Storchaka
2017-02-04
1
-5/+0
*
Issue #29263: LOAD_METHOD support for C methods
INADA Naoki
2017-02-02
1
-6/+6
*
Issue #29286: Rename private PyArg_UnpackStack_impl() to unpack_stack()
Victor Stinner
2017-02-01
1
-12/+12
*
Document that _PyFunction_FastCallDict() must copy kwargs
Victor Stinner
2017-02-01
1
-0/+2
*
Issue #29369: Use Py_IDENTIFIER in Python-ast.c
INADA Naoki
2017-01-25
1
-6/+12
*
Issue #26729: Fixed __text_signature__ for sorted().
Serhiy Storchaka
2017-01-23
1
-1/+1
|
\
|
*
Issue #26729: Fixed __text_signature__ for sorted().
Serhiy Storchaka
2017-01-23
1
-1/+1
|
|
\
|
|
*
Issue #26729: Fixed __text_signature__ for sorted().
Serhiy Storchaka
2017-01-23
1
-1/+1
|
|
*
Issue #29157: Prefer getrandom() over getentropy()
Victor Stinner
2017-01-09
1
-200/+294
*
|
|
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
5
-54/+27
*
|
|
Issue #29331: Simplified argument parsing in sorted() and list.sort().
Serhiy Storchaka
2017-01-21
1
-9/+5
*
|
|
Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted().
Serhiy Storchaka
2017-01-20
1
-1/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted().
Serhiy Storchaka
2017-01-20
1
-1/+2
|
*
|
Issue #29157: Prefer getrandom() over getentropy()
Victor Stinner
2017-01-06
1
-87/+187
*
|
|
Issue #29296: convert print() to METH_FASTCALL
INADA Naoki
2017-01-19
1
-11/+11
*
|
|
Rephrase !PyErr_Occurred() comment: may=>can
Victor Stinner
2017-01-18
1
-2/+2
*
|
|
sorted() uses METH_FASTCALL
Victor Stinner
2017-01-17
1
-11/+9
*
|
|
next() uses FASTCALL
Victor Stinner
2017-01-17
1
-3/+9
*
|
|
getattr() uses METH_FASTCALL
Victor Stinner
2017-01-17
1
-3/+8
*
|
|
Issue #29029: Speed up processing positional arguments in
Serhiy Storchaka
2017-01-17
1
-101/+89
*
|
|
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Victor Stinner
2017-01-17
2
-38/+86
*
|
|
Add _PyArg_UnpackStack() function helper
Victor Stinner
2017-01-17
1
-18/+55
*
|
|
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Victor Stinner
2017-01-17
3
-9/+17
*
|
|
Add _PyArg_NoStackKeywords() helper function
Victor Stinner
2017-01-17
1
-4/+21
*
|
|
Add _PyArg_ParseStack() helper function
Victor Stinner
2017-01-17
1
-21/+69
*
|
|
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Victor Stinner
2017-01-17
3
-5/+5
*
|
|
Rename keywords to kwargs in getargs.c
Victor Stinner
2017-01-16
1
-31/+31
*
|
|
Cleanup getargs.c
Victor Stinner
2017-01-16
1
-49/+17
[next]