11 Commits

Author SHA1 Message Date
Ashwin Naren
a46ce8ec3a Mark version 3.13.0 (#5495)
* bump to 3.13.1
* fix some tests
* strip left whitespace from doc
* remove specific difflib test that was causing issues
* fix test_enum

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
2025-02-13 14:11:01 +09:00
Jeong, YunWon
af884cb284 First step for Python 3.12 support (#5078)
* Mark 3.12

* Update importlib from Python 3.12.0

* Update test_importlib from Python3.12

* Mark failings tests from importlib

* Update test.support from Python3.12

* Fix unsupported parser feature

* mark failing test

* Update functools from Python 3.12

* manual type annotation

* slice behavior changed in 3.12

* empty unittest.main returns non-zero

* test_decimal from CPython 3.12

* Mark failing tests

* Update test_unicode from CPython 3.12

* Update test_functools from Python 3.12

* Update enum from Python 3.12

* enum

* Doc format changed

* Update test_module from CPython

---------

Co-authored-by: CPython developers <>
2023-10-22 19:19:05 -07:00
Boris Verkhovskiy
c9546c2419 Don't run whats_left with older CPython versions (#4847)
* Improve whats_left --signature output
2023-04-11 11:13:27 +09:00
MrrRaph
a4629db520 Added UTF-8 encoding when opening a file 2023-02-17 22:21:46 +09:00
Yang Hau
937b0d3419 fix the typos 2023-02-13 16:25:24 +08:00
Gyubong
ef4bea53c6 Add memory_iterator (#4138) 2022-08-29 19:04:39 +09:00
Noa
19b5b08aee Use /usr/bin/env -S 2022-08-18 20:43:20 -05:00
Moreal
a0270b029c Check __doc__ difference also in whats_left 2022-08-14 03:40:09 +09:00
snowapril
e79442140b Relocate generated file location 2022-08-06 14:35:09 +09:00
Jeong YunWon
3fdc4091ef -I option error 2022-07-24 03:37:46 +09:00
boris
65f0399ba0 Convert whats_left into a CPython script
Co-Authored-By: Jeong YunWon <jeong@youknowone.org>
2022-07-24 03:37:46 +09:00