| commit | 9e0dc960d74e0d21062ceb313f833a873ad0cadd | [log] [tgz] |
|---|---|---|
| author | Marc-André Lemburg <mal@egenix.com> | Sat Jan 13 21:00:08 2007 +0000 |
| committer | Marc-André Lemburg <mal@egenix.com> | Sat Jan 13 21:00:08 2007 +0000 |
| tree | ea742f5a406a0583d27726ac38ceedd2d3a6dfc7 | |
| parent | 7ded34d25e384120f8a605a587e558e1f2621c9f [diff] |
Bump version number and change copyright year. Add new API linux_distribution() which supports reading the full distribution name and also knows how to parse LSB-style release files. Redirect the old dist() API to the new API (using the short distribution name taken from the release file filename). Add branch and revision to _sys_version(). Add work-around for Cygwin to libc_ver(). Add support for IronPython (thanks for Anthony Baxter) and make Jython support more robust.