Commits
main
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Jun 11, 2023
-
Remove deprecated modules binhex and formatter. (#5003)
These modules have been deprecated as of Python 3.11 and can safely be removed from the standard library.
-
* Add architecture document --------- Co-authored-by: Eric van der Toorn <e.a.vandertoorn@student.tudelft.nl> Co-authored-by: Pluriscient <erictoorn@gmail.com> Co-authored-by: Jeong YunWon <youknowone@users.noreply.github.com> Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com> Co-authored-by: fanninpm <fanninpm@miamioh.edu>
-
Commits on Jun 10, 2023
-
Temporarily skip configparser. (#4997)
* Temporarily skip configparser, socketserver tests.
-
Merge pull request #4994 from LucaSforza/main
Added constructor for Settings called with_path
Commits on Jun 8, 2023
Commits on Jun 7, 2023
Commits on Jun 2, 2023
Commits on Jun 1, 2023
Commits on May 23, 2023
-
* Print correct error message for abc instantiation * Update dataclasses abc test
Commits on May 22, 2023
Commits on May 20, 2023
-
Merge pull request #4981 from DimitrisJim/update_subprocess
Update subprocess to CPython 3.11
Commits on May 19, 2023
-
-
Merge pull request #4979 from patrickzbhe/del-local-scope
Check variables in local scope in DeleteFast
-
-
-
-
-
-
add a note on the fact we're using cspell, we can then allow it during ci ref: #4700
-
-
Commits on May 17, 2023
Commits on May 15, 2023
Commits on May 12, 2023
-
Merge pull request #4967 from youknowone/fix-bytearray
Fix repr(bytearray) in debug