COMMITS
/ Modules/makesetup November 27, 2018
E
closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (GH-8712)
E. M. Bray committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
July 16, 2018
A
bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)
Antoine Pitrou committed
April 20, 2018
May 27, 2017
X
bpo-20210: Support the *disabled* marker in Setup files (GH-132)
xdegaye committed
January 16, 2017
B
generate spaces instead of tabs into config.c
Benjamin Peterson committed
October 29, 2016
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 1, 2016
Z
Issue #13756: Fix building extensions modules on Cygwin
Zachary Ware committed
September 16, 2016
M
Issue #28145: Spelling fixes
Martin Panter committed
March 29, 2015
S
Removed unintentional trailing spaces in text files.
Serhiy Storchaka committed
June 2, 2014
N
Issue #17095: Fix Modules/Setup *shared* support.
Ned Deily committed
July 9, 2010
J
Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running
Jeffrey Yasskin committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
September 8, 2007
T
Merged revisions 57778-58052 via svnmerge from
Thomas Wouters committed
March 29, 2002
A
[Patch #536769] Add -Xcompiler flag for adding arguments and switches for
Andrew M. Kuchling committed
June 2, 2001
N
Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessor
Neil Schemenauer committed
March 2, 2001
G
Extra fix from bbum (SF #402357) for his previous patch:
Guido van Rossum committed
January 27, 2001
N
Fix a typo.
Neil Schemenauer committed
January 26, 2001
N
- Use PY_CFLAGS when compile modules that will be part of the interpreter.
Neil Schemenauer committed
January 24, 2001
N
Changes for flat makefile. Building of modules happens from toplevel
Neil Schemenauer committed
January 10, 2001
G
SF Patch #102357 by bbum: Add support for frameworks and objective-c
Guido van Rossum committed
G
Final part of SF patch #102409 by jlt63: Cygwin Python DLL and Shared
Guido van Rossum committed
December 6, 2000
G
The C+ compiler is called $(CXX) these days, not CCC.
Guido van Rossum committed
October 26, 2000
F
Rename Setup.in to Setup.dist, and assume that configure will create
Fred Drake committed
August 11, 2000
F
Add support for FreeBSD --rpath linker option; this is equivalent to
Fred Drake committed
July 23, 2000
T
Fix prototypes generated by makesetup, so they include '(void)' rather than
Thomas Wouters committed
July 7, 2000
F
Thomas Wouters <thomas@xs4all.net>:
Fred Drake committed
July 6, 2000
S
don't prepend "$(srcdir)/" to paths beginning with "$" since they are likely
Skip Montanaro committed
May 21, 1999
G
On HP-UX, -rpath is another option taking an argument that needs to go
Guido van Rossum committed
April 19, 1999
G
Patch by Drew Csillag for FreeBSD's sh, which doesn't automatically
Guido van Rossum committed
December 11, 1998
G
Gregor Hoffleit writes:
Guido van Rossum committed
December 4, 1998
G
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum committed
September 9, 1998
G
Michael P. Reilly suggested this fix: makesetup wants to prepend
Guido van Rossum committed
May 14, 1998
G
When a .o file is an absolute pathname, assume it's a file for which
Guido van Rossum committed
December 2, 1997
G
Understand -Xlinker option.
Guido van Rossum committed
October 21, 1997
G
Forgot to add .cxx and .cpp to the second case statement.
Guido van Rossum committed
April 2, 1997
G
Support include statement :-(
Guido van Rossum committed
February 14, 1997
G
Added .cxx and .cpp to extensions recognized as source files.
Guido van Rossum committed
August 20, 1996
G
Support *shared* and *static* as aliases for *noconfig* and *config*.
Guido van Rossum committed
August 19, 1996
G
Recognize *.sl and *.so as library (i.e. linker) arguments
Guido van Rossum committed
October 11, 1995
S
Propagate variable calls both to the linker and the compiler.
Sjoerd Mullender committed
June 14, 1995
G
fix NL for Linux bash bug; special processing for -u options
Guido van Rossum committed
January 2, 1995
G
Another bulky set of minor changes.
Guido van Rossum committed
October 20, 1994
G
makesetup should use $cc not cc
Guido van Rossum committed
October 13, 1994
S
Escaped $(LDSHARED) in a string.
Sjoerd Mullender committed
September 12, 1994
S
If an argument on a Setup line starts with `$', treat it as a library,
Sjoerd Mullender committed
G
Support shared library creation.
Guido van Rossum committed
August 30, 1994
G
* Modules/makesetup: bugfix: add objects from sources to OBJS
Guido van Rossum committed