summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bumped versions for release.release_0_10_8Alastair Houghton2019-01-023-4/+15
* Merge pull request #29 from asomers/issue_28Alastair Houghton2019-01-021-1/+1
|\
| * Fix invalid errno check in netifaces.gateways()Alan Somers2019-01-011-1/+1
|/
* Fixed #26. Also fixed a couple of warnings.Alastair Houghton2018-12-121-6/+6
* Merge pull request #19 from tsibley/windows-python-3.7Alastair Houghton2018-09-182-2/+4
|\
| * Build Windows packages for Python 3.7 on AppVeyorThomas Sibley2018-09-172-2/+4
|/
* Merge pull request #12 from lambdalisue/licenseAlastair Houghton2018-05-083-21/+22
|\
| * Add LICENSE and include it in wheellambdalisue2018-05-083-21/+22
|/
* Added a tool to fetch Windows wheels from Appveyorrelease_0_10_7Alastair Houghton2018-05-021-0/+43
* Bumped versions.appveyor_testAlastair Houghton2018-05-022-6/+6
* 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-023-0/+13
* | Merge pull request #7 from jlaine/close-readme-fileAlastair Houghton2018-05-021-1/+2
|\ \ | |/ |/|
| * Close README.rst after reading itJeremy Lainé2018-03-051-1/+2
|/
* Use linux32 when building the i686 wheels.Alastair Houghton2018-02-131-1/+1
* Added some build scripts for macOS and Linux wheels.Alastair Houghton2018-02-124-0/+42
* First try at Appveyor.Alastair Houghton2018-02-122-2/+28
* More work on getting Travis working - OS X is complicated.Alastair Houghton2018-02-122-22/+13
* Setting up Travis.Alastair Houghton2018-02-123-7/+52
* Pass through extra parameters (makes uploading easy).Alastair Houghton2017-06-011-6/+6
* Bumped version number, updated CHANGELOG.Alastair Houghton2017-06-013-5/+14
* Fixed #39.Alastair Houghton2017-06-011-2/+6
* Updated Windows packaging batch file.Alastair Houghton2017-06-011-4/+6
* Ignore Visual Studio .pdb files.Alastair Houghton2017-06-011-0/+1
* Always use Unicode strings, regardless of platform; otherwise it makes using ...Alastair Houghton2017-06-011-83/+95
* Coping with old Linux kernelsRodrigo Tobar2016-09-141-0/+5
* Oops; forgot to update the README.Alastair Houghton2016-08-231-4/+4
* Added tag release_0_10_5 for changeset dc7c8e888476Alastair Houghton2016-08-230-0/+0
* Updated CHANGELOG for release.release_0_10_5Alastair Houghton2016-08-231-0/+16
* Added tag release_0_10_5 for changeset e1ca7f630335Alastair Houghton2016-08-230-0/+0
* Fixed Windows netmask issues. Also made selection of default gateway better ...Alastair Houghton2016-08-231-145/+185
* Fix IPv6 netmask format. Also ignore buggy broadcast addresses on Cygwin.Alastair Houghton2016-08-231-25/+172
* Fixed the build on Linux. Also changed the Linux code to respect the interfa...Alastair Houghton2016-08-231-1/+23
* Close the socket we created.Alastair Houghton2016-08-231-0/+2
* Merged in steffann/netifaces (pull request #5), though it's missing a `close(...Alastair Houghton2016-08-232-4/+112
|\
| * Add support for retrieving IPv6 address flags on BSD/Mac-OSSander Steffann2015-07-012-4/+112
| * Python 3 renames the __builtin__ module.Alastair Houghton2014-10-131-3/+7
| * Use __builtin__ module, not __builtins__ variable.Alastair Houghton2014-10-131-1/+3
| * Fix a call to Py_INCREF.Claudiu Popa2014-10-111-1/+2
| * Added tag release_0_10_4 for changeset 1d6d179f8bceAlastair Houghton2014-05-190-0/+0
| * Bumped version numbers.release_0_10_4Alastair Houghton2014-05-193-5/+9
| * Added tag release_0_10_4 for changeset 200d70e77eacAlastair Houghton2014-05-190-0/+0
| * Fixed a similar problem, but that might happen in the case of multi-part mess...Alastair Houghton2014-05-161-1/+2
| * Fixed a problem on Linux that meant that the gateways() method could crash if...Alastair Houghton2014-05-161-2/+3
| * Added tag release_0_10_3 for changeset 4d4e27588b57Alastair Houghton2014-05-060-0/+0
| * 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-064-38/+15
| * adding some additional notes about the version jump so it's present in PyPi's...Oliver Palmer2014-05-031-1/+4
| * adding Windows batch script used to build and upload multiple binary formats ...Oliver Palmer2014-05-031-0/+4