572 Commits (f111fd2e65ef7aefd4ebeadbb48e84d609bf3733)

Author SHA1 Message Date
Neil Schemenauer 6c991bdee7 Check that Python is 64-bit before enabling BLAKE2_USE_SSE. (#1332) 9 years ago
Stefan Krah 75c0d4f6bb Issue29439: _decimal on Android requires linking with libm. 9 years ago
Xavier de Gaye 1351c31aa9 Issue #20211: Do not add the directory for installing C header files and 9 years ago
Xavier de Gaye e13c3201fb Issue #28190: Cross compiling the _curses module does not use anymore 9 years ago
Xavier de Gaye 13f1c331a5 Issue #28918: Fix the cross compilation of xxlimited when Python 9 years ago
Xavier de Gaye 84968b74c8 Issue #28444: Fix missing extensions modules when cross compiling. 9 years ago
INADA Naoki 9f2ce25481 Issue #28428: Rename _futures module to _asyncio. 9 years ago
INADA Naoki 9e4e38ecd2 Issue #26801: Added C implementation of asyncio.Future. 9 years ago
Christian Heimes 96b2dd5997 Issue #26661: setup.py now detects system libffi with multiarch wrapper. 9 years ago
Zachary Ware f40d4ddff3 Closes #27979: Remove bundled copy of libffi 9 years ago
Benjamin Peterson 6775231597 Unicode 9.0.0 9 years ago
Stefan Krah 44abad14a3 Issue #23545: Adding -Wextra in setup.py is no longer necessary, since it 9 years ago
Zachary Ware 935043d1ac Closes #27976: Deprecate bundled full copy of libffi 9 years ago
R David Murray 44b548dda8 #27364: fix "incorrect" uses of escape character in the stdlib. 9 years ago
Christian Heimes 6fe2a75b64 Issue #16113: Add SHA-3 and SHAKE support to hashlib module. 9 years ago
Christian Heimes dfb9ef1357 blake2: silence two more warnings on platforms with size_t < uint64_t. Don't use SSE2 when cross-compiling 9 years ago
Christian Heimes 3c397e4c39 Fix out-of-tree builds for blake2 9 years ago
Christian Heimes 121b9487d1 Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. 9 years ago
Vinay Sajip dd917f84e3 Closes #27904: Improved logging statements to defer formatting until needed. 9 years ago
doko@ubuntu.com ae683657b7 - Issue #21277: Don't try to link _ctypes with a ffi_convenience library. 10 years ago
Martin Panter e26da7c03a Issue #27171: Fix typos in documentation, comments, and test function names 10 years ago
Stefan Krah 8d013a8d36 Issue #26846: Post commit cleanup. 10 years ago
Victor Stinner def8072c34 setup.py: add missing libm dependency 10 years ago
Ned Deily 020250f91f Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. 10 years ago
Serhiy Storchaka 885bdc4946 Issue #25985: sys.version_info is now used instead of sys.version 10 years ago
Martin Panter 63d096ddab Issue #24421: Compile _math.c separately to avoid race condition 10 years ago
Martin Panter c9deece272 Issue #24421: Compile _math.c separately to avoid race condition 10 years ago
Benjamin Peterson 24ac877eed upgrade xxlimited abi to 3.5 11 years ago
Nick Coghlan d5cacbb1d9 PEP 489: Multi-phase extension module initialization 11 years ago
Berker Peksag 1d82a9c383 Issue #16537: Use the new *default* parameter of max(). 11 years ago
Antoine Pitrou afa3153b27 Remove pointless "vile hack" that can cause the build step to fail when some extension modules can't be imported. 11 years ago
Berker Peksag 21c8d5c7d9 Issue #16537: Check whether self.extensions is empty in setup.py. 11 years ago
Antoine Pitrou 2c0a916061 Issue #5309: distutils' build and build_ext commands now accept a ``-j`` 11 years ago
Benjamin Peterson acb8c52343 add -Werror=declaration-after-statement only to stdlib extension modules (closes #21121) 12 years ago
Ned Deily 04cdfa1147 Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite. 12 years ago
Brett Cannon 2a17bde930 Issue #20383: Introduce importlib.util.module_from_spec(). 12 years ago
Benjamin Peterson 5c2ac8c1c6 setup.py: report modules which built but import failed (closes #21282) 12 years ago
doko@ubuntu.com a3818a3043 - Issue #15234: For BerkelyDB and Sqlite, only add the found library and 12 years ago
Benjamin Peterson 51281736d9 remove runtime_library_dirs for _sqlite; it isn't needed 12 years ago
Martin v. Löwis ca7b04644c Issue #17162: Add PyType_GetSlot. 12 years ago
Eric Snow 335e14dd1a Issue #19713: Move away from using find_module/load_module. 12 years ago
Martin v. Löwis 24e43308b7 * Issue #16113: Remove sha3 module again. 12 years ago
Stefan Krah 45059eb1d0 1) Prepare libmpdec for the 2.4.0 release. None of the following changes affects 12 years ago
Larry Hastings 3a9079742f Issue #19722: Added opcode.stack_effect(), which accurately 12 years ago
Ned Deily 65657c27fa Issue #1584: Provide options to override default search paths for Tcl and Tk 12 years ago
Ned Deily 507c591e5b Ensure setup.py looks for zlib.h in an OS X SDK. 12 years ago
Ned Deily d819b931f3 Issue #1584: Provide options to override default search paths for Tcl and Tk 12 years ago
Ned Deily cd3d8fb825 Issue #18517: Move definition of "xxlimited" extension to detect_modules(). 13 years ago
Ronald Oussoren 0fedb37c47 Issue #18393: Remove use of deprecated API on OSX 13 years ago
Brett Cannon ae95b4f7a5 Issue #17845: Clarify the message setup.py prints upon successfully 13 years ago