You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add support for ksh. Thanks to Doug Latornell for doing the
31
27
research on what needed to be changed.
32
28
- Test import of virtualenvwrapper.hook_loader on startup and report
33
29
the error in a way that should help the user figure out how to fix
34
-
it (issue #33).
30
+
it (:bbissue:`33`).
35
31
- Update :ref:`command-mkvirtualenv` documentation to include the
36
32
fact that a new environment is activated immediately after it is
37
-
created (issue #30).
33
+
created (:bbissue:`30`).
38
34
- Added hooks around :ref:`command-cpvirtualenv`.
39
35
- Made deactivation more robust, especially under ksh.
40
36
- Use Python's ``tempfile`` module for creating temporary filenames
@@ -52,13 +48,13 @@ Dev
52
48
53
49
2.0.2
54
50
55
-
- Fixed issue #32, making virtualenvwrapper.user_scripts compatible
51
+
- Fixed :bbissue:`32`, making virtualenvwrapper.user_scripts compatible
56
52
with Python 2.5 again.
57
53
58
54
2.0.1
59
55
60
-
- Fixed issue #29, to use a default value for ``TMPDIR`` if it is
61
-
not set in the user's shell environment.
56
+
- Fixed :bbissue:`29`, to use a default value for ``TMPDIR`` if it
57
+
is not set in the user's shell environment.
62
58
63
59
2.0
64
60
@@ -75,7 +71,7 @@ Dev
75
71
76
72
- Fix a problem with error messages showing up during init for users
77
73
with the wrappers installed site-wide but who are not actually
78
-
using them. See issue #26.
74
+
using them. See :bbissue:`26`.
79
75
- Split up the tests into multiple files.
80
76
- Run all tests with all supported shells.
81
77
@@ -97,12 +93,13 @@ Dev
97
93
1.24
98
94
99
95
- Resolve a bug with the preactivate hook not being run properly.
100
-
Refer to issue #21 for complete details.
96
+
Refer to :bbissue:`21` for complete details.
101
97
102
98
1.23
103
99
104
100
- Resolve a bug with the postmkvirtualenv hook not being run
105
-
properly. Refer to issues #19 and #20 for complete details.
101
+
properly. Refer to :bbissue:`19` and :bbissue:`20` for complete
102
+
details.
106
103
107
104
1.22
108
105
@@ -111,25 +108,32 @@ Dev
111
108
112
109
1.21
113
110
114
-
- Better protection of ``$WORKON_HOME`` does not exist when the wrapper script is sourced.
111
+
- Better protection of ``$WORKON_HOME`` does not exist when the
112
+
wrapper script is sourced.
115
113
116
114
1.20
117
115
118
116
- Incorporate lssitepackages feature from Sander Smits.
119
-
- Refactor some of the functions that were using copy-and-paste code to build path names.
117
+
- Refactor some of the functions that were using copy-and-paste code
118
+
to build path names.
120
119
- Add a few tests.
121
120
122
121
1.19
123
122
124
-
- Fix problem with add2virtualenv and relative paths. Thanks to Doug Latornell for the bug report James Bennett for the suggested fix.
123
+
- Fix problem with add2virtualenv and relative paths. Thanks to Doug
124
+
Latornell for the bug report James Bennett for the suggested fix.
125
125
126
126
1.18.1
127
127
128
-
- Incorporate patch from Sascha Brossmann to fix a issue #15. Directory normalization was causing ``WORKON_HOME`` to appear to be a missing directory if there were control characters in the output of ``pwd``.
128
+
- Incorporate patch from Sascha Brossmann to fix a
129
+
:bbissue:`15`. Directory normalization was causing ``WORKON_HOME``
130
+
to appear to be a missing directory if there were control
131
+
characters in the output of ``pwd``.
129
132
130
133
1.18
131
134
132
-
- Remove warning during installation if sphinxcontrib.paverutils is not installed. (#10)
135
+
- Remove warning during installation if sphinxcontrib.paverutils is
136
+
not installed. (:bbissue:`10`)
133
137
- Added some basic developer information to the documentation.
134
138
- Added documentation for deactivate command.
135
139
@@ -139,48 +143,64 @@ Dev
139
143
140
144
1.16
141
145
142
-
- Merged in changes to ``cdvirtualenv`` from wam and added tests and docs.
143
-
- Merged in changes to make error messages go to stderr, also provided by wam.
146
+
- Merged in changes to ``cdvirtualenv`` from wam and added tests and
147
+
docs.
148
+
- Merged in changes to make error messages go to stderr, also
149
+
provided by wam.
144
150
145
151
1.15
146
152
- Better error handling in mkvirtualenv.
147
153
- Remove bogus VIRTUALENV_WRAPPER_BIN variable.
148
154
149
155
1.14
150
-
- Wrap the virtualenv version of deactivate() with one that lets us invoke
151
-
the predeactivate hooks.
152
-
- Fix virtualenvwrapper_show_workon_options for colorized versions of ls and
153
-
write myself a note so I don't break it again later.
154
-
- Convert test.sh to use true tests with `shunit2 <http://shunit2.googlecode.com/>`_
156
+
- Wrap the virtualenv version of deactivate() with one that lets us
157
+
invoke the predeactivate hooks.
158
+
- Fix virtualenvwrapper_show_workon_options for colorized versions
159
+
of ls and write myself a note so I don't break it again later.
160
+
- Convert test.sh to use true tests with `shunit2
161
+
<http://shunit2.googlecode.com/>`_
155
162
156
163
1.13
157
-
- Fix issue #5 by correctly handling symlinks and limiting the list of envs to things
158
-
that look like they can be activated.
164
+
165
+
- Fix :bbissue:`5` by correctly handling symlinks and limiting the
166
+
list of envs to things that look like they can be activated.
159
167
160
168
1.12
161
-
- Check return value of virtualenvwrapper_verify_workon_home everywhere, thanks to
162
-
Jeff Forcier for pointing out the errors.
169
+
170
+
- Check return value of virtualenvwrapper_verify_workon_home
171
+
everywhere, thanks to Jeff Forcier for pointing out the errors.
163
172
- Fix instructions at top of README, pointed out by Matthew Scott.
164
173
- Add cdvirtualenv and cdsitepackages, contributed by James Bennett.
165
174
- Enhance test.sh.
166
175
167
176
1.11
177
+
168
178
- Optimize virtualenvwrapper_show_workon_options.
169
179
- Add global postactivate hook.
170
180
171
181
1.10
172
-
- Pull in fix for colorized ls from Jeff Forcier (b42a25f7b74a).
182
+
183
+
- Pull in fix for colorized ls from Jeff Forcier
184
+
(:bbchangeset:`b42a25f7b74a`).
173
185
174
186
1.9
175
-
- Add more hooks for operations to run before and after creating or deleting environments based on changes from Chris Hasenpflug.
187
+
188
+
- Add more hooks for operations to run before and after creating or
189
+
deleting environments based on changes from Chris Hasenpflug.
176
190
177
191
1.8.1
178
-
- Corrected a problem with change to mkvirtualenv that lead to release 1.8 by using an alternate fix proposed by James in comments on release 1.4.
192
+
193
+
- Corrected a problem with change to mkvirtualenv that lead to
194
+
release 1.8 by using an alternate fix proposed by James in
195
+
comments on release 1.4.
179
196
180
197
1.8
181
-
- Fix for processing the argument list in mkvirtualenv from jorgevargas (BitBucket issue #1)
198
+
199
+
- Fix for processing the argument list in mkvirtualenv from
200
+
jorgevargas (:bbissue:`1`)
182
201
183
202
1.7
203
+
184
204
- Move to bitbucket.org for hosting
185
205
- clean up TODO list and svn keywords
186
206
- add license section below
@@ -195,12 +215,14 @@ Dev
195
215
196
216
1.5
197
217
198
-
- Fix some issues with spaces in directory or env names. They still don't really work with virtualenv, though.
218
+
- Fix some issues with spaces in directory or env names. They still
219
+
don't really work with virtualenv, though.
199
220
- Added documentation for the postactivate and predeactivate scripts.
200
221
201
222
1.4
202
223
203
-
- Includes a new .pth management function based on work contributed by James Bennett and Jannis Leidel.
224
+
- Includes a new .pth management function based on work contributed
0 commit comments