Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #25925: Backport C coverage reporting Makefile targets | Zachary Ware | 2016-01-20 | 1 | -0/+5 |
| | | | | | | Originally added by Christian Heimes in 85ec2b5bfcd2. Initial patch for the backport by Alecsandru Patrascu. | ||||
* | Issue #25827: Add support for ICC to configure | Zachary Ware | 2015-12-21 | 1 | -0/+1 |
| | |||||
* | Issue #24915: Make PGO builds support Clang and use the test suite for | Brett Cannon | 2015-09-18 | 1 | -0/+3 |
| | | | | | | profile data. Thanks to Alecsandru Patrascu of Intel for the initial patch. | ||||
* | Close #24508: Backport the 3.5 MSBuild project files. | Zachary Ware | 2015-07-16 | 1 | -8/+26 |
| | | | | | | | The old project files move to PC/VS9.0 and remain supported. VS2008 is still required to build 2.7; VS2010 (or later, plus Windows SDK 7.1) is *also* required to use the new project files. | ||||
* | Issue #17896: Move Windows external lib sources from .. to externals. | Zachary Ware | 2014-11-02 | 1 | -0/+1 |
| | |||||
* | remove automatic svn checkout of sphinx and its deps from Doc/Makefile | Benjamin Peterson | 2014-09-05 | 1 | -5/+0 |
| | | | | | Users are now required to install Sphinx themselves as is already the case with the Python 3 branch. | ||||
* | Ignore PyCharm project directory | Christian Heimes | 2013-10-19 | 1 | -0/+1 |
| | |||||
* | - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h | doko@ubuntu.com | 2013-04-08 | 1 | -0/+1 |
| | | | | | files when imported, instead doing it at build time. This makes importing sysconfig faster and reduces Python startup time by 20%. | ||||
* | Ignore Mac's Data Services Store | Raymond Hettinger | 2013-01-19 | 1 | -0/+1 |
| | |||||
* | Stop ignoring Mercurial merge conflits files (#12255). | Éric Araujo | 2011-07-29 | 1 | -2/+0 |
| | | | | | | | | R. David Murray and I think that it’s more useful to have these files show up in the output of “hg status”, to let the user know that some merged file have to be checked before commit. If you want to ignore these files in your clones, it’s possible to do so from another ignore file; see the bug report for directions. | ||||
* | Make VCSes ignore the compiled shared library file (#12255) | Éric Araujo | 2011-07-29 | 1 | -0/+1 |
| | |||||
* | #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi. | Ezio Melotti | 2011-06-25 | 1 | -0/+3 |
| | |||||
* | Changes for Wing Project file caused by mercurial transition. Plus ignoring ↵ | Michael Foord | 2011-03-17 | 1 | -0/+2 |
| | | | | python.exe-gdb.py. | ||||
* | Issue #11403: add some MSVC-generated files to .hgignore | Antoine Pitrou | 2011-03-11 | 1 | -0/+3 |
| | |||||
* | Add some more ignores from default. | Georg Brandl | 2011-03-06 | 1 | -0/+3 |
| | |||||
* | Ignore jinja2 | Antoine Pitrou | 2010-04-16 | 1 | -0/+1 |
| | |||||
* | Fix overzealous patterns in .hgignore, which used to hide files containing ↵ | Antoine Pitrou | 2010-04-13 | 1 | -15/+15 |
| | | | | | | e.g. "python". (also an occasional source of bugs on the hgsvn-generated hg mirrors) | ||||
* | Issue #8032: For gdb7, a python-gdb.py file is added to the build, | Martin v. Löwis | 2010-04-01 | 1 | -0/+1 |
| | | | | allowing to use advanced gdb features when debugging Python. | ||||
* | Fix overzealous .hgignore file | Antoine Pitrou | 2010-03-21 | 1 | -2/+2 |
| | |||||
* | ignore things in Lib/test/data/ | Benjamin Peterson | 2009-07-11 | 1 | -0/+1 |
| | |||||
* | put downloaded test support files in Lib/test/data instead of the cwd | Benjamin Peterson | 2009-07-11 | 1 | -17/+0 |
| | |||||
* | Add Misc/python.pc to the list of ignored files | Antoine Pitrou | 2009-05-24 | 1 | -1/+2 |
| | |||||
* | #2788: add .hgignore file. | Georg Brandl | 2008-05-09 | 1 | -0/+69 |