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
/
setup.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-31525: Increase minimum sqlite version number check (GH-12923)
Charles Pigott
2019-04-26
1
-3
/
+3
*
bpo-36635, bpo-36696: Fix setup.py on AIX (GH-12922)
Victor Stinner
2019-04-23
1
-3
/
+3
*
bpo-36635: Add _testinternalcapi module (GH-12841)
Victor Stinner
2019-04-18
1
-0
/
+4
*
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)
Victor Stinner
2019-04-17
1
-3
/
+3
*
bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833)
pxinwr
2019-04-15
1
-6
/
+7
*
bpo-36577: setup.py reports missing OpenSSL again (GH-12746)
Christian Heimes
2019-04-09
1
-0
/
+2
*
bpo-36544 : Fix regression introduced in bpo-36146 (GH-12708)
xdegaye
2019-04-09
1
-0
/
+2
*
bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658)
Michael Felt
2019-04-08
1
-3
/
+0
*
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...
Eric Snow
2019-03-15
1
-3
/
+1
*
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...
Victor Stinner
2019-03-04
1
-1
/
+3
*
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...
Eric Snow
2019-03-01
1
-3
/
+1
*
bpo-36146: Add TEST_EXTENSIONS to setup.py (GH-12129)
Victor Stinner
2019-03-01
1
-81
/
+84
*
bpo-36146: Don't run code at setup.py top level (GH-12127)
Victor Stinner
2019-03-01
1
-76
/
+64
*
bpo-36146: Split setup.py into subfunctions (GH-12125)
Victor Stinner
2019-03-01
1
-228
/
+249
*
bpo-36146: Refactor setup.py: Add PyBuildExt.srcdir (GH-12124)
Victor Stinner
2019-03-01
1
-98
/
+99
*
bpo-36146: Refactor setup.py: PyBuildExt.add() method (GH-12097)
Victor Stinner
2019-03-01
1
-227
/
+204
*
bpo-36146: Fix inc_dirs in setup.py on macOS (GH-12098)
Victor Stinner
2019-03-01
1
-2
/
+3
*
bpo-36146: Refactor setup.py (GH-12093)
Victor Stinner
2019-02-28
1
-69
/
+72
*
bpo-31904: Add cross-build support for VxWorks RTOS (GH-11968)
pxinwr
2019-02-27
1
-14
/
+32
*
Clean up code which checked presence of os.{stat,lstat,chmod} (#11643)
Anthony Sottile
2019-02-25
1
-5
/
+0
*
bpo-35903: Use autoconfig to probe for shm_open() and shm_unlink(). (#11765)
Neil Schemenauer
2019-02-08
1
-3
/
+4
*
bpo-35813: Added shared_memory submodule of multiprocessing. (#11664)
Davin Potts
2019-02-01
1
-0
/
+11
*
bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900)
stratakis
2018-12-19
1
-5
/
+10
*
bpo-35081: Internal headers require Py_BUILD_CORE (GH-10363)
Victor Stinner
2018-11-09
1
-1
/
+3
*
bpo-29442: Replace optparse with argparse in setup.py (GH-139)
Chih-Hsuan Yen
2018-07-11
1
-19
/
+4
*
bpo-25427: Remove pyvenv (GH-5962)
Brett Cannon
2018-04-20
1
-2
/
+2
*
bpo-32647: Link ctypes extension with libdl. (#5550)
Christian Heimes
2018-02-25
1
-0
/
+4
*
bpo-31333: Re-implement ABCMeta in C (#5273)
Ivan Levkivskyi
2018-02-18
1
-0
/
+2
*
bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh...
Eric Snow
2018-01-29
1
-0
/
+4
*
bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
Christian Heimes
2018-01-27
1
-7
/
+20
*
bpo-32521: nis libnsl (#5190)
Christian Heimes
2018-01-26
1
-19
/
+51
*
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
2018-01-22
1
-0
/
+3
*
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Victor Stinner
2018-01-22
1
-6
/
+0
*
bpo-32598: Use autoconf to detect usable OpenSSL (#5242)
Christian Heimes
2018-01-20
1
-66
/
+62
*
bpo-14976: Reentrant simple queue (#3346)
Antoine Pitrou
2018-01-16
1
-0
/
+2
*
bpo-32521: nis libtirpc (#5137)
Christian Heimes
2018-01-12
1
-5
/
+12
*
bpo-32297: Few misspellings found in Python source code comments. (#4803)
Mike
2017-12-14
1
-1
/
+1
*
bpo-32233: Fix build with --with-system-libmpdec. (#4739)
Stefan Krah
2017-12-06
1
-1
/
+2
*
bpo-11063: Handle uuid.h being in default include path (GH-4565)
Nick Coghlan
2017-11-26
1
-2
/
+1
*
bpo-32059: setup.py now also searches the sysroot paths (GH-4452)
xdegaye
2017-11-25
1
-7
/
+37
*
remove detect_math_libs (#4383)
Benjamin Peterson
2017-11-12
1
-21
/
+10
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
1
-1
/
+1
*
fixes bpo-31834: Use optimized code for BLAKE2 only with SSSE3+ (#4066)
Michał Górny
2017-10-23
1
-9
/
+0
*
remove comment about long-gone SGI modules (#3850)
Benjamin Peterson
2017-10-01
1
-2
/
+0
*
bpo-11063, bpo-20519: avoid ctypes and improve import time for uuid (#3796)
Antoine Pitrou
2017-09-28
1
-0
/
+14
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-10
/
+3
*
bpo-30912: Don't check the content of ffi.h (GH-2687)
Shlomi Fish
2017-09-06
1
-10
/
+3
*
bpo-29505: Add fuzz tests for float(str), int(str), unicode(str) (#2878)
Devin Jeanpierre
2017-09-06
1
-0
/
+6
*
bpo-30923: Silence fall-through warnings in libexpat build. (#3205)
Stefan Krah
2017-08-25
1
-0
/
+9
*
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106)
Victor Stinner
2017-08-18
1
-0
/
+3
[next]