-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|\ merge from release-0.8, released as 0.8.
- Loading branch information
Showing
32 changed files
with
623 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
ayrton (0.8) unstable; urgency=medium | ||
|
||
* You can import ayrton modules and packages! | ||
* Depends on Python3.5 now. | ||
* `argv` is not quite a list: for some operations (`len()`, `iter()`, `pop()`), `argv[0]` is left alone. | ||
* `option()` raises KeyError or ValueError if the option or its 'argument' is wrong. | ||
* `makedirs()` and `stat()` are available as functions. | ||
* `-p|--pdb` launches `pdb` when there is an unhandled exception. | ||
* Fix `for line in foo(...): ...` by automatically adding the `_bg=True` option. | ||
* Better `Command()` detection. | ||
* A lot of internal fixes. | ||
|
||
-- Marcos Dione <[email protected]> Wed, 17 Aug 2016 12:55:34 +0200 | ||
|
||
ayrton (0.7.2.1) unstable; urgency=medium | ||
|
||
* Fix iterating over the log ouput of a `Command` in synchronous mode (that is, not running in the `_bg`). This complements the fix in the previous release. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.