summaryrefslogtreecommitdiff
path: root/.hgignore
Commit message (Collapse)AuthorAgeFilesLines
* pgen lives in Parser, not Programs.Zachary Ware2016-10-011-2/+1
| | | | Apparently, I can't read.
* Update .{hg,git}ignore for Cygwin buildsZachary Ware2016-10-011-2/+4
|
* Issue #28046: Remove platform-specific directories from sys.pathZachary Ware2016-09-091-1/+0
|
* DTrace support: function calls, GC activity, line execution?ukasz Langa2016-09-091-0/+1
| | | | | | | | | | | | | | | | | | | Tested on macOS 10.11 dtrace, Ubuntu 16.04 SystemTap, and libbcc. Largely based by an initial patch by Jes?s Cea Avi?n, with some influence from Dave Malcolm's SystemTap patch and Nikhil Benesch's unification patch. Things deliberately left out for simplicity: - ustack helpers, I have no way of testing them at this point since they are Solaris-specific - PyFrameObject * in function__entry/function__return, this is SystemTap-specific - SPARC support - dynamic tracing - sys module dtrace facility introspection All of those might be added later.
* Add libpython*.dylib to .{hg,git}ignoreZachary Ware2016-09-061-0/+1
|
* Minor improvements to the vcs ignore filesSteve Dower2016-09-051-0/+3
|\
| * Minor improvements to the vcs ignore filesSteve Dower2016-09-051-0/+3
| |
* | Ignore the VS Code config directoryBrett Cannon2016-06-121-0/+1
|/
* Issue #25827: Add support for ICC to configureZachary Ware2015-12-211-0/+1
|
* Issue #24915: Add Clang support to PGO builds and use the test suiteBrett Cannon2015-09-181-0/+3
| | | | | | for profile data. Thanks to Alecsandru Patrascu of Intel for the initial patch.
* Ignore PCbuild/.vs directory.Zachary Ware2015-05-161-0/+1
| | | | Also fix a couple other ignored PCbuild directories in .gitignore
* Issue #23260: Update Windows installerSteve Dower2015-02-051-0/+1
|
* Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵Steve Dower2014-11-221-13/+5
| | | | which will be used for the official 3.5 release.
* Issue #22394: Add a 'venv' command to Doc/Makefile.Brett Cannon2014-12-051-0/+1
| | | | | | | | | | This will create a venv using the interpreter specified by the PYTHON variable for the Makefile that also install Sphinx. Typical usage is expected to be: cd Doc make venv PYTHON=../python make html PYTHON=venv/bin/python3
* Issue #17896: Move Windows external lib sources from .. to externals.Zachary Ware2014-11-011-0/+1
|\
| * Issue #17896: Move Windows external lib sources from .. to externals.Zachary Ware2014-11-011-0/+1
| |
* | Issue #18093: Factor out the programs that embed the runtimeNick Coghlan2014-07-251-2/+2
| |
* | Issue #19962: The Windows build process now creates "python.bat"Zachary Ware2014-04-301-0/+1
|/ | | | | in the root of the source tree, which passes all arguments through to the most recently built interpreter.
* Ignore files generated by MSVC PGO builds.Zachary Ware2014-03-181-0/+2
|
* Reverted change introduced in edb12dad7bf6.Vinay Sajip2014-03-141-5/+0
|
* Added Doc/tools/ subdirs to .hgignore.Vinay Sajip2014-03-141-0/+5
|
* Doc: do not rely on checked-out Sphinx toolchain from svn.python.org anymoreGeorg Brandl2014-02-161-5/+0
| | | | | | | | | Nowadays it is likely that people will have Sphinx installed, and if not, they will know how to install it. This also simplifies life a lot for distribution packagers, who typically do not want the doc build process to connect to external web resources.
* Ignore two constructed directories in Tools/unicodeAndrew Kuchling2013-11-101-0/+2
|
* Mercurial: ignore precompiled header files on Windows.Tim Peters2013-11-021-0/+1
|
* Ignore PyCharm project directoryChristian Heimes2013-10-191-0/+1
|\
| * Ignore PyCharm project directoryChristian Heimes2013-10-191-0/+1
| |
* | Issue #18481: Add C coverage reporting with gcov and lcov. A new make targetChristian Heimes2013-07-311-0/+5
| | | | | | | | | | "coverage-report" creates an instrumented Python build, runs unit tests and creates a HTML. The report can be updated with "make coverage-lcov".
* | mergeRaymond Hettinger2013-05-171-0/+3
|\ \ | |/ |/|
| * Ignore generated files related to python-configBrett Cannon2013-01-271-0/+3
| |
| * Ignore Mac's Data Services StoreRaymond Hettinger2013-01-181-0/+1
| |
* | Ignore Mac OS X entries for .DS_StoreRaymond Hettinger2013-05-171-0/+1
|/
* Issue #16342: Lib/_sysconfigdata.py is no longer put into Lib, soBrett Cannon2012-10-281-1/+0
| | | | don't ignore it if it's still there.
* Add MSVC-related entries to .hgignoreAntoine Pitrou2012-06-231-0/+4
|
* Issue #14928: Fix importlib bootstrap issues by using a custom executable ↵Antoine Pitrou2012-06-191-0/+1
| | | | (Modules/_freeze_importlib) to build Python/importlib.h.
* Update .hgignore for VS9.0-generated filesAntoine Pitrou2012-06-141-0/+2
|
* More .hgignore additions for new VS build filesAntoine Pitrou2012-05-161-1/+4
|
* Update .hgignore for new MSVC filesAntoine Pitrou2012-05-161-0/+4
|
* Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-131-0/+1
|
* Followup for issue #14321, remove references to Parser/pgen.stampMatthias Klose2012-04-041-1/+0
|
* Issue #13150: sysconfig no longer parses the Makefile and config.h filesAntoine Pitrou2011-10-181-0/+1
| | | | | when imported, instead doing it at build time. This makes importing sysconfig faster and reduces Python startup time by 20%.
* Add pattern to .hgignore in order to mask PC/generrmap.exeAntoine Pitrou2011-08-271-1/+6
|\
| * Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes)Éric Araujo2011-07-291-1/+6
| |\
| | * Backed out changeset ef306bd1d122Ezio Melotti2011-06-251-3/+0
| | |
| | * #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.Ezio Melotti2011-06-251-0/+3
| | |
| | * Merge with 3.2.Ezio Melotti2011-06-251-1/+6
| | |\
| | | * Issue #10914: Add a minimal embedding test to test_capi.Antoine Pitrou2011-04-251-0/+1
| | | |\
| | | * | Ignore other MSVC by-productsAntoine Pitrou2011-04-041-0/+2
| | | | |
| | | * | Ignore AMD64 build files under WindowsAntoine Pitrou2011-04-041-0/+1
| | | | |
| | | * | Ignore build/ and Doc/buildAntoine Pitrou2011-04-041-1/+2
| | | | |
| | | * | Add x64-temp to ignore, prepend a forward slash to "build/" to includebrian.curtin2011-04-041-1/+2
| | | | | | | | | | | | | | | | | | | | PCbuild/ changes (for VS project files, etc).