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
/
Makefile.pre.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
Victor Stinner
2021-01-25
1
-9
/
+9
*
bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)
Victor Stinner
2021-01-20
1
-0
/
+2
*
bpo-42955: Add Python/module_names.h (GH-24258)
Victor Stinner
2021-01-19
1
-2
/
+15
*
bpo-36143: make regen-all now also runs regen-keyword (GH-24245)
Victor Stinner
2021-01-18
1
-1
/
+1
*
bpo-42802: Remove distutils bdist_wininst command (GH-24043)
Victor Stinner
2021-01-09
1
-1
/
+0
*
bpo-27640: Add --disable-test-modules configure option (GH-23886)
pxinwr
2020-12-30
1
-38
/
+71
*
bpo-39465: Add pycore_atomic_funcs.h header (GH-20766)
Victor Stinner
2020-12-23
1
-0
/
+1
*
bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701)
Victor Stinner
2020-12-08
1
-0
/
+1
*
bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616)
Pablo Galindo
2020-12-04
1
-0
/
+10
*
bpo-42431: Fix outdated bytes comments (GH-23458)
Serhiy Storchaka
2020-12-03
1
-0
/
+1
*
bpo-42087: Remove support for AIX 5.3 and below (GH-22830)
Kevin Adler
2020-11-16
1
-1
/
+1
*
bpo-41796: Make _ast module state per interpreter (GH-23024)
Victor Stinner
2020-11-02
1
-0
/
+2
*
bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999)
Victor Stinner
2020-10-27
1
-0
/
+1
*
bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993)
Victor Stinner
2020-10-27
1
-0
/
+1
*
bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713)
Victor Stinner
2020-10-26
1
-1
/
+1
*
bpo-41428: Implementation for PEP 604 (GH-21515)
Maggie Moss
2020-09-09
1
-0
/
+2
*
bpo-19521: Fix parallel build race condition on AIX (GH-21997)
Stefan Krah
2020-08-29
1
-2
/
+10
*
bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517)
Mark Shannon
2020-07-30
1
-1
/
+0
*
bpo-40939: Remove even more references to the old parser (GH-21642)
Lysandros Nikolaou
2020-07-27
1
-1
/
+0
*
bpo-41078: Add pycore_list.h internal header file (GH-21057)
Victor Stinner
2020-06-22
1
-0
/
+1
*
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
Victor Stinner
2020-06-22
1
-1
/
+1
*
bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)
Lysandros Nikolaou
2020-06-22
1
-1
/
+1
*
bpo-40939: Remove the old parser (Part 2) (GH-21005)
Lysandros Nikolaou
2020-06-20
1
-13
/
+2
*
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo
2020-06-11
1
-33
/
+13
*
bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807)
Victor Stinner
2020-06-11
1
-2
/
+0
*
bpo-40939: Generate keyword.py using the new parser (GH-20800)
Lysandros Nikolaou
2020-06-11
1
-3
/
+4
*
bpo-40684: Fix make install for platlibdir=lib64 (GH-20736)
Victor Stinner
2020-06-09
1
-1
/
+1
*
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...
Sandro Mani
2020-06-08
1
-0
/
+5
*
bpo-29882: Add _Py_popcount32() function (GH-20518)
Victor Stinner
2020-06-08
1
-1
/
+1
*
bpo-40683: Add zoneinfo to LIBSUBDIRS (#20229)
Paul Ganssle
2020-05-19
1
-1
/
+3
*
bpo-40528: Improve AST generation script to do builds simultaneously (GH-19968)
Batuhan Taskaya
2020-05-18
1
-8
/
+6
*
Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (...
Ned Deily
2020-05-18
1
-12
/
+1
*
bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)
Ned Deily
2020-05-18
1
-1
/
+12
*
bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)
Paul Ganssle
2020-05-16
1
-0
/
+3
*
bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044)
Victor Stinner
2020-05-12
1
-0
/
+2
*
bpo-38787: C API for module state access from extension methods (PEP 573) (GH...
Petr Viktorin
2020-05-07
1
-0
/
+1
*
Call $(MKDIR_P) before regenerating the PEG meta-parser (GH-19861)
Pablo Galindo
2020-05-02
1
-0
/
+1
*
bpo-40334: regenerate metaparser as part of regen-all (GH-19854)
Pablo Galindo
2020-05-02
1
-2
/
+11
*
bpo-40421: Add Include/cpython/code.h header file (GH-19756)
Victor Stinner
2020-04-28
1
-0
/
+1
*
bpo-40421: Add pyframe.h header file (GH-19755)
Victor Stinner
2020-04-28
1
-0
/
+1
*
bpo-40334: Refactor peg_generator to receive a Tokens file when building c co...
Pablo Galindo
2020-04-28
1
-1
/
+3
*
Add files in tests/test_peg_generator to the install target lists (GH-19723)
Pablo Galindo
2020-04-27
1
-0
/
+1
*
Fix broken mkdir -p call in regen-pegen (#19695)
Guido van Rossum
2020-04-23
1
-1
/
+1
*
bpo-40334: Improve various PEG-Parser related stuff (GH-19669)
Lysandros Nikolaou
2020-04-23
1
-1
/
+1
*
bpo-40334: Fix builds outside the source directory and regenerate autoconf fi...
Pablo Galindo
2020-04-23
1
-0
/
+1
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
1
-3
/
+23
*
bpo-40302: Add pycore_byteswap.h header file (GH-19552)
Victor Stinner
2020-04-17
1
-0
/
+1
*
bpo-40241: Add pycore_interp.h header (GH-19499)
Victor Stinner
2020-04-13
1
-0
/
+1
*
bpo-40268: Add pycore_runtime.h header file (GH-19493)
Victor Stinner
2020-04-13
1
-0
/
+1
*
bpo-40170: Add _PyIndex_Check() internal function (GH-19426)
Victor Stinner
2020-04-08
1
-0
/
+1
[next]