Once in a while, I'm contributing to CPython, the reference implementation of the Python programming language. This includes working on the documentation and the devguide as well as on the CPython source code. A list of contributions is listed below.
| # | Issue | PR | Description |
|---|---|---|---|
| 1 | bpo-38877 | 556 | Add a note about running a make clean before or after re-running configure |
| 2 | bpo-38524 | 17364 | Add note about the implicit and explicit calling of __set_name__ |
| 3 | bpo-29981 | 20272 | Update Index for set, dict, and generator 'comprehensions' |
| 4 | bpo-40670 | 20286 | Calling timeit.timeit with empty string uses 'pass' by default |
| 5 | GH-577 | 587 | Use imperative for commit title; fix example |
| 6 | GH-579 | 588 | Add a note to the quick guide about not modifying the git history |
| 7 | bpo-40723 | 20311 | Make IDLE autocomplete test run without __main__.__file__ |
| 8 | bpo-40730 | 20316 | Remove redundant 'to' in whatsnew/3.9 |
| 9 | bpo-40798 | 20483 | Generate a different message for already removed elements |