aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-11ignore tox and build stuffGregory P. Smith [Google LLC]
2021-05-11goodbye setup.py!Gregory P. Smith [Google LLC]
2021-05-11Switch to setup.cfg and pyproject.toml, supported 3.x only, dub this 1.3.9 (#21)Gregory P. Smith
2021-05-11Travis config update. (#22)Gregory P. Smith
2021-05-11old py2 testing on CI requires virtualenv not venvGregory P. Smith [Google LLC]
2021-05-11Switch to travis testing on focal 20.04.Gregory P. Smith [Google LLC]
2021-05-11Make portserver_test pass on 3.9, Fixes issue #19.Gregory P. Smith [Google LLC]
2021-05-11Don't test on py2 when unavailable.Gregory P. Smith [Google LLC]
2020-12-22Added Support for Linux On Power (#20)ujjwalsh
2019-08-05Make portpicker_test more robust, especially when run on a busy CI host. For ...T. Wouters
2019-03-05We need those stinkin' badges!Gregory P. Smith [Google LLC]
2019-03-05use xenial for travis, prepare for 1.3.1Gregory P. Smith [Google LLC]
2019-03-05Initial travis CI config.Gregory P. Smith [Google LLC]
2019-03-05start a 1.3.1 changelogGregory P. Smith
2019-03-05Handle a rare race condition with reserved ports. (#14)Timo Ewalds
2019-01-17Have exception name end in Error; Update the docs.Gregory P. Smith [Google LLC]
2019-01-17Don't continually ask the OS for a port, raise an exception (#13)Eric Petersen
2019-01-15Bump version number to 1.3.0 and describe changes.Gregory P. Smith [Google LLC]
2019-01-15Add a portserver_address kwarg to pick_unused_port (#12)Eric Petersen
2018-05-01Check the presence of AF_UNIX & IPPROTO_IPV6.Nehal J Wani
2017-11-07Fix missing word in README (#10)Piper Chester
2017-11-03Switch from distutils to setuptools (#9)Douglas Greiman
2017-10-09Update the version to 1.2.0 + describe changes. (#8)Gregory P. Smith
2017-10-05Add a way to reserve ports and return the ports so they get reused. (#7)Timo Ewalds
2017-08-22Print error details in get_port_from_port_server (#6)Nicolas Dumazet
2016-01-25Merge pull request #2 from duggelz/masterGregory P. Smith
2016-01-20Update version to 1.1.1Doug Greiman
2016-01-19Fix bug in get_port_for_processDoug Greiman
2016-01-19Change default port range to avoid ephemeral portsDoug Greiman
2015-12-15add 3.5 to the trove categoriesGregory P. Smith
2015-12-02Merge pull request #1 from pmarks-net/masterGregory P. Smith
2015-12-02Simplify is_port_free(), as discussed in the code review.Paul Marks
2015-12-01Use both IPv4+IPv6 sockets to check whether a port is free.Paul Marks
2015-04-01Include the ChangeLog.md file in the next release.Gregory Smith
2015-04-01Add maintainer_email.Gregory Smith
2015-04-01Use pep8_style function names. Keep compatibility.Gregory Smith
2015-04-01Increase version number to 1.0.1.Gregory Smith
2015-04-01Reformat all code with YAPF.Gregory Smith
2015-04-01Re-indent to 4 space PEP-8 indentation.Gregory Smith
2015-03-25Make GetPortFromPortServer() a public API.Gregory Smith
2015-03-20Ignore the MANIFEST file generated by distutils.Gregory Smith
2015-03-20Correct the classifiers for PyPI upload.Gregory Smith
2015-03-20ignore the setup.py upload dist directory.Gregory Smith
2015-03-20ignore the setup.py & test.sh created build subdirGregory Smith
2015-03-20Enjoy, World! (initial release)Gregory Smith