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
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-16500: Allow registering at-fork handlers (#1715)
Antoine Pitrou
2017-05-27
2
-1/+13
*
Delete sigcheck.c since it appears unused (#1723)
Segev Finer
2017-05-25
1
-1/+1
*
bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729)
Eric Snow
2017-05-24
2
-1/+15
*
bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772)
Eric Snow
2017-05-24
2
-1/+20
*
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow
2017-05-23
5
-20/+23
*
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
Eric Snow
2017-05-23
1
-0/+9
*
bpo-30341: Improve _PyTrash_thread_destroy_chain() a little bit (#1545)
Xiang Zhang
2017-05-13
1
-1/+1
*
bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZ...
Serhiy Storchaka
2017-04-21
3
-3/+3
*
remove configure test for inline keyword (#1231)
Benjamin Peterson
2017-04-21
1
-4/+1
*
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka
2017-04-16
1
-2/+2
*
bpo-29941: Assert fixes (#886)
T. Wouters
2017-03-31
1
-0/+4
*
bpo-29935: Fixed error messages in the index() method of tuple, list and dequ...
Serhiy Storchaka
2017-03-30
1
-1/+1
*
bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716)
Serhiy Storchaka
2017-03-30
1
-0/+3
*
bpo-29878: Add global instances of int for 0 and 1. (#852)
Serhiy Storchaka
2017-03-30
1
-0/+5
*
bpo-29936: fix typo __GNU*C*_MINOR__ (#878)
Niklas Fiekas
2017-03-29
1
-1/+1
*
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka
2017-03-23
2
-4/+8
*
bpo-29748: Added the slice index converter in Argument Clinic. (#549)
Serhiy Storchaka
2017-03-19
1
-0/+1
*
bpo-28749: Fixed the documentation of the mapping codec APIs. (#487)
Serhiy Storchaka
2017-03-19
1
-27/+18
*
bpo-29735: Optimize partial_call(): avoid tuple (#516)
Victor Stinner
2017-03-14
1
-0/+4
*
bpo-29548: Recommend PyObject_Call APIs over PyEval_Call APIs. (GH-75)
INADA Naoki
2017-03-14
1
-0/+6
*
bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#501)
Serhiy Storchaka
2017-03-12
1
-1/+1
*
bpo-15695: Add PyAPI_FUNC() to _PyDict_SizeOf() declaration. (#639)
Serhiy Storchaka
2017-03-12
1
-1/+1
*
bpo-29619: Convert st_ino using unsigned integer (#557)
Victor Stinner
2017-03-09
1
-1/+1
*
Fix the only non-C90 comment to be C90 compatible. (#566)
n.d. parker
2017-03-08
1
-1/+1
*
bpo-27593: Get SCM build info from git instead of hg. (#446)
Ned Deily
2017-03-04
1
-2/+2
*
Fixed a typo in the comment in Include/pyport.h (#425)
Joseph Shen
2017-03-03
1
-1/+1
*
bpo-29463: Add docstring field to some AST nodes. (#46)
INADA Naoki
2017-02-22
1
-10/+15
*
bpo-29524: Add Objects/call.c file (#12)
Victor Stinner
2017-02-12
1
-6/+16
*
Backed out changeset f23fa1f7b68f
Victor Stinner
2017-02-10
1
-16/+6
*
Issue #29465: Add Objects/call.c file
Victor Stinner
2017-02-10
1
-6/+16
*
Optimize slots: avoid temporary PyMethodObject
Victor Stinner
2017-02-09
1
-0/+6
*
Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and
Serhiy Storchaka
2017-02-06
1
-0/+7
*
Issue #27867: Silenced may-be-used-uninitialized warnings after
Serhiy Storchaka
2017-02-04
1
-2/+3
|
\
|
*
Issue #27867: Silenced may-be-used-uninitialized warnings after
Serhiy Storchaka
2017-02-04
1
-2/+3
|
|
\
|
|
*
Issue #27867: Silenced may-be-used-uninitialized warnings after
Serhiy Storchaka
2017-02-04
1
-2/+3
*
|
|
Issue #29263: LOAD_METHOD support for C methods
INADA Naoki
2017-02-02
2
-0/+10
*
|
|
Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with
Serhiy Storchaka
2017-01-25
1
-2/+14
|
\
\
\
|
|
/
/
|
*
|
Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if
Serhiy Storchaka
2017-01-25
1
-2/+14
|
|
\
\
|
|
|
/
|
|
*
Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if
Serhiy Storchaka
2017-01-25
1
-2/+14
*
|
|
Issue #29083: Fixed the declaration of some public API functions.
Serhiy Storchaka
2017-01-24
1
-7/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #29083: Fixed the declaration of some public API functions.
Serhiy Storchaka
2017-01-24
1
-7/+5
|
|
\
\
|
|
|
/
|
|
*
Issue #29083: Fixed the declaration of some public API functions.
Serhiy Storchaka
2017-01-24
1
-5/+5
|
|
*
Fix incorrect patchlevel information for 3.5.3+.
Larry Hastings
2017-01-20
1
-2/+2
|
|
*
Merge 3.5.3 release head with main 3.5 branch.
Larry Hastings
2017-01-17
2
-2/+3
|
|
|
\
|
|
*
|
Post-release updates for 3.5.3.
Larry Hastings
2017-01-17
1
-1/+1
|
|
*
|
Version bump for Python 3.5.3.
v3.5.3
Larry Hastings
2017-01-16
1
-3/+3
*
|
|
|
Issue #29360: _PyStack_AsDict() doesn't check kwnames
Victor Stinner
2017-01-24
1
-6/+9
*
|
|
|
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-6/+3
*
|
|
|
Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()
Serhiy Storchaka
2017-01-22
1
-2/+2
*
|
|
|
Optimize methoddescr_call(): avoid temporary PyCFunction
Victor Stinner
2017-01-18
1
-0/+7
[next]