| Commit message (Expand) | Author | Age |
* | Update compatibility comments to 2.1, corresponding to PEP 291 1.13. | Martin v. Löwis | 2004-11-10 |
* | Patch 1046644 - improved distutils support for SWIG. | Anthony Baxter | 2004-10-14 |
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 |
* | Reverting local change checked in by mistake. | Tim Peters | 2004-05-11 |
* | Added 2.3.3 and 2.3.4 to the release table. Added 2004 to the list of | Tim Peters | 2004-05-11 |
* | Revert another local change that snuck into a whitespace normalization | Tim Peters | 2004-01-18 |
* | Whitespace normalization. | Tim Peters | 2004-01-18 |
* | Add comment to Distutil files about requiring 1.5.2 compatibility, as | Andrew M. Kuchling | 2002-11-19 |
* | Remove 'created by' lines; people can use CVS for this, and the information i... | Andrew M. Kuchling | 2002-11-14 |
* | [Bug #550364] Use sysconfig.get_python_version() | Andrew M. Kuchling | 2002-11-14 |
* | This patch fixes the following bugs: | Gustavo Niemeyer | 2002-11-05 |
* | [Patch #588809] Remove check of environment variables; sysconfig.py will do t... | Andrew M. Kuchling | 2002-11-04 |
* | Fixes SF bug#614051: win32 build_ext problem. | Thomas Heller | 2002-10-31 |
* | Only import msvccompiler on win32 platforms. | Jeremy Hylton | 2002-06-18 |
* | Extend dependency tracking so that .o files are rebuilt. | Jeremy Hylton | 2002-06-13 |
* | Add a new definition to Extension objects: depends. | Jeremy Hylton | 2002-06-12 |
* | Patch #488073: AtheOS port. | Martin v. Löwis | 2002-06-11 |
* | Make setup.py less chatty by default. | Jeremy Hylton | 2002-06-04 |
* | Append the PC specific include 'PC' and library 'PCBuild' directories | Thomas Heller | 2002-04-25 |
* | OS/2 patches by Andrew I MacIntyre for distutils. | Marc-André Lemburg | 2002-01-31 |
* | SWIGing a source file <name>.i silently overwrites <name>.c if it is | Thomas Heller | 2002-01-18 |
* | Visious hackery to solve a build-control problem related to our use of | Fred Drake | 2001-12-06 |
* | Whitespace normalization. | Fred Drake | 2001-12-06 |
* | Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. | Martin v. Löwis | 2001-07-26 |
* | Fix bug #233253: the --define and --undef options didn't work, whether | Andrew M. Kuchling | 2001-03-17 |
* | Make docstrings raw, since they contain literal backslashes. | Ka-Ping Yee | 2001-03-10 |
* | Split the rpath argument into multiple paths, turning it into a list. | Andrew M. Kuchling | 2001-02-17 |
* | Added an execution layer to be able to customize per-extension | Marc-André Lemburg | 2001-01-26 |
* | Part of patch #102409: special cases for Cygwin: | Andrew M. Kuchling | 2001-01-24 |
* | Check in patch #102971: if library_dirs is a string, split it using | Andrew M. Kuchling | 2001-01-09 |
* | Standardized whitespace around function calls. | Greg Ward | 2000-09-30 |
* | Removed the implib_dir instance variable because it is unused. | Thomas Heller | 2000-09-28 |
* | Added 'boolean_options' list to support config file parsing. | Greg Ward | 2000-09-25 |
* | Fixed to respect 'define_macros' and 'undef_macros' on Extension object. | Greg Ward | 2000-09-17 |
* | Document the directory separatory for include dir and library dir lists. | Greg Ward | 2000-09-16 |
* | Adjust to the new sysconfig regime: use 'get_config_var()' instead | Greg Ward | 2000-09-15 |
* | Typo fix. | Greg Ward | 2000-09-06 |
* | In 'check_extensions_list()': when converting old-style 'buildinfo' dict, | Greg Ward | 2000-08-26 |
* | get_export_symbols() changed, adds now module init function if not given | Greg Ward | 2000-08-13 |
* | Patch from Rene Liebscher, tweaked by me: | Greg Ward | 2000-08-01 |
* | Fixed a grab-bag of typos spotted by Rob Hooft. | Greg Ward | 2000-07-27 |
* | Typo fix from David Ascher. | Greg Ward | 2000-07-27 |
* | Typo fix from Bastian Kleineidam | Andrew M. Kuchling | 2000-07-14 |
* | fix inconsistent use of tabs and spaces | Jeremy Hylton | 2000-07-07 |
* | Don't try to guess the name of a .def file -- if one is supplied, use it, | Greg Ward | 2000-06-29 |
* | Fixed so 'get_source_files()' calls 'check_extension_list()' -- that way, | Greg Ward | 2000-06-29 |
* | typos fixed by Rob Hooft | Jeremy Hylton | 2000-06-28 |
* | Lyle Johnson: pass in temp directory as 'build_temp' argument when calling | Greg Ward | 2000-06-28 |
* | A-ha! Read Thomas' patch a little more carefully and figured it out: | Greg Ward | 2000-06-27 |
* | Thomas Heller: added --swig-cpp option and fixed silly typos in SWIG support. | Greg Ward | 2000-06-27 |