1. da324d5 closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (GH-8712) by E. M. Bray · 6 years ago
  2. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  3. 961d54c bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229) by Antoine Pitrou · 6 years ago
  4. 063db62 bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE (GH-6489) by xdegaye · 6 years ago
  5. c0364fc bpo-20210: Support the *disabled* marker in Setup files (GH-132) by xdegaye · 7 years ago
  6. 510df6f merge 3.6 by Benjamin Peterson · 8 years ago
  7. a105dd3 generate spaces instead of tabs into config.c by Benjamin Peterson · 8 years ago
  8. 84968b7 Issue #28444: Fix missing extensions modules when cross compiling. by Xavier de Gaye · 8 years ago
  9. 0af10ac Issue #28444: Merge with 3.6. by Xavier de Gaye · 8 years ago
  10. 3839d99 Issue #13756: Fix building extensions modules on Cygwin by Zachary Ware · 8 years ago
  11. 2dc77f0 Issue #28145: Spelling fixes by Martin Panter · 8 years ago
  12. bfbfc8d Removed unintentional trailing spaces in text files. by Serhiy Storchaka · 9 years ago
  13. b166191 Issue #17095: Fix Modules/Setup *shared* support. by Ned Deily · 10 years ago
  14. d4fcdb1 Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running by Jeffrey Yasskin · 14 years ago
  15. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  16. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  17. f4a4fb9 [Patch #536769] Add -Xcompiler flag for adding arguments and switches for by Andrew M. Kuchling · 22 years ago
  18. 89e90d6 Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessor by Neil Schemenauer · 23 years ago
  19. ad2c3c7 Extra fix from bbum (SF #402357) for his previous patch: by Guido van Rossum · 23 years ago
  20. 09ac1fd Fix a typo. by Neil Schemenauer · 24 years ago
  21. 83356ef - Use PY_CFLAGS when compile modules that will be part of the interpreter. by Neil Schemenauer · 24 years ago
  22. d32a337 Changes for flat makefile. Building of modules happens from toplevel by Neil Schemenauer · 24 years ago
  23. 2a78cf2 SF Patch #102357 by bbum: Add support for frameworks and objective-c by Guido van Rossum · 24 years ago
  24. b961920 Final part of SF patch #102409 by jlt63: Cygwin Python DLL and Shared by Guido van Rossum · 24 years ago
  25. 37da22b The C+ compiler is called $(CXX) these days, not CCC. This fixes SF Bug #124478. by Guido van Rossum · 24 years ago
  26. cf3bc8c Rename Setup.in to Setup.dist, and assume that configure will create by Fred Drake · 24 years ago
  27. 091ec2c Add support for FreeBSD --rpath linker option; this is equivalent to by Fred Drake · 24 years ago
  28. 53e7fd7 Fix prototypes generated by makesetup, so they include '(void)' rather than by Thomas Wouters · 24 years ago
  29. e55d544 Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
  30. fd02267 don't prepend "$(srcdir)/" to paths beginning with "$" since they are likely by Skip Montanaro · 24 years ago
  31. 8bfefce On HP-UX, -rpath is another option taking an argument that needs to go by Guido van Rossum · 25 years ago
  32. ae84e8d Patch by Drew Csillag for FreeBSD's sh, which doesn't automatically by Guido van Rossum · 25 years ago
  33. 732aa2f Gregor Hoffleit writes: by Guido van Rossum · 26 years ago
  34. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  35. 76d1f96 Michael P. Reilly suggested this fix: makesetup wants to prepend by Guido van Rossum · 26 years ago
  36. fa1fb7d When a .o file is an absolute pathname, assume it's a file for which by Guido van Rossum · 26 years ago
  37. b447d11 Understand -Xlinker option. by Guido van Rossum · 27 years ago
  38. 16cb6f4 Forgot to add .cxx and .cpp to the second case statement. by Guido van Rossum · 27 years ago
  39. 9bf8445 Support include statement :-( by Guido van Rossum · 27 years ago
  40. babacb0 Added .cxx and .cpp to extensions recognized as source files. by Guido van Rossum · 27 years ago
  41. 4355454 Support *shared* and *static* as aliases for *noconfig* and *config*. by Guido van Rossum · 28 years ago
  42. a29756c Recognize *.sl and *.so as library (i.e. linker) arguments by Guido van Rossum · 28 years ago
  43. 4237efc Propagate variable calls both to the linker and the compiler. by Sjoerd Mullender · 29 years ago
  44. 4a26986 fix NL for Linux bash bug; special processing for -u options by Guido van Rossum · 29 years ago
  45. 3bbc62e Another bulky set of minor changes. by Guido van Rossum · 30 years ago
  46. 8991065 makesetup should use $cc not cc by Guido van Rossum · 30 years ago
  47. 4eba0c9 Escaped $(LDSHARED) in a string. by Sjoerd Mullender · 30 years ago
  48. 73737ab If an argument on a Setup line starts with `$', treat it as a library, by Sjoerd Mullender · 30 years ago
  49. 7cc5abd Support shared library creation. by Guido van Rossum · 30 years ago
  50. 224b289 * Modules/makesetup: bugfix: add objects from sources to OBJS by Guido van Rossum · 30 years ago
  51. 0b498be * Modules/makesetup: support C++ files now; these should be given by Guido van Rossum · 30 years ago
  52. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  53. fba715a Added some files to new module by Guido van Rossum · 31 years ago