summaryrefslogtreecommitdiffstats
path: root/Lib/test/pyclbr_input.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.13] gh-120449: fix ``test_pyclbr`` introspection for mangled names ↵Miss Islington (bot)2024-06-191-8/+60
| | | | | | | | (GH-120450) (GH-120700) gh-120449: fix ``test_pyclbr`` introspection for mangled names (GH-120450) (cherry picked from commit d8cd0fa4e347f460d0f3277e2392504e61ed087d) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
|
* Whitespace normalization.Tim Peters2004-08-041-4/+4
|
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-021-0/+33
"@ seems the syntax that everybody can hate equally" Implementation by Mark Russell, from SF #979728.