-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make left- and center-aligned search consume up to next space
Also, use black
- Loading branch information
1 parent
7e7618d
commit 55467d2
Showing
4 changed files
with
379 additions
and
241 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,6 +1,7 @@ | ||
*.pyc | ||
*.pyo | ||
|
||
.vscode/ | ||
.cache/ | ||
.idea/ | ||
.tox/ | ||
|
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 |
---|---|---|
|
@@ -379,6 +379,8 @@ the pattern, the actual match represents the shortest successful match for | |
|
||
**Version history (in brief)**: | ||
|
||
- 1.17.0 Make left- and center-aligned search consume up to next space | ||
- 1.16.0 Make compiled parse objects pickleable (thanks @martinResearch) | ||
- 1.15.0 Several fixes for parsing non-base 10 numbers (thanks @vladikcomper) | ||
- 1.14.0 More broad acceptance of Fortran number format (thanks @purpleskyfall) | ||
- 1.13.1 Project metadata correction. | ||
|
@@ -452,5 +454,5 @@ the pattern, the actual match represents the shortest successful match for | |
and removed the restriction on mixing fixed-position and named fields | ||
- 1.0.0 initial release | ||
This code is copyright 2012-2019 Richard Jones <[email protected]> | ||
This code is copyright 2012-2020 Richard Jones <[email protected]> | ||
See the end of the source file for the license of use. |
Oops, something went wrong.