COMMITS
/ setup.py 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
N
Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.
Ned Deily committed
May 30, 2014
B
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon committed
April 30, 2014
B
setup.py: report modules which built but import failed (closes #21282)
Benjamin Peterson committed
April 17, 2014
D
- Issue #15234: For BerkelyDB and Sqlite, only add the found library and
doko@ubuntu.com committed
March 15, 2014
B
remove runtime_library_dirs for _sqlite; it isn't needed
Benjamin Peterson committed
February 4, 2014
M
Issue #17162: Add PyType_GetSlot.
Martin v. Löwis committed
January 4, 2014
E
Issue #19713: Move away from using find_module/load_module.
Eric Snow committed
January 3, 2014
M
* Issue #16113: Remove sha3 module again.
Martin v. Löwis committed
November 24, 2013
S
Merge from 3.3.
Stefan Krah committed
S
1) Prepare libmpdec for the 2.4.0 release. None of the following changes affects
Stefan Krah committed
November 23, 2013
L
Issue #19722: Added opcode.stack_effect(), which accurately
Larry Hastings committed
October 25, 2013
N
Issue #1584: Provide options to override default search paths for Tcl and Tk
Ned Deily committed
October 19, 2013
N
Ensure setup.py looks for zlib.h in an OS X SDK.
Ned Deily committed
N
Ensure setup.py looks for zlib.h in an OS X SDK.
Ned Deily committed
September 6, 2013
N
Issue #1584: Provide options to override default search paths for Tcl and Tk
Ned Deily committed
August 2, 2013
N
Issue #18517: merge from 3.3
Ned Deily committed
N
Issue #18517: Move definition of "xxlimited" extension to detect_modules().
Ned Deily committed
July 15, 2013
R
Issue #18393: Remove use of deprecated API on OSX
Ronald Oussoren committed
July 12, 2013
B
Issue #17845: Clarify the message setup.py prints upon successfully
Brett Cannon committed
June 15, 2013
B
Issue # 17177: Stop using imp in setup.py
Brett Cannon committed
March 28, 2013
A
Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial patch by Michele Orrù.
Antoine Pitrou committed
March 21, 2013
D
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com committed
D
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com committed
D
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com committed
March 7, 2013
S
Merge 3.3.
Stefan Krah committed
S
Issue #17361: Use cc from sysconfig for testing flags.
Stefan Krah committed
February 23, 2013
P
Issue #5033: Fix building of the sqlite3 extension module
Petri Lehtinen committed
P
Issue #5033: Fix building of the sqlite3 extension module
Petri Lehtinen committed
P
Issue #5033: Fix building of the sqlite3 extension module
Petri Lehtinen committed
February 9, 2013
C
add proper dependencies on expat headers and sources
Christian Heimes committed
C
add proper dependencies on expat headers and sources
Christian Heimes committed
C
add proper dependencies on expat headers and sources
Christian Heimes committed
January 17, 2013
S
Merge 3.3.
Stefan Krah committed
S
Fix build with 3.x gcc versions.
Stefan Krah committed
January 16, 2013
S
Merge 3.3.
Stefan Krah committed
S
Increase warning level for _decimal.so and libmpdec build when using gcc.
Stefan Krah committed
December 14, 2012
A
Issue #16421: allow to load multiple modules from the same shared object.
Andrew Svetlov committed
December 12, 2012
C
Just to be sure, initialize with a copy of the compiler's lib and inc dirs.
Christian Heimes committed