summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests
Commit message (Expand)AuthorAgeFilesLines
* 00138-fix-distutils-tests-in-debug-build.patchFedora Python maintainers2020-09-291-6/+9
* 00137-skip-distutils-tests-that-fail-in-rpmbuild.patchFedora Python maintainers2020-09-291-0/+1
* 00112-2.7.13-debug-build.patchFedora Python maintainers2020-09-291-1/+2
* 00104-lib64-fix-for-test_install.patchFedora Python maintainers2020-09-291-1/+2
* bpo-36235: Fix distutils test_customize_compiler() on macOS (GH-12751)Victor Stinner2019-04-091-0/+3
* bpo-31292: Fixed distutils check --restructuredtext for include directives (G...Miss Islington (bot)2019-03-272-1/+16
* bpo-36235: Enhance distutils test_customize_compiler() (GH-12403) (GH-12417)Victor Stinner2019-03-181-13/+82
* bpo-36235: Fix CFLAGS in distutils customize_compiler() (GH-12236) (GH-12349)Victor Stinner2019-03-151-1/+26
* bpo-10496: distutils check_environ() handles getpwuid() error (GH-10931) (GH-...Victor Stinner2018-12-181-2/+40
* [2.7] bpo-34738: Add directory entries in ZIP files created by distutils. (GH...Serhiy Storchaka2018-12-053-4/+12
* bpo-34530: Fix distutils find_executable() (GH-9049) (GH-9058)Victor Stinner2018-09-041-2/+47
* bpo-28222: Don't fail if pygments is not available (GH-7564)Zachary Ware2018-06-091-2/+14
* bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH...Bo Bayles2018-01-291-0/+26
* bpo-31955: Fix distutils CCompiler.set_executable() for Unicode (GH-4316)Mazay02017-11-081-0/+24
* test_distutils: test_build_ext uses EnvironGuard (#1458)Victor Stinner2017-05-041-0/+1
* test_distutils: use EnvironGuard (#1433)Victor Stinner2017-05-032-1/+3
* Fix spelling in code commentsMartin Panter2016-12-181-1/+1
* Some distutils tests require zlib for creating tar.gz source distribution.Serhiy Storchaka2016-10-231-0/+7
* build_ext: correctly parse the link_objects user option (closes #1703178)Benjamin Peterson2016-09-291-0/+7
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-071-1/+1
* Switch upload.pypi.io to upload.pypi.orgDonald Stufft2016-08-032-4/+4
* English spelling and grammar fixesMartin Panter2016-07-111-1/+1
* Switch to the new upload url for PyPIDonald Stufft2016-07-062-4/+4
* Issue #27171: Fix typos in documentation, code comments, and testsMartin Panter2016-06-021-1/+1
* Issue #27076: Doc, comment and test function name spelling fixesMartin Panter2016-05-261-1/+1
* Issue #25607: Restore old distutils logging threshold after running tests thatSerhiy Storchaka2015-11-122-0/+4
* fix parsing reST with code or code-block directives (closes #23063)Benjamin Peterson2015-01-151-0/+31
* Issue #8876: distutils now falls back to copying files when hard linking does...Antoine Pitrou2014-10-301-0/+43
* #22512: move distutils rpm test's .rpmdb to testing tmpdir.R David Murray2014-10-011-0/+3
* #10510: make distuitls upload/register use HTML standards compliant CRLF.R David Murray2014-09-271-1/+1
* test_distutils: remove the test file in DistributionTestCase.test_debug_mode()Victor Stinner2014-09-111-1/+2
* Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compilerNed Deily2014-07-061-0/+21
* Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.Ned Deily2014-06-251-2/+10
* Issue #21722: The distutils "upload" command now exits with a non-zero return...Antoine Pitrou2014-06-191-4/+13
* - Issue #17752: Fix distutils tests when run from the installed location.doko@ubuntu.com2014-05-071-1/+1
* Avoid “error: None” messages from distutils (#4931).Éric Araujo2014-03-121-2/+10
* Issue #12226: HTTPS is now used by default when connecting to PyPI.Antoine Pitrou2013-12-222-4/+4
* Issue #19492: Silently skipped distutils tests now reported as skipped.Serhiy Storchaka2013-12-1810-69/+37
* Issue #19600: Use specific asserts in distutils tests.Serhiy Storchaka2013-11-1615-36/+36
* Issue #19286: Adding test demonstrating the failure when a directory is found...Jason R. Coombs2013-11-021-0/+31
* condense two tests with the same name (closes #19114)Benjamin Peterson2013-09-291-13/+12
* #18741: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
* Issue #18080: When building a C extension module on OS X, if the compilerNed Deily2013-05-281-1/+33
* #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by...Ezio Melotti2013-03-161-2/+3
* Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,Terry Jan Reedy2013-03-111-1/+1
* Issue #13590: OS X Xcode 4 - improve support for universal extension modulesNed Deily2013-01-311-0/+29
* - Issue #17041: Fix testing when Python is configured with theSerhiy Storchaka2013-01-271-2/+3
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
* Use proper skip instead of reporting success in one distutils testÉric Araujo2012-12-091-7/+1
* Fix setup.py register failure with invalid rst in description (#13614).Éric Araujo2012-12-091-4/+21