GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin
2020-02-11
1
-3
/
+3
*
bpo-39573: Add Py_SET_SIZE() function (GH-18400)
Victor Stinner
2020-02-07
2
-1
/
+6
*
bpo-35134: Create Include/cpython/listobject.h (GH-18395)
Victor Stinner
2020-02-07
2
-43
/
+59
*
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Victor Stinner
2020-02-07
2
-1
/
+7
*
bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391)
Victor Stinner
2020-02-07
3
-10
/
+10
*
bpo-39571: Fix clang warning on PyTypeObject typedef (GH-18385)
Victor Stinner
2020-02-07
1
-2
/
+2
*
bpo-39573: Add Py_SET_REFCNT() function (GH-18389)
Victor Stinner
2020-02-07
1
-0
/
+5
*
bpo-39245: Make Vectorcall C API public (GH-17893)
Petr Viktorin
2020-02-06
2
-15
/
+26
*
bpo-39127: Make _Py_HashPointer's argument be const (GH-17690)
Andy Lester
2020-02-05
1
-1
/
+1
*
bpo-39542: Declare _Py_AddToAllObjects() in pycore_object.h (GH-18368)
Victor Stinner
2020-02-05
1
-0
/
+1
*
Add PyInterpreterState.fs_codec.utf8 (GH-18367)
Victor Stinner
2020-02-05
1
-0
/
+1
*
bpo-39542: Define PyTypeObject earlier in object.h (GH-18366)
Victor Stinner
2020-02-05
1
-20
/
+16
*
bpo-39542: Convert PyType_Check() to static inline function (GH-18364)
Victor Stinner
2020-02-05
2
-11
/
+22
*
bpo-39542: Make PyObject_INIT() opaque in limited C API (GH-18363)
Victor Stinner
2020-02-05
4
-45
/
+62
*
bpo-39542: Exclude trashcan from the limited C API (GH-18362)
Victor Stinner
2020-02-05
2
-87
/
+86
*
bpo-39543: Remove unused _Py_Dealloc() macro (GH-18361)
Victor Stinner
2020-02-05
1
-10
/
+0
*
bpo-39542: Make _Py_NewReference() opaque in C API (GH-18346)
Victor Stinner
2020-02-05
3
-54
/
+36
*
bpo-39542: Simplify _Py_NewReference() (GH-18332)
Victor Stinner
2020-02-03
1
-27
/
+15
*
bpo-39542: Move object.h debug functions to internal C API (GH-18331)
Victor Stinner
2020-02-03
2
-7
/
+9
*
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner
2020-02-03
3
-30
/
+2
*
bpo-38631: Add _Py_NO_RETURN to functions calling Py_FatalError() (GH-18278)
Victor Stinner
2020-01-30
1
-1
/
+1
*
bpo-38631: Avoid Py_FatalError() in init_slotdefs() (GH-18263)
Victor Stinner
2020-01-30
1
-0
/
+1
*
bpo-39320: Handle unpacking of **values in compiler (GH-18141)
Mark Shannon
2020-01-27
1
-2
/
+2
*
Post 3.9.0a3
Łukasz Langa
2020-01-25
1
-1
/
+1
*
Python 3.9.0a3
v3.9.0a3
Łukasz Langa
2020-01-24
1
-2
/
+2
*
bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)
Victor Stinner
2020-01-24
1
-2
/
+6
*
bpo-39320: Handle unpacking of *values in compiler (GH-17984)
Mark Shannon
2020-01-23
1
-4
/
+3
*
bpo-35134: Migrate frameobject.h contents to cpython/frameobject.h (GH-18052)
Nick Coghlan
2020-01-21
2
-74
/
+95
*
bpo-39372: Clean header files of declared interfaces with no implementations ...
Pablo Galindo
2020-01-18
11
-54
/
+0
*
bpo-31031: Unify duplicate bits_in_digit and bit_length (GH-2866)
Niklas Fiekas
2020-01-16
1
-0
/
+8
*
bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754)
Mark Shannon
2020-01-14
1
-5
/
+3
*
bpo-38644: Pass tstate to _Py_FinishPendingCalls() (GH-17990)
Victor Stinner
2020-01-13
1
-1
/
+1
*
bpo-39164: Add private _PyErr_GetExcInfo() function (GH-17752)
Julien Danjou
2020-01-13
1
-0
/
+1
*
Py_DECREF: only pass filename if Py_REF_DEBUG is defined (GH-17870)
Victor Stinner
2020-01-08
1
-5
/
+10
*
Move comment about permanent generation to gcmodule.c (GH-17718)
Pablo Galindo
2019-12-27
1
-36
/
+0
*
Post 3.9.0a2
Łukasz Langa
2019-12-19
1
-1
/
+1
*
Python 3.9.0a2
v3.9.0a2
Łukasz Langa
2019-12-18
1
-2
/
+2
*
bpo-38858: Small integer per interpreter (GH-17315)
Victor Stinner
2019-12-17
2
-2
/
+14
*
bpo-38858: new_interpreter() reuses _PySys_Create() (GH-17481)
Victor Stinner
2019-12-06
1
-1
/
+0
*
bpo-27961: Replace PY_LLONG_MAX, PY_LLONG_MIN and PY_ULLONG_MAX with standard...
Sergey Fedoseev
2019-12-05
1
-4
/
+4
*
bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354)
Victor Stinner
2019-11-23
1
-11
/
+0
*
bpo-38858: new_interpreter() reuses pycore_init_builtins() (GH-17351)
Victor Stinner
2019-11-22
1
-1
/
+0
*
bpo-38858: _PyImport_FixupExtensionObject() handles subinterpreters (GH-17350)
Victor Stinner
2019-11-22
2
-1
/
+6
*
bpo-38858: Call _PyUnicode_Fini() in Py_EndInterpreter() (GH-17330)
Victor Stinner
2019-11-22
1
-1
/
+1
*
Produce cleaner bytecode for 'with' and 'async with' by generating separate c...
Mark Shannon
2019-11-21
1
-6
/
+2
*
bpo-38858: Add _Py_IsMainInterpreter(tstate) (GH-17293)
Victor Stinner
2019-11-20
1
-0
/
+2
*
bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (G...
Victor Stinner
2019-11-20
3
-6
/
+0
*
bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287)
Victor Stinner
2019-11-20
3
-6
/
+5
*
bpo-38835: Exclude PyFPE macros from the stable API (GH-17228)
Victor Stinner
2019-11-20
1
-0
/
+3
*
bpo-36854: gcmodule.c gets its state from tstate (GH-17285)
Victor Stinner
2019-11-20
2
-5
/
+7
[next]