Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.7
/
setup.py
tag
5ebb4a6fe4fc0981d427c9d417d12b6d92cb9fea
tagger
Ned Deily <
[email protected]
>
Sat Oct 20 05:25:07 2018
object
6ec5cf24b7f38ea72bb42d5cd60dca0d3ee332f9
Python 3.6.7
192bff4
[3.6] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5875)
by Miss Islington (bot)
· 7 years ago
12ae407
[3.6] bpo-32521: nis libnsl (GH-5190) (#5352)
by Christian Heimes
· 7 years ago
d55d682
[3.6] bpo-32521: nis libtirpc (GH-5137) (#5165)
by Miss Islington (bot)
· 7 years ago
28453fe
[3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864)
by Andrew Svetlov
· 8 years ago
dedcbee
[3.6] bpo-30923, bpo-31279: Fix GCC warnings (#4620)
by Victor Stinner
· 8 years ago
04af8ac
bpo-32059: setup.py now also searches the sysroot paths (GH-4452) (#4562)
by Miss Islington (bot)
· 8 years ago
83e37e1
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3143)
by Victor Stinner
· 8 years ago
9cead06
Check that Python is 64-bit before enabling BLAKE2_USE_SSE. (GH-1332) (GH-2042)
by Neil Schemenauer
· 8 years ago
75c0d4f
Issue29439: _decimal on Android requires linking with libm.
by Stefan Krah
· 8 years ago
1351c31
Issue #20211: Do not add the directory for installing C header files and
by Xavier de Gaye
· 9 years ago
e13c320
Issue #28190: Cross compiling the _curses module does not use anymore
by Xavier de Gaye
· 9 years ago
13f1c33
Issue #28918: Fix the cross compilation of xxlimited when Python
by Xavier de Gaye
· 9 years ago
0eacef3
Issue #28444: Merge with 3.5.
by Xavier de Gaye
· 9 years ago
84968b7
Issue #28444: Fix missing extensions modules when cross compiling.
by Xavier de Gaye
· 9 years ago
9f2ce25
Issue #28428: Rename _futures module to _asyncio.
by INADA Naoki
· 9 years ago
9e4e38e
Issue #26801: Added C implementation of asyncio.Future.
by INADA Naoki
· 9 years ago
85c98bf
Issue #26661: setup.py now detects system libffi with multiarch wrapper.
by Christian Heimes
· 9 years ago
96b2dd5
Issue #26661: setup.py now detects system libffi with multiarch wrapper.
by Christian Heimes
· 9 years ago
6775231
Unicode 9.0.0
by Benjamin Peterson
· 9 years ago
44abad1
Issue #23545: Adding -Wextra in setup.py is no longer necessary, since it
by Stefan Krah
· 9 years ago
935043d
Closes #27976: Deprecate bundled full copy of libffi
by Zachary Ware
· 9 years ago
44b548d
#27364: fix "incorrect" uses of escape character in the stdlib.
by R David Murray
· 9 years ago
6fe2a75
Issue #16113: Add SHA-3 and SHAKE support to hashlib module.
by Christian Heimes
· 9 years ago
dfb9ef1
blake2: silence two more warnings on platforms with size_t < uint64_t. Don't use SSE2 when cross-compiling
by Christian Heimes
· 9 years ago
3c397e4
Fix out-of-tree builds for blake2
by Christian Heimes
· 9 years ago
121b948
Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.
by Christian Heimes
· 9 years ago
dd917f8
Closes #27904: Improved logging statements to defer formatting until needed.
by Vinay Sajip
· 9 years ago
ae68365
- Issue #21277: Don't try to link _ctypes with a ffi_convenience library.
by
[email protected]
· 9 years ago
0b7d84d
Issue #27171: Merge typo fixes from 3.5
by Martin Panter
· 9 years ago
e26da7c
Issue #27171: Fix typos in documentation, comments, and test function names
by Martin Panter
· 9 years ago
8d013a8
Issue #26846: Post commit cleanup.
by Stefan Krah
· 9 years ago
1fa5a38
Merge 3.5: Issue #21668
by Victor Stinner
· 9 years ago
def8072
setup.py: add missing libm dependency
by Victor Stinner
· 9 years ago
b8da1a4
Issue #25136: merge from 3.5
by Ned Deily
· 9 years ago
020250f
Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries.
by Ned Deily
· 9 years ago
885bdc4
Issue #25985: sys.version_info is now used instead of sys.version
by Serhiy Storchaka
· 9 years ago
c9deece
Issue #24421: Compile _math.c separately to avoid race condition
by Martin Panter
· 9 years ago
24ac877
upgrade xxlimited abi to 3.5
by Benjamin Peterson
· 10 years ago
d5cacbb
PEP 489: Multi-phase extension module initialization
by Nick Coghlan
· 10 years ago
4256e8a
Issue #16537: Use the new *default* parameter of max().
by Berker Peksag
· 11 years ago
1d82a9c
Issue #16537: Use the new *default* parameter of max().
by Berker Peksag
· 11 years ago
afa3153
Remove pointless "vile hack" that can cause the build step to fail when some extension modules can't be imported.
by Antoine Pitrou
· 11 years ago
a72bc8c
Issue #16537: Check whether self.extensions is empty in setup.py.
by Berker Peksag
· 11 years ago
21c8d5c
Issue #16537: Check whether self.extensions is empty in setup.py.
by Berker Peksag
· 11 years ago
2c0a916
Issue #5309: distutils' build and build_ext commands now accept a ``-j``
by Antoine Pitrou
· 11 years ago
acb8c52
add -Werror=declaration-after-statement only to stdlib extension modules (closes #21121)
by Benjamin Peterson
· 11 years ago
b30802b
merge 3.4 (#21121)
by Benjamin Peterson
· 11 years ago
ce38f24
Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.
by Ned Deily
· 11 years ago
04cdfa1
Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.
by Ned Deily
· 11 years ago
2a17bde
Issue #20383: Introduce importlib.util.module_from_spec().
by Brett Cannon
· 11 years ago
5c2ac8c
setup.py: report modules which built but import failed (closes #21282)
by Benjamin Peterson
· 11 years ago
a3818a3
- Issue #15234: For BerkelyDB and Sqlite, only add the found library and
by
[email protected]
· 11 years ago
8a553f5
merge 3.3
by Benjamin Peterson
· 11 years ago
5128173
remove runtime_library_dirs for _sqlite; it isn't needed
by Benjamin Peterson
· 11 years ago
ca7b046
Issue #17162: Add PyType_GetSlot.
by Martin v. Löwis
· 11 years ago
335e14d
Issue #19713: Move away from using find_module/load_module.
by Eric Snow
· 11 years ago
24e4330
* Issue #16113: Remove sha3 module again.
by Martin v. Löwis
· 12 years ago
daa96b7
Merge from 3.3.
by Stefan Krah
· 12 years ago
45059eb
1) Prepare libmpdec for the 2.4.0 release. None of the following changes affects
by Stefan Krah
· 12 years ago
3a90797
Issue #19722: Added opcode.stack_effect(), which accurately
by Larry Hastings
· 12 years ago
65657c2
Issue #1584: Provide options to override default search paths for Tcl and Tk
by Ned Deily
· 12 years ago
5ceae41
Ensure setup.py looks for zlib.h in an OS X SDK.
by Ned Deily
· 12 years ago
507c591
Ensure setup.py looks for zlib.h in an OS X SDK.
by Ned Deily
· 12 years ago
d819b93
Issue #1584: Provide options to override default search paths for Tcl and Tk
by Ned Deily
· 12 years ago
b467d15
Issue #18517: merge from 3.3
by Ned Deily
· 12 years ago
cd3d8fb
Issue #18517: Move definition of "xxlimited" extension to detect_modules().
by Ned Deily
· 12 years ago
0fedb37
Issue #18393: Remove use of deprecated API on OSX
by Ronald Oussoren
· 12 years ago
ae95b4f
Issue #17845: Clarify the message setup.py prints upon successfully
by Brett Cannon
· 12 years ago
ca5ff3a
Issue # 17177: Stop using imp in setup.py
by Brett Cannon
· 12 years ago
2463e5f
Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial patch by Michele Orrù.
by Antoine Pitrou
· 12 years ago
6d3d0fe
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
by
[email protected]
· 12 years ago
1621d77
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
by
[email protected]
· 12 years ago
d5537d0
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
by
[email protected]
· 12 years ago
e8d4d51
Merge 3.3.
by Stefan Krah
· 12 years ago
4f19744
Issue #17361: Use cc from sysconfig for testing flags.
by Stefan Krah
· 12 years ago
d784e53
Issue #5033: Fix building of the sqlite3 extension module
by Petri Lehtinen
· 12 years ago
d213214
Issue #5033: Fix building of the sqlite3 extension module
by Petri Lehtinen
· 12 years ago
ed909bc
Issue #5033: Fix building of the sqlite3 extension module
by Petri Lehtinen
· 12 years ago
633a92f
add proper dependencies on expat headers and sources
by Christian Heimes
· 12 years ago
7d01a1e
add proper dependencies on expat headers and sources
by Christian Heimes
· 12 years ago
d489c7a
add proper dependencies on expat headers and sources
by Christian Heimes
· 12 years ago
9f1b601
Merge 3.3.
by Stefan Krah
· 12 years ago
13fe6d1
Fix build with 3.x gcc versions.
by Stefan Krah
· 12 years ago
cc0589d
Merge 3.3.
by Stefan Krah
· 12 years ago
ce55f08
Increase warning level for _decimal.so and libmpdec build when using gcc.
by Stefan Krah
· 12 years ago
6b2cbeb
Issue #16421: allow to load multiple modules from the same shared object.
by Andrew Svetlov
· 13 years ago
e6f2280
Just to be sure, initialize with a copy of the compiler's lib and inc dirs.
by Christian Heimes
· 13 years ago
d783261
Just to be sure, initialize with a copy of the compiler's lib and inc dirs.
by Christian Heimes
· 13 years ago
bf5fcc7
Fix cross compiling issue in setup.py, ensure that lib_dirs and inc_dirs are
by Christian Heimes
· 13 years ago
f19529c
Fix cross compiling issue in setup.py, ensure that lib_dirs and inc_dirs are
by Christian Heimes
· 13 years ago
b16269e
Merge issue #15298: ensure _sysconfigdata is generated in build directory,
by Trent Nelson
· 13 years ago
c101bf3
Issue #15298: ensure _sysconfigdata is generated in build directory,
by Trent Nelson
· 13 years ago
4a0270d
Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes
by Christian Heimes
· 13 years ago
f1af705
#16135: Removal of OS/2 support (Remove OS2 and OS/2 references)
by Jesus Cea
· 13 years ago
ffc3dee
Backport 5cfe8af7abb2.
by Stefan Krah
· 13 years ago
ce23dbc
Suppress unknown pragma warning (STDC FENV_ACCESS).
by Stefan Krah
· 13 years ago
6d1fb5a
Issue #15591: run ctypes' configure in quiet mode when setup.py runs silently
by Christian Heimes
· 13 years ago
7dd06e1
Issue #15591: run ctypes' configure in quiet mode when setup.py runs silently
by Christian Heimes
· 13 years ago
a10e2fb
Compile _decimal without asserts and update benchmark results.
by Stefan Krah
· 13 years ago
3277b35
- Issue #11715: Fix multiarch detection without having Debian development
by
[email protected]
· 13 years ago
Next »