Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebase #1

Open
wants to merge 205 commits into
base: master
Choose a base branch
from
Open

Rebase #1

wants to merge 205 commits into from

Conversation

digitizdat
Copy link
Owner

No description provided.

spl0k and others added 30 commits September 6, 2020 15:08
Some (if not all) just ignore the response if it's not a 200
and just consider the server borked.

Closes #192
The main motive here isn't full Windows support per, but being
able to run tests on Windows, as this is my main platform.
Booting a VM just to run tests is cumbersome.
Except for changes required to comply to the XSD specification,
this does not include any feature this version brings

Closes #194
We have int folder ids for long now, this isn't needed anymore
Bare excepts will catch `GeneratorExit` exceptions which are raised
whenever a generator stops. This was causing issues when transcoding and
caching the results.

All instances of bare excepts have been replaced with scoped versions.
Hunting for the last ResourceWarnings
baldurmen and others added 30 commits June 13, 2023 15:50
In Python 3.10 and 3.11, distutils has been formally marked as deprecated.
Code that imports distutils will no longer work from Python 3.12.

I'm pretty sure distutils.dir_util.remove_tree() and shutil.rmtree() do
the same exact same thing and this should fix the issue :)
Allow to uncomment it and slightly improves coverage
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.