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-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka
2017-04-16
1
-1406/+1406
*
bpo-29838: Add asserts for checking results of sq_length and mq_length slots....
Serhiy Storchaka
2017-04-16
1
-1/+3
*
bpo-29951: Include function name for some error messages in `PyArg_ParseTuple...
Michael Seifert
2017-04-09
1
-22/+42
*
bpo-29935: Fixed error messages in the index() method of tuple, list and dequ...
Serhiy Storchaka
2017-03-30
1
-7/+16
*
bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716)
Serhiy Storchaka
2017-03-30
1
-0/+25
*
bpo-29878: Add global instances of int for 0 and 1. (#852)
Serhiy Storchaka
2017-03-30
2
-31/+7
*
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka
2017-03-23
8
-45/+47
*
bpo-29859: Fix error messages from return codes for pthread_* calls (GH-741)
Daniel Birnstiel
2017-03-21
1
-11/+13
*
bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. ...
Serhiy Storchaka
2017-03-21
1
-1/+1
*
bpo-29849: fix a memory leak in import_from (GH-712)
Xiang Zhang
2017-03-21
1
-10/+17
*
bpo-29748: Added the slice index converter in Argument Clinic. (#549)
Serhiy Storchaka
2017-03-19
1
-0/+7
*
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]