summaryrefslogtreecommitdiffstats
path: root/Lib/_pylong.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments and test code (#122846)Xie Yanbo2024-08-121-4/+4
* gh-119057: Use better error messages for zero division (#119066)Nikita Sobolev2024-06-031-1/+1
* gh-118750: Asymptotically faster `int(string)` (#118751)Tim Peters2024-05-191-33/+399
* gh-118610: Centralize power caching in `_pylong.py` (#118611)Tim Peters2024-05-081-67/+101
* gh-118164: Break a loop between _pydecimal and _pylong and optimize int to st...Serhiy Storchaka2024-05-051-1/+45
* gh-102515: Remove unused imports in the `Lib/` directory (#102516)Alex Waygood2023-03-081-1/+0
* gh-90716: Remove _pylong._DEBUG flag (#99063)Victor Stinner2022-11-031-9/+0
* gh-90716: add _pylong.py module (#96673)Neil Schemenauer2022-10-261-0/+295