Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.13] gh-120449: fix ``test_pyclbr`` introspection for mangled names ↵ | Miss Islington (bot) | 2024-06-19 | 1 | -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 Melotti | 2011-03-16 | 1 | -1/+1 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2004-08-04 | 1 | -4/+4 |
| | |||||
* | PEP-0318, @decorator-style. In Guido's words: | Anthony Baxter | 2004-08-02 | 1 | -0/+33 |
"@ seems the syntax that everybody can hate equally" Implementation by Mark Russell, from SF #979728. |