Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
46877024423e98d1b872bf308dacacd583327207
/
Include
« Previous
453408a
post 3.7.0a1 development
by Ned Deily
· 7 years ago
8f51bb4
Bump to 3.6.0a1
by Ned Deily
· 7 years ago
4ab46d7
bpo-31497: Add private helper _PyType_Name(). (#3630)
by Serhiy Storchaka
· 7 years ago
3f9eee6
bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)
by Eric Snow
· 7 years ago
5d84cb3
bpo-31464: asdl_c.py no longer emits trailing spaces in Python-ast.h. (#3568)
by Serhiy Storchaka
· 7 years ago
b2e5794
bpo-31338 (#3374)
by Barry Warsaw
· 7 years ago
d393c1b
bpo-28411: Isolate PyInterpreterState.modules (#3575)
by Eric Snow
· 7 years ago
dae0276
bpo-30860: Fix a refleak. (#3567)
by Eric Snow
· 7 years ago
93c92f7
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
by Eric Snow
· 7 years ago
13ad3b7
bpo-31462: Remove trailing whitespaces. (#3564)
by Serhiy Storchaka
· 7 years ago
fc1bf87
bpo-30860: Move windows.h include out of internal/*.h. (#3458)
by Eric Snow
· 7 years ago
8728018
bpo-30860: Fix a refleak. (#3506)
by Eric Snow
· 7 years ago
ba6d5d1
bpo-30860: Always provide serialno. (#3507)
by Eric Snow
· 7 years ago
2ebc5ce
bpo-30860: Consolidate stateful runtime globals. (#3397)
by Eric Snow
· 7 years ago
5a85167
bpo-31344: Per-frame control of trace events (GH-3417)
by Nick Coghlan
· 7 years ago
05f01d8
bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)
by Steve Dower
· 7 years ago
a853a8b
bpo-31373: fix undefined floating-point demotions (#3396)
by Benjamin Peterson
· 7 years ago
a6a4dc8
bpo-31370: Remove support for threads-less builds (#3385)
by Antoine Pitrou
· 7 years ago
05351c1
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
by Eric Snow
· 7 years ago
76d5abc
bpo-30860: Consolidate stateful runtime globals. (#2594)
by Eric Snow
· 7 years ago
86b7afd
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
by Eric Snow
· 7 years ago
0267128
bpo-9566 & bpo-30747: Silence warnings from pyatomic.h macros (#3140)
by Segev Finer
· 7 years ago
e664d7f
bpo-30747: Attempt to fix atomic load/store (#2383)
by Pär Björklund
· 7 years ago
49b2734
Spelling fixes (#2902)
by Ville Skyttä
· 7 years ago
f474c5a
bpo-30946: Remove obsolete fallback code in readline module (#2738)
by Antoine Pitrou
· 7 years ago
7e60192
Remove _PyArg_NoStackKeywords(). (#2641)
by Serhiy Storchaka
· 7 years ago
6969eaf
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
by Serhiy Storchaka
· 7 years ago
c08177a
bpo-30703: Improve signal delivery (#2415)
by Antoine Pitrou
· 7 years ago
f7eae0a
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
by Serhiy Storchaka
· 7 years ago
f3cffd2
bpo-30604: clean up co_extra support (#2144)
by Dino Viehland
· 7 years ago
5ea4c06
bpo-30054: Expose tracemalloc C API (#1236)
by Victor Stinner
· 7 years ago
fc354f0
bpo-25324: copy tok_name before changing it (#1608)
by Albert-Jan Nijburg
· 7 years ago
346cbd3
bpo-16500: Allow registering at-fork handlers (#1715)
by Antoine Pitrou
· 7 years ago
7ff1e88
Delete sigcheck.c since it appears unused (#1723)
by Segev Finer
· 7 years ago
c7ec998
bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729)
by Eric Snow
· 7 years ago
1abcf67
bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772)
by Eric Snow
· 7 years ago
6b4be19
bpo-22257: Small changes for PEP 432. (#1728)
by Eric Snow
· 7 years ago
e377416
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
by Eric Snow
· 7 years ago
a66f9c6
bpo-30341: Improve _PyTrash_thread_destroy_chain() a little bit (#1545)
by Xiang Zhang
· 7 years ago
1a5856b
bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZE. (#751)
by Serhiy Storchaka
· 8 years ago
791dc83
remove configure test for inline keyword (#1231)
by Benjamin Peterson
· 8 years ago
55fe1ae
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
by Serhiy Storchaka
· 8 years ago
a00c3fd
bpo-29941: Assert fixes (#886)
by T. Wouters
· 8 years ago
d4edfc9
bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887)
by Serhiy Storchaka
· 8 years ago
762bf40
bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716)
by Serhiy Storchaka
· 8 years ago
ba85d69
bpo-29878: Add global instances of int for 0 and 1. (#852)
by Serhiy Storchaka
· 8 years ago
83371f4
bpo-29936: fix typo __GNU*C*_MINOR__ (#878)
by Niklas Fiekas
· 8 years ago
aefa7eb
bpo-6532: Make the thread id an unsigned integer. (#781)
by Serhiy Storchaka
· 8 years ago
80ec836
bpo-29748: Added the slice index converter in Argument Clinic. (#549)
by Serhiy Storchaka
· 8 years ago
c85a266
bpo-28749: Fixed the documentation of the mapping codec APIs. (#487)
by Serhiy Storchaka
· 8 years ago
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
Next »