COMMITS
/ setup.py April 28, 2017
N
Check that Python is 64-bit before enabling BLAKE2_USE_SSE. (#1332)
Neil Schemenauer committed
February 4, 2017
S
Merge 3.6.
Stefan Krah committed
S
Issue29439: _decimal on Android requires linking with libm.
Stefan Krah committed
December 14, 2016
X
Issue #20211: Merge 3.6.
Xavier de Gaye committed
X
Issue #20211: Do not add the directory for installing C header files and
Xavier de Gaye committed
December 13, 2016
X
Issue #28190: Merge 3.6.
Xavier de Gaye committed
X
Issue #28190: Cross compiling the _curses module does not use anymore
Xavier de Gaye committed
December 10, 2016
X
Issue #28918: Merge 3.6.
Xavier de Gaye committed
X
Issue #28918: Fix the cross compilation of xxlimited when Python
Xavier de Gaye committed
October 29, 2016
X
Issue #28444: Merge with 3.5.
Xavier de Gaye committed
X
Issue #28444: Fix missing extensions modules when cross compiling.
Xavier de Gaye committed
X
Issue #28444: Merge with 3.6.
Xavier de Gaye committed
October 15, 2016
I
Issue #28428: Rename _futures module to _asyncio. (merge from 3.6)
INADA Naoki committed
I
Issue #28428: Rename _futures module to _asyncio.
INADA Naoki committed
October 9, 2016
I
Issue #26801: Added C implementation of asyncio.Future.
INADA Naoki committed
I
Issue #26801: Added C implementation of asyncio.Future.
INADA Naoki committed
September 18, 2016
C
Issue #26661: setup.py now detects system libffi with multiarch wrapper.
Christian Heimes committed
C
Issue #26661: setup.py now detects system libffi with multiarch wrapper.
Christian Heimes committed
C
Issue #26661: setup.py now detects system libffi with multiarch wrapper.
Christian Heimes committed
September 17, 2016
Z
Closes #27979: Remove bundled copy of libffi
Zachary Ware committed
September 15, 2016
B
Unicode 9.0.0
Benjamin Peterson committed
September 12, 2016
S
Issue #23545: Adding -Wextra in setup.py is no longer necessary, since it
Stefan Krah committed
September 10, 2016
Z
Closes #27976: Deprecate bundled full copy of libffi
Zachary Ware committed
September 8, 2016
R
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray committed
September 7, 2016
C
Issue #16113: Add SHA-3 and SHAKE support to hashlib module.
Christian Heimes committed
C
blake2: silence two more warnings on platforms with size_t < uint64_t. Don't use SSE2 when cross-compiling
Christian Heimes committed
September 6, 2016
C
Fix out-of-tree builds for blake2
Christian Heimes committed
C
Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.
Christian Heimes committed
August 31, 2016
V
Closes #27904: Improved logging statements to defer formatting until needed.
Vinay Sajip committed
June 4, 2016
D
- Issue #21277: Don't try to link _ctypes with a ffi_convenience library.
doko@ubuntu.com committed
June 2, 2016
M
Issue #27171: Merge typo fixes from 3.5
Martin Panter committed
M
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter committed
April 26, 2016
S
Issue #26846: Post commit cleanup.
Stefan Krah committed
April 19, 2016
V
Merge 3.5: Issue #21668
Victor Stinner committed
V
setup.py: add missing libm dependency
Victor Stinner committed
February 24, 2016
N
Issue #25136: merge from 3.5
Ned Deily committed
N
Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries.
Ned Deily committed
February 11, 2016
S
Issue #25985: sys.version_info is now used instead of sys.version
Serhiy Storchaka committed
February 3, 2016
M
Issue #24421: Compile _math.c separately to avoid race condition
Martin Panter committed
June 3, 2015
B
upgrade xxlimited abi to 3.5
Benjamin Peterson committed
May 23, 2015
N
PEP 489: Multi-phase extension module initialization
Nick Coghlan committed
October 1, 2014
B
Issue #16537: Use the new *default* parameter of max().
Berker Peksag committed
B
Issue #16537: Use the new *default* parameter of max().
Berker Peksag committed
September 30, 2014
September 27, 2014
B
Issue #16537: Check whether self.extensions is empty in setup.py.
Berker Peksag committed
B
Issue #16537: Check whether self.extensions is empty in setup.py.
Berker Peksag committed
September 26, 2014
A
Issue #5309: distutils' build and build_ext commands now accept a ``-j``
Antoine Pitrou committed
August 10, 2014
B
add -Werror=declaration-after-statement only to stdlib extension modules (closes #21121)
Benjamin Peterson committed
B
merge 3.4 (#21121)
Benjamin Peterson committed
June 25, 2014
N
Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.
Ned Deily committed