Benjamin Peterson
|
610bc6a211
|
merge 3.4 (#23221)
|
2015-01-13 09:20:31 -05:00 |
Benjamin Peterson
|
82f34ada45
|
fix instances of consecutive articles (closes #23221)
Patch by Karan Goel.
|
2015-01-13 09:17:24 -05:00 |
Steve Dower
|
09bd9ec9b3
|
Fixes distutils adding/expecting too many _d suffixes.
|
2014-12-15 20:45:23 -08:00 |
Steve Dower
|
1f6c29a914
|
Removes bdist_wininst dependency on MFC.
|
2014-12-15 15:03:44 -08:00 |
Steve Dower
|
65e4cb10d9
|
Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release.
|
2014-11-22 12:54:57 -08:00 |
Antoine Pitrou
|
aea7f4a8e2
|
Issue #8876: distutils now falls back to copying files when hard linking doesn't work.
This allows use with special filesystems such as VirtualBox shared folders.
|
2014-10-30 19:38:33 +01:00 |
Antoine Pitrou
|
ed14c86fac
|
Issue #8876: distutils now falls back to copying files when hard linking doesn't work.
This allows use with special filesystems such as VirtualBox shared folders.
|
2014-10-30 19:37:07 +01:00 |
Larry Hastings
|
2ce95d7b7c
|
Merge from 3.4.2 release head back into 3.4 mainline.
|
2014-10-08 02:50:50 -07:00 |
Larry Hastings
|
dbb126103e
|
Release bump for 3.4.2 final.
|
2014-10-05 19:05:50 -07:00 |
doko@ubuntu.com
|
9816619c5b
|
- Issue #17219: Add library build dir for Python extension cross-builds.
|
2014-10-02 02:12:34 +02:00 |
doko@ubuntu.com
|
cef3bdc01d
|
- Issue #17219: Add library build dir for Python extension cross-builds.
|
2014-10-02 02:10:47 +02:00 |
R David Murray
|
5a789f7eaf
|
Merge: #22512: move distutils rpm test's .rpmdb to testing tmpdir.
|
2014-09-30 20:53:55 -04:00 |
R David Murray
|
e6edc03a61
|
#22512: move distutils rpm test's .rpmdb to testing tmpdir.
Patch by Francis MB.
|
2014-09-30 20:53:21 -04:00 |
Antoine Pitrou
|
afa3153b27
|
Remove pointless "vile hack" that can cause the build step to fail when some extension modules can't be imported.
See issue #5309 for the build failures, issue #458343 for the original motivation.
|
2014-09-30 14:58:22 +02:00 |
R David Murray
|
c081262be6
|
#10510: Fix bug in forward port of 2.7 distutils patch.
Pointed out by Arfrever.
|
2014-09-28 11:01:42 -04:00 |
R David Murray
|
623ae29469
|
#10510: Fix bug in forward port of 2.7 distutils patch.
Pointed out by Arfrever.
|
2014-09-28 11:01:11 -04:00 |
R David Murray
|
3a54c3e3aa
|
Merge: #10510: make distuitls upload/register use HTML standards compliant CRLF.
|
2014-09-27 16:57:51 -04:00 |
R David Murray
|
9ce69672f3
|
#10510: make distuitls upload/register use HTML standards compliant CRLF.
Patch by Ian Cordasco, approved by Éric Araujo.
|
2014-09-27 16:56:15 -04:00 |
Antoine Pitrou
|
2c0a916061
|
Issue #5309: distutils' build and build_ext commands now accept a ``-j``
option to enable parallel building of extension modules.
|
2014-09-26 23:31:59 +02:00 |
Larry Hastings
|
03776e33a9
|
Bump version number for 3.4.2rc1 release.
|
2014-09-21 00:09:56 +01:00 |
Benjamin Peterson
|
e22735036b
|
merge 3.4
|
2014-09-20 11:53:27 -04:00 |
Benjamin Peterson
|
9833fcbca3
|
use patch context manager instead of decorator because the decorator 'leaks' metadata onto the function
|
2014-09-20 11:53:12 -04:00 |
Benjamin Peterson
|
238f5aa6a5
|
merge 3.4 (#22349)
|
2014-09-06 17:24:35 -04:00 |
Benjamin Peterson
|
df0eb95b57
|
remove various dead version checks (closes #22349)
Patch from Thomas Kluyver.
|
2014-09-06 17:24:12 -04:00 |
Jason R. Coombs
|
311321edc1
|
#22315: Use advertised API for OSError
|
2014-08-31 17:42:20 -04:00 |
Jason R. Coombs
|
d28c5f00ef
|
#22315: Use an existent directory for 'src' to trigger appropriate behavior.
|
2014-08-31 17:51:22 -04:00 |
Jason R. Coombs
|
47f44c9309
|
#22315: Provide an actual directory during test invocation.
|
2014-08-31 17:37:35 -04:00 |
Jason R. Coombs
|
e572ce3fb5
|
#22315: Use technique outlined in test_file_util
|
2014-08-31 17:31:32 -04:00 |
Jason R. Coombs
|
4b02e7041c
|
#22315: Add test to capture the failure.
|
2014-08-31 15:02:42 -04:00 |
Jason R. Coombs
|
1be2e82c57
|
Correct indent
|
2014-08-31 15:00:47 -04:00 |
Jason R. Coombs
|
b4efbe8a58
|
Remove unused import
|
2014-08-31 13:43:02 -04:00 |
Jason R. Coombs
|
71a8eed615
|
Merge with 3.4; Closes #22315
|
2014-08-31 18:02:18 -04:00 |
Benjamin Peterson
|
c49a6aa1f0
|
merge 3.4
|
2014-08-31 17:22:27 -04:00 |
Berker Peksag
|
0dc10e0d1c
|
Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_util.move_file.
Patch by Claudiu Popa.
|
2014-08-29 07:09:25 +03:00 |
Berker Peksag
|
6685883c02
|
Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_util.move_file.
Patch by Claudiu Popa.
|
2014-08-29 07:07:35 +03:00 |
Benjamin Peterson
|
c5847414f9
|
merge 3.4 (closes #22200)
|
2014-08-17 23:01:33 -05:00 |
Benjamin Peterson
|
0c56bb97ea
|
remove 2.2 and 2.6 compat code (closes #22200)
Patch from Thomas Kluyver.
|
2014-08-17 23:00:42 -05:00 |
Serhiy Storchaka
|
521e5860a5
|
Issue #22032: __qualname__ instead of __name__ is now always used to format
fully qualified class names of Python implemented classes.
|
2014-07-22 15:00:37 +03:00 |
Ned Deily
|
7447edbc9e
|
Issue #21923: merge from 3.4
|
2014-07-06 16:17:45 -07:00 |
Ned Deily
|
7bc5fb6916
|
Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler
due to possible uninitialized _config_vars. Original patch by Alex Gaynor.
|
2014-07-06 16:14:33 -07:00 |
Jason R. Coombs
|
7c45632f6d
|
Normalize style per PEP-8
|
2014-07-02 08:36:19 -04:00 |
Ned Deily
|
ce38f24af8
|
Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.
|
2014-06-25 13:42:22 -07:00 |
Ned Deily
|
04cdfa1147
|
Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.
|
2014-06-25 13:36:14 -07:00 |
Antoine Pitrou
|
41dcf35c26
|
Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails.
Patch by Martin Dengler.
|
2014-06-18 23:09:11 -04:00 |
Antoine Pitrou
|
2e4d3b133a
|
Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails.
Patch by Martin Dengler.
|
2014-06-18 23:07:46 -04:00 |
Larry Hastings
|
5c26a8afbb
|
Version bump for 3.4.1.
|
2014-05-17 21:46:35 -07:00 |
Larry Hastings
|
3a260d228b
|
Merge.
|
2014-05-17 21:05:10 -07:00 |
Jason R. Coombs
|
09122f84fc
|
Reindent long line
|
2014-05-10 13:24:58 -04:00 |
Jason R. Coombs
|
0375653371
|
Replace overly-aggressive comparison for type equality with an isinstance check.
|
2014-05-10 13:24:18 -04:00 |
Jason R. Coombs
|
a384652d6d
|
Drop support for Python 2.4 in upload command.
|
2014-05-10 13:22:43 -04:00 |