Commits
main
Name already in use
Commits on Jun 18, 2023
-
updated _collections_abc.py and test_collections.py to CPython 3.11.2 (…
…#5016) * updated _collections_abc.py and its tests in test_collections.py * decorated failing tests in test_typing.py
-
Pin Python version to 3.11.4 in CI runs. (#5015)
* Pin Python version to 3.11.4 in CI runs. * Use quotation marks around version, yaml parsing issues. Co-authored-by: fanninpm <fanninpm@miamioh.edu> --------- Co-authored-by: fanninpm <fanninpm@miamioh.edu>
Commits on Jun 17, 2023
-
Add
get_int_max_str_digitsandset_int_max_str_digitsinsys. (#……5014) --------- Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
-
-
Return SyntaxError with null byte input in eval. (#5013)
* Return SyntaxError with null byte input in eval. * Special case MacOS for now, add a note for future sanity.
Commits on Jun 14, 2023
-
Merge pull request #5009 from DimitrisJim/pylibs_upgrade_dos
Update more libraries from 3.11
Commits on Jun 13, 2023
-
-
-
-
-
-
-
-
-
-
-
-
Merge pull request #5007 from DimitrisJim/pylibs_upgrade_uno
Bump some Python libraries to 3.11
Commits on Jun 12, 2023
-
-
-
-
-
-
-
-
-
Fix test_path_like_objects (#4773)
Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
-
-
Implement itertools.accumulate.__reduce__ and __setstate__ (#4434)
Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
-
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.

