summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Bumped versions for releaserelease_0_11_0Alastair Houghton2021-05-311-7/+7
* Added Python 3.8 builds to AppVeyor/Travis CIJeff Gordon2020-05-031-3/+3
* Bumped version number.release_0_10_9Alastair Houghton2019-01-021-1/+1
* Bumped versions for release.release_0_10_8Alastair Houghton2019-01-021-1/+1
* Bumped versions.appveyor_testAlastair Houghton2018-05-021-3/+3
* Merge pull request #5 from hugovk/patch-1Alastair Houghton2018-05-021-1/+1
|\
| * Update URLHugo2018-02-251-1/+1
* | Added more versions to the testing matrix.Alastair Houghton2018-05-021-0/+3
* | Close README.rst after reading itJeremy Lainé2018-03-051-1/+2
|/
* Bumped version number, updated CHANGELOG.Alastair Houghton2017-06-011-1/+1
* Merged in steffann/netifaces (pull request #5), though it's missing a `close(...Alastair Houghton2016-08-231-2/+59
|\
| * Add support for retrieving IPv6 address flags on BSD/Mac-OSSander Steffann2015-07-011-2/+59
| * Python 3 renames the __builtin__ module.Alastair Houghton2014-10-131-3/+7
| * Use __builtin__ module, not __builtins__ variable.Alastair Houghton2014-10-131-1/+3
| * Bumped version numbers.release_0_10_4Alastair Houghton2014-05-191-1/+1
| * Improved test for PF_ROUTE sockets so Linux fails it.release_0_10_3Alastair Houghton2014-05-061-0/+1
| * Fix builds on older Linux kernel versions (no NLM_F_DUMP_INTR). Also, test f...Alastair Houghton2014-05-061-32/+1
| * Added a workaround for broken netlink headers on some Linux distros.release_0_10_2Alastair Houghton2014-05-031-2/+2
| * Bumped version number.Alastair Houghton2014-05-021-1/+1
| * Updated home page.Alastair Houghton2014-05-011-1/+1
| * Added gateway detection code for PF_SOCKET and sysctl(). Also fixed some Sol...Alastair Houghton2014-05-011-0/+132
| * Set the zip-safe flag.Alastair Houghton2014-04-281-0/+1
| * Updated version number. Made the README explicitly reStructuredTextAlastair Houghton2014-04-281-13/+12
| * Bump version number and make the build status image into a link.Alastair Houghton2014-04-281-1/+1
| * Use a Python 2.5 compatible way of doing print statements.Alastair Houghton2014-04-281-21/+28
| * Fixed a final Python 3K problem.Alastair Houghton2014-04-281-1/+1
| * More Python 3K compatibility.Alastair Houghton2014-04-281-2/+2
| * Use Python 3 print function, not print statement. Also, avoid declaring varia...Alastair Houghton2014-04-281-19/+21
| * Fixed a problem with setup.py when some things are cached.Alastair Houghton2012-01-311-0/+10
| * Fixed description.Alastair Houghton2012-01-311-2/+1
| * Fixed bit-rot in the ioctl-based code path.Alastair Houghton2012-01-311-1/+1
| * Improved setup script so it will build successfully in more cases. Added a v...Alastair Houghton2012-01-301-10/+14
| * Ignore the dist folder, disable hard links during build.Alastair Houghton2011-11-041-0/+3
| * Added address families dictionary, courtesy of Warren Turkal.Alastair Houghton2011-11-041-1/+1
| * Added netifaces-0.5 source code.Alastair Houghton2011-10-101-0/+406
* Fix setup in case there's no print.Stavros Korokithakis2016-04-241-1/+1
* Fix possible dereference of a null pointer (deftuple variable)bastiak2016-04-071-0/+539