summaryrefslogtreecommitdiff
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* bpo-10496: distutils check_environ() handles getpwuid() error (GH-10931) (GH-...Victor Stinner2018-12-182-4/+47
* [2.7] bpo-34738: Add directory entries in ZIP files created by distutils. (GH...Serhiy Storchaka2018-12-064-4/+20
* [2.7] bpo-35133: Fix mistakes when concatenate string literals on different l...Serhiy Storchaka2018-11-055-7/+7
* bpo-34530: Fix distutils find_executable() (GH-9049) (GH-9058)Victor Stinner2018-09-042-3/+49
* bpo-28222: Don't fail if pygments is not available (GH-7564)Zachary Ware2018-06-091-2/+14
* [2.7] bpo-21060 Improve error message for "setup.py upload" without dist file...Éric Araujo2018-02-181-1/+3
* bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH...Bo Bayles2018-01-292-2/+26
* bpo-31955: Fix distutils CCompiler.set_executable() for Unicode (GH-4316)Mazay02017-11-082-1/+25
* 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-282-0/+8
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-071-1/+1
* Switch upload.pypi.io to upload.pypi.orgDonald Stufft2016-08-033-5/+5
* Issue #20767: Fix -R option for FreeBSD/clang.Stefan Krah2016-08-031-0/+2
* English spelling and grammar fixesMartin Panter2016-07-111-1/+1
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* Switch to the new upload url for PyPIDonald Stufft2016-07-063-5/+5
* 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-262-2/+2
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-2/+2
* Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries.Ned Deily2016-02-252-2/+25
* Issue #25607: Restore old distutils logging threshold after running tests thatSerhiy Storchaka2015-11-122-0/+4
* fix name of argument in docstring and the docs (closes #25076)Benjamin Peterson2015-09-121-1/+1
* Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.pySteve Dower2015-08-071-1/+1
* Close #24508: Backport the 3.5 MSBuild project files.Zachary Ware2015-07-161-4/+6
* keep distutils version in sync with python version automaticallyBenjamin Peterson2015-05-251-8/+2
* python 2.7.10 finalv2.7.10Benjamin Peterson2015-05-231-1/+1
* bump version to 2.7.10rc1v2.7.10rc1Benjamin Peterson2015-05-101-1/+1
* Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-101-2/+2
* fix parsing reST with code or code-block directives (closes #23063)Benjamin Peterson2015-01-142-4/+35
* fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-131-1/+1
* bump to 2.7.9 finalv2.7.9Benjamin Peterson2014-12-101-1/+1
* 2.7.9rc1v2.7.9rc1Benjamin Peterson2014-11-251-1/+1
* Issue #8876: distutils now falls back to copying files when hard linking does...Antoine Pitrou2014-10-302-13/+64
* - Issue #17219: Add library build dir for Python extension cross-builds.doko@ubuntu.com2014-10-021-1/+1
* #22512: move distutils rpm test's .rpmdb to testing tmpdir.R David Murray2014-09-301-0/+3
* #10510: make distuitls upload/register use HTML standards compliant CRLF.R David Murray2014-09-272-6/+5
* 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-062-1/+23
* bump to 2.7.8v2.7.8Benjamin Peterson2014-06-291-1/+1
* 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-182-8/+18
* bump to 2.7.7 finalBenjamin Peterson2014-05-311-1/+1
* bump to 2.7.7rc1v2.7.7rc1Benjamin Peterson2014-05-171-1/+1
* - Issue #17752: Fix distutils tests when run from the installed location.doko@ubuntu.com2014-05-071-1/+1
* Make distutils error messages more helpful (#11599).Éric Araujo2014-03-121-18/+45
* Fix missing import in bdist_rpm (#18045)Éric Araujo2014-03-121-0/+1
* Restore missing part of error message (#4931)Éric Araujo2014-03-121-1/+1