summaryrefslogtreecommitdiff
path: root/Lib/test/test_sysconfig.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19760: Silence sysconfig's 'SO' key deprecation warnings in tests.Serhiy Storchaka2013-11-261-3/+4
* - Issue #19555: Restore sysconfig.get_config_var('SO'), with aBarry Warsaw2013-11-211-0/+19
* Issue #19340: Fix test_sysconfig when Python is built with an empty prefix.Antoine Pitrou2013-10-231-23/+21
|\
| * Closes #16135: Removal of OS/2 supportJesus Cea2012-10-051-1/+1
| * utilize subprocess.DEVNULLPhilip Jenvey2012-10-011-22/+20
* | Issue #19340: Fix test_sysconfig when Python is built with an empty prefix.Antoine Pitrou2013-10-231-2/+4
|/
* Issue #15364: Fix test_srcdir for the installed case.Ned Deily2012-07-271-1/+2
* Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path.Richard Oudkerk2012-07-271-0/+28
* Issue #15184: Ensure consistent results of OS X configurationNed Deily2012-07-211-1/+9
* Issue #15118: Change return value of os.uname() and os.times() fromLarry Hastings2012-06-241-3/+2
* Packaging removal: also revert introduction of sysconfig.cfg.?ric Araujo2012-06-241-7/+8
* Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-3/+8
* convince regrtest.py we aren't modifying _CONFIG_VARSBenjamin Peterson2012-01-041-2/+3
* Merge fixes for #10526, #10359, #11254, #9100 and the bug without numberÉric Araujo2011-10-081-44/+39
|\
| * A few style changes originally done in the distutils2 repoÉric Araujo2011-09-181-9/+7
| * Merge fix for #10086 from 3.2Éric Araujo2011-08-311-2/+2
| |\
| * | Explicitly close a file to stop raising a ResourceWarning.Brett Cannon2011-08-041-12/+13
| * | Branch mergeÉric Araujo2011-05-261-12/+30
| |\ \
| | * \ (Merge 3.2) Issue #12070: Fix the Makefile parser of the sysconfig module toVictor Stinner2011-05-241-10/+24
| | |\ \
| * | | | Minor cleanup in sysconfig.Éric Araujo2011-05-251-15/+0
| |/ / /
| * | | initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-12/+15
* | | | Fix test_sysconfig when prefix != exec-prefix (#9100).Éric Araujo2011-10-081-6/+9
| |_|/ |/| |
* | | Fix test_sysconfig when run from a Python installed under /site (#10086).Éric Araujo2011-08-311-2/+2
| |/ |/|
* | Issue #12070: Fix the Makefile parser of the sysconfig module to handleVictor Stinner2011-05-241-10/+24
|/
* Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set i...Ronald Oussoren2011-05-151-3/+53
* Fix #9333. The symlink function is always available now, raising OSErrorBrian Curtin2010-12-281-3/+2
* Fix #9333. Expose os.symlink on Windows only when usable.Brian Curtin2010-12-021-2/+3
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-18/+18
* test_get_makefile_filename() is not compatible with Windows.Barry Warsaw2010-09-201-0/+2
* Issue 9877: expose sysconfig.get_makefile_filename() in the public API.Barry Warsaw2010-09-201-0/+4
* Skip this test as it doesn't apply to Windows. It was added forBrian Curtin2010-07-221-0/+1
* This patch adds a testcase that demonstrates a problemRonald Oussoren2010-07-191-0/+6
* Re-flow several long lines from #1578269.Brian Curtin2010-07-091-2/+2
* Implement #1578269. Patch by Jason R. Coombs.Brian Curtin2010-07-081-4/+10
* Made sysconfig a script that displays useful information - #8770Tarek Ziadé2010-05-251-2/+10
* Merged revisions 81371 via svnmerge fromTarek Ziadé2010-05-191-1/+10
* Merged revisions 80986-80987 via svnmerge fromBenjamin Peterson2010-05-081-2/+2
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+0
* Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...Georg Brandl2010-03-141-0/+1
* Merged revisions 78832 via svnmerge fromFlorent Xicluna2010-03-131-3/+2
* Merged revisions 78828 via svnmerge fromFlorent Xicluna2010-03-111-1/+19
* Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge fromBenjamin Peterson2010-02-031-5/+4
* Merged revisions 77919,77921-77922 via svnmerge fromTarek Ziadé2010-02-021-1/+7
* Merged revisions 77759,77761 via svnmerge fromTarek Ziadé2010-01-291-1/+27
* Merged revisions 77704,77752 via svnmerge fromTarek Ziadé2010-01-291-0/+214