Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test_distutils: test_build_ext uses EnvironGuard (#1458) | Victor Stinner | 2017-05-04 | 1 | -0/+1 |
| | | | | | | | | | Use EnvironGuard on BuildExtTestCase to save/restore os.environ, to fix the following warning: Warning -- os.environ was modified by test_distutils MSVCCompiler.initialize() of distutils.msvc9compiler modifies os.environ. | ||||
* | test_distutils: use EnvironGuard (#1433) | Victor Stinner | 2017-05-03 | 2 | -1/+3 |
| | | | | | | | Use EnvironGuard on InstallTestCase and UtilTestCase. Backport fixes from master to prevent the following warning: Warning -- os.environ was modified by test_distutils | ||||
* | Fix spelling in code comments | Martin Panter | 2016-12-18 | 1 | -1/+1 |
| | |||||
* | Some distutils tests require zlib for creating tar.gz source distribution. | Serhiy Storchaka | 2016-10-23 | 1 | -0/+7 |
| | |||||
* | build_ext: correctly parse the link_objects user option (closes #1703178) | Benjamin Peterson | 2016-09-29 | 2 | -0/+8 |
| | | | | Patch by Valerie Lambert. | ||||
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Martin Panter | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | Switch upload.pypi.io to upload.pypi.org | Donald Stufft | 2016-08-03 | 3 | -5/+5 |
| | |||||
* | Issue #20767: Fix -R option for FreeBSD/clang. | Stefan Krah | 2016-08-03 | 1 | -0/+2 |
| | |||||
* | English spelling and grammar fixes | Martin Panter | 2016-07-11 | 1 | -1/+1 |
| | |||||
* | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
| | | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed to fix the grammar. | ||||
* | Switch to the new upload url for PyPI | Donald Stufft | 2016-07-06 | 3 | -5/+5 |
| | |||||
* | Issue #27171: Fix typos in documentation, code comments, and tests | Martin Panter | 2016-06-02 | 1 | -1/+1 |
| | |||||
* | Issue #27076: Doc, comment and test function name spelling fixes | Martin Panter | 2016-05-26 | 2 | -2/+2 |
| | | | | Most fixes to Doc/ and Lib/ directories by Ville Skyttä. | ||||
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -2/+2 |
| | |||||
* | Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. | Ned Deily | 2016-02-24 | 2 | -2/+25 |
| | | | | | | | | | | | | | | | As of Xcode 7, SDKs for Apple platforms now include textual-format stub libraries whose file names have a .tbd extension rather than the standard OS X .dylib extension. The Apple compiler tool chain handles these stub libraries transparently and the installed system shared libraries are still .dylibs. However, the new stub libraries cause problems for third-party programs that support building with Apple SDKs and make build-time decisions based on the presence or paths of system-supplied shared libraries in the SDK. In particular, building Python itself with an SDK fails to find system-supplied libraries during setup.py's build of standard library extension modules. The solution is to have find_library_file() in Distutils search for .tbd files, along with the existing types (.a, .so, and .dylib). Patch by Tim Smith. | ||||
* | Issue #25607: Restore old distutils logging threshold after running tests that | Serhiy Storchaka | 2015-11-12 | 2 | -0/+4 |
| | | | | parse command line arguments. | ||||
* | fix name of argument in docstring and the docs (closes #25076) | Benjamin Peterson | 2015-09-13 | 1 | -1/+1 |
| | | | | Patch by TAKASE Arihiro. | ||||
* | Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py | Steve Dower | 2015-08-08 | 1 | -1/+1 |
| | |||||
* | Close #24508: Backport the 3.5 MSBuild project files. | Zachary Ware | 2015-07-16 | 1 | -4/+6 |
| | | | | | | | The old project files move to PC/VS9.0 and remain supported. VS2008 is still required to build 2.7; VS2010 (or later, plus Windows SDK 7.1) is *also* required to use the new project files. | ||||
* | keep distutils version in sync with python version automatically | Benjamin Peterson | 2015-05-26 | 1 | -8/+2 |
| | |||||
* | python 2.7.10 finalv2.7.10 | Benjamin Peterson | 2015-05-23 | 1 | -1/+1 |
| | |||||
* | bump version to 2.7.10rc1v2.7.10rc1 | Benjamin Peterson | 2015-05-10 | 1 | -1/+1 |
| | |||||
* | Issue #23865: close() methods in multiple modules now are idempotent and more | Serhiy Storchaka | 2015-04-10 | 1 | -2/+2 |
| | | | | | robust at shutdown. If needs to release multiple resources, they are released even if errors are occured. | ||||
* | fix parsing reST with code or code-block directives (closes #23063) | Benjamin Peterson | 2015-01-15 | 2 | -4/+35 |
| | | | | Patch by Marc Abramowitz. | ||||
* | fix instances of consecutive articles (closes #23221) | Benjamin Peterson | 2015-01-13 | 1 | -1/+1 |
| | | | | Patch by Karan Goel. | ||||
* | bump to 2.7.9 finalv2.7.9 | Benjamin Peterson | 2014-12-10 | 1 | -1/+1 |
| | |||||
* | 2.7.9rc1v2.7.9rc1 | Benjamin Peterson | 2014-11-26 | 1 | -1/+1 |
| | |||||
* | Issue #8876: distutils now falls back to copying files when hard linking ↵ | Antoine Pitrou | 2014-10-30 | 2 | -13/+64 |
| | | | | | | doesn't work. This allows use with special filesystems such as VirtualBox shared folders. | ||||
* | - Issue #17219: Add library build dir for Python extension cross-builds. | doko@ubuntu.com | 2014-10-02 | 1 | -1/+1 |
| | |||||
* | #22512: move distutils rpm test's .rpmdb to testing tmpdir. | R David Murray | 2014-10-01 | 1 | -0/+3 |
| | | | | Patch by Francis MB. | ||||
* | #10510: make distuitls upload/register use HTML standards compliant CRLF. | R David Murray | 2014-09-27 | 2 | -6/+5 |
| | | | | Patch by Ian Cordasco, approved by Éric Araujo. | ||||
* | test_distutils: remove the test file in DistributionTestCase.test_debug_mode() | Victor Stinner | 2014-09-11 | 1 | -1/+2 |
| | | | | Fix the warning: "test_support.TESTFN was modified by test_distutils". | ||||
* | Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler | Ned Deily | 2014-07-06 | 2 | -1/+23 |
| | | | | due to possible uninitialized _config_vars. Original patch by Alex Gaynor. | ||||
* | bump to 2.7.8v2.7.8 | Benjamin Peterson | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite. | Ned Deily | 2014-06-25 | 1 | -2/+10 |
| | |||||
* | Issue #21722: The distutils "upload" command now exits with a non-zero ↵ | Antoine Pitrou | 2014-06-19 | 2 | -8/+18 |
| | | | | | | return code when uploading fails. Patch by Martin Dengler. | ||||
* | bump to 2.7.7 final | Benjamin Peterson | 2014-05-31 | 1 | -1/+1 |
| | |||||
* | bump to 2.7.7rc1v2.7.7rc1 | Benjamin Peterson | 2014-05-18 | 1 | -1/+1 |
| | |||||
* | - Issue #17752: Fix distutils tests when run from the installed location. | doko@ubuntu.com | 2014-05-07 | 1 | -1/+1 |
| | |||||
* | Make distutils error messages more helpful (#11599). | Éric Araujo | 2014-03-13 | 1 | -18/+45 |
| | | | | | | | | | | When running external programs such as a C compiler and getting an error code, distutils only prints the program name. With this change, one can get the full command line by setting the DISTUTILS_DEBUG environment variable. This should have no compatibility issues, unless there are tools that depend on the exact format of distutils debug messages. | ||||
* | Fix missing import in bdist_rpm (#18045) | Éric Araujo | 2014-03-12 | 1 | -0/+1 |
| | |||||
* | Restore missing part of error message (#4931) | Éric Araujo | 2014-03-12 | 1 | -1/+1 |
| | |||||
* | Avoid “error: None” messages from distutils (#4931). | Éric Araujo | 2014-03-12 | 4 | -29/+17 |
| | | | | Thanks to Amaury Forgeot d’Arc and Philip J. Eby. | ||||
* | Issue #12226: HTTPS is now used by default when connecting to PyPI. | Antoine Pitrou | 2013-12-22 | 3 | -5/+5 |
| | |||||
* | Issue #19492: Silently skipped distutils tests now reported as skipped. | Serhiy Storchaka | 2013-12-18 | 10 | -69/+37 |
| | |||||
* | Issue #19600: Use specific asserts in distutils tests. | Serhiy Storchaka | 2013-11-16 | 15 | -36/+36 |
| | |||||
* | Issue #12853: Correct NameError in distutils upload command. | Jason R. Coombs | 2013-11-16 | 1 | -1/+1 |
| | |||||
* | merge 2.7.6 release branch | Benjamin Peterson | 2013-11-10 | 1 | -1/+1 |
|\ | |||||
| * | 2.7.6 finalv2.7.6 | Benjamin Peterson | 2013-11-10 | 1 | -1/+1 |
| | | |||||
* | | Issue #19286: [distutils] Only match files in build_py.find_data_files. | Jason R. Coombs | 2013-11-02 | 1 | -1/+2 |
| | |