Commit Graph

23 Commits

Author SHA1 Message Date
Zachary Ware cb868363c2 Issue #25925: Backport C coverage reporting Makefile targets
Originally added by Christian Heimes in 85ec2b5bfcd2.

Initial patch for the backport by Alecsandru Patrascu.
2016-01-20 00:11:52 -06:00
Zachary Ware 6ed42ea08b Issue #25827: Add support for ICC to configure 2015-12-21 11:43:03 -06:00
Brett Cannon 4ff151a72a Issue #24915: Make PGO builds support Clang and use the test suite for
profile data.

Thanks to Alecsandru Patrascu of Intel for the initial patch.
2015-09-18 15:09:42 -07:00
Zachary Ware 4734372aa0 Close #24508: Backport the 3.5 MSBuild project files.
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.
2015-07-16 00:24:48 -05:00
Zachary Ware 21a2350a83 Issue #17896: Move Windows external lib sources from .. to externals. 2014-11-01 22:34:09 -05:00
Benjamin Peterson 423f1282b3 remove automatic svn checkout of sphinx and its deps from Doc/Makefile
Users are now required to install Sphinx themselves as is already the case with
the Python 3 branch.
2014-09-04 23:07:03 -04:00
Christian Heimes cede1a5008 Ignore PyCharm project directory 2013-10-19 19:55:27 +02:00
doko@ubuntu.com 6cb4343d0d - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h
files when imported, instead doing it at build time.  This makes importing
  sysconfig faster and reduces Python startup time by 20%.
2013-04-08 21:20:09 +02:00
Raymond Hettinger b077f9ce9f Ignore Mac's Data Services Store 2013-01-18 18:07:58 -08:00
Éric Araujo 3037bb7340 Stop ignoring Mercurial merge conflits files (#12255).
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.
2011-07-29 12:07:31 +02:00
Éric Araujo 2636d77c47 Make VCSes ignore the compiled shared library file (#12255) 2011-07-29 12:07:04 +02:00
Ezio Melotti 19d09d5d93 #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi. 2011-06-25 20:19:54 +03:00
Michael Foord 764d75f325 Changes for Wing Project file caused by mercurial transition. Plus ignoring python.exe-gdb.py. 2011-03-16 22:28:08 -04:00
Antoine Pitrou d4f016fb51 Issue #11403: add some MSVC-generated files to .hgignore 2011-03-11 23:46:26 +01:00
Georg Brandl 93512f24f1 Add some more ignores from default. 2011-03-06 10:41:54 +01:00
Antoine Pitrou 9642d60bd0 Ignore jinja2 2010-04-16 21:34:02 +00:00
Antoine Pitrou b6705ac59c Fix overzealous patterns in .hgignore, which used to hide files containing e.g. "python".
(also an occasional source of bugs on the hgsvn-generated hg mirrors)
2010-04-13 17:36:07 +00:00
Martin v. Löwis bf0dfb3d0e Issue #8032: For gdb7, a python-gdb.py file is added to the build,
allowing to use advanced gdb features when debugging Python.
2010-04-01 07:40:51 +00:00
Antoine Pitrou 134fb10408 Fix overzealous .hgignore file 2010-03-21 00:21:43 +00:00
Benjamin Peterson 9d2916cdfd ignore things in Lib/test/data/ 2009-07-11 22:25:24 +00:00
Benjamin Peterson 9bd39c119e put downloaded test support files in Lib/test/data instead of the cwd 2009-07-11 22:15:13 +00:00
Antoine Pitrou 36b6dfca00 Add Misc/python.pc to the list of ignored files 2009-05-24 20:46:06 +00:00
Georg Brandl ada12e30d1 #2788: add .hgignore file. 2008-05-09 06:09:25 +00:00