summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Add Python 3.9 for Windows"HEADmasterAlastair Houghton2021-05-312-4/+2
| | | | AppVeyor appears to not have Python 3.9 installed even though it claims to.
* Add Python 3.9 for WindowsAlastair Houghton2021-05-312-2/+4
|
* Fix wheel scripts up a bitAlastair Houghton2021-05-312-3/+11
|
* Bumped versions for releaserelease_0_11_0Alastair Houghton2021-05-313-7/+30
|
* Merge pull request #68 from sajith/py27-win64-wheelsAlastair Houghton2021-05-162-1/+2
|\ | | | | Build cp27 wheels for 64 bit Windows
| * Fetch py27+amd64 wheelSajith Sasidharan2020-11-251-1/+1
| |
| * Build wheels for Python 2.7 and 64 bit WindowsSajith Sasidharan2020-11-251-0/+1
| | | | | | Hopefully a fix for #47.
* | Merge pull request #71 from yuri-sevatz/developAlastair Houghton2021-05-161-7/+19
|\ \ | |/ |/| [NETLINK] Add support for empty destination, and empty metric
| * Interpret missing gateway priority, handle some out of order metricsYuri Sevatz2020-12-171-6/+12
| |
| * Fix gateway detection when gateway in routing table with all null'sYuri Sevatz2020-12-171-1/+7
|/
* Merge pull request #56 from methane/patch-1Alastair Houghton2020-10-111-2/+2
|\ | | | | Replace PyUnicode_FromUnicode
| * Fix py2Inada Naoki2020-06-141-2/+2
| |
| * Replace PyUnicode_FromUnicodeInada Naoki2020-06-141-2/+2
|/ | | | PyUnicode_FromUnicode is deprecated since Python 3.3. Replace it with PyUnicode_FromWideChar.
* Merge pull request #46 from harshalbarefoot/patch-1Alastair Houghton2020-05-191-2/+2
|\ | | | | Fixing netmask calculation for IPv6
| * Fixing netmask calculation for IPv6harshal patel2019-08-021-2/+2
| |
* | Merge pull request #54 from chugcup/py38-buildingAlastair Houghton2020-05-195-5/+18
|\ \ | | | | | | Added Windows/Linux Python 3.8 builds to CI pipeline
| * | Added Python 3.8 builds to AppVeyor/Travis CIJeff Gordon2020-05-035-5/+18
|/ /
* | Merge pull request #44 from mrakitin/add-test.pyAlastair Houghton2019-11-221-0/+1
|\ \ | | | | | | Add test.py to the source dist
| * | Add test.py to the source distMaksim Rakitin2019-08-021-0/+1
| |/
* | Merge pull request #36 from tsibley/fix-travis-linkAlastair Houghton2019-11-221-1/+1
|\ \ | | | | | | README: Link to correct Travis CI page
| * | README: Link to correct Travis CI pageThomas Sibley2019-01-251-1/+1
| |/
* | Merge pull request #42 from rajendra-dendukuri/segfault_ifaddressesAlastair Houghton2019-11-221-1/+4
|\ \ | |/ |/| Fix segfault when trying to access netifaces.ifaddresses
| * segfault when trying to access netifaces.ifaddressesRajendra Dendukuri2019-06-131-1/+4
|/ | | | Signed-off-by: Rajendra Dendukuri <rajendra.dendukuri@broadcom.com>
* Updated RELEASING instructions slightly.Alastair Houghton2019-01-021-1/+2
|
* Bumped version number.release_0_10_9Alastair Houghton2019-01-021-1/+1
|
* Merge pull request #31 from pabelanger/masterAlastair Houghton2019-01-021-0/+1
|\ | | | | Add LICENSE to MANIFEST.in
| * Add LICENSE to MANIFEST.inPaul Belanger2019-01-021-0/+1
|/ | | | | | | | | This allows the LICENSE file to be added to the tarball created when using: python setup.py sdist Signed-off-by: Paul Belanger <pabelanger@redhat.com>
* Updated build script and added release instructions.Alastair Houghton2019-01-022-1/+27
|
* 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()
| * Fix invalid errno check in netifaces.gateways()Alan Somers2019-01-011-1/+1
|/ | | | Fixes #28
* 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 AppVeyor
| * Build Windows packages for Python 3.7 on AppVeyorThomas Sibley2018-09-172-2/+4
|/ | | | It's really nice to have pre-built packages on Windows.
* Merge pull request #12 from lambdalisue/licenseAlastair Houghton2018-05-083-21/+22
|\ | | | | Add LICENSE and include it in wheel
| * 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 URL to point at Github rather than Bitbucket.
| * 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 it
| * Close README.rst after reading itJeremy Lainé2018-03-051-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'>
* 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
|