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-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
*
Issue #30923: Revert flag that is not recognized by an obsolete gcc version. ...
Stefan Krah
2017-08-18
1
-3
/
+0
*
bpo-30923: Suppress fall-through warnings in libmpdec. (#2698)
Stefan Krah
2017-07-13
1
-0
/
+3
*
bpo-20210: Support the *disabled* marker in Setup files (GH-132)
xdegaye
2017-05-27
1
-13
/
+34
*
Check that Python is 64-bit before enabling BLAKE2_USE_SSE. (#1332)
Neil Schemenauer
2017-04-28
1
-2
/
+5
*
Merge 3.6.
Stefan Krah
2017-02-04
1
-1
/
+1
|
\
|
*
Issue29439: _decimal on Android requires linking with libm.
Stefan Krah
2017-02-04
1
-1
/
+1
*
|
Issue #20211: Merge 3.6.
Xavier de Gaye
2016-12-14
1
-2
/
+3
|
\
|
|
*
Issue #20211: Do not add the directory for installing C header files and
Xavier de Gaye
2016-12-14
1
-2
/
+3
*
|
Issue #28190: Merge 3.6.
Xavier de Gaye
2016-12-13
1
-1
/
+2
|
\
|
|
*
Issue #28190: Cross compiling the _curses module does not use anymore
Xavier de Gaye
2016-12-13
1
-1
/
+2
*
|
Issue #28918: Merge 3.6.
Xavier de Gaye
2016-12-10
1
-1
/
+1
|
\
|
|
*
Issue #28918: Fix the cross compilation of xxlimited when Python
Xavier de Gaye
2016-12-10
1
-1
/
+1
*
|
Issue #28444: Merge with 3.6.
Xavier de Gaye
2016-10-29
1
-22
/
+21
|
\
|
|
*
Issue #28444: Merge with 3.5.
Xavier de Gaye
2016-10-29
1
-22
/
+21
|
|
\
|
|
*
Issue #28444: Fix missing extensions modules when cross compiling.
Xavier de Gaye
2016-10-29
1
-22
/
+21
*
|
|
Issue #28428: Rename _futures module to _asyncio. (merge from 3.6)
INADA Naoki
2016-10-15
1
-2
/
+2
|
\
|
|
|
*
|
Issue #28428: Rename _futures module to _asyncio.
INADA Naoki
2016-10-15
1
-2
/
+2
*
|
|
Issue #26801: Added C implementation of asyncio.Future.
INADA Naoki
2016-10-09
1
-0
/
+2
|
\
|
|
|
*
|
Issue #26801: Added C implementation of asyncio.Future.
INADA Naoki
2016-10-09
1
-0
/
+2
*
|
|
Issue #26661: setup.py now detects system libffi with multiarch wrapper.
Christian Heimes
2016-09-18
1
-7
/
+9
|
\
|
|
|
*
|
Issue #26661: setup.py now detects system libffi with multiarch wrapper.
Christian Heimes
2016-09-18
1
-7
/
+9
|
|
\
|
|
|
*
Issue #26661: setup.py now detects system libffi with multiarch wrapper.
Christian Heimes
2016-09-18
1
-7
/
+9
*
|
|
Closes #27979: Remove bundled copy of libffi
Zachary Ware
2016-09-17
1
-52
/
+3
|
/
/
*
|
Unicode 9.0.0
Benjamin Peterson
2016-09-14
1
-1
/
+2
[next]