gh-35812: Decouple tuple
Change sage/combinat/tuple.py to use itertools instead of GAP.
### :books: Description
This fixes #35784.
Iterating Tuples delegates to itertools.product
Iterating UnorderedTuples delegates to
itertools.combinations_with_replacement
### :memo: Checklist
<!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x
]`. -->
- [x] The title is concise, informative, and self-explanatory.
- [x] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
- [ ] I have created tests covering the changes.
- [ ] I have updated the documentation accordingly.
### :hourglass: Dependencies
<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
URL: https://github.com/sagemath/sage/pull/35812
Reported by: deinst
Reviewer(s): David Coudert, deinst, Matthias Köppe, Travis Scrimshaw