summaryrefslogtreecommitdiffstats
path: root/.hgignore
Commit message (Collapse)AuthorAgeFilesLines
* Issue #17896: Move Windows external lib sources from .. to externals.Zachary Ware2014-11-021-0/+1
|
* Ignore files generated by MSVC PGO builds.Zachary Ware2014-03-191-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-301-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-1/+1
|\ \ | |/
| * Ignore Mac OS X entries for .DS_StoreRaymond Hettinger2013-05-171-0/+1
| |
* | Ignore generated files related to python-configBrett Cannon2013-01-271-0/+3
| |
* | Ignore Mac's Data Services StoreRaymond Hettinger2013-01-191-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-0/+1
|\
| * Add pattern to .hgignore in order to mask PC/generrmap.exeAntoine Pitrou2011-08-271-0/+1
| |
* | Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes)Éric Araujo2011-07-291-2/+1
|\ \ | |/
| * Stop ignoring Mercurial merge conflits files (#12255).Éric Araujo2011-07-281-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. I’m leaving the .gitignore file alone, as I don’t know how git users work with merges and conflicts.
| * Make VCSes ignore the compiled shared library file (#12255)Éric Araujo2011-07-281-0/+1
| |
* | 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-0/+3
|\ \ | |/
| * #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.Ezio Melotti2011-06-251-0/+3
| |
* | Issue #10914: Add a minimal embedding test to test_capi.Antoine Pitrou2011-04-251-0/+1
|\ \ | |/
| * 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).
* Wing project file update for mercurialMichael Foord2011-03-151-0/+1
|
* Merge #11403Antoine Pitrou2011-03-111-0/+3
|\
| * Issue #11403: add some MSVC-generated files to .hgignoreAntoine Pitrou2011-03-111-0/+3
| |
| * Merged revisions 84705 via svnmerge fromBenjamin Peterson2010-09-111-1/+1
| | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84705 | georg.brandl | 2010-09-11 01:39:58 -0500 (Sat, 11 Sep 2010) | 1 line Add new generated file to ignoreds. ........
| * Merged revisions 79161 via svnmerge fromAntoine Pitrou2010-03-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r79161 | antoine.pitrou | 2010-03-21 01:22:55 +0100 (dim., 21 mars 2010) | 9 lines Merged revisions 79160 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79160 | antoine.pitrou | 2010-03-21 01:21:43 +0100 (dim., 21 mars 2010) | 3 lines Fix overzealous .hgignore file ........ ................
| * Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via ↵Georg Brandl2009-08-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svnmerge from svn+ssh://svn.python.org/python/branches/py3k ................ r74126 | alexandre.vassalotti | 2009-07-21 02:39:03 +0200 (Di, 21 Jul 2009) | 14 lines Merged revisions 73871 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r73871 | alexandre.vassalotti | 2009-07-06 22:17:30 -0400 (Mon, 06 Jul 2009) | 7 lines Grow the allocated buffer in PyUnicode_EncodeUTF7 to avoid buffer overrun. Without this change, test_unicode.UnicodeTest.test_codecs_utf7 crashes in debug mode. What happens is the unicode string u'\U000abcde' with a length of 1 encodes to the string '+2m/c3g-' of length 8. Since only 5 bytes is reserved in the buffer, a buffer overrun occurs. ........ ................ r74130 | alexandre.vassalotti | 2009-07-21 02:57:50 +0200 (Di, 21 Jul 2009) | 2 lines Add ignore rule for the Doc/tools/jinga2/ directory. ................ r74131 | alexandre.vassalotti | 2009-07-21 04:51:58 +0200 (Di, 21 Jul 2009) | 13 lines Merged revisions 73683,73786 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r73683 | georg.brandl | 2009-06-29 10:44:49 -0400 (Mon, 29 Jun 2009) | 1 line Fix error handling in PyCode_Optimize, by Alexander Schremmer at EuroPython sprint. ........ r73786 | benjamin.peterson | 2009-07-02 18:56:16 -0400 (Thu, 02 Jul 2009) | 1 line condense with assertRaises ........ ................ r74149 | ezio.melotti | 2009-07-21 22:37:52 +0200 (Di, 21 Jul 2009) | 9 lines Merged revisions 74148 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74148 | ezio.melotti | 2009-07-21 23:18:27 +0300 (Tue, 21 Jul 2009) | 1 line #6536 fixed typo ........ ................ r74155 | alexandre.vassalotti | 2009-07-22 04:24:49 +0200 (Mi, 22 Jul 2009) | 2 lines Issue #6242: Fix deallocator of io.StringIO and io.BytesIO. ................ r74157 | alexandre.vassalotti | 2009-07-22 05:07:33 +0200 (Mi, 22 Jul 2009) | 2 lines Issue #6241: Better type checking for the arguments of io.StringIO. ................ r74180 | ezio.melotti | 2009-07-22 23:17:14 +0200 (Mi, 22 Jul 2009) | 9 lines Merged revisions 74179 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74179 | ezio.melotti | 2009-07-23 00:08:49 +0300 (Thu, 23 Jul 2009) | 1 line #6423 has_key -> in ........ ................ r74181 | alexandre.vassalotti | 2009-07-22 23:27:53 +0200 (Mi, 22 Jul 2009) | 6 lines Clean up test_curses. By using __stdout__ directly, test_curses caused regrtest.py to duplicate the output of some test results. ................ r74182 | alexandre.vassalotti | 2009-07-22 23:29:01 +0200 (Mi, 22 Jul 2009) | 2 lines Use assertGreater instead of assertTrue(x > y). ................ r74183 | alexandre.vassalotti | 2009-07-23 01:27:17 +0200 (Do, 23 Jul 2009) | 4 lines Specialize assertTrue checks when possible. We should get slightly more helpful failure messages with this change. ................ r74398 | georg.brandl | 2009-08-13 11:16:39 +0200 (Do, 13 Aug 2009) | 1 line #6694: fix old function names. ................
* | Merged revisions 88465 via svnmerge fromBrett Cannon2011-02-211-0/+1
| | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88465 | brett.cannon | 2011-02-21 11:24:10 -0800 (Mon, 21 Feb 2011) | 2 lines Ignore Vim .swp files. ........
* | Ignore the gdb.py file under OS X.Brett Cannon2011-01-251-0/+1
| |
* | Add new generated file to ignoreds.Georg Brandl2010-09-111-0/+1
| |
* | Add pgen.stamp to svn:ignore and friendsAntoine Pitrou2010-08-151-0/+1
| |
* | Reimplement addbuilddir() in C inside getpath.c, so as to execute itAntoine Pitrou2010-08-131-0/+1
| | | | | | | | | | at interpreter startup before importing any non-builtin modules. Should fix #9589.
* | PEP 3147Barry Warsaw2010-04-171-0/+1
| |