Skip to content

Commit

Permalink
Sync of old work
Browse files Browse the repository at this point in the history
* Synchronisation of previous work (2019-02-15), not pushed to repo.

New Release and bug fixes:

* Added __main__ function coding style
* Added __author__ etc.
* Added new search tool: pip-search
* Fixed confused [acm]times as used in Windows-10, WSL
* Some code cleanup to improve flake8 code formatting analysis:
* Removed unused imports
* Removed redundant whitespace not affecting readability
* Fixed wrong date in CHANGES.txt
* Bump version v1.0.4

Changes to be committed:
	modified:   CHANGES.txt
	modified:   pip-date
	modified:   pyOSinfo
  • Loading branch information
E3V3A committed Jan 22, 2022
1 parent 48baefa commit 6e8e87d
Show file tree
Hide file tree
Showing 3 changed files with 261 additions and 225 deletions.
21 changes: 19 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
v1.0.3, 2018-02-08 -- New Release and bug fixes:

v1.0.4, 2022-01-22 -- Sync of old work

* Synchronisation of previous work (2019-02-15), not pushed to repo.

New Release and bug fixes:

* Added __main__ function coding style
* Added __author__ etc.
* Added new search tool: pip-search
* Fixed confused [acm]times as used in Windows-10, WSL
* Some code cleanup to improve flake8 code formatting analysis:
* Removed unused imports
* Removed redundant whitespace not affecting readability
* Fixed wrong date in CHANGES.txt


v1.0.3, 2019-02-08 -- New Release and bug fixes:

* Fixed path search mechnaism for full Linux support. Fixed #6
* Fixed pyfileinfo crashing on binary files. Fixed #8
* Fixed correct time order for [acm]time
* Better terminal color-code comptibility check. Fixed #3
* Better terminal color-code compatibility check. Fixed #3
* Removed ANSI control code garbage for non-ANSI-compatible
terminals often found on Windows (CMD, PowerShell). Fixed #2
* Implemented a 'uname' check for non-uname supported OS's
Expand Down
Loading

0 comments on commit 6e8e87d

Please sign in to comment.