Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
f0db54a0a1823534606ed5ce5a772365ba694c41
/
Include
« Previous
0f7b0b3
bpo-29735: Optimize partial_call(): avoid tuple (#516)
by Victor Stinner
· 8 years ago
aa289a5
bpo-29548: Recommend PyObject_Call APIs over PyEval_Call APIs. (GH-75)
by INADA Naoki
· 8 years ago
783d0c1
bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#501)
by Serhiy Storchaka
· 8 years ago
bc44f04
bpo-15695: Add PyAPI_FUNC() to _PyDict_SizeOf() declaration. (#639)
by Serhiy Storchaka
· 8 years ago
0f6d733
bpo-29619: Convert st_ino using unsigned integer (#557)
by Victor Stinner
· 8 years ago
f7eda38
Fix the only non-C90 comment to be C90 compatible. (#566)
by n.d. parker
· 8 years ago
5c4b0d0
bpo-27593: Get SCM build info from git instead of hg. (#446)
by Ned Deily
· 8 years ago
677ab99
Fixed a typo in the comment in Include/pyport.h (#425)
by Joseph Shen
· 8 years ago
cb41b27
bpo-29463: Add docstring field to some AST nodes. (#46)
by INADA Naoki
· 8 years ago
c22bfaa
bpo-29524: Add Objects/call.c file (#12)
by Victor Stinner
· 8 years ago
d2306ce
Backed out changeset f23fa1f7b68f
by Victor Stinner
· 8 years ago
766af55
Issue #29465: Add Objects/call.c file
by Victor Stinner
· 8 years ago
516b981
Optimize slots: avoid temporary PyMethodObject
by Victor Stinner
· 8 years ago
68a001d
Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and
by Serhiy Storchaka
· 8 years ago
8973de5
Issue #27867: Silenced may-be-used-uninitialized warnings after
by Serhiy Storchaka
· 8 years ago
ed4de13
Issue #27867: Silenced may-be-used-uninitialized warnings after
by Serhiy Storchaka
· 8 years ago
c761136
Issue #27867: Silenced may-be-used-uninitialized warnings after
by Serhiy Storchaka
· 8 years ago
5566bbb
Issue #29263: LOAD_METHOD support for C methods
by INADA Naoki
· 8 years ago
6e08baf
Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with
by Serhiy Storchaka
· 8 years ago
512c57c
Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if
by Serhiy Storchaka
· 8 years ago
b2a5be0
Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if
by Serhiy Storchaka
· 8 years ago
675f2f8
Issue #29083: Fixed the declaration of some public API functions.
by Serhiy Storchaka
· 8 years ago
3831b0a
Issue #29083: Fixed the declaration of some public API functions.
by Serhiy Storchaka
· 8 years ago
07a1f65
Issue #29083: Fixed the declaration of some public API functions.
by Serhiy Storchaka
· 8 years ago
c3858bd
Issue #29360: _PyStack_AsDict() doesn't check kwnames
by Victor Stinner
· 8 years ago
d1302c0
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
by Serhiy Storchaka
· 8 years ago
2a404b6
Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()
by Serhiy Storchaka
· 8 years ago
57720e5
Fix incorrect patchlevel information for 3.5.3+.
by Larry Hastings
· 8 years ago
c525723
Optimize methoddescr_call(): avoid temporary PyCFunction
by Victor Stinner
· 8 years ago
35ecebe
Remove unused func parameter of _PyStack_UnpackDict()
by Victor Stinner
· 8 years ago
09e4ce5
Merge 3.5.3 release head with main 3.5 branch.
by Larry Hastings
· 8 years ago
c620f20
Post-release updates for 3.5.3.
by Larry Hastings
· 8 years ago
fe54dd8
Add _PyArg_UnpackStack() function helper
by Victor Stinner
· 8 years ago
998c209
_PyStack_UnpackDict() now returns -1 on error
by Victor Stinner
· 8 years ago
29d39cc
Add _PyArg_NoStackKeywords() helper function
by Victor Stinner
· 8 years ago
6518a93
Add _PyArg_ParseStack() helper function
by Victor Stinner
· 8 years ago
3e1fad6
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
by Victor Stinner
· 8 years ago
69de71b
Add _PyStack_AsTupleSlice() helper
by Victor Stinner
· 8 years ago
51ba5b7
Version bump for Python 3.5.3.
by Larry Hastings
· 8 years ago
617c775
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
by Serhiy Storchaka
· 8 years ago
42e1ea9
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
by Serhiy Storchaka
· 8 years ago
6779652
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
by Serhiy Storchaka
· 8 years ago
b915bc3
Disable _PyStack_AsTuple() inlining
by Victor Stinner
· 8 years ago
434723f
call_method() now uses _PyObject_FastCall()
by Victor Stinner
· 8 years ago
af6fdf3
Merge 3.6
by Victor Stinner
· 8 years ago
a251fb0
Issue #27961: Define HAVE_LONG_LONG as 1.
by Victor Stinner
· 8 years ago
e744804
Post-release fixups for Python 3.5.3rc1.
by Larry Hastings
· 8 years ago
b32a034
Version bump for 3.5.3rc1.
by Larry Hastings
· 8 years ago
937b725
Issue #28915: Exclude _Py_VaBuildStack from the limited API.
by Serhiy Storchaka
· 8 years ago
c06ae20
Issue #28427: old keys should not remove new values from
by Antoine Pitrou
· 8 years ago
d741ed4
Issue #28427: old keys should not remove new values from
by Antoine Pitrou
· 8 years ago
e10ca3a
Issue #28427: old keys should not remove new values from
by Antoine Pitrou
· 8 years ago
a171a03
Issue #29058: All stable API extensions added after Python 3.2 are now
by Serhiy Storchaka
· 8 years ago
34d0ac8
Issue #29058: All stable API extensions added after Python 3.2 are now
by Serhiy Storchaka
· 8 years ago
5a625d0
Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function.
by INADA Naoki
· 8 years ago
b6522d0
abstract.h: remove long outdated comment
by Victor Stinner
· 8 years ago
bd0ff94
Issue #29009: Merge 3.6.
by Xiang Zhang
· 8 years ago
47888da
Issue #29009: Merge 3.5.
by Xiang Zhang
· 8 years ago
bfbc29c
Issue #29009: Remove outdated doc of PyUnicode_RichCompare.
by Xiang Zhang
· 8 years ago
5bb8b91
Issue #18896: Python function can now have more than 255 parameters.
by Serhiy Storchaka
· 8 years ago
5ab81d7
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
by Serhiy Storchaka
· 8 years ago
bc08ab4
Add _PY_FASTCALL_SMALL_STACK constant
by Victor Stinner
· 8 years ago
5bef7cd
Issue #28838: Cleanup abstract.h
by Victor Stinner
· 8 years ago
f239213
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
by Yury Selivanov
· 8 years ago
7f39c0c
Add _PyObject_VaCallFunctionObjArgs() private function
by Victor Stinner
· 8 years ago
e9abde4
Add _Py_VaBuildStack() function
by Victor Stinner
· 8 years ago
4ebcdac
merge 3.6 (#28898)
by Benjamin Peterson
· 8 years ago
0d5742d
guard HAVE_LONG_LONG definition to prevent redefinition (#28898)
by Benjamin Peterson
· 8 years ago
3ca43ed
Prepare for 3.6.1. Any further 3.6.0 release candidates and 3.6.0 final will be cherrypicked and merged here.
by Ned Deily
· 8 years ago
ad2c2d3
Version bump for 3.6.0rc1
by Ned Deily
· 8 years ago
2a358f8
Issue #28838: Fix weird indentation of abstract.h
by Victor Stinner
· 8 years ago
2d0eb65
Uniformize argument names of "call" functions
by Victor Stinner
· 8 years ago
8907204
Fixed misplaced comment.
by Serhiy Storchaka
· 8 years ago
b0f75c5
Fixed misplaced comment.
by Serhiy Storchaka
· 8 years ago
e503126
Fixed misplaced comment.
by Serhiy Storchaka
· 8 years ago
fb3134f
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
by Serhiy Storchaka
· 8 years ago
9a953db
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
by Serhiy Storchaka
· 8 years ago
419967b
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
by Serhiy Storchaka
· 8 years ago
7bfb42d
Issue #28858: Remove _PyObject_CallArg1() macro
by Victor Stinner
· 8 years ago
7cf9e13
fix _PyObject_CallArg1 compiler warnings (closes #28855)
by Benjamin Peterson
· 8 years ago
8be1c39
Backed out changeset 7efddbf1aa70
by Victor Stinner
· 8 years ago
ebea998
Uniformize argument names of "call" functions
by Victor Stinner
· 8 years ago
048afd9
Remove CALL_PROFILE special build
by Victor Stinner
· 8 years ago
f50a85d
Start 3.6.0rc1. (Note, patch level was incorrectly set to 3.6.0b4+ following b3. It is now b4+ again.)
by Ned Deily
· 8 years ago
007d7ff
Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,
by Serhiy Storchaka
· 8 years ago
38c508a
Version bump for 3.6.0b4
by Ned Deily
· 8 years ago
4ea3770
Merge
by Raymond Hettinger
· 8 years ago
f89854f
Issue 28751: Fix comments in code.h. (Contributed by Ned Batchelder).
by Raymond Hettinger
· 8 years ago
b57d9ea
Issue #28748: Private variable _Py_PackageContext is now of type "const char *"
by Serhiy Storchaka
· 8 years ago
460bd0d
Issue #19569: Compiler warnings are now emitted if use most of deprecated
by Serhiy Storchaka
· 8 years ago
27b7424
Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now
by Serhiy Storchaka
· 8 years ago
a83a6a3
Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now
by Serhiy Storchaka
· 8 years ago
503db26
Issue #21449: Removed private function _PyUnicode_CompareWithId.
by Serhiy Storchaka
· 8 years ago
dddec81
Issue #21449: Removed private function _PyUnicode_CompareWithId.
by Serhiy Storchaka
· 8 years ago
29a5447
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
by Serhiy Storchaka
· 8 years ago
fab6acd
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
by Serhiy Storchaka
· 8 years ago
f5894dd
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
by Serhiy Storchaka
· 8 years ago
1a73bf3
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
by Serhiy Storchaka
· 8 years ago
3b73ea1
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
by Serhiy Storchaka
· 8 years ago
f4934ea
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
by Serhiy Storchaka
· 8 years ago
Next »