1. 62dfd7d bpo-35920: Windows 10 ARM32 platform support (GH-11774) by Paul Monson · 5 years ago
  2. 0ef8c15 bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875) by Victor Stinner · 5 years ago
  3. 86082c2 bpo-36235: Fix CFLAGS in distutils customize_compiler() (GH-12236) by Victor Stinner · 5 years ago
  4. 85e102a bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744) by Steve Dower · 5 years ago
  5. 961d54c bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229) by Antoine Pitrou · 6 years ago
  6. f1502d0 bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) by Stefan Grönke · 7 years ago
  7. dbdea62 bpo-30273: update distutils.sysconfig for venv's created from Python (#1515) by Jeremy Kloth · 7 years ago
  8. b109a1d bpo-30273: Update sysconfig (#1464) by Victor Stinner · 7 years ago
  9. 92dec54 Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME by Xavier de Gaye · 8 years ago
  10. 80da993 Issue #28046: Fix distutils by Zachary Ware · 8 years ago
  11. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  12. eea86b0 - Issue #23968: Update distutils/sysconfig.py to look for the renamed by doko@ubuntu.com · 8 years ago
  13. 5553231 - Issue #23968: Rename the platform directory from plat-$(MACHDEP) to by doko@ubuntu.com · 8 years ago
  14. 4094822 - Issue #21272: Use _sysconfigdata.py to initialize distutils.sysconfig. by doko@ubuntu.com · 8 years ago
  15. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 8 years ago
  16. 65e4cb1 Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release. by Steve Dower · 10 years ago
  17. df0eb95 remove various dead version checks (closes #22349) by Benjamin Peterson · 10 years ago
  18. 7bc5fb6 Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler by Ned Deily · 10 years ago
  19. eaec359 Issue #19760: Silence sysconfig's 'SO' key deprecation warnings in tests. by Serhiy Storchaka · 11 years ago
  20. 9121f8d Issue 19555 for distutils, plus a little clean up (pyflakes, line lengths). by Barry Warsaw · 11 years ago
  21. 6750282 Issue #18080: merge from 3.3 by Ned Deily · 11 years ago
  22. 9734568 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 11 years ago
  23. 6d3d0fe - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 11 years ago
  24. 1621d77 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 11 years ago
  25. d5537d0 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 11 years ago
  26. 981eec3 - Issue #15484: Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds; by doko@python.org · 11 years ago
  27. 9731330 - Issue #15484: Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds; by doko@python.org · 11 years ago
  28. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  29. d17833d Closes #16135: Removal of OS/2 support (distutils) by Jesus Cea · 12 years ago
  30. 46874ad Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path. by Richard Oudkerk · 12 years ago
  31. df8aa2b Issue #15184: Ensure consistent results of OS X configuration by Ned Deily · 12 years ago
  32. 048b063 Closes #15366: Corrected computation of include location for source builds. Thanks to Richard Oudkerk for the bug report and patch. by Vinay Sajip · 12 years ago
  33. 2747177 Issue #13590: Improve support for OS X Xcode 4: by Ned Deily · 12 years ago
  34. fc20d77 Issue #13590: OS X Xcode 4 - improve support for universal extension modules by Ned Deily · 11 years ago
  35. cbfb9a5 Issue #13590: Improve support for OS X Xcode 4: by Ned Deily · 12 years ago
  36. 7e20349 Fixed _sys_home computation and added diagnostics for Windows buildbot failures. by Vinay Sajip · 12 years ago
  37. 4221142 Addressed some buildbot errors and comments on the checkin by Antoine on python-dev. by Vinay Sajip · 12 years ago
  38. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  39. 9937748 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building by Ned Deily · 12 years ago
  40. fea2d04 Fix distutils.sysconfig.get_makefile_filename when prefix != exec-prefix by Éric Araujo · 13 years ago
  41. 7c9719c Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller. by Senthil Kumaran · 13 years ago
  42. a8f8b50 Issue #9516: Change distutils to no longer globally attempt to check and by Ned Deily · 13 years ago
  43. 222e89a Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. by Ronald Oussoren · 13 years ago
  44. 14d98ac Final patch for issue 9807. by Barry Warsaw · 14 years ago
  45. 45ee43b Remove traces of Mac OS 9 support, again (#9508). by Éric Araujo · 14 years ago
  46. 5c035c0 Have distutils.sysconfig close a file to remove ResourceWarnings coming up by Brett Cannon · 14 years ago
  47. 75d8c5c Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error by Victor Stinner · 14 years ago
  48. dbec780 Issue #9437: Fix building C extensions with non-default LDFLAGS. by Antoine Pitrou · 14 years ago
  49. ae7d7fa Reverted changes which were inadvertently committed. by Vinay Sajip · 14 years ago
  50. 61c3f0d logging: added hasHandlers() to LoggerAdapter. by Vinay Sajip · 14 years ago
  51. e8d252d Ensure that the Makefile variable expansion by Ronald Oussoren · 14 years ago
  52. 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
  53. bd79768 Merged revisions 77919,77921-77922 via svnmerge from by Tarek Ziadé · 14 years ago
  54. 8b441d0 Merged revisions 77759,77761 via svnmerge from by Tarek Ziadé · 14 years ago
  55. edacea3 Merged revisions 77704,77752 via svnmerge from by Tarek Ziadé · 14 years ago
  56. abcc3f4 Merged revisions 73341 via svnmerge from by Tarek Ziadé · 15 years ago
  57. 5662d3e Merged revisions 72445 via svnmerge from by Tarek Ziadé · 15 years ago
  58. 7d5e987 Merged revisions 69485 via svnmerge from by Tarek Ziadé · 15 years ago
  59. d8f63bb Make test_build_ext.py use sysconfig "srcdir" to find the source for by Neil Schemenauer · 15 years ago
  60. d3409de Merged revisions 69342 via svnmerge from by Tarek Ziadé · 15 years ago
  61. 47dc751 Fix get_python_inc() to work when building in a directory separate from by Neil Schemenauer · 15 years ago
  62. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  63. fcaf910 Merged revisions 63955 via svnmerge from by Georg Brandl · 16 years ago
  64. 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
  65. 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
  66. d9a4d1d Merged revisions 59628-59641 via svnmerge from by Christian Heimes · 17 years ago
  67. 0449f63 Merged revisions 59488-59511 via svnmerge from by Christian Heimes · 17 years ago
  68. 3805321 Merged revisions 59465-59487 via svnmerge from by Christian Heimes · 17 years ago
  69. 255f53b Merged revisions 59376-59406 via svnmerge from by Christian Heimes · 17 years ago
  70. 5b7e9d7 General cleanup, raise normalization in Lib/distutils. by Collin Winter · 17 years ago
  71. eb33e5a Remove support for BeOS by Skip Montanaro · 17 years ago
  72. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  73. 63236cf Minimal fixes to save the bootstrap on OSX. by Guido van Rossum · 17 years ago
  74. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  75. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  76. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  77. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  78. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
  79. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  80. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  81. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  82. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  83. 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 18 years ago
  84. fffc4b7 Whitespace normalization. by Tim Peters · 19 years ago
  85. d7c795e Make parse_makefile fallback to environment variables if nothing is by Martin v. Löwis · 19 years ago
  86. 08cd598 Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant by Brett Cannon · 19 years ago
  87. df37c8c Patch #1046831: Use get_python_version where appropriate in sysconfig.py. by Martin v. Löwis · 19 years ago
  88. be95462 After discussion on the PythonMac-SIG it was decided that it is better by Jack Jansen · 20 years ago
  89. 22dcf66 Patch 983206: distutils obeys LDSHARED env var. Removed the code in by Anthony Baxter · 20 years ago
  90. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  91. 6b08a40 Partial fix for #887242 (link extensions with dynamic_lookup in stead by Jack Jansen · 20 years ago
  92. 23b44a3 Patch #812378: Normalize white space. by Martin v. Löwis · 21 years ago
  93. 4f82a51 Pick up Makefile variable BASECFLAGS too. This is needed since OPT was by Jack Jansen · 21 years ago
  94. 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
  95. 0ff98b9 [Bug #550364] Add get_python_version() by Andrew M. Kuchling · 22 years ago
  96. 33635aa Back out part of rev. 1.53, restoring the use of the string module. by Andrew M. Kuchling · 22 years ago
  97. a5f4c07 Remove use of string module and reflow a couple of long lines. by Jeremy Hylton · 22 years ago
  98. 6b01685 This patch fixes the following bugs: by Gustavo Niemeyer · 22 years ago
  99. 29c8623 [Patch #588809] LDFLAGS support for build_ext.py, from Robert Weber by Andrew M. Kuchling · 22 years ago
  100. 6b7d69d Well, Fred never did explain why the code to determine whether the by Michael W. Hudson · 22 years ago