1. 0b1a8ec Call `shutdown()` before `close()` to resolve potential flakiness. (#34) by Gregory P. Smith · 8 months ago main upstream/main v1.6.0
  2. 59a1020 Add 3.12 testing to github CI (#33) by Gregory P. Smith · 9 months ago
  3. 2cf11dc Use os._exit in the child instead of sys.exit. by Gregory P. Smith [Google LLC] · 1 year, 10 months ago
  4. edcd884 Adds an optional timeout that a port will remain bound to after the CLI exits (#31) by Gregory P. Smith · 1 year, 10 months ago v1.6.0b1
  5. 0926742 Avoid the need for an internal patch. by Gregory P. Smith [Google LLC] · 1 year, 10 months ago
  6. 884182b lint cleanups; drop 3.6 from CI and metadata. (#32) by Gregory P. Smith · 1 year, 10 months ago
  7. e7a5816 Add 3.11 to CI, remove Travis. (#30) by Gregory P. Smith · 1 year, 10 months ago
  8. 6bae8e2 Remove link to Travis CI, delete travis config. by Gregory P. Smith [Google LLC] · 1 year, 10 months ago
  9. c885829 Remove trailing space. by Gregory P. Smith [Google LLC] · 1 year, 10 months ago v1.5.2
  10. 569bb79 Avoid picking an unreturned port twice. (#29) by Yu Feng · 1 year, 10 months ago
  11. b05ca66 Lower the threshold for success on the flaky test. by Gregory P. Smith [Google LLC] · 2 years, 5 months ago
  12. 30d279a bind(0) before probing for random available ports. (#28) by Gregory P. Smith · 2 years, 5 months ago
  13. d5a8479 1.5.0 Release (#27) by Gregory P. Smith · 2 years, 5 months ago v1.5.0
  14. c283eb1 Add Windows support for the port server (#25) by Patrice Vignola · 2 years, 9 months ago v1.5.0b1
  15. 0b178b8 Update description to mention portserver. by Gregory P. Smith [Google LLC] · 2 years, 11 months ago
  16. 9ac1059 Correct badge hyperlink :) by Gregory P. Smith [Google LLC] · 2 years, 11 months ago v1.4.0
  17. c0fe06c Correct badge hyperlink :) by Gregory P. Smith [Google LLC] · 2 years, 11 months ago
  18. e9faffb Add GH action badge, describe py2, reformat. by Gregory P. Smith [Google LLC] · 2 years, 11 months ago
  19. c33bdd5 Fixes to support Python 3.10, require 3.6+ (#24) by Gregory P. Smith · 2 years, 11 months ago
  20. 2f3d535 Initial github actions config. (#23) by Gregory P. Smith · 2 years, 11 months ago
  21. 3e39fd0 ignore tox and build stuff by Gregory P. Smith [Google LLC] · 3 years ago v1.3.9
  22. b32576b goodbye setup.py! by Gregory P. Smith [Google LLC] · 3 years ago
  23. a7a7654 Switch to setup.cfg and pyproject.toml, supported 3.x only, dub this 1.3.9 (#21) by Gregory P. Smith · 3 years ago
  24. 391cbf2 Travis config update. (#22) by Gregory P. Smith · 3 years ago
  25. 11593a7 old py2 testing on CI requires virtualenv not venv by Gregory P. Smith [Google LLC] · 3 years ago
  26. 8266a96 Switch to travis testing on focal 20.04. by Gregory P. Smith [Google LLC] · 3 years ago
  27. 0ed70c7 Make portserver_test pass on 3.9, Fixes issue #19. by Gregory P. Smith [Google LLC] · 3 years ago
  28. 1153eb1 Don't test on py2 when unavailable. by Gregory P. Smith [Google LLC] · 3 years ago
  29. 2642025 Added Support for Linux On Power (#20) by ujjwalsh · 3 years, 4 months ago
  30. bf6250b Make portpicker_test more robust, especially when run on a busy CI host. For (#15) by T. Wouters · 4 years, 9 months ago
  31. f737189 We need those stinkin' badges! by Gregory P. Smith [Google LLC] · 5 years ago
  32. 9221d98 use xenial for travis, prepare for 1.3.1 by Gregory P. Smith [Google LLC] · 5 years ago v1.3.1
  33. d1eb022 Initial travis CI config. by Gregory P. Smith [Google LLC] · 5 years ago
  34. dcd15ee start a 1.3.1 changelog by Gregory P. Smith · 5 years ago
  35. 233f6b0 Handle a rare race condition with reserved ports. (#14) by Timo Ewalds · 5 years ago
  36. 58f5beb Have exception name end in Error; Update the docs. by Gregory P. Smith [Google LLC] · 5 years ago v1.3.0
  37. 32099aa Don't continually ask the OS for a port, raise an exception (#13) by Eric Petersen · 5 years ago
  38. 88a6088 Bump version number to 1.3.0 and describe changes. by Gregory P. Smith [Google LLC] · 5 years ago
  39. f367069 Add a portserver_address kwarg to pick_unused_port (#12) by Eric Petersen · 5 years ago
  40. 58a905a Check the presence of AF_UNIX & IPPROTO_IPV6. by Nehal J Wani · 6 years ago
  41. c399d72 Fix missing word in README (#10) by Piper Chester · 6 years ago
  42. a096df0 Switch from distutils to setuptools (#9) by Douglas Greiman · 6 years ago
  43. b0990a6 Update the version to 1.2.0 + describe changes. (#8) by Gregory P. Smith · 7 years ago v1.2.0
  44. 6e8e445 Add a way to reserve ports and return the ports so they get reused. (#7) by Timo Ewalds · 7 years ago
  45. 914f47e Print error details in get_port_from_port_server (#6) by Nicolas Dumazet · 7 years ago
  46. 8b09a98 Merge pull request #2 from duggelz/master by Gregory P. Smith · 8 years ago
  47. 947aae3 Update version to 1.1.1 by Doug Greiman · 8 years ago
  48. 898bee4 Fix bug in get_port_for_process by Doug Greiman · 8 years ago
  49. 4cc0f9f Change default port range to avoid ephemeral ports by Doug Greiman · 8 years ago
  50. cb5fdca add 3.5 to the trove categories by Gregory P. Smith · 8 years ago
  51. 90ab29b Merge pull request #1 from pmarks-net/master by Gregory P. Smith · 8 years ago
  52. 48e564e Simplify is_port_free(), as discussed in the code review. by Paul Marks · 8 years ago
  53. 7a79cf6 Use both IPv4+IPv6 sockets to check whether a port is free. by Paul Marks · 8 years ago
  54. ff089ad Include the ChangeLog.md file in the next release. by Gregory Smith · 9 years ago
  55. 6a52d43 Add maintainer_email. by Gregory Smith · 9 years ago
  56. 964879c Use pep8_style function names. Keep compatibility. by Gregory Smith · 9 years ago
  57. f9de88c Increase version number to 1.0.1. by Gregory Smith · 9 years ago
  58. 5f03134 Reformat all code with YAPF. by Gregory Smith · 9 years ago
  59. 9f3d53b Re-indent to 4 space PEP-8 indentation. by Gregory Smith · 9 years ago
  60. 12455c7 Make GetPortFromPortServer() a public API. by Gregory Smith · 9 years ago
  61. 7490ae7 Ignore the MANIFEST file generated by distutils. by Gregory Smith · 9 years ago
  62. e857532 Correct the classifiers for PyPI upload. by Gregory Smith · 9 years ago
  63. b5c4987 ignore the setup.py upload dist directory. by Gregory Smith · 9 years ago
  64. d40b7b1 ignore the setup.py & test.sh created build subdir by Gregory Smith · 9 years ago
  65. 56fceff Enjoy, World! (initial release) by Gregory Smith · 9 years ago