| Commit message (Expand) | Author | Age | Files | Lines |
* | Python 3.9.9v3.9.9 | Łukasz Langa | 2021-11-15 | 1 | -0/+4 |
* | Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408) (G... | Miss Islington (bot) | 2021-11-04 | 1 | -0/+9 |
* | Add .DS_Store on ignore (GH-27711) (GH-27724) | Miss Islington (bot) | 2021-08-11 | 1 | -0/+1 |
* | Added some makefile generated files to .gitignore (GH-22435) | Miss Skeleton (bot) | 2020-10-25 | 1 | -0/+2 |
* | ignore Modules/python.exp on AIX (autogenerated) (GH-19607) | Batuhan Taşkaya | 2020-04-19 | 1 | -0/+1 |
* | Be more specific about the `.so` gitignore patterns (GH-17328) | Anthony Sottile | 2019-11-26 | 1 | -1/+2 |
* | Add .pytest_cache to .gitignore (GH-16595) | Brandt Bucher | 2019-11-15 | 1 | -0/+1 |
* | bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-1... | Greg Price | 2019-09-11 | 1 | -48/+55 |
* | bpo-37936: Avoid ignoring files that we actually do track. (GH-15451) | Greg Price | 2019-09-09 | 1 | -3/+4 |
* | bpo-37936: Remove some .gitignore rules that were intended locally. (GH-15542) | Greg Price | 2019-08-27 | 1 | -7/+1 |
* | bpo-37760: Avoid cluttering work tree with downloaded Unicode files. (GH-15128) | Greg Price | 2019-08-14 | 1 | -0/+1 |
* | bpo-36721: Add --embed option to python-config (GH-13500) | Victor Stinner | 2019-05-23 | 1 | -0/+1 |
* | bpo-36941: Windows build changes for Windows ARM64 (GH-13365) | Paul Monson | 2019-05-17 | 1 | -0/+1 |
* | bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814) | Pablo Galindo | 2019-03-01 | 1 | -2/+0 |
* | bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825) | Paul Monson | 2019-02-14 | 1 | -0/+1 |
* | Add mypy cache to gitignore (GH-6614) | Ekin Dursun | 2018-04-30 | 1 | -0/+1 |
* | Gitignore gmon.out (GH-5796) | Neeraj Badlani | 2018-03-26 | 1 | -0/+1 |
* | bpo-26439 Fix ctypes.util.find_library failure on AIX (#4507) | Michael Felt | 2017-12-19 | 1 | -0/+7 |
* | bpo-31036: Allow sphinx and blurb to be found automatically (#3440) | Ned Deily | 2017-09-07 | 1 | -0/+3 |
* | Fix case in .gitignore (GH-2607) | Segev Finer | 2017-07-06 | 1 | -1/+1 |
* | Move directory in .gitignore (#1787) | Steve Dower | 2017-05-24 | 1 | -1/+1 |
* | Add .idea and .iml to .gitignore (#1764) | gfyoung | 2017-05-24 | 1 | -0/+2 |
* | Add missing .gitignore entries for VS2015 IntelliSense DB (#1223) | Segev Finer | 2017-04-20 | 1 | -0/+2 |
* | Ignore Include/pydtrace_probes.h (#597) | Łukasz Langa | 2017-03-10 | 1 | -0/+1 |
* | pgen lives in Parser, not Programs. | Zachary Ware | 2016-10-01 | 1 | -1/+1 |
* | Update .{hg,git}ignore for Cygwin builds | Zachary Ware | 2016-10-01 | 1 | -0/+4 |
* | Issue #28046: Remove platform-specific directories from sys.path | Zachary Ware | 2016-09-09 | 1 | -1/+0 |
* | Remove Lib/_sysconfigdata.py from .gitignore | Zachary Ware | 2016-09-09 | 1 | -1/+0 |
* | Add libpython*.dylib to .{hg,git}ignore | Zachary Ware | 2016-09-06 | 1 | -0/+1 |
* | Minor improvements to the vcs ignore files | Steve Dower | 2016-09-05 | 1 | -3/+5 |
* | Issue #25827: Add support for ICC to configure | Zachary Ware | 2015-12-21 | 1 | -0/+1 |
* | Issue #24915: Add Clang support to PGO builds and use the test suite | Brett Cannon | 2015-09-18 | 1 | -0/+3 |
* | Ignore PCbuild/.vs directory. | Zachary Ware | 2015-05-16 | 1 | -2/+3 |
* | Next attempt: fix .gitignore for Unix and OSX. Sorry RDM! | Christian Heimes | 2015-04-22 | 1 | -1/+4 |
|\ |
|
| * | Next attempt: fix .gitignore for Unix and OSX. Sorry RDM! | Christian Heimes | 2015-04-22 | 1 | -1/+4 |
* | | Fix .gitignore for 'python' binary. | Christian Heimes | 2015-04-22 | 1 | -1/+1 |
|\| |
|
| * | Fix .gitignore for 'python' binary. | Christian Heimes | 2015-04-22 | 1 | -1/+1 |
* | | Merge: Don't gitignore the Python directory on case insensitive file systems. | R David Murray | 2015-04-12 | 1 | -1/+1 |
|\| |
|
| * | Don't gitignore the Python directory on case insensitive file systems. | R David Murray | 2015-04-12 | 1 | -1/+1 |
* | | Issue #23260: Update Windows installer | Steve Dower | 2015-02-05 | 1 | -0/+1 |
* | | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ... | Steve Dower | 2014-11-22 | 1 | -11/+17 |
* | | Issue #22394: Add a 'venv' command to Doc/Makefile. | Brett Cannon | 2014-12-05 | 1 | -5/+1 |
* | | Issue #17896: Move Windows external lib sources from .. to externals. | Zachary Ware | 2014-11-01 | 1 | -0/+1 |
|\| |
|
| * | Issue #17896: Move Windows external lib sources from .. to externals. | Zachary Ware | 2014-11-01 | 1 | -0/+1 |
* | | Issue #22489: Update .gitignore to ignore Windows build output. | Zachary Ware | 2014-10-10 | 1 | -0/+10 |
* | | Issue #18093: Factor out the programs that embed the runtime | Nick Coghlan | 2014-07-25 | 1 | -2/+2 |
|/ |
|
* | Closes #18247: add Lib/test/data/* to .gitignore | Andrew Kuchling | 2013-06-21 | 1 | -0/+1 |
* | Add generated python-config files to .gitignore | Petri Lehtinen | 2013-02-23 | 1 | -0/+3 |
* | Add Modules/_freeze_importlib to .gitignore | Petri Lehtinen | 2012-10-26 | 1 | -0/+1 |
* | #14472: Update .gitignore | Petri Lehtinen | 2012-05-22 | 1 | -0/+19 |