Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bumped versions for releaserelease_0_11_0 | Alastair Houghton | 2021-05-31 | 1 | -7/+7 |
| | |||||
* | Added Python 3.8 builds to AppVeyor/Travis CI | Jeff Gordon | 2020-05-03 | 1 | -3/+3 |
| | |||||
* | Bumped version number.release_0_10_9 | Alastair Houghton | 2019-01-02 | 1 | -1/+1 |
| | |||||
* | Bumped versions for release.release_0_10_8 | Alastair Houghton | 2019-01-02 | 1 | -1/+1 |
| | |||||
* | Bumped versions.appveyor_test | Alastair Houghton | 2018-05-02 | 1 | -3/+3 |
| | |||||
* | Merge pull request #5 from hugovk/patch-1 | Alastair Houghton | 2018-05-02 | 1 | -1/+1 |
|\ | | | | | Update URL to point at Github rather than Bitbucket. | ||||
| * | Update URL | Hugo | 2018-02-25 | 1 | -1/+1 |
| | | |||||
* | | Added more versions to the testing matrix. | Alastair Houghton | 2018-05-02 | 1 | -0/+3 |
| | | |||||
* | | Close README.rst after reading it | Jeremy Lainé | 2018-03-05 | 1 | -1/+2 |
|/ | | | | | | | This minor change fixes a warning when using pypy which complains with a ResourceWarning: ResourceWarning: unclosed file <_io.TextIOWrapper name='<snip>/netifaces-0.10.6/README.rst' mode='r' encoding='UTF-8'> | ||||
* | Bumped version number, updated CHANGELOG. | Alastair Houghton | 2017-06-01 | 1 | -1/+1 |
| | |||||
* | Merged in steffann/netifaces (pull request #5), though it's missing a ↵ | Alastair Houghton | 2016-08-23 | 1 | -2/+59 |
|\ | | | | | | | | | | | `close()` call, so until I check in the fix, the tip will leak sockets for IPv6. Add support for retrieving IPv6 address flags on BSD/Mac-OS | ||||
| * | Add support for retrieving IPv6 address flags on BSD/Mac-OS | Sander Steffann | 2015-07-01 | 1 | -2/+59 |
| | | |||||
| * | Python 3 renames the __builtin__ module. | Alastair Houghton | 2014-10-13 | 1 | -3/+7 |
| | | |||||
| * | Use __builtin__ module, not __builtins__ variable. | Alastair Houghton | 2014-10-13 | 1 | -1/+3 |
| | | |||||
| * | Bumped version numbers.release_0_10_4 | Alastair Houghton | 2014-05-19 | 1 | -1/+1 |
| | | |||||
| * | Improved test for PF_ROUTE sockets so Linux fails it.release_0_10_3 | Alastair Houghton | 2014-05-06 | 1 | -0/+1 |
| | | |||||
| * | Fix builds on older Linux kernel versions (no NLM_F_DUMP_INTR). Also, test ↵ | Alastair Houghton | 2014-05-06 | 1 | -32/+1 |
| | | | | | | | | for RTF_IFSCOPE in a more sensible manner. | ||||
| * | Added a workaround for broken netlink headers on some Linux distros.release_0_10_2 | Alastair Houghton | 2014-05-03 | 1 | -2/+2 |
| | | |||||
| * | Bumped version number. | Alastair Houghton | 2014-05-02 | 1 | -1/+1 |
| | | |||||
| * | Updated home page. | Alastair Houghton | 2014-05-01 | 1 | -1/+1 |
| | | |||||
| * | Added gateway detection code for PF_SOCKET and sysctl(). Also fixed some ↵ | Alastair Houghton | 2014-05-01 | 1 | -0/+132 |
| | | | | | | | | Solaris related issues. | ||||
| * | Set the zip-safe flag. | Alastair Houghton | 2014-04-28 | 1 | -0/+1 |
| | | |||||
| * | Updated version number. Made the README explicitly reStructuredText | Alastair Houghton | 2014-04-28 | 1 | -13/+12 |
| | | |||||
| * | Bump version number and make the build status image into a link. | Alastair Houghton | 2014-04-28 | 1 | -1/+1 |
| | | |||||
| * | Use a Python 2.5 compatible way of doing print statements. | Alastair Houghton | 2014-04-28 | 1 | -21/+28 |
| | | |||||
| * | Fixed a final Python 3K problem. | Alastair Houghton | 2014-04-28 | 1 | -1/+1 |
| | | |||||
| * | More Python 3K compatibility. | Alastair Houghton | 2014-04-28 | 1 | -2/+2 |
| | | |||||
| * | Use Python 3 print function, not print statement. Also, avoid declaring ↵ | Alastair Houghton | 2014-04-28 | 1 | -19/+21 |
| | | | | | | | | variables mid-function in C code, since some compilers don't like it. | ||||
| * | Fixed a problem with setup.py when some things are cached. | Alastair Houghton | 2012-01-31 | 1 | -0/+10 |
| | | |||||
| * | Fixed description. | Alastair Houghton | 2012-01-31 | 1 | -2/+1 |
| | | |||||
| * | Fixed bit-rot in the ioctl-based code path. | Alastair Houghton | 2012-01-31 | 1 | -1/+1 |
| | | |||||
| * | Improved setup script so it will build successfully in more cases. Added a ↵ | Alastair Houghton | 2012-01-30 | 1 | -10/+14 |
| | | | | | | | | version constant to the module. Fixed odd error behaviour for interfaces with no addresses on Linux. | ||||
| * | Ignore the dist folder, disable hard links during build. | Alastair Houghton | 2011-11-04 | 1 | -0/+3 |
| | | |||||
| * | Added address families dictionary, courtesy of Warren Turkal. | Alastair Houghton | 2011-11-04 | 1 | -1/+1 |
| | | |||||
| * | Added netifaces-0.5 source code. | Alastair Houghton | 2011-10-10 | 1 | -0/+406 |
| | |||||
* | Fix setup in case there's no print. | Stavros Korokithakis | 2016-04-24 | 1 | -1/+1 |
| | |||||
* | Fix possible dereference of a null pointer (deftuple variable) | bastiak | 2016-04-07 | 1 | -0/+539 |
PyDECREF cannot be used with NULL pointer. Variable 'deftuple' may be unintialized in case that variable 'isdefault' is false. I suggest to use PyXDECREF macro instead. |