aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-09-20Remove Python enables identical to global defaults.main-16kKrzysztof KosiƄski
2022-06-02Organize portpicker to build properlyJulien Desprez
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-07-11Add Windows support for the port server (#25)Patrice Vignola
2021-05-24Fixes to support Python 3.10, require 3.6+ (#24)Gregory P. Smith
2021-05-11Make portserver_test pass on 3.9, Fixes issue #19.Gregory P. Smith [Google LLC]
2019-08-05Make portpicker_test more robust, especially when run on a busy CI host. For ...T. Wouters
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-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-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-19Fix bug in get_port_for_processDoug Greiman
2016-01-19Change default port range to avoid ephemeral portsDoug Greiman
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-01Use pep8_style function names. Keep compatibility.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-20Enjoy, World! (initial release)Gregory Smith