summaryrefslogtreecommitdiff
path: root/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* bpo-37760: Mark all generated Unicode data headers as generated. (GH-15171)Greg Price2019-08-121-1/+1
| | | | | | | | | | | | This causes them to be collapsed by default in diffs shown on GitHub. https://bugs.python.org/issue37760 Automerge-Triggered-By: @benjaminp
* bpo-30455: Generate all token related code and docs from Grammar/Tokens. ↵Serhiy Storchaka2018-12-221-0/+4
| | | | | | | | | | | | | | | | | | | (GH-10370) "Include/token.h", "Lib/token.py" (containing now some data moved from "Lib/tokenize.py") and new files "Parser/token.c" (containing the code moved from "Parser/tokenizer.c") and "Doc/library/token-list.inc" (included in "Doc/library/token.rst") are now generated from "Grammar/Tokens" by "Tools/scripts/generate_token.py". The script overwrites files only if needed and can be used on the read-only sources tree. "Lib/symbol.py" is now generated by "Tools/scripts/generate_symbol_py.py" instead of been executable itself. Added new make targets "regen-token" and "regen-symbol" which are now dependencies of "regen-all". The documentation contains now strings for operators and punctuation tokens.
* bpo-34977: Add Windows App Store package (GH-11027)Steve Dower2018-12-101-0/+1
| | | Also adds the PC/layout script for generating layouts on Windows.
* Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)Victor Stinner2018-12-071-1/+0
| | | This reverts commit 468a15aaf9206448a744fc5eab3fc21f51966aad.
* bpo-34977: Add Windows App Store package (GH-10245)Steve Dower2018-12-061-0/+1
|
* gitattribute: Mark generated files (GH-7619)INADA Naoki2018-06-161-0/+17
| | | | Marked files are collapsed by default in Github pull request. https://github.com/github/linguist#generated-code
* Fix Git attributes of test_importlib data files (#5209)Victor Stinner2018-01-171-0/+1
| | | | bpo-32248: Make sure that Git checks out data files with Unix line ending on Windows as well.
* bpo-31358: Pull zlib out of the repository (GH-3375)Zachary Ware2017-09-061-3/+0
| | | Also enable building externals by default on Windows, use PCbuild\build.bat's -E option to disable it.
* bpo-27425: Be more explicit in .gitattributes (GH-840)Zachary Ware2017-06-101-6/+39
| | | Updates checked-in line endings on several files.
* remove merge=union attribute for Misc/NEWS (GH-460)INADA Naoki2017-03-051-2/+0
| | | | | | Github doesn't support it (ref. isaacs/github#487). So it can't ease conflict on Github. Additionally, it can make trouble when cherry-pick. (ref. GH-212)
* mark various test data binary (#233)Benjamin Peterson2017-02-221-0/+9
|
* .gitattribute -> .gitattributes (GH-213)INADA Naoki2017-02-211-0/+1