Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
21b3e04c13212b29e8c35ffc36eed8603fde08f4
/
Lib
/
distutils
/
tests
92fd6c9
bpo-30132: distutils BuildExtTestCase use temp_cwd (#1380)
by Victor Stinner
· 8 years ago
f6448e5
bpo-30132: distutils test_build_ext() uses temp_cwd() (#1278)
by Victor Stinner
· 8 years ago
fff07e3
Merge spelling and grammar from 3.5
by Martin Panter
· 9 years ago
2f9171d
Fix spelling and grammar in code comments and documentation
by Martin Panter
· 9 years ago
dfc13e0
Issue 26931: Skip the test_distutils tests using a compiler executable
by Xavier de Gaye
· 9 years ago
cb637fa
Some distutils tests require zlib for creating tar.gz source distribution.
by Serhiy Storchaka
· 9 years ago
0211bb7
Some distutils tests require zlib for creating tar.gz source distribution.
by Serhiy Storchaka
· 9 years ago
b5bb404
Issue #28222: Don't fail if pygments is not available
by Berker Peksag
· 9 years ago
d3dbba4
Issue #28222: Merge from 3.5
by Berker Peksag
· 9 years ago
095e32b
merge 3.5 (#1703178)
by Benjamin Peterson
· 9 years ago
4254e8c
build_ext: correctly parse the link_objects user option (closes #1703178)
by Benjamin Peterson
· 9 years ago
bd48d27
Issue #22493: Inline flags now should be used only at the start of the
by Serhiy Storchaka
· 9 years ago
0be894b
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
by Martin Panter
· 9 years ago
b44c849
Merge backout for test suite fix
by Jason R. Coombs
· 9 years ago
8ac147d
Backed out changeset cc86e9e102e8
by Jason R. Coombs
· 9 years ago
65e3319
Issue #12285: Merge with 3.4
by Jason R. Coombs
· 9 years ago
9650b19
Merge backout for test suite fix
by Jason R. Coombs
· 9 years ago
75fbf87
Issue #12885: Merge with 3.5
by Jason R. Coombs
· 9 years ago
8890bb2
#27904: fix distutils tests.
by R David Murray
· 9 years ago
15f44ab
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
by Raymond Hettinger
· 9 years ago
2af36ac
Merge 3.5
by Donald Stufft
· 9 years ago
ef330d3
Merge 3.4
by Donald Stufft
· 9 years ago
c6c2217
Merge 3.3
by Donald Stufft
· 9 years ago
fb79290
Switch upload.pypi.io to upload.pypi.org
by Donald Stufft
· 9 years ago
d141531
Issue #27472: Add test.support.unix_shell as the path to the default shell.
by Xavier de Gaye
· 9 years ago
702f4f5
Issue #23804: Merge spelling and NEWS fixes from 3.5
by Martin Panter
· 9 years ago
204bf0b
English spelling and grammar fixes
by Martin Panter
· 9 years ago
77e8408
merge 3.5
by Donald Stufft
· 9 years ago
a1fc45a
Fix a test with the new upload URL
by Donald Stufft
· 9 years ago
961900a
merge 3.5
by Benjamin Peterson
· 9 years ago
9409b4a
merge 3.4
by Benjamin Peterson
· 9 years ago
ad04a85
Switch to the new upload url for PyPI
by Donald Stufft
· 9 years ago
188c118
Switch to the new upload url for PyPI
by Donald Stufft
· 9 years ago
606e5a6
Merge from 3.5
by Berker Peksag
· 9 years ago
91d53e7
Make PyPIRCCommandTestCase derive from a base class
by Berker Peksag
· 9 years ago
4335437
Issue #20120: Merge from 3.5
by Berker Peksag
· 9 years ago
c529af3
Issue #20120: Add a test case to verify the % char can be used in .pypirc
by Berker Peksag
· 9 years ago
45ff4a5
Issue #27349: Merge from 3.5
by Berker Peksag
· 9 years ago
56fe474
Issue #27349: Fix typo in distutils upload command
by Berker Peksag
· 9 years ago
99d66f9
Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters
by Steve Dower
· 9 years ago
08bb8a4
Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters
by Steve Dower
· 9 years ago
419e8ed
Issue #20900: Merge from 3.5
by Berker Peksag
· 9 years ago
904a2ef
Issue #20900: distutils register command now decodes HTTP responses correctly
by Berker Peksag
· 9 years ago
fddf121
Issue #21776: Merge from 3.5
by Berker Peksag
· 9 years ago
6a8e626
Issue #21776: distutils.upload now correctly handles HTTPError
by Berker Peksag
· 9 years ago
0b7d84d
Issue #27171: Merge typo fixes from 3.5
by Martin Panter
· 9 years ago
e26da7c
Issue #27171: Fix typos in documentation, comments, and test function names
by Martin Panter
· 9 years ago
3e04d5b
Issue #27076: Merge spelling from 3.5
by Martin Panter
· 9 years ago
46f5072
Issue #27076: Doc, comment and tests spelling fixes
by Martin Panter
· 9 years ago
e437a10
Issue #23277: Remove unused imports in tests.
by Serhiy Storchaka
· 9 years ago
c7f44aa
Issue #23277: Remove more unused sys and os imports.
by Serhiy Storchaka
· 9 years ago
885bdc4
Issue #25985: sys.version_info is now used instead of sys.version
by Serhiy Storchaka
· 9 years ago
d5c0751
Issue #25607: Restore old distutils logging threshold after running tests that
by Serhiy Storchaka
· 10 years ago
2f85555
Issue #25607: Restore old distutils logging threshold after running tests that
by Serhiy Storchaka
· 10 years ago
8402324
Issue #25607: Restore old distutils logging threshold after running tests that
by Serhiy Storchaka
· 10 years ago
30c49cb
Restore old distutils logging threshold after running test_log.
by Serhiy Storchaka
· 10 years ago
ef2462e
Restore old distutils logging threshold after running test_log.
by Serhiy Storchaka
· 10 years ago
fda7fe0
Restore old distutils logging threshold after running test_log.
by Serhiy Storchaka
· 10 years ago
334b4a3
Merge from 3.5.
by Larry Hastings
· 10 years ago
52e40cd
Whitespace fixes to make the commit hook on hg.python.org happy.
by Larry Hastings
· 10 years ago
bf74f37
Moves distutils test import within skippable class.
by Steve Dower
· 10 years ago
fcbe1df
Issue #25027: Reverts partial-static build options and adds vcruntime140.dll to Windows installation.
by Steve Dower
· 10 years ago
1a04c44
Sort result to avoid spurious errors due to order.
by Jason R. Coombs
· 10 years ago
a2cf229
Add docstring and additional test revealing nuances of the implementation as found in setuptools.
by Jason R. Coombs
· 10 years ago
2c5278a
Add another test capturing the basic discovery expectation.
by Jason R. Coombs
· 10 years ago
a0c6c1c
Issue #12285: Add test capturing failure.
by Jason R. Coombs
· 10 years ago
fa5e7cf
Use modern mechanism for test discovery
by Jason R. Coombs
· 10 years ago
61ddaba
Issue #24798: _msvccompiler.py doesn't properly support manifests
by Steve Dower
· 10 years ago
31202ea
Issue #24798: _msvccompiler.py doesn't properly support manifests
by Steve Dower
· 10 years ago
c6d9228
Issue #23426: run_setup was broken in distutils.
by Robert Collins
· 10 years ago
fd3664b
Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions.
by Steve Dower
· 10 years ago
f7e3938
Fixed issue #16314 test for the case when lzma is not available.
by Serhiy Storchaka
· 10 years ago
b9cec6a
Issue #16314: Added support for the LZMA compression in distutils.
by Serhiy Storchaka
· 10 years ago
f299abd
Issue #23731: Implement PEP 488.
by Brett Cannon
· 10 years ago
71f1c5c
merge 3.4 (#23063)
by Benjamin Peterson
· 11 years ago
562b7cb
fix parsing reST with code or code-block directives (closes #23063)
by Benjamin Peterson
· 11 years ago
09bd9ec
Fixes distutils adding/expecting too many _d suffixes.
by Steve Dower
· 11 years ago
aea7f4a
Issue #8876: distutils now falls back to copying files when hard linking doesn't work.
by Antoine Pitrou
· 11 years ago
ed14c86
Issue #8876: distutils now falls back to copying files when hard linking doesn't work.
by Antoine Pitrou
· 11 years ago
5a789f7
Merge: #22512: move distutils rpm test's .rpmdb to testing tmpdir.
by R David Murray
· 11 years ago
e6edc03
#22512: move distutils rpm test's .rpmdb to testing tmpdir.
by R David Murray
· 11 years ago
c081262
#10510: Fix bug in forward port of 2.7 distutils patch.
by R David Murray
· 11 years ago
623ae29
#10510: Fix bug in forward port of 2.7 distutils patch.
by R David Murray
· 11 years ago
3a54c3e
Merge: #10510: make distuitls upload/register use HTML standards compliant CRLF.
by R David Murray
· 11 years ago
9ce6967
#10510: make distuitls upload/register use HTML standards compliant CRLF.
by R David Murray
· 11 years ago
2c0a916
Issue #5309: distutils' build and build_ext commands now accept a ``-j``
by Antoine Pitrou
· 11 years ago
9833fcb
use patch context manager instead of decorator because the decorator 'leaks' metadata onto the function
by Benjamin Peterson
· 11 years ago
df0eb95
remove various dead version checks (closes #22349)
by Benjamin Peterson
· 11 years ago
d28c5f0
#22315: Use an existent directory for 'src' to trigger appropriate behavior.
by Jason R. Coombs
· 11 years ago
47f44c9
#22315: Provide an actual directory during test invocation.
by Jason R. Coombs
· 11 years ago
e572ce3
#22315: Use technique outlined in test_file_util
by Jason R. Coombs
· 11 years ago
4b02e70
#22315: Add test to capture the failure.
by Jason R. Coombs
· 11 years ago
1be2e82
Correct indent
by Jason R. Coombs
· 11 years ago
b4efbe8
Remove unused import
by Jason R. Coombs
· 11 years ago
6685883
Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_util.move_file.
by Berker Peksag
· 11 years ago
7bc5fb6
Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler
by Ned Deily
· 11 years ago
04cdfa1
Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.
by Ned Deily
· 11 years ago
2e4d3b1
Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails.
by Antoine Pitrou
· 11 years ago
e5de66e
- Issue #17752: Fix distutils tests when run from the installed location.
by doko@ubuntu.com
· 11 years ago
8577e5a
- Issue #17752: Fix distutils tests when run from the installed location.
by doko@ubuntu.com
· 11 years ago
Next »