summaryrefslogtreecommitdiff
path: root/CHANGES.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fix stringification of final versions (#16107).?ric Araujo2012-10-271-0/+1
| | | | Report and patch by Richard Jones.
* Have pysetup read setup.cfg early to find custom commands (#14733).?ric Araujo2012-05-211-0/+2
| | | | | Independently found and fixed by me (with help from Luis Rojas) and Janusz Lewandowski.
* Add missing changelog entries for recent contributions?ric Araujo2012-05-151-2/+8
|
* Now creating scripts everytime when build_scripts is called, as a side ↵Pierre Paul2012-05-121-0/+5
| | | | effect, --force option has been removed
* Add missing report number?ric Araujo2012-03-171-1/+1
|
* Release 1.0a4 \o/1.0a4?ric Araujo2012-03-131-1/+1
|
* Remove out-of-date documentation.?ric Araujo2012-03-131-2/+4
| | | | | | | | | | | Tarek and I agreed that maintaining doc in two places was wasteful, so I?m going to point people to the packaging docs in Python 3.3. Most of them apply as is to distutils2, except for the module name and a few other things that I?ll fix later (like the logger name or the HTTP user agent string). I will put up a simple page with links on packages.python.org to replace the old doc.
* Add missing CHANGES entries and remove more 2.4 support code?ric Araujo2012-03-131-0/+4
|
* Fix comparison bug with 'rc' versions (#11841)?ric Araujo2012-02-271-0/+1
|
* Fix bugs with MANIFEST.in parsing on Windows (#6884).?ric Araujo2012-02-271-0/+1
| | | | | | | | | These regex changes fix a number of issues on Windows: - #6884: impossible to include a file starting with 'build' - #9691 and #14004: sdist includes too many files - #13193: test_manifest failures Thanks to Nadeem Vawda for his help.
* Add test for util.set_platform (#13974).?ric Araujo2012-02-161-0/+1
| | | | Patch by Tshepang Lekhonkhobe.
* Fix parsing of build_ext --libraries option (#1326113)?ric Araujo2012-02-151-0/+2
|
* Stop converting package_data to extra_files in pysetup create (#13712).?ric Araujo2012-02-051-0/+2
| | | | | | | pysetup create used to convert package_data from an existing setup.py into extra_files, but these files are only present in sdists, not installed: they don?t have the same use case at all, so converting one into the other did not work.
* Allow multiple values for package_data in setup.cfg (#11805).?ric Araujo2012-02-051-1/+2
| | | | | | | | | | Even though the resources system obsoletes data_files and package_data (see bug discussion), package_data still exists to allow compatibility with distutils and thus an easier transition. In setup.py, the values are lists of glob patterns, so the setup.cfg syntax needed a way to express multiple values too. Reported by Erik Bray.
* Port OS X --enable-shared fix from packaging (#13901; untested)?ric Araujo2012-02-051-0/+1
|
* Add tests for tests.support (#12659), thanks to Francisco Mart?n Brugu??ric Araujo2011-11-151-0/+1
|
* Remove 'verbose' arguments, obsoleted by logging?ric Araujo2011-11-151-0/+2
|
* Use more usual name for one option of install_distinfo?ric Araujo2011-11-121-0/+2
|
* Add missing entry?ric Araujo2011-11-121-0/+1
|
* Undo potentially confusing name change.?ric Araujo2011-11-121-0/+1
| | | | | | | | | | | This method was named reinitialize_command in distutils and accompanied by a comment suggesting to change it to get_reinitialized_command. Following that, I did the change for distutils2, but it proved confusing: The Distribution object has an internal cache of command objects, to make sure only one instance is ever used, and the name get_reinitialized_command could suggest that the object returned was independent of that cache, which it was not. I?m reverting the name change to make code clearer.
* Change signature of tests.support.LoggingCatcher.get_logs.?ric Araujo2011-11-121-0/+2
| | | | | | I need this for some tests, and it makes code clearer. This commit also changes some assertEqual calls to use (actual, expected) order and fix some pyflakes warnings.
* Improve byte-compilation to be independent of -O or -B.?ric Araujo2011-11-121-0/+2
| | | | | | | | | | | | | | | | All code (util.byte_compile, build_py, install_lib) can now create .pyc and/or.pyo files according to options given by users, without interference from the calling Python?s own optimize mode or from the sys.dont_write_bytecode switch. The rationale is that packaging gives control over the creation of .pyc/.pyo files to the user with its own explicit option, and the behavior should not be changed if the calling Python happens to run with -B or -O for whatever reason. This is actually a bug fix, not an improvement: Digging into the early history of distutils shows that the original author wanted this behavior (see for example comments in build_py in r12940).
* Increase test coverage for manifest (#11751).?ric Araujo2011-11-111-0/+1
| | | | | | One test fails on versions older than 2.6 because of a change in fnmatch; we?re discussing how best to fix that on the bug tracker and another commit will follow up.
* Credit David Barnett for his help?ric Araujo2011-11-111-2/+2
|
* Fill in missing entries for last year?ric Araujo2011-11-111-14/+152
|
* renamed DistributionMetadata to MetadataChristophe Combelles2011-01-281-0/+1
|
* Add disclaimer about MinGW compat (#6007). Patch by Chris Lambacher.?ric Araujo2010-12-151-0/+1
|
* Fix build_ext with VS 8.0. Patch by Hirokazu Yamamoto (#9558).?ric Araujo2010-12-151-4/+5
|
* Fixed #1049: mkcfg was crashing on licence selectionTarek Ziade2010-11-131-0/+2
|
* now sdist uses the extra_files option from setup.cfg, and the Distribution ↵Tarek Ziade2010-10-171-1/+6
| | | | object has it as an attribute
* more entries in CHANGESTarek Ziade2010-10-071-0/+2
|
* fixed typoTarek Ziade2010-09-221-1/+1
|
* first version of the -m runnerTarek Ziade2010-09-221-0/+1
|
* added notes in CHANGESTarek Ziade2010-09-191-1/+10
|
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-0/+38