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-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152)
Victor Stinner
2020-11-05
2
-5
/
+29
*
bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158)
Victor Stinner
2020-11-05
3
-6
/
+32
*
bpo-42260: Main init modify sys.flags in-place (GH-23150)
Victor Stinner
2020-11-04
1
-1
/
+1
*
bpo-42260: Reorganize PyConfig (GH-23149)
Victor Stinner
2020-11-04
1
-5
/
+5
*
bpo-1635741: Add PyModule_AddObjectRef() function (GH-23122)
Victor Stinner
2020-11-04
1
-1
/
+9
*
Add _PyType_GetModuleByDef (GH-22835)
Petr Viktorin
2020-11-03
1
-0
/
+2
*
Post 3.10.0a2
Pablo Galindo
2020-11-03
1
-1
/
+1
*
Merge tag 'v3.10.0a2' into master
Pablo Galindo
2020-11-03
1
-2
/
+2
|
\
|
*
Python 3.10.0a2
v3.10.0a2
Pablo Galindo
2020-11-03
1
-2
/
+2
*
|
bpo-41796: Call _PyAST_Fini() earlier to fix a leak (GH-23131)
Victor Stinner
2020-11-03
1
-1
/
+1
|
/
*
bpo-41796: Make _ast module state per interpreter (GH-23024)
Victor Stinner
2020-11-02
3
-5
/
+242
*
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner
2020-11-02
1
-221
/
+32
*
bpo-41435: Add sys._current_exceptions() function (GH-21689)
Julien Danjou
2020-11-02
1
-0
/
+5
*
bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086)
Victor Stinner
2020-11-01
3
-33
/
+14
*
bpo-42236: Enhance _locale._get_locale_encoding() (GH-23083)
Victor Stinner
2020-11-01
1
-1
/
+2
*
bpo-42208: Add _Py_GetLocaleEncoding() (GH-23050)
Victor Stinner
2020-10-31
1
-0
/
+2
*
bpo-42208: Call GC collect earlier in PyInterpreterState_Clear() (GH-23044)
Victor Stinner
2020-10-30
1
-0
/
+1
*
bpo-42208: Pass tstate to _PyGC_CollectNoFail() (GH-23038)
Victor Stinner
2020-10-30
2
-5
/
+3
*
bpo-42161: Remove private _PyLong_Zero and _PyLong_One (GH-23003)
Victor Stinner
2020-10-27
1
-3
/
+0
*
bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994)
Victor Stinner
2020-10-27
1
-1
/
+1
*
bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993)
Victor Stinner
2020-10-27
2
-2
/
+48
*
bpo-42157: unicodedata avoids references to UCD_Type (GH-22990)
Victor Stinner
2020-10-26
1
-17
/
+7
*
bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713)
Victor Stinner
2020-10-26
1
-7
/
+15
*
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetIte...
Serhiy Storchaka
2020-10-26
1
-2
/
+2
*
bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803)
Pablo Galindo
2020-10-20
2
-0
/
+8
*
bpo-41845: Move PyObject_GenericGetDict() back into the limited API (GH22646)
Zackery Spytz
2020-10-19
2
-1
/
+3
*
bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252)
Alex Gaynor
2020-10-19
2
-20
/
+17
*
bpo-40422: Move _Py_closerange to fileutils.c (GH-22680)
Kyle Evans
2020-10-13
1
-0
/
+2
*
bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677)
Vladimir Matveev
2020-10-13
1
-0
/
+2
*
Delete PyGen_Send (#22663)
Vladimir Matveev
2020-10-12
1
-9
/
+0
*
Fix typo in listobject.h (GH-22588)
chilaxan
2020-10-11
1
-1
/
+1
*
bpo-41991: Remove _PyObject_HasAttrId (GH-22629)
Serhiy Storchaka
2020-10-10
1
-1
/
+0
*
bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limit...
Serhiy Storchaka
2020-10-10
2
-8
/
+7
*
bpo-41756: Add PyIter_Send function (#22443)
Vladimir Matveev
2020-10-09
2
-7
/
+17
*
bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes"...
Serhiy Storchaka
2020-10-09
1
-0
/
+2
*
Post 3.10.0a1
Pablo Galindo
2020-10-05
1
-1
/
+1
*
Python 3.10.0a1
v3.10.0a1
Pablo Galindo
2020-10-05
1
-2
/
+2
*
bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552)
Serhiy Storchaka
2020-10-05
2
-10
/
+0
*
bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486)
Victor Stinner
2020-10-02
1
-1
/
+4
*
bpo-41842: Add codecs.unregister() function (GH-22360)
Hai Shi
2020-09-28
1
-0
/
+8
*
bpo-41875: Use __builtin_unreachable when possible (GH-22433)
Dong-hee Na
2020-09-29
1
-1
/
+3
*
bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633)
Zackery Spytz
2020-09-23
1
-0
/
+8
*
bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359)
Victor Stinner
2020-09-23
1
-2
/
+0
*
Py_IS_TYPE() macro uses Py_TYPE() (GH-22341)
Victor Stinner
2020-09-22
1
-1
/
+1
*
bpo-41756: Introduce PyGen_Send C API (GH-22196)
Vladimir Matveev
2020-09-18
1
-0
/
+15
*
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo
2020-09-16
3
-144
/
+285
*
bpo-41631: _ast module uses again a global state (#21961)
Victor Stinner
2020-09-15
1
-0
/
+1
*
bpo-41428: Implementation for PEP 604 (GH-21515)
Maggie Moss
2020-09-09
1
-0
/
+17
*
bpo-41617: Fix pycore_bitutils.h to support clang 3.0 (GH-22042)
Victor Stinner
2020-09-01
1
-4
/
+6
*
bpo-41324 Add a minimal decimal capsule API (#21519)
Stefan Krah
2020-08-10
1
-0
/
+180
[prev]
[next]