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-42979: Enhance abstract.c assertions checking slot result (GH-24352)
Victor Stinner
2021-01-27
2
-1
/
+7
*
bpo-40176: Improve error messages for unclosed string literals (GH-19346)
Batuhan Taskaya
2021-01-20
1
-2
/
+0
*
bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext (GH-24254)
Victor Stinner
2021-01-19
1
-1
/
+1
*
bpo-42923: Dump extension modules on fatal error (GH-24207)
Victor Stinner
2021-01-18
2
-0
/
+8
*
bpo-42923: Py_FatalError() avoids fprintf() (GH-24242)
Victor Stinner
2021-01-18
1
-7
/
+3
*
bpo-41994: Fix refcount issues in Python/import.c (GH-22632)
Serhiy Storchaka
2021-01-12
2
-7
/
+0
*
bpo-42882: _PyRuntimeState_Init() leaves unicode next_index unchanged (GH-24193)
Victor Stinner
2021-01-12
1
-0
/
+4
*
bpo-41798: Allocate _decimal extension module C API on the heap (GH-24117)
Erlend Egeberg Aasland
2021-01-06
1
-1
/
+3
*
bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099)
Mark Shannon
2021-01-05
1
-6
/
+1
*
Post 3.10.0a4
Pablo Galindo
2021-01-04
1
-1
/
+1
*
Python 3.10.0a4
v3.10.0a4
Pablo Galindo
2021-01-04
1
-2
/
+2
*
bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999)
Petr Viktorin
2020-12-29
1
-3
/
+3
*
bpo-40521: Per-interpreter interned strings (GH-20085)
Victor Stinner
2020-12-26
1
-0
/
+11
*
bpo-42745: Make the type cache per-interpreter (GH-23947)
Victor Stinner
2020-12-26
3
-1
/
+26
*
bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058)
Victor Stinner
2020-12-26
3
-3
/
+18
*
bpo-39465: Add pycore_atomic_funcs.h header (GH-20766)
Victor Stinner
2020-12-23
2
-3
/
+97
*
bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly af...
Mark Shannon
2020-12-17
1
-1
/
+1
*
bpo-42639: Move atexit state to PyInterpreterState (GH-23763)
Victor Stinner
2020-12-15
2
-4
/
+18
*
bpo-42639: atexit now logs callbacks exceptions (GH-23771)
Victor Stinner
2020-12-14
2
-1
/
+3
*
bpo-42639: Cleanup atexitmodule.c (GH-23770)
Victor Stinner
2020-12-14
2
-7
/
+2
*
bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730)
Victor Stinner
2020-12-10
1
-0
/
+2
*
bpo-32381: Add _PyRun_AnyFileObject() (GH-23723)
Victor Stinner
2020-12-09
2
-0
/
+10
*
bpo-32381: Remove unused _Py_fopen() function (GH-23711)
Victor Stinner
2020-12-09
1
-4
/
+0
*
bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709)
Victor Stinner
2020-12-09
1
-0
/
+5
*
bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701)
Victor Stinner
2020-12-08
2
-117
/
+124
*
Post 3.10.0a3
Pablo Galindo
2020-12-08
1
-1
/
+1
*
Python 3.10.0a3
v3.10.0a3
Pablo Galindo
2020-12-07
1
-2
/
+2
*
bpo-30459: Cast the result of PyCell_SET to void (GH-23654)
Victor Stinner
2020-12-07
1
-1
/
+1
*
bpo-30459: Cast the result of PyList_SET_ITEM() to void (GH-19975)
Zackery Spytz
2020-12-05
2
-2
/
+2
*
bpo-42262: Py_NewRef() casts its argument to PyObject* (GH-23626)
Victor Stinner
2020-12-03
1
-4
/
+2
*
bpo-42431: Fix outdated bytes comments (GH-23458)
Serhiy Storchaka
2020-12-03
3
-25
/
+39
*
bpo-42500: Fix recursion in or after except (GH-23568)
Mark Shannon
2020-12-02
2
-18
/
+1
*
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner
2020-12-01
2
-3
/
+7
*
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner
2020-12-01
2
-26
/
+12
*
bpo-40170: Hide impl detail of Py_TRASHCAN_BEGIN macro (GH-23235)
Hai Shi
2020-11-24
1
-1
/
+3
*
bpo-1635741: Convert _imp to multi-phase init (GH-23378)
Victor Stinner
2020-11-18
1
-1
/
+1
*
bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366)
Victor Stinner
2020-11-18
1
-9
/
+4
*
bpo-41713: Remove PyOS_InitInterrupts() function (GH-23342)
Victor Stinner
2020-11-17
2
-2
/
+2
*
bpo-37205: time.time() cannot fail with fatal error (GH-23314)
Victor Stinner
2020-11-16
1
-24
/
+28
*
bpo-41617: Add _Py__has_builtin() macro (GH-23260)
Victor Stinner
2020-11-13
2
-9
/
+18
*
bpo-42260: Initialize time and warnings earlier at startup (GH-23249)
Victor Stinner
2020-11-12
3
-3
/
+6
*
bpo-42246: Partial implementation of PEP 626. (GH-23113)
Mark Shannon
2020-11-12
1
-7
/
+21
*
bpo-40170: Fix PyType_Ready() refleak on static type (GH-23236)
Victor Stinner
2020-11-11
1
-0
/
+1
*
bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220)
Victor Stinner
2020-11-10
1
-1
/
+3
*
bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#2...
Vladimir Matveev
2020-11-10
4
-5
/
+21
*
bpo-42171: Add PEP573-related items to the limited API (GH-23009)
Petr Viktorin
2020-11-10
1
-1
/
+1
*
bpo-42260: Compute the path config in the main init (GH-23211)
Victor Stinner
2020-11-10
1
-0
/
+1
*
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
Victor Stinner
2020-11-09
1
-2
/
+3
*
bpo-42233: Add union type expression support for GenericAlias and fix de-dupl...
kj
2020-11-08
1
-0
/
+1
*
bpo-42260: Add _PyConfig_FromDict() (GH-23167)
Victor Stinner
2020-11-05
1
-0
/
+3
[next]