1. ecbe2a9 Issue #15298: refactor previous fix from 66959d419369. by Trent Nelson · 12 years ago
  2. ee528cc Issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py. by Trent Nelson · 12 years ago
  3. c101bf3 Issue #15298: ensure _sysconfigdata is generated in build directory, by Trent Nelson · 12 years ago
  4. 46874ad Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path. by Richard Oudkerk · 12 years ago
  5. df8aa2b Issue #15184: Ensure consistent results of OS X configuration by Ned Deily · 12 years ago
  6. 2747177 Issue #13590: Improve support for OS X Xcode 4: by Ned Deily · 12 years ago
  7. 7e6c2e2 - Issue #14330: For cross builds, don't use host python, use host search paths by doko@ubuntu.com · 12 years ago
  8. 1abe1c5 - Issue #14330: For cross builds, don't use host python, use host search paths by doko@ubuntu.com · 12 years ago
  9. 68386bc Issue #15164: Change return value of platform.uname() from a by Larry Hastings · 12 years ago
  10. ec177c1 Packaging removal: also revert introduction of sysconfig.cfg. by Éric Araujo · 12 years ago
  11. 859aad6 Remove packaging from the standard library. by Éric Araujo · 12 years ago
  12. 7e20349 Fixed _sys_home computation and added diagnostics for Windows buildbot failures. by Vinay Sajip · 12 years ago
  13. 4221142 Addressed some buildbot errors and comments on the checkin by Antoine on python-dev. by Vinay Sajip · 12 years ago
  14. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  15. 5c1d814 MERGE: And yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  16. 031605a And yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  17. b78e1df MERGE: Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  18. 1aa1cf3 Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  19. 2a7cc53 Remove unnecessary version check by Éric Araujo · 13 years ago
  20. 65651ea Issue #13150: Add a comment in _sysconfigdata to explain the origin of this file by Victor Stinner · 13 years ago
  21. 1e73a24 Issue #13150: sysconfig no longer parses the Makefile and config.h files by Antoine Pitrou · 13 years ago
  22. dc567e4 Use a dict for faster sysconfig startup (issue #13150) by Antoine Pitrou · 13 years ago
  23. f46676d Branch merge by Éric Araujo · 13 years ago
  24. 559b5f1 Minor cleanup in sysconfig. by Éric Araujo · 13 years ago
  25. 17dc819 (Merge 3.2) Issue #12070: Fix the Makefile parser of the sysconfig module to by Victor Stinner · 13 years ago
  26. 1273b7c Issue #12070: Fix the Makefile parser of the sysconfig module to handle by Victor Stinner · 13 years ago
  27. 1231a4e initial import of the packaging package in the standard library by Tarek Ziade · 13 years ago
  28. 222e89a Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. by Ronald Oussoren · 13 years ago
  29. 87f3a9a Fix double use of f.close(). by Éric Araujo · 13 years ago
  30. d5eaa5f sys.abiflags may not be defined on all platforms. by Barry Warsaw · 14 years ago
  31. 14d98ac Final patch for issue 9807. by Barry Warsaw · 14 years ago
  32. 300623d r84925 followup: add docstring for get_makefile_filename (+PEP 257 fixes) by Éric Araujo · 14 years ago
  33. bee5cef Always close files in distutils code and tests (#10252). by Éric Araujo · 14 years ago
  34. 75d8c5c Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error by Victor Stinner · 14 years ago
  35. b86680e Explicitly close some files (from issue #10093) by Antoine Pitrou · 14 years ago
  36. b103a93 Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the by Victor Stinner · 14 years ago
  37. dbec780 Issue #9437: Fix building C extensions with non-default LDFLAGS. by Antoine Pitrou · 14 years ago
  38. ebbef6f Issue 9877: expose sysconfig.get_makefile_filename() in the public API. by Barry Warsaw · 14 years ago
  39. ae7d7fa Reverted changes which were inadvertently committed. by Vinay Sajip · 14 years ago
  40. 61c3f0d logging: added hasHandlers() to LoggerAdapter. by Vinay Sajip · 14 years ago
  41. bda4672 Ensure that test_site actually passes with a framework build by Ronald Oussoren · 14 years ago
  42. d21886c Without this patch the value of sysconfig.get_config_var('LDSHARED') by Ronald Oussoren · 14 years ago
  43. d395052 Fix for issue 9164 by Ronald Oussoren · 14 years ago
  44. 61c061a Oops. Fix distutils tests that r82746 broke. by Jeffrey Yasskin · 14 years ago
  45. d4fcdb1 Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running by Jeffrey Yasskin · 14 years ago
  46. ab4fd61 Fix for buildbot failure in r81999. by Ronald Oussoren · 14 years ago
  47. e41a19e Fix for issue #8577: without this patch test_distutils by Ronald Oussoren · 14 years ago
  48. 16ed6cb added the list of public APIs in sysconfig by Tarek Ziadé · 14 years ago
  49. a751499 Made sysconfig a script that displays useful information - #8770 by Tarek Ziadé · 14 years ago
  50. 06710a8 Merged revisions 81371 via svnmerge from by Tarek Ziadé · 14 years ago
  51. 4cda46a Merged revisions 80967 via svnmerge from by Ronald Oussoren · 14 years ago
  52. 171ba05 Merged revisions 78835-78837 via svnmerge from by Victor Stinner · 14 years ago
  53. 1d1ab97 Merged revisions 78833 via svnmerge from by Florent Xicluna · 14 years ago
  54. ecf021c Merged revisions 78830 via svnmerge from by Florent Xicluna · 14 years ago
  55. a470738 Merged revisions 78828 via svnmerge from by Florent Xicluna · 14 years ago
  56. bd79768 Merged revisions 77919,77921-77922 via svnmerge from by Tarek Ziadé · 14 years ago
  57. edacea3 Merged revisions 77704,77752 via svnmerge from by Tarek Ziadé · 15 years ago