Results 32 issues of Steve Dower

Just wondering if you could upload wheels of MySQL-python to PyPI for Windows. The installer is nice, but doesn't help when using virtual environments. Should just be as simple as...

Just as an FYI, I submitted the patch for distutils/setuptools that will make this hack in your setup.py redundant: https://github.com/mhammond/pywin32/blob/e1c0237a6897dbc4adbfda6470711fade43228b7/setup.py#L530 The PR is at https://github.com/pypa/distutils/pull/153 (and should go into `setuptools`...

Also moves some asserts around to ensure we assert before using the things we're asserting * Issue: gh-99377

awaiting core review

These APIs were added in Windows 8, so we can safely backport.

performance
skip issue
awaiting core review
skip news
DO-NOT-MERGE
needs backport to 3.10
needs backport to 3.11

We already have events for interpreter creation and free, but not threads. * PR: gh-99378

3.11
3.10
3.12

* Issue: gh-87604

type-security
awaiting core review
needs backport to 3.8
needs backport to 3.9
needs backport to 3.10
needs backport to 3.11

I'm trying to add Playwright to my conda environment installed from Anaconda's repository, but it produces conflicts and/or tries to replace the entire environment. It seems the packages published to...

P3-collecting-feedback

These will create additional aliases alongside the launcher for a particular Python install. * Issue: gh-114881 ---- 📚 Documentation preview 📚: https://cpython-previews--115969.org.readthedocs.build/

OS-windows

https://github.com/indygreg/python-build-standalone/blob/b292b16d25c61ac7dd962a4a4b52cd34724b33f6/cpython-windows/build.py#L235-L236 If you also pass the `-utf8` option to vswhere, you can be guaranteed that it will write out a UTF-8 formatted path.

enhancement
platform:darwin