1. 5c035c0 Have distutils.sysconfig close a file to remove ResourceWarnings coming up by Brett Cannon · 14 years ago
  2. 75d8c5c Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error by Victor Stinner · 14 years ago
  3. dbec780 Issue #9437: Fix building C extensions with non-default LDFLAGS. by Antoine Pitrou · 14 years ago
  4. ae7d7fa Reverted changes which were inadvertently committed. by Vinay Sajip · 14 years ago
  5. 61c3f0d logging: added hasHandlers() to LoggerAdapter. by Vinay Sajip · 14 years ago
  6. e8d252d Ensure that the Makefile variable expansion by Ronald Oussoren · 14 years ago
  7. 3679727 reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. by Tarek Ziadé · 14 years ago
  8. bd79768 Merged revisions 77919,77921-77922 via svnmerge from by Tarek Ziadé · 14 years ago
  9. 8b441d0 Merged revisions 77759,77761 via svnmerge from by Tarek Ziadé · 15 years ago
  10. edacea3 Merged revisions 77704,77752 via svnmerge from by Tarek Ziadé · 15 years ago
  11. abcc3f4 Merged revisions 73341 via svnmerge from by Tarek Ziadé · 15 years ago
  12. 5662d3e Merged revisions 72445 via svnmerge from by Tarek Ziadé · 15 years ago
  13. 7d5e987 Merged revisions 69485 via svnmerge from by Tarek Ziadé · 15 years ago
  14. d8f63bb Make test_build_ext.py use sysconfig "srcdir" to find the source for by Neil Schemenauer · 15 years ago
  15. d3409de Merged revisions 69342 via svnmerge from by Tarek Ziadé · 15 years ago
  16. 47dc751 Fix get_python_inc() to work when building in a directory separate from by Neil Schemenauer · 15 years ago
  17. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  18. fcaf910 Merged revisions 63955 via svnmerge from by Georg Brandl · 16 years ago
  19. d5e2b6f Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,61580-61582,61586,61591,61593,61595,61605-61606,61613-61616,61618,61621-61623,61625,61627,61631-61634 via svnmerge from by Christian Heimes · 16 years ago
  20. 2202f87 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60568-60598,60600-60616 via svnmerge from by Christian Heimes · 16 years ago
  21. d9a4d1d Merged revisions 59628-59641 via svnmerge from by Christian Heimes · 17 years ago
  22. 0449f63 Merged revisions 59488-59511 via svnmerge from by Christian Heimes · 17 years ago
  23. 3805321 Merged revisions 59465-59487 via svnmerge from by Christian Heimes · 17 years ago
  24. 255f53b Merged revisions 59376-59406 via svnmerge from by Christian Heimes · 17 years ago
  25. 5b7e9d7 General cleanup, raise normalization in Lib/distutils. by Collin Winter · 17 years ago
  26. eb33e5a Remove support for BeOS by Skip Montanaro · 17 years ago
  27. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  28. 63236cf Minimal fixes to save the bootstrap on OSX. by Guido van Rossum · 17 years ago
  29. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  30. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  31. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  32. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  33. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
  34. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  35. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  36. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  37. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  38. 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 18 years ago
  39. fffc4b7 Whitespace normalization. by Tim Peters · 19 years ago
  40. d7c795e Make parse_makefile fallback to environment variables if nothing is by Martin v. Löwis · 19 years ago
  41. 08cd598 Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant by Brett Cannon · 19 years ago
  42. df37c8c Patch #1046831: Use get_python_version where appropriate in sysconfig.py. by Martin v. Löwis · 19 years ago
  43. be95462 After discussion on the PythonMac-SIG it was decided that it is better by Jack Jansen · 20 years ago
  44. 22dcf66 Patch 983206: distutils obeys LDSHARED env var. Removed the code in by Anthony Baxter · 20 years ago
  45. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  46. 6b08a40 Partial fix for #887242 (link extensions with dynamic_lookup in stead by Jack Jansen · 20 years ago
  47. 23b44a3 Patch #812378: Normalize white space. by Martin v. Löwis · 21 years ago
  48. 4f82a51 Pick up Makefile variable BASECFLAGS too. This is needed since OPT was by Jack Jansen · 21 years ago
  49. a6483d2 Remove 'created by' lines; people can use CVS for this, and the information is often out of date by Andrew M. Kuchling · 22 years ago
  50. 0ff98b9 [Bug #550364] Add get_python_version() by Andrew M. Kuchling · 22 years ago
  51. 33635aa Back out part of rev. 1.53, restoring the use of the string module. by Andrew M. Kuchling · 22 years ago
  52. a5f4c07 Remove use of string module and reflow a couple of long lines. by Jeremy Hylton · 22 years ago
  53. 6b01685 This patch fixes the following bugs: by Gustavo Niemeyer · 22 years ago
  54. 29c8623 [Patch #588809] LDFLAGS support for build_ext.py, from Robert Weber by Andrew M. Kuchling · 22 years ago
  55. 6b7d69d Well, Fred never did explain why the code to determine whether the by Michael W. Hudson · 22 years ago
  56. 80a3e0a Whitespace normalization (remove tabs) by Neal Norwitz · 22 years ago
  57. ab5320b Fixed various MacPython-specific issues found by attempting to use the standard core setup.py for MacPython. by Jack Jansen · 22 years ago
  58. a2f9989 Fix unused local variables caught by pychecker. by Jeremy Hylton · 22 years ago
  59. 16c8d70 When using a Python that has not been installed to build 3rd-party by Fred Drake · 22 years ago
  60. 2544f51 OS/2 patches by Andrew I MacIntyre for distutils. by Marc-André Lemburg · 23 years ago
  61. b94b849 Whitespace normalization. by Fred Drake · 23 years ago
  62. 045af6f [Bug #404274] Restore some special-case code for AIX and BeOS under 1.5.2. by Andrew M. Kuchling · 23 years ago
  63. 212a2e1 On the mac some library paths returned were outdated, some were outright funny. by Jack Jansen · 23 years ago
  64. f17efb9 Patch #449054 to implement PEP 250. The standard install directory for by Greg Ward · 23 years ago
  65. c916cdc Miscellaneous minor cleanups. by Fred Drake · 23 years ago
  66. 7cf92fa Add backwards compatibility. by Marc-André Lemburg · 23 years ago
  67. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
  68. 70b014d Minor changes for stylistic cleanliness and consistency. by Fred Drake · 23 years ago
  69. 99f9baa Fixed botched indent in _init_mac() code. (It may never be executed, by Guido van Rossum · 23 years ago
  70. dd13a20 Made distutils understand the MacPython Carbon runtime model. Distutils will build for the runtime model you are currently using for the interpreter. by Jack Jansen · 23 years ago
  71. 6335773 Placate tabnanny by Andrew M. Kuchling · 23 years ago
  72. 1a02086 Linking just got simpiler on AIX and BeOS (closes SF patch #103679). by Neil Schemenauer · 23 years ago
  73. 84d14ba There is no more Modules/Makefile, use toplevel Makefile. by Neil Schemenauer · 24 years ago
  74. c14fa30 Patch #103279: sysconfig.py always looks for versions of files in by Andrew M. Kuchling · 24 years ago
  75. b11bd03 Fix bugs with integer-valued variables when parsing Makefiles. Values by Andrew M. Kuchling · 24 years ago
  76. 0d36206 Delete unused import of pprint module by Andrew M. Kuchling · 24 years ago
  77. d283ce7 Added 'expand_makefile_vars()' to (duh) expand make-style variables by Greg Ward · 24 years ago
  78. 879f0f1 Changed from eager parsing of Makefile (at import time) to lazy: only do by Greg Ward · 24 years ago
  79. 3fff8d2 Fixed so 'parse_makefile()' uses the TextFile class to ensure that by Greg Ward · 24 years ago
  80. 66e966f Rene Liebscher: hack '_init_posix()' to handle the BeOS linker script. by Greg Ward · 24 years ago
  81. dc9fe8a Typo fix. by Greg Ward · 24 years ago
  82. 1d526dd Rene Liebscher: deleted unneeded hard-coded assignments of CC, RANLIB, etc. by Greg Ward · 24 years ago
  83. b231e1a Oops, only do that AIX hack on AIX. by Greg Ward · 24 years ago
  84. 4f88028 Fixed LDSHARED for AIX, based on a patch by Rene Liebscher. by Greg Ward · 24 years ago
  85. bb7baa7 Added the 'customize_compiler()' function, which plugs in the essential by Greg Ward · 24 years ago
  86. 82d71ca Added a bunch of new globals in '_init_mac()' -- these will be needed to by Greg Ward · 24 years ago
  87. a570c05 Catch failure to open installed Makefile, and report it as a by Greg Ward · 24 years ago
  88. b1e4a6e Added kludge to deal with the "./ld_so_aix" problem: force all strings by Greg Ward · 24 years ago
  89. 434ef8f Don't load the config.h file, even under Unix, because we never use the by Greg Ward · 24 years ago
  90. b6f5ada Don't bother reading config.h on NT or Mac OS. (It's not really needed by Greg Ward · 24 years ago
  91. d38e6f7 Added optional 'prefix' arguments to 'get_python_inc()' and 'get_python_lib()'. by Greg Ward · 24 years ago
  92. cf6bea3 Better variable names here and there. by Greg Ward · 24 years ago
  93. c1ee39a There are a few places which can raise DistutilsPlatformError; make by Fred Drake · 24 years ago
  94. 7d73b9e Added Joe Van Andel's 'get_python_inc()', adapted by me to supply by Greg Ward · 24 years ago
  95. 0eff87a Patch from Corran Webster <cwebster@nevada.edu>: add '_init_mac()'. by Greg Ward · 24 years ago
  96. 69e2c6e get_config_h_filename(): Support NT as well as Posix systems. by Fred Drake · 24 years ago
  97. a0ca3f2 Comment fix. by Greg Ward · 25 years ago
  98. 32162e8 Patch from Perry Stoll: tweaks to Windows support. by Greg Ward · 25 years ago
  99. 4d74d73 Now handles NT, through '_init_nt()' function (courtesy of by Greg Ward · 25 years ago
  100. 6a1b53c get_config_h_filename(): Fix to work with current Python by Fred Drake · 26 years ago