Commits
User selector
Commit History
Commits on Apr 21, 2026
unittest: Remove f-strings.
Show description for 816d952authored andcommitted
Commits on Mar 23, 2026
string: Convert string module to package and import templatelib.
Show description for 8380c7bcommitted
Commits on Dec 8, 2025
all: Fix spelling and typos in comments and docstring.
Show description for c266d30authored andcommitted
Commits on Dec 5, 2025
argparse: Add support for custom argument types.
Show description for 7473d1dauthored andcommitted
Commits on Dec 3, 2025
tarfile: Fix FileSection.skip to not rely on extended readinto args.
Show description for abf316cauthored andcommittedtarfile: Add basic unittest for tarfile.TarFile.
Show description for 1390722authored andcommitted
Commits on Nov 24, 2025
inspect: Support closures/generators/async-funcs in inspect.signature.
Show description for 852f2cccommitted
Commits on Nov 18, 2025
all: Correct various typos in comments and docs.
Show description for b312524authored andcommittedall: Fix formatting errors in docstrings.
Show description for 2992784authored andcommittedcopy: Fix typo in _deepcopy_dispatch.
Show description for 0b78a15authored andcommitted
Commits on Oct 1, 2025
datetime: Optimize for code size.
Show description for 3eaf027committeddatetime: Apply localtz patch to include naive date/time support.
Show description for 656f420committedinspect: Implement a very basic signature function.
Show description for b4565b4committed
Commits on Jul 7, 2025
abc: Add ABC base class.
Show description for f95568dauthored andcommitted
Commits on Jun 6, 2025
logging: Allow logging.exception helper to handle tracebacks.
Show description for 6e24cffauthored andcommitted
Commits on Jun 5, 2025
errno: Add ENOTCONN constant.
Show description for 15a6233authored andcommitted
Commits on Apr 14, 2025
inspect: Implement iscoroutinefunction and iscoroutine.
Show description for 5b496e9committedinspect: Add basic unit tests.
Show description for 2665047committedinspect: Fix isgenerator logic.
Show description for 48bf3a7committed
Commits on Nov 18, 2024
unittest: Always use "raise" with an argument.
Show description for e4cf095committed
Commits on Nov 7, 2024
unittest: Allow SkipTest to work within a subTest.
Show description for 0104788committedtools/ci.sh: Enable unittest tests.
Show description for 0827a31committed
Commits on Sep 23, 2024
base64: Remove struct dependency from manifest.
Show description for 394cbfccommitted
Commits on Jul 3, 2024
logging: Fix StreamHandler to call parent constructor.
Show description for b5aa5f0authored andcommittedunittest-discover: Avoid adding test parent dir to sys.path.
Show description for 50ac49cauthored andcommitted
Commits on Jun 17, 2024
hashlib: Only import pure Python hashlib when running test.
Show description for 8834023committedfnmatch: Don't require test.support, which no longer exists.
Show description for f1c7f28committeddatetime: Skip tests that require the host to be in UTC timezone.
Show description for 0d4b363committedcontextlib: Use a list instead of deque for exit callbacks.
Show description for 469b81bcommittedquopri: Remove dependency on test.support and subprocess in unit test.
Show description for 0b0e0cccommitted
Commits on Jun 14, 2024
all: Use non-u versions of built-in modules.
Show description for 84ba452committed
Commits on May 24, 2024
pathlib: Add __rtruediv__ magic method to pathlib.Path.
Show description for da46c4bauthored andcommitted
Commits on May 15, 2024
collections: Remove micropython-lib Python implementation of deque.
Show description for a2e4efaauthored andcommitted
Commits on Mar 28, 2024
ssl: Use "from tls import *" to be compatible with axtls.
Show description for 45ead11committed
Commits on Mar 19, 2024
json: Move to unix-ffi.
Show description for 5c7e3fcauthored andcommitted