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
/
Programs
/
python.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40268: Remove unused imports in pylifecycle.c (GH-19533)
Victor Stinner
2020-04-15
1
-1
/
+0
*
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner
2019-05-27
1
-1
/
+1
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
1
-1
/
+1
*
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
Victor Stinner
2018-11-01
1
-0
/
+1
*
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-...
Victor Stinner
2018-09-19
1
-1
/
+1
*
bpo-34589: C locale coercion off by default (GH-9073)
Victor Stinner
2018-09-17
1
-1
/
+1
*
bpo-32030: Fix compilation on FreeBSD, #include <fenv.h> (#4919)
Victor Stinner
2017-12-18
1
-8
/
+0
*
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)
Victor Stinner
2017-12-16
1
-90
/
+1
*
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner
2017-12-13
1
-9
/
+14
*
bpo-32030: Rework memory allocators (#4625)
Victor Stinner
2017-11-29
1
-13
/
+6
*
bpo-32030: Split Py_Main() into subfunctions (#4399)
Victor Stinner
2017-11-15
1
-3
/
+11
*
bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334)
xdegaye
2017-11-12
1
-8
/
+1
*
bpo-31877: Add _Py_LegacyLocaleDetected and _PyCoerceLegacyLocale to pylifecy...
Erik Bray
2017-10-27
1
-14
/
+10
*
bpo-28180: Implementation for PEP 538 (#659)
Nick Coghlan
2017-06-11
1
-0
/
+37
*
Add PYTHONMALLOC env var
Victor Stinner
2016-03-14
1
-0
/
+9
*
Replace fpgetmask() with fedisableexcept()
Victor Stinner
2016-01-20
1
-6
/
+2
*
Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename
Victor Stinner
2014-08-01
1
-1
/
+1
*
Issue #18093: Factor out the programs that embed the runtime
Nick Coghlan
2014-07-25
1
-0
/
+77