index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
distutils
Commit message (
Expand
)
Author
Age
Files
Lines
*
00138-fix-distutils-tests-in-debug-build.patch
Fedora Python maintainers
2020-09-29
1
-6/+9
*
00137-skip-distutils-tests-that-fail-in-rpmbuild.patch
Fedora Python maintainers
2020-09-29
1
-0/+1
*
00112-2.7.13-debug-build.patch
Fedora Python maintainers
2020-09-29
3
-4/+11
*
00104-lib64-fix-for-test_install.patch
Fedora Python maintainers
2020-09-29
1
-1/+2
*
00102-2.7.13-lib64.patch
Fedora Python maintainers
2020-09-29
2
-3/+7
*
python-2.6.4-distutils-rpath.patch
Fedora Python maintainers
2020-09-29
1
-0/+10
*
closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. ...
Miss Islington (bot)
2019-08-28
1
-1/+2
*
bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875) (GH-12...
Victor Stinner
2019-04-25
2
-3/+13
*
bpo-36235: Fix distutils test_customize_compiler() on macOS (GH-12751)
Victor Stinner
2019-04-09
1
-0/+3
*
bpo-31292: Fixed distutils check --restructuredtext for include directives (G...
Miss Islington (bot)
2019-03-27
3
-2/+18
*
bpo-36235: Enhance distutils test_customize_compiler() (GH-12403) (GH-12417)
Victor Stinner
2019-03-18
1
-13/+82
*
bpo-36235: Fix CFLAGS in distutils customize_compiler() (GH-12236) (GH-12349)
Victor Stinner
2019-03-15
2
-4/+29
*
bpo-10496: distutils check_environ() handles getpwuid() error (GH-10931) (GH-...
Victor Stinner
2018-12-18
2
-4/+47
*
[2.7] bpo-34738: Add directory entries in ZIP files created by distutils. (GH...
Serhiy Storchaka
2018-12-05
4
-4/+20
*
[2.7] bpo-35133: Fix mistakes when concatenate string literals on different l...
Serhiy Storchaka
2018-11-05
5
-7/+7
*
bpo-34530: Fix distutils find_executable() (GH-9049) (GH-9058)
Victor Stinner
2018-09-04
2
-3/+49
*
bpo-28222: Don't fail if pygments is not available (GH-7564)
Zachary Ware
2018-06-09
1
-2/+14
*
[2.7] bpo-21060 Improve error message for "setup.py upload" without dist file...
Éric Araujo
2018-02-19
1
-1/+3
*
bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH...
Bo Bayles
2018-01-29
2
-2/+26
*
bpo-31955: Fix distutils CCompiler.set_executable() for Unicode (GH-4316)
Mazay0
2017-11-08
2
-1/+25
*
test_distutils: test_build_ext uses EnvironGuard (#1458)
Victor Stinner
2017-05-04
1
-0/+1
*
test_distutils: use EnvironGuard (#1433)
Victor Stinner
2017-05-03
2
-1/+3
*
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
*
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
*
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
*
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
*
Issue #25607: Restore old distutils logging threshold after running tests that
Serhiy Storchaka
2015-11-12
2
-0/+4
*
fix name of argument in docstring and the docs (closes #25076)
Benjamin Peterson
2015-09-13
1
-1/+1
*
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
*
keep distutils version in sync with python version automatically
Benjamin Peterson
2015-05-26
1
-8/+2
*
python 2.7.10 final
v2.7.10
Benjamin Peterson
2015-05-23
1
-1/+1
*
bump version to 2.7.10rc1
v2.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
*
fix parsing reST with code or code-block directives (closes #23063)
Benjamin Peterson
2015-01-15
2
-4/+35
*
fix instances of consecutive articles (closes #23221)
Benjamin Peterson
2015-01-13
1
-1/+1
*
bump to 2.7.9 final
v2.7.9
Benjamin Peterson
2014-12-10
1
-1/+1
*
2.7.9rc1
v2.7.9rc1
Benjamin Peterson
2014-11-26
1
-1/+1
*
Issue #8876: distutils now falls back to copying files when hard linking does...
Antoine Pitrou
2014-10-30
2
-13/+64
*
- 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
[next]