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
/
aclocal.m4
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45573: Introduce extension module flags in Makefile (GH-29594)
Christian Heimes
2021-11-18
1
-0
/
+50
*
bpo-45350: Rerun autoreconf with the pkg-config macros (GH-28708)
Pablo Galindo Salgado
2021-10-04
1
-0
/
+344
*
bpo-44340: Add support for building with clang full/thin lto (GH-27231)
Dong-hee Na
2021-07-19
1
-2
/
+2
*
Update CI files to account for the master -> main rename (GH-25860)
Pablo Galindo
2021-05-03
1
-346
/
+2
*
bpo-43617: Check autoconf-archive package in configure.ac (GH-25016)
Christian Heimes
2021-03-27
1
-2
/
+209
*
bpo-43466: Add --with-openssl-rpath configure option (GH-24820)
Christian Heimes
2021-03-19
1
-6
/
+74
*
bpo-41625: Expose the splice() system call in the os module (GH-21947)
Pablo Galindo
2020-11-17
1
-74
/
+6
*
bpo-38980: Only apply -fno-semantic-interposition if available (GH-22892)
Petr Viktorin
2020-10-22
1
-0
/
+54
*
Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (...
Ned Deily
2020-05-18
1
-5
/
+5
*
bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)
Ned Deily
2020-05-18
1
-5
/
+5
*
bpo-40334: Fix builds outside the source directory and regenerate autoconf fi...
Pablo Galindo
2020-04-23
1
-5
/
+73
*
bpo-39794: Add --without-decimal-contextvar (#18702)
Stefan Krah
2020-02-29
1
-2
/
+2
*
bpo-34652 again: Remove lchmod from the default AC_CHECK_FUNCS list. (GH-15758)
Benjamin Peterson
2019-09-09
1
-71
/
+3
*
bpo-26826: Expose copy_file_range in the os module (GH-7255)
Pablo Galindo
2019-05-31
1
-3
/
+71
*
bpo-26836: Add os.memfd_create() (#13567)
Zackery Spytz
2019-05-29
1
-5
/
+5
*
bpo-33164: update blake2 implementation (GH-6286)
David Carlier
2019-05-23
1
-5
/
+5
*
Run autoreconf.
Benjamin Peterson
2019-02-25
1
-2
/
+2
*
bpo-35674: Add os.posix_spawnp() (GH-11554)
Joannah Nanjekye
2019-01-16
1
-4
/
+4
*
bpo-28015: Support LTO build with clang (GH-9908)
serge-sans-paille
2018-10-25
1
-2
/
+2
*
run autoconf (GH-9411)
Benjamin Peterson
2018-09-18
1
-0
/
+1
*
Remove configure check LOG1P_DROPS_ZERO_SIGN. (GH-9193)
Benjamin Peterson
2018-09-11
1
-2
/
+2
*
bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)
Antoine Pitrou
2018-07-16
1
-2
/
+2
*
bpo-34121: Fix detection of C11 atomic support on clang. (GH-8288)
Benjamin Peterson
2018-07-15
1
-8
/
+8
*
closes bpo-33619: Fix libffi detection by regenerating ./configure (GH-7075)
Chih-Hsuan Yen
2018-05-23
1
-0
/
+276
*
run autoreconf (GH-6850)
Benjamin Peterson
2018-05-14
1
-278
/
+2
*
bpo-33332: Add signal.valid_signals() (GH-6581)
Antoine Pitrou
2018-05-04
1
-10
/
+10
*
bpo-31368: Expose preadv and pwritev in the os module (#5239)
Pablo Galindo
2018-01-27
1
-74
/
+6
*
bpo-32598: Use autoconf to detect usable OpenSSL (#5242)
Christian Heimes
2018-01-20
1
-4
/
+73
*
bpo-29137: Remove fpectl module (#4789)
Nathaniel J. Smith
2018-01-05
1
-5
/
+5
*
bpo-31462: Remove trailing whitespaces. (#3564)
Serhiy Storchaka
2017-09-14
1
-1
/
+1
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-71
/
+3
*
bpo-31343: Include sys/sysmacros.h (#3318)
Christian Heimes
2017-09-05
1
-3
/
+71
*
improve alignment autoconf test (#1129)
Benjamin Peterson
2017-04-14
1
-2
/
+2
*
Write configure message to AS_MESSAGE_FD
Christian Heimes
2016-09-24
1
-2
/
+2
*
more PY_LONG_LONG to long long
Benjamin Peterson
2016-09-08
1
-2
/
+2
*
Issue 28017: Use -std=gnu99 to get C99 with GNU extensions for bluetooth.h on...
Christian Heimes
2016-09-08
1
-2
/
+2
*
assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes ...
Benjamin Peterson
2016-07-06
1
-78
/
+139
*
Issue #24324: Do not enable unreachable code warnings when using
Ned Deily
2016-03-08
1
-2
/
+2
*
- the PKG_PROG_PKG_CONFIG macro is not part of autoconf, but comes from third
doko@ubuntu.com
2015-04-13
1
-0
/
+229
*
Delete aclocal.m4, and require autoconf 2.59, fixing
Martin v. Löwis
2006-01-29
1
-57
/
+0
*
fix for bug #811160 - autoconf vs. hp/ux system header files.
Anthony Baxter
2003-09-27
1
-0
/
+57