1. 323e743 bpo-37369: Fix initialization of sys members when launched via an app container (GH-14467) by Steve Dower · 5 years ago
  2. f14c28f bpo-34011: Fixes missing venv files and other tests (GH-9458) by Steve Dower · 6 years ago
  3. 49ce74e Remove all mention of Windows IA-64 support (GH-3389) by Zachary Ware · 7 years ago
  4. e660327 Issue #28849: Merge 3.6. by Xavier de Gaye · 8 years ago
  5. 471bc3c Issue #28849: Skip test_sysconfig.test_triplet_in_ext_suffix on non linux platforms. by Xavier de Gaye · 8 years ago
  6. 5ca2b10 Issue #28849: Merge 3.6. by Xavier de Gaye · 8 years ago
  7. 32cf1ac Issue #28849: Do not define sys.implementation._multiarch on Android. by Xavier de Gaye · 8 years ago
  8. f7cc603 Skip a sysconfig test if _ctypes is not available. by Zachary Ware · 8 years ago
  9. fda8961 Issue #27917: Fix test_triplet_in_ext_suffix for the 'x86' Android platform. by Xavier de Gaye · 8 years ago
  10. ad13edb Issue #24705: Add a test case for ef84d21f5292 by Berker Peksag · 8 years ago
  11. 5fbadb6 Use support.change_cwd() in tests. by Serhiy Storchaka · 9 years ago
  12. 2a23adf Use support.change_cwd() in tests. by Serhiy Storchaka · 9 years ago
  13. 3b81248 Issues #22980, 23969: For OS X, use PEP 3149-style file names for extension by Ned Deily · 9 years ago
  14. 807b80d - #22980: fix typo in Lib/test/test_sysconfig.py triplet test by doko@ubuntu.com · 9 years ago
  15. d3899c1 - Issue #22980: Under Linux, GNU/KFreeBSD and the Hurd, C extensions now include by doko@ubuntu.com · 9 years ago
  16. 5bd7bf5 Issue #22980: Under Linux, C extensions now include bitness in the file name, by Antoine Pitrou · 9 years ago
  17. eaec359 Issue #19760: Silence sysconfig's 'SO' key deprecation warnings in tests. by Serhiy Storchaka · 11 years ago
  18. 197a770 - Issue #19555: Restore sysconfig.get_config_var('SO'), with a by Barry Warsaw · 11 years ago
  19. 3d3e1ba Issue #19340: Fix test_sysconfig when Python is built with an empty prefix. by Antoine Pitrou · 11 years ago
  20. dde25c4 Issue #19340: Fix test_sysconfig when Python is built with an empty prefix. by Antoine Pitrou · 11 years ago
  21. f01d695 Closes #16135: Removal of OS/2 support by Jesus Cea · 12 years ago
  22. 075bbb1 utilize subprocess.DEVNULL by Philip Jenvey · 12 years ago
  23. 6c779ea Issue #15364: Fix test_srcdir for the installed case. by Ned Deily · 12 years ago
  24. 46874ad Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path. by Richard Oudkerk · 12 years ago
  25. df8aa2b Issue #15184: Ensure consistent results of OS X configuration by Ned Deily · 12 years ago
  26. 605a62d Issue #15118: Change return value of os.uname() and os.times() from by Larry Hastings · 12 years ago
  27. ec177c1 Packaging removal: also revert introduction of sysconfig.cfg. by Éric Araujo · 12 years ago
  28. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  29. d710d14 convince regrtest.py we aren't modifying _CONFIG_VARS by Benjamin Peterson · 13 years ago
  30. 6ebea15 Merge fixes for #10526, #10359, #11254, #9100 and the bug without number by Éric Araujo · 13 years ago
  31. de50455 Fix test_sysconfig when prefix != exec-prefix (#9100). by Éric Araujo · 13 years ago
  32. c1b7e7f A few style changes originally done in the distutils2 repo by Éric Araujo · 13 years ago
  33. ab3bea6 Merge fix for #10086 from 3.2 by Éric Araujo · 13 years ago
  34. 48e484f Fix test_sysconfig when run from a Python installed under /site (#10086). by Éric Araujo · 13 years ago
  35. a426554 Explicitly close a file to stop raising a ResourceWarning. by Brett Cannon · 13 years ago
  36. f46676d Branch merge by Éric Araujo · 13 years ago
  37. 559b5f1 Minor cleanup in sysconfig. by Éric Araujo · 13 years ago
  38. 17dc819 (Merge 3.2) Issue #12070: Fix the Makefile parser of the sysconfig module to by Victor Stinner · 13 years ago
  39. 1273b7c Issue #12070: Fix the Makefile parser of the sysconfig module to handle by Victor Stinner · 13 years ago
  40. 1231a4e initial import of the packaging package in the standard library by Tarek Ziade · 13 years ago
  41. 222e89a Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. by Ronald Oussoren · 13 years ago
  42. 3b4499c Fix #9333. The symlink function is always available now, raising OSError by Brian Curtin · 14 years ago
  43. 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 14 years ago
  44. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  45. 0646b4b test_get_makefile_filename() is not compatible with Windows. by Barry Warsaw · 14 years ago
  46. ebbef6f Issue 9877: expose sysconfig.get_makefile_filename() in the public API. by Barry Warsaw · 14 years ago
  47. db902ac Skip this test as it doesn't apply to Windows. It was added for by Brian Curtin · 14 years ago
  48. f4ebe2e This patch adds a testcase that demonstrates a problem by Ronald Oussoren · 14 years ago
  49. 74e4561 Re-flow several long lines from #1578269. by Brian Curtin · 14 years ago
  50. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  51. a751499 Made sysconfig a script that displays useful information - #8770 by Tarek Ziadé · 14 years ago
  52. 06710a8 Merged revisions 81371 via svnmerge from by Tarek Ziadé · 14 years ago
  53. 3c451e6 Merged revisions 80986-80987 via svnmerge from by Benjamin Peterson · 14 years ago
  54. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  55. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 14 years ago
  56. 01fe610 Merged revisions 78832 via svnmerge from by Florent Xicluna · 14 years ago
  57. a470738 Merged revisions 78828 via svnmerge from by Florent Xicluna · 14 years ago
  58. d69fe2a Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge from by Benjamin Peterson · 14 years ago
  59. bd79768 Merged revisions 77919,77921-77922 via svnmerge from by Tarek Ziadé · 14 years ago
  60. 8b441d0 Merged revisions 77759,77761 via svnmerge from by Tarek Ziadé · 14 years ago
  61. edacea3 Merged revisions 77704,77752 via svnmerge from by Tarek Ziadé · 14 years ago