aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-14Call `shutdown()` before `close()` to resolve potential flakiness. (#34)upstream-mainGregory P. Smith
2023-07-24Add 3.12 testing to github CI (#33)Gregory P. Smith
2022-07-08Use os._exit in the child instead of sys.exit.Gregory P. Smith [Google LLC]
2022-07-07Adds an optional timeout that a port will remain bound to after the CLI exits...Gregory P. Smith
2022-06-17Avoid the need for an internal patch.Gregory P. Smith [Google LLC]
2022-06-17lint cleanups; drop 3.6 from CI and metadata. (#32)Gregory P. Smith
2022-06-14Add 3.11 to CI, remove Travis. (#30)Gregory P. Smith
2022-06-08Remove link to Travis CI, delete travis config.Gregory P. Smith [Google LLC]
2022-06-08Remove trailing space.Gregory P. Smith [Google LLC]
2022-06-08Avoid picking an unreturned port twice. (#29)Yu Feng
2021-11-09Lower the threshold for success on the flaky test.Gregory P. Smith [Google LLC]
2021-11-08bind(0) before probing for random available ports. (#28)Gregory P. Smith
2021-11-081.5.0 Release (#27)Gregory P. Smith
2021-07-11Add Windows support for the port server (#25)Patrice Vignola
2021-05-24Update description to mention portserver.Gregory P. Smith [Google LLC]
2021-05-24Correct badge hyperlink :)Gregory P. Smith [Google LLC]
2021-05-24Correct badge hyperlink :)Gregory P. Smith [Google LLC]
2021-05-24Add GH action badge, describe py2, reformat.Gregory P. Smith [Google LLC]
2021-05-24Fixes to support Python 3.10, require 3.6+ (#24)Gregory P. Smith
2021-05-24Initial github actions config. (#23)Gregory P. Smith
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