Skip to content

Conversation

@absurdfarce
Copy link
Contributor

No description provided.

localhost_addr = set([addr[0] for addr in [t for (_,_,_,_,t) in socket.getaddrinfo("localhost",80)]])
for cp in cluster.endpoints_resolved:
if cp.address in ('::1', '127.0.0.1'):
if cp.address in localhost_addr:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes in this file intended to address PYTHON-1373

Copy link
Contributor

@emeliawilkinson24 emeliawilkinson24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optional changes, LGTM!

absurdfarce and others added 3 commits December 20, 2023 10:16
Co-authored-by: Emelia <105240296+emeliawilkinson24@users.noreply.github.com>
Co-authored-by: Emelia <105240296+emeliawilkinson24@users.noreply.github.com>
Co-authored-by: Emelia <105240296+emeliawilkinson24@users.noreply.github.com>
@absurdfarce absurdfarce merged commit 1a947f8 into master Dec 20, 2023
@absurdfarce absurdfarce deleted the 3290_doc_updates branch May 29, 2024 23:10
fruch added a commit to fruch/python-driver that referenced this pull request Jun 6, 2024
…sync_with_upstream_3.29.1

version 3.29.0

* tag '3.29.0' of https://github.com/datastax/python-driver:
  Documentation (and other) updates for 3.29.0 (apache#1194)
  PYTHON-1331 ssl.match_hostname() is deprecated in 3.7 (apache#1191)
  PYTHON-1371 Add explicit exception type for serialization failures (apache#1193)
  Remove outdated Python pre-3.7 references (apache#1186)
  PYTHON-1368 Avoid installing DSE deps + executing DSE tests for Python 3.12 (apache#1188)
  PYTHON-1366 Handle removal of asyncore in Python 3.12 (apache#1187)
  Removed backup(.bak) files (apache#1185)
  docs: Fix typo in add_callbacks (apache#1177)
  Remove some remnants of Python2 (apache#1172)
  PYTHON-1313 Fix asyncio removals in Python 3.10 (apache#1179)
  PYTHON-1364 Fix ssl.wrap_socket errors (from eventlet) for Python 3.12 (apache#1181)
  Add Jenkins support for Python 3.12.0 (apache#1180)
  Update redirects in docs.yaml (apache#1178)
  Jenkins using new python versions in the matrix (apache#1174)
  Update docs.yaml to point to most recent 3.28.0 docs changes
  CONN-38 Notes for 3.28.0 on PYTHON-1350 (apache#1167)
  Include docs for 3.28.0
  Fixed non-valid rst in README
dkropachev pushed a commit to scylladb/python-driver that referenced this pull request Jan 5, 2025
dkropachev pushed a commit to scylladb/python-driver that referenced this pull request Jan 5, 2025
dkropachev pushed a commit to scylladb/python-driver that referenced this pull request Jan 5, 2025
dkropachev pushed a commit to scylladb/python-driver that referenced this pull request Jan 5, 2025
dkropachev pushed a commit to scylladb/python-driver that referenced this pull request Jan 26, 2025
dkropachev pushed a commit to scylladb/python-driver that referenced this pull request Feb 18, 2025
dkropachev pushed a commit to scylladb/python-driver that referenced this pull request Feb 21, 2025
dkropachev pushed a commit to scylladb/python-driver that referenced this pull request Feb 21, 2025
dkropachev pushed a commit to scylladb/python-driver that referenced this pull request Feb 22, 2025
dkropachev pushed a commit to scylladb/python-driver that referenced this pull request Feb 22, 2025
dkropachev pushed a commit to scylladb/python-driver that referenced this pull request Feb 22, 2025
dkropachev pushed a commit to scylladb/python-driver that referenced this pull request Feb 22, 2025
dkropachev pushed a commit to scylladb/python-driver that referenced this pull request Feb 22, 2025
dkropachev pushed a commit to scylladb/python-driver that referenced this pull request Feb 22, 2025
dkropachev pushed a commit to scylladb/python-driver that referenced this pull request Feb 22, 2025
dkropachev pushed a commit to scylladb/python-driver that referenced this pull request Feb 23, 2025
dkropachev pushed a commit to scylladb/python-driver that referenced this pull request Feb 23, 2025
dkropachev pushed a commit to scylladb/python-driver that referenced this pull request Feb 23, 2025
dkropachev pushed a commit to scylladb/python-driver that referenced this pull request Feb 23, 2025
dkropachev pushed a commit to scylladb/python-driver that referenced this pull request Feb 23, 2025
dkropachev pushed a commit to scylladb/python-driver that referenced this pull request Feb 23, 2025
dkropachev pushed a commit to scylladb/python-driver that referenced this pull request Feb 23, 2025
dkropachev pushed a commit to scylladb/python-driver that referenced this pull request Feb 23, 2025
dkropachev added a commit to scylladb/python-driver that referenced this pull request Feb 23, 2025
* PYTHON-1364 Fix ssl.wrap_socket errors (from eventlet) for Python 3.12 (apache#1181)

* PYTHON-1366 Handle removal of asyncore in Python 3.12 (apache#1187)

* Remove outdated Python pre-3.7 references (apache#1186)

* PYTHON-1371 Add explicit exception type for serialization failures (apache#1193)

* PYTHON-1331 ssl.match_hostname() is deprecated in 3.7 (apache#1191)

* Documentation (and other) updates for 3.29.0 (apache#1194)

* fix(test-requirements): remove python 3.13 restrictions

Original commit c9b24b7 made it not
install certain modules on python 3.13 because at the time python was
broken and did not support these modules, now they work ok, roll it back.

---------

Co-authored-by: Bret McGuire <absurdfarce@users.noreply.github.com>
Co-authored-by: Brad Schoening <5796692+bschoening@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants