| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bpo-32427: Expose dataclasses.MISSING object. (#5045) | Eric V. Smith | 2017-12-29 | 1 | -3/+49 |
| | | |||||
| * | bpo-32259: Make a TypeError message when unpack non-iterable more specific. ↵ | Serhiy Storchaka | 2017-12-26 | 1 | -1/+1 |
| | | | | | (#4903) | ||||
| * | bpo-32297: Few misspellings found in Python source code comments. (#4803) | Mike | 2017-12-14 | 1 | -1/+1 |
| | | | | | | | | | * Fix multiple typos in code comments * Add spacing in comments (test_logging.py, test_math.py) * Fix spaces at the beginning of comments in test_logging.py | ||||
| * | Use raw strings for regex to avoid invalid escape sequences. (GH-4741) | Eric V. Smith | 2017-12-06 | 1 | -2/+2 |
| | | |||||
| * | bpo-32214: Implement PEP 557: Data Classes (#4704) | Eric V. Smith | 2017-12-04 | 1 | -0/+2076 |
