summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* Issue #12226: HTTPS is now used by default when connecting to PyPI.Antoine Pitrou2013-12-223-5/+5
* 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 #12853: Correct NameError in distutils upload command.Jason R. Coombs2013-11-161-1/+1
* merge 2.7.6 release branchBenjamin Peterson2013-11-101-1/+1
|\
| * 2.7.6 finalv2.7.6Benjamin Peterson2013-11-101-1/+1
* | Issue #19286: [distutils] Only match files in build_py.find_data_files.Jason R. Coombs2013-11-021-1/+2
* | Issue #19286: Adding test demonstrating the failure when a directory is found...Jason R. Coombs2013-11-021-0/+31
|/
* 2.7.6rc1v2.7.6rc1Benjamin Peterson2013-10-261-1/+1
* Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe...Antoine Pitrou2013-09-301-7/+21
* condense two tests with the same name (closes #19114)Benjamin Peterson2013-09-291-13/+12
* Issue #4366: Fix building extensions on all platforms when --enable-shared is...Antoine Pitrou2013-09-281-5/+3
* #18741: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-172-2/+2
* Issue #18080: When building a C extension module on OS X, if the compilerNed Deily2013-05-282-3/+41
* bump version to 2.7.5Benjamin Peterson2013-05-121-1/+1
* - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.hdoko@ubuntu.com2013-04-081-59/+4
* change version to 2.7.4v2.7.4Benjamin Peterson2013-04-061-1/+1
* version to 2.7.4rc1v2.7.4rc1Benjamin Peterson2013-03-231-1/+1
* backout 66e30c4870bb for breaking OSX (#13150)Benjamin Peterson2013-03-221-4/+59
* - Issue #13150: sysconfig no longer parses the Makefile and config.h filesdoko@ubuntu.com2013-03-211-59/+4
* #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-112-3/+3
* Add alias to restore 2.7.2 compatibility for setup scripts (#13994).Éric Araujo2013-02-031-0/+2
* - Issue #17086: Backport the patches from the 3.3 branch to cross-builddoko@python.org2013-01-312-1/+10
* Issue #13590: OS X Xcode 4 - improve support for universal extension modulesNed Deily2013-01-314-242/+60
* - 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-092-4/+24
* Remove code unneeded after f833e7ec4de1Éric Araujo2012-12-081-5/+0
* Create ~/.pypirc securely (#13512).Éric Araujo2012-07-031-1/+1
* Ignore .nfs* files in distutils (#7719).Éric Araujo2012-07-033-3/+26
* merge 2.7.3 release branchBenjamin Peterson2012-04-091-1/+1
|\
| * bump to 2.7.3 finalv2.7.3Benjamin Peterson2012-04-091-1/+1
| * Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).Éric Araujo2012-02-253-52/+95
* | merge from 2.7 release branchBenjamin Peterson2012-03-151-1/+1
|\ \ | |/
| * bump to 2.7.3rc2v2.7.3rc2Benjamin Peterson2012-03-151-1/+1
* | Backout buggy patch for #13719Éric Araujo2012-03-072-10/+1
* | Fix NameErrorÉric Araujo2012-03-051-0/+1
* | Make distutils’ upload command work with bdist_msi products (#13719).Éric Araujo2012-03-052-6/+14
* | Synchronize some distutils tests with 3.2.Éric Araujo2012-02-263-31/+38
* | Stop ignoring RPMs in distutils' upload command (#2945).Éric Araujo2012-02-262-0/+21
* | Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).Éric Araujo2012-02-253-52/+95
|/
* bump to 2.7.3rc1v2.7.3rc1Benjamin Peterson2012-02-231-1/+1
* Fix test failure for shared builds caused by #1326113 fixÉric Araujo2012-02-151-1/+2
* Fix parsing of build_ext --libraries option (#1326113)Éric Araujo2012-02-152-8/+7
* Issue #13193: Fix distutils.filelist tests to always use / as path separator.Nadeem Vawda2012-02-131-13/+11
* Fix distutils.filelist.FileList under Windows (#13193).Éric Araujo2012-02-121-4/+2
* Issue #13994: Earler partial revert of Distutils enhancements in 2.7Ned Deily2012-02-116-59/+17
* Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, buildingNed Deily2012-02-101-1/+32