summaryrefslogtreecommitdiffstats
path: root/Modules/_operator.c
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2019-03-18 16:51:26 (GMT)
committerLarry Hastings <larry@hastings.org>2019-03-18 16:51:26 (GMT)
commite76cbc781044ee01b059f3702c580e66266b84c5 (patch)
treeada069d956f8409f71dd5e29417f0ae552b420df /Modules/_operator.c
parent8daddaefe3ec9ad0c77e6791d4104bdcf028c0b7 (diff)
downloadcpython-3.4.10.zip
cpython-3.4.10.tar.gz
cpython-3.4.10.tar.bz2
Version bump for 3.4.10.v3.4.10
Diffstat (limited to 'Modules/_operator.c')
0 files changed, 0 insertions, 0 deletions
d> * bpo-40401: Remove duplicate pyhash.h include from pythoncore.vcxproj (GH-19725)Ammar Askar2020-04-271-1/+0 * bpo-40334: Improve various PEG-Parser related stuff (GH-19669)Lysandros Nikolaou2020-04-231-1/+1 * bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)Pablo Galindo2020-04-221-0/+9 * bpo-40302: Add pycore_byteswap.h header file (GH-19552)Victor Stinner2020-04-171-0/+1 * bpo-40241: Add pycore_interp.h header (GH-19499)Victor Stinner2020-04-131-0/+1 * bpo-40268: Add pycore_runtime.h header file (GH-19493)Victor Stinner2020-04-131-0/+1 * bpo-40170: Add _PyIndex_Check() internal function (GH-19426)Victor Stinner2020-04-081-0/+1 * bpo-39481: Implementation for PEP 585 (#18239)Guido van Rossum2020-04-071-0/+1 * bpo-38644: Add _PySys_Audit() which takes tstate (GH-19180)Victor Stinner2020-03-261-0/+1 * bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18...Steve Dower2020-03-111-9/+1 * bpo-38597: Never statically link extension initialization code on Windows (GH...Steve Dower2020-03-031-0/+2 * bpo-35134: Add Include/cpython/fileutils.h header file (GH-18493)Victor Stinner2020-02-121-0/+1 * bpo-35134: Add Include/cpython/bytesobject.h file (GH-18494)Victor Stinner2020-02-121-0/+2 * bpo-35081: Move dtoa.h header to the internal C API (GH-18489)Victor Stinner2020-02-121-1/+1 * bpo-35081: Move bytes_methods.h to the internal C API (GH-18492)Victor Stinner2020-02-121-1/+1 * bpo-35134: Create Include/cpython/listobject.h (GH-18395)Victor Stinner2020-02-071-0/+1 * bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231)Steve Dower2020-01-29