Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pgen lives in Parser, not Programs. | Zachary Ware | 2016-10-01 | 1 | -2/+1 |
| | | | | Apparently, I can't read. | ||||
* | Update .{hg,git}ignore for Cygwin builds | Zachary Ware | 2016-10-01 | 1 | -2/+4 |
| | |||||
* | Issue #28046: Remove platform-specific directories from sys.path | Zachary Ware | 2016-09-09 | 1 | -1/+0 |
| | |||||
* | DTrace support: function calls, GC activity, line execution | ?ukasz Langa | 2016-09-09 | 1 | -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}ignore | Zachary Ware | 2016-09-06 | 1 | -0/+1 |
| | |||||
* | Minor improvements to the vcs ignore files | Steve Dower | 2016-09-05 | 1 | -0/+3 |
|\ | |||||
| * | Minor improvements to the vcs ignore files | Steve Dower | 2016-09-05 | 1 | -0/+3 |
| | | |||||
* | | Ignore the VS Code config directory | Brett Cannon | 2016-06-12 | 1 | -0/+1 |
|/ | |||||
* | 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 |
| | | | | | | for profile data. Thanks to Alecsandru Patrascu of Intel for the initial patch. | ||||
* | Ignore PCbuild/.vs directory. | Zachary Ware | 2015-05-16 | 1 | -0/+1 |
| | | | | Also fix a couple other ignored PCbuild directories in .gitignore | ||||
* | 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 | -13/+5 |
| | | | | which will be used for the official 3.5 release. | ||||
* | Issue #22394: Add a 'venv' command to Doc/Makefile. | Brett Cannon | 2014-12-05 | 1 | -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 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 #18093: Factor out the programs that embed the runtime | Nick Coghlan | 2014-07-25 | 1 | -2/+2 |
| | | |||||
* | | Issue #19962: The Windows build process now creates "python.bat" | Zachary Ware | 2014-04-30 | 1 | -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 Ware | 2014-03-18 | 1 | -0/+2 |
| | |||||
* | Reverted change introduced in edb12dad7bf6. | Vinay Sajip | 2014-03-14 | 1 | -5/+0 |
| | |||||
* | Added Doc/tools/ subdirs to .hgignore. | Vinay Sajip | 2014-03-14 | 1 | -0/+5 |
| | |||||
* | Doc: do not rely on checked-out Sphinx toolchain from svn.python.org anymore | Georg Brandl | 2014-02-16 | 1 | -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/unicode | Andrew Kuchling | 2013-11-10 | 1 | -0/+2 |
| | |||||
* | Mercurial: ignore precompiled header files on Windows. | Tim Peters | 2013-11-02 | 1 | -0/+1 |
| | |||||
* | Ignore PyCharm project directory | Christian Heimes | 2013-10-19 | 1 | -0/+1 |
|\ | |||||
| * | Ignore PyCharm project directory | Christian Heimes | 2013-10-19 | 1 | -0/+1 |
| | | |||||
* | | Issue #18481: Add C coverage reporting with gcov and lcov. A new make target | Christian Heimes | 2013-07-31 | 1 | -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". | ||||
* | | merge | Raymond Hettinger | 2013-05-17 | 1 | -0/+3 |
|\ \ | |/ |/| | |||||
| * | Ignore generated files related to python-config | Brett Cannon | 2013-01-27 | 1 | -0/+3 |
| | | |||||
| * | Ignore Mac's Data Services Store | Raymond Hettinger | 2013-01-18 | 1 | -0/+1 |
| | | |||||
* | | Ignore Mac OS X entries for .DS_Store | Raymond Hettinger | 2013-05-17 | 1 | -0/+1 |
|/ | |||||
* | Issue #16342: Lib/_sysconfigdata.py is no longer put into Lib, so | Brett Cannon | 2012-10-28 | 1 | -1/+0 |
| | | | | don't ignore it if it's still there. | ||||
* | Add MSVC-related entries to .hgignore | Antoine Pitrou | 2012-06-23 | 1 | -0/+4 |
| | |||||
* | Issue #14928: Fix importlib bootstrap issues by using a custom executable ↵ | Antoine Pitrou | 2012-06-19 | 1 | -0/+1 |
| | | | | (Modules/_freeze_importlib) to build Python/importlib.h. | ||||
* | Update .hgignore for VS9.0-generated files | Antoine Pitrou | 2012-06-14 | 1 | -0/+2 |
| | |||||
* | More .hgignore additions for new VS build files | Antoine Pitrou | 2012-05-16 | 1 | -1/+4 |
| | |||||
* | Update .hgignore for new MSVC files | Antoine Pitrou | 2012-05-16 | 1 | -0/+4 |
| | |||||
* | Fix #13210. Port the Windows build from VS2008 to VS2010. | Brian Curtin | 2012-05-13 | 1 | -0/+1 |
| | |||||
* | Followup for issue #14321, remove references to Parser/pgen.stamp | Matthias Klose | 2012-04-04 | 1 | -1/+0 |
| | |||||
* | Issue #13150: sysconfig no longer parses the Makefile and config.h files | Antoine Pitrou | 2011-10-18 | 1 | -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.exe | Antoine Pitrou | 2011-08-27 | 1 | -1/+6 |
|\ | |||||
| * | Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) | Éric Araujo | 2011-07-29 | 1 | -1/+6 |
| |\ | |||||
| | * | Backed out changeset ef306bd1d122 | Ezio Melotti | 2011-06-25 | 1 | -3/+0 |
| | | | |||||
| | * | #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi. | Ezio Melotti | 2011-06-25 | 1 | -0/+3 |
| | | | |||||
| | * | Merge with 3.2. | Ezio Melotti | 2011-06-25 | 1 | -1/+6 |
| | |\ | |||||
| | | * | Issue #10914: Add a minimal embedding test to test_capi. | Antoine Pitrou | 2011-04-25 | 1 | -0/+1 |
| | | |\ | |||||
| | | * | | Ignore other MSVC by-products | Antoine Pitrou | 2011-04-04 | 1 | -0/+2 |
| | | | | | |||||
| | | * | | Ignore AMD64 build files under Windows | Antoine Pitrou | 2011-04-04 | 1 | -0/+1 |
| | | | | | |||||
| | | * | | Ignore build/ and Doc/build | Antoine Pitrou | 2011-04-04 | 1 | -1/+2 |
| | | | | | |||||
| | | * | | Add x64-temp to ignore, prepend a forward slash to "build/" to include | brian.curtin | 2011-04-04 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | PCbuild/ changes (for VS project files, etc). |