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-45434: Remove pystrhex.h header file (GH-28923)
Victor Stinner
2021-10-13
2
-22/+36
*
bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)
Mark Shannon
2021-10-13
5
-10/+25
*
bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922)
Victor Stinner
2021-10-13
2
-20/+19
*
pycore_pystate.h no longer redefines PyThreadState_GET() (GH-28921)
Victor Stinner
2021-10-13
4
-19/+10
*
bpo-45434: bytearrayobject.h no longer includes <stdarg.h> (GH-28913)
Victor Stinner
2021-10-13
4
-5/+3
*
bpo-45434: Convert Py_GETENV() macro to a function (GH-28912)
Victor Stinner
2021-10-13
1
-1/+1
*
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner
2021-10-12
2
-9/+7
*
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner
2021-10-11
2
-2/+2
*
bpo-45439: _PyObject_Call() only checks tp_vectorcall_offset once (GH-28890)
Victor Stinner
2021-10-11
1
-0/+1
*
bpo-45412: Move copysign() define to pycore_pymath.h (GH-28889)
Victor Stinner
2021-10-11
2
-52/+49
*
bpo-41123: Remove Py_UNICODE_COPY() and Py_UNICODE_FILL() (GH-28887)
Victor Stinner
2021-10-11
1
-13/+0
*
bpo-45434: Python.h no longer includes <stdlib.h> (GH-28888)
Victor Stinner
2021-10-11
1
-1/+0
*
bpo-45412: Move _Py_SET_53BIT_PRECISION_START to pycore_pymath.h (GH-28882)
Victor Stinner
2021-10-11
3
-85/+108
*
bpo-45412: Update _Py_ADJUST_ERANGE1() comment (GH-28884)
Victor Stinner
2021-10-11
1
-2/+9
*
bpo-45434: Cleanup Python.h header file (GH-28883)
Victor Stinner
2021-10-11
2
-52/+39
*
bpo-45412: Remove Py_SET_ERRNO_ON_MATH_ERROR() macro (GH-28820)
Victor Stinner
2021-10-11
3
-109/+73
*
Restore PEP 523 functionality. (GH-28871)
Mark Shannon
2021-10-11
1
-0/+3
*
bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)
Inada Naoki
2021-10-10
1
-4/+4
*
bpo-45256: Remove the usage of the C stack in Python to Python calls (GH-28488)
Pablo Galindo Salgado
2021-10-09
2
-0/+3
*
Fix typos in the Include directory (GH-28745)
Christian Clauss
2021-10-06
7
-8/+8
*
bpo-40116: Add insertion order bit-vector to dict values to allow dicts to sh...
Mark Shannon
2021-10-06
2
-1/+10
*
bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)
Eric Snow
2021-10-05
1
-0/+7
*
Post 3.11.0a1
Pablo Galindo
2021-10-05
1
-1/+1
*
Python 3.11.0a1
v3.11.0a1
Pablo Galindo
2021-10-05
1
-2/+2
*
bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch...
Mark Shannon
2021-10-05
1
-0/+1
*
bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
Victor Stinner
2021-10-01
1
-0/+16
*
bpo-41710: Fix PY_TIMEOUT_MAX on Windows (GH-28673)
Victor Stinner
2021-10-01
1
-5/+5
*
bpo-41710: Document _PyTime_t API in pytime.h (GH-28647)
Victor Stinner
2021-09-30
1
-0/+41
*
bpo-41710: PyThread_acquire_lock_timed() clamps the timout (GH-28643)
Victor Stinner
2021-09-30
2
-3/+7
*
bpo-41710: Add pytime_add() and pytime_mul() (GH-28642)
Victor Stinner
2021-09-30
1
-3/+5
*
bpo-41710: Add _PyTime_AsTimespec_clamp() (GH-28629)
Victor Stinner
2021-09-30
1
-5/+11
*
bpo-45211: Remember the stdlib dir during startup. (gh-28586)
Eric Snow
2021-09-28
3
-0/+3
*
bpo-45211: Move helpers from getpath.c to internal API. (gh-28550)
Eric Snow
2021-09-27
2
-0/+26
*
bpo-21302: time.sleep() uses waitable timer on Windows (GH-28483)
Victor Stinner
2021-09-22
1
-0/+6
*
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour
2021-09-21
2
-2/+2
*
bpo-45061: Detect refcount bug on empty tuple singleton (GH-28503)
Victor Stinner
2021-09-21
1
-0/+6
*
bpo-45116: Py_DEBUG ignores Py_ALWAYS_INLINE (GH-28419)
Victor Stinner
2021-09-17
1
-1/+10
*
bpo-45116: Add the Py_ALWAYS_INLINE macro (GH-28390)
Victor Stinner
2021-09-17
1
-0/+22
*
bpo-45219: Factor dictkey indexing (GH-28389)
Mark Shannon
2021-09-17
1
-1/+3
*
bpo-21302: Add _PyTime_AsNanoseconds() (GH-28350)
Victor Stinner
2021-09-15
1
-0/+3
*
bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen...
Eric Snow
2021-09-14
3
-0/+5
*
bpo-45152: Add HAS_CONST macro and get_const_value() function and useā¦ (#28...
Irit Katriel
2021-09-14
1
-0/+4
*
bpo-39573: Py_TYPE becomes a static inline function (GH-28128)
Victor Stinner
2021-09-08
1
-2/+8
*
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194)
Yury Selivanov
2021-09-07
1
-2/+2
*
bpo-45094: Add Py_NO_INLINE macro (GH-28140)
Victor Stinner
2021-09-03
2
-18/+14
*
bpo-44945: Specialize BINARY_ADD (GH-27967)
Mark Shannon
2021-08-27
3
-26/+34
*
bpo-44990: Change layout of evaluation frames. "Layout B" (GH-27933)
Mark Shannon
2021-08-25
1
-7/+37
*
bpo-44874: deprecate Py_TRASHCAN_SAFE_BEGIN and Py_TRASHCAN_SAFE_END (GH-27693)
Irit Katriel
2021-08-18
1
-4/+13
*
bpo-44895: Introduce PYTHONDUMPREFSFILE variable for refcount dumping (GH-27767)
Dong-hee Na
2021-08-17
1
-0/+1
*
bpo-44889: Specialize LOAD_METHOD with PEP 659 adaptive interpreter (GH-27722)
Ken Jin
2021-08-17
2
-9/+20
[next]