| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-37369: Fix initialization of sys members when launched via an app contain... | Steve Dower | 2019-06-29 | 1 | -34/+6 |
|
|
* | bpo-34011: Fixes missing venv files and other tests (GH-9458) | Steve Dower | 2018-09-20 | 1 | -6/+19 |
|
|
* | Remove all mention of Windows IA-64 support (GH-3389) | Zachary Ware | 2017-09-06 | 1 | -7/+0 |
|
|
* | Issue #28849: Merge 3.6. | Xavier de Gaye | 2016-12-14 | 1 | -1/+2 |
|\ |
|
| * | Issue #28849: Skip test_sysconfig.test_triplet_in_ext_suffix on non linux pla... | Xavier de Gaye | 2016-12-14 | 1 | -1/+2 |
|
|
* | | Issue #28849: Merge 3.6. | Xavier de Gaye | 2016-12-10 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #28849: Do not define sys.implementation._multiarch on Android. | Xavier de Gaye | 2016-12-10 | 1 | -2/+2 |
|
|
* | | Skip a sysconfig test if _ctypes is not available. | Zachary Ware | 2016-09-17 | 1 | -6/+4 |
|/ |
|
* | Issue #27917: Fix test_triplet_in_ext_suffix for the 'x86' Android platform. | Xavier de Gaye | 2016-09-11 | 1 | -2/+3 |
|
|
* | Issue #24705: Add a test case for ef84d21f5292 | Berker Peksag | 2016-01-28 | 1 | -0/+3 |
|
|
* | Use support.change_cwd() in tests. | Serhiy Storchaka | 2015-09-06 | 1 | -6/+2 |
|\ |
|
| * | Use support.change_cwd() in tests. | Serhiy Storchaka | 2015-09-06 | 1 | -6/+2 |
|
|
* | | Issues #22980, 23969: For OS X, use PEP 3149-style file names for extension | Ned Deily | 2015-04-16 | 1 | -0/+4 |
|
|
* | | - #22980: fix typo in Lib/test/test_sysconfig.py triplet test | doko@ubuntu.com | 2015-04-15 | 1 | -1/+1 |
|
|
* | | - Issue #22980: Under Linux, GNU/KFreeBSD and the Hurd, C extensions now include | doko@ubuntu.com | 2015-04-15 | 1 | -3/+12 |
|
|
* | | Issue #22980: Under Linux, C extensions now include bitness in the file name, | Antoine Pitrou | 2015-03-08 | 1 | -0/+6 |
|/ |
|
* | Issue #19760: Silence sysconfig's 'SO' key deprecation warnings in tests. | Serhiy Storchaka | 2013-11-26 | 1 | -3/+4 |
|
|
* | - Issue #19555: Restore sysconfig.get_config_var('SO'), with a | Barry Warsaw | 2013-11-21 | 1 | -0/+19 |
|
|
* | Issue #19340: Fix test_sysconfig when Python is built with an empty prefix. | Antoine Pitrou | 2013-10-23 | 1 | -2/+4 |
|\ |
|
| * | Issue #19340: Fix test_sysconfig when Python is built with an empty prefix. | Antoine Pitrou | 2013-10-23 | 1 | -2/+4 |
|
|
* | | Closes #16135: Removal of OS/2 support | Jesus Cea | 2012-10-05 | 1 | -1/+1 |
|
|
* | | utilize subprocess.DEVNULL | Philip Jenvey | 2012-10-01 | 1 | -22/+20 |
|/ |
|
* | Issue #15364: Fix test_srcdir for the installed case. | Ned Deily | 2012-07-28 | 1 | -1/+2 |
|
|
* | Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path. | Richard Oudkerk | 2012-07-27 | 1 | -0/+28 |
|
|
* | Issue #15184: Ensure consistent results of OS X configuration | Ned Deily | 2012-07-21 | 1 | -1/+9 |
|
|
* | Issue #15118: Change return value of os.uname() and os.times() from | Larry Hastings | 2012-06-24 | 1 | -3/+2 |
|
|
* | Packaging removal: also revert introduction of sysconfig.cfg. | Éric Araujo | 2012-06-24 | 1 | -7/+8 |
|
|
* | Implemented PEP 405 (Python virtual environments). | Vinay Sajip | 2012-05-26 | 1 | -3/+8 |
|
|
* | convince regrtest.py we aren't modifying _CONFIG_VARS | Benjamin Peterson | 2012-01-04 | 1 | -2/+3 |
|
|
* | Merge fixes for #10526, #10359, #11254, #9100 and the bug without number | Éric Araujo | 2011-10-08 | 1 | -2/+9 |
|\ |
|
| * | Fix test_sysconfig when prefix != exec-prefix (#9100). | Éric Araujo | 2011-10-07 | 1 | -6/+9 |
|
|
* | | A few style changes originally done in the distutils2 repo | Éric Araujo | 2011-09-18 | 1 | -9/+7 |
|
|
* | | Merge fix for #10086 from 3.2 | Éric Araujo | 2011-08-31 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix test_sysconfig when run from a Python installed under /site (#10086). | Éric Araujo | 2011-08-31 | 1 | -2/+2 |
|
|
* | | Explicitly close a file to stop raising a ResourceWarning. | Brett Cannon | 2011-08-05 | 1 | -12/+13 |
|
|
* | | Branch merge | Éric Araujo | 2011-05-26 | 1 | -15/+4 |
|\ \ |
|
| * | | Minor cleanup in sysconfig. | Éric Araujo | 2011-05-25 | 1 | -15/+0 |
|
|
* | | | (Merge 3.2) Issue #12070: Fix the Makefile parser of the sysconfig module to | Victor Stinner | 2011-05-24 | 1 | -10/+24 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Issue #12070: Fix the Makefile parser of the sysconfig module to handle | Victor Stinner | 2011-05-24 | 1 | -10/+24 |
|
|
* | | initial import of the packaging package in the standard library | Tarek Ziade | 2011-05-19 | 1 | -12/+15 |
|/ |
|
* | Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set i... | Ronald Oussoren | 2011-05-15 | 1 | -3/+53 |
|
|
* | Fix #9333. The symlink function is always available now, raising OSError | Brian Curtin | 2010-12-28 | 1 | -3/+2 |
|
|
* | Fix #9333. Expose os.symlink on Windows only when usable. | Brian Curtin | 2010-12-02 | 1 | -2/+3 |
|
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -18/+18 |
|
|
* | test_get_makefile_filename() is not compatible with Windows. | Barry Warsaw | 2010-09-20 | 1 | -0/+2 |
|
|
* | Issue 9877: expose sysconfig.get_makefile_filename() in the public API. | Barry Warsaw | 2010-09-20 | 1 | -0/+4 |
|
|
* | Skip this test as it doesn't apply to Windows. It was added for | Brian Curtin | 2010-07-22 | 1 | -0/+1 |
|
|
* | This patch adds a testcase that demonstrates a problem | Ronald Oussoren | 2010-07-19 | 1 | -0/+6 |
|
|
* | Re-flow several long lines from #1578269. | Brian Curtin | 2010-07-09 | 1 | -2/+2 |
|
|
* | Implement #1578269. Patch by Jason R. Coombs. | Brian Curtin | 2010-07-08 | 1 | -4/+10 |
|
|