~logan/ubuntu/raring/distribute/0.6.34

« back to all changes in this revision

Viewing changes to CHANGES.txt

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-08-29 11:43:26 UTC
  • mfrom: (1.1.7 upstream)
  • mto: (9.1.4 experimental)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: package-import@ubuntu.com-20120829114326-yekl2s3dydkmdu26
Tags: upstream-0.6.28
ImportĀ upstreamĀ versionĀ 0.6.28

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
=======
4
4
 
5
5
------
 
6
0.6.28
 
7
------
 
8
 
 
9
* Issue 294: setup.py can now be invoked from any directory.
 
10
* Scripts are now installed honoring the umask.
 
11
* Added support for .dist-info directories.
 
12
* Issue #283 bdist_egg issues with python 3.3.0aX.
 
13
* Test and fix for marshal.load of .pyc files on Python 3.3.
 
14
 
 
15
------
 
16
0.6.27
 
17
------
 
18
 
 
19
* Support current snapshots of CPython 3.3.
 
20
* Distribute now recognizes README.rst as a standard, default readme file.
 
21
* Exclude 'encodings' modules when removing modules from sys.modules.
 
22
  Workaround for #285.
 
23
* Issue #231: Don't fiddle with system python when used with buildout
 
24
  (bootstrap.py)
 
25
 
 
26
------
 
27
0.6.26
 
28
------
 
29
 
 
30
* Issue #183: Symlinked files are now extracted from source distributions.
 
31
* Issue #227: Easy_install fetch parameters are now passed during the
 
32
  installation of a source distribution; now fulfillment of setup_requires
 
33
  dependencies will honor the parameters passed to easy_install.
 
34
 
 
35
------
 
36
0.6.25
 
37
------
 
38
 
 
39
* Issue #258: Workaround a cache issue
 
40
* Issue #260: distribute_setup.py now accepts the --user parameter for
 
41
  Python 2.6 and later.
 
42
* Issue #262: package_index.open_with_auth no longer throws LookupError
 
43
  on Python 3.
 
44
* Issue #269: AttributeError when an exception occurs reading Manifest.in
 
45
  on late releases of Python.
 
46
* Issue #272: Prevent TypeError when namespace package names are unicode
 
47
  and single-install-externally-managed is used. Also fixes PIP issue
 
48
  449.
 
49
* Issue #273: Legacy script launchers now install with Python2/3 support.
 
50
 
 
51
------
 
52
0.6.24
 
53
------
 
54
 
 
55
* Issue #249: Added options to exclude 2to3 fixers
 
56
 
 
57
------
 
58
0.6.23
 
59
------
 
60
 
 
61
* Issue #244: Fixed a test
 
62
* Issue #243: Fixed a test
 
63
* Issue #239: Fixed a test
 
64
* Issue #240: Fixed a test
 
65
* Issue #241: Fixed a test
 
66
* Issue #237: Fixed a test
 
67
* Issue #238: easy_install now uses 64bit executable wrappers on 64bit Python
 
68
* Issue #208: Fixed parsed_versions, it now honors post-releases as noted in the documentation
 
69
* Issue #207: Windows cli and gui wrappers pass CTRL-C to child python process
 
70
* Issue #227: easy_install now passes its arguments to setup.py bdist_egg
 
71
* Issue #225: Fixed a NameError on Python 2.5, 2.4
 
72
 
 
73
------
 
74
0.6.21
 
75
------
 
76
 
 
77
* Issue #225: FIxed a regression on py2.4
 
78
 
 
79
------
 
80
0.6.20
 
81
------
 
82
 
 
83
* Issue #135: Include url in warning when processing URLs in package_index.
 
84
* Issue #212: Fix issue where easy_instal fails on Python 3 on windows installer.
 
85
* Issue #213: Fix typo in documentation.
 
86
 
 
87
------
 
88
0.6.19
 
89
------
 
90
 
 
91
* Issue 206: AttributeError: 'HTTPMessage' object has no attribute 'getheaders'
 
92
 
 
93
------
 
94
0.6.18
 
95
------
 
96
 
 
97
* Issue 210: Fixed a regression introduced by Issue 204 fix.
 
98
 
 
99
------
 
100
0.6.17
 
101
------
 
102
 
 
103
* Support 'DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT' environment
 
104
  variable to allow to disable installation of easy_install-${version} script.
 
105
* Support Python >=3.1.4 and >=3.2.1.
 
106
* Issue 204: Don't try to import the parent of a namespace package in
 
107
  declare_namespace
 
108
* Issue 196: Tolerate responses with multiple Content-Length headers
 
109
* Issue 205: Sandboxing doesn't preserve working_set. Leads to setup_requires
 
110
  problems.
 
111
 
 
112
------
 
113
0.6.16
 
114
------
 
115
 
 
116
* Builds sdist gztar even on Windows (avoiding Issue 193).
 
117
* Issue 192: Fixed metadata omitted on Windows when package_dir
 
118
  specified with forward-slash.
 
119
* Issue 195: Cython build support.
 
120
* Issue 200: Issues with recognizing 64-bit packages on Windows.
 
121
 
 
122
------
 
123
0.6.15
 
124
------
 
125
 
 
126
* Fixed typo in bdist_egg
 
127
* Several issues under Python 3 has been solved.
 
128
* Issue 146: Fixed missing DLL files after easy_install of windows exe package.
 
129
 
 
130
------
6
131
0.6.14
7
132
------
8
133