| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add encoding param to parse_file (#486) | Jordy Ruiz | 2023-01-07 | 1 | -2/+5 |
| | | |||||
| * | Preparation for releasing 2.21 | Eli Bendersky | 2021-11-06 | 1 | -1/+1 |
| | | | | | updates #438 | ||||
| * | Update version 2.19 --> 2.20 | Eli Bendersky | 2020-03-04 | 1 | -1/+1 |
| | | |||||
| * | Revert "Fix encoding problem by adding `encoding` parameter to parse_file ↵ | Eli Bendersky | 2018-12-06 | 1 | -10/+4 |
| | | | | | | | | | | | function. (#295)" This reverts commit 1083b55c64d6235b00f40070e452b9b2605b23da. encoding is not portable across the list of supported Python versions See #296 | ||||
| * | Fix encoding problem by adding `encoding` parameter to parse_file function. ↵ | ilovexyz | 2018-12-04 | 1 | -4/+10 |
| | | | | | | | (#295) Description: For some Chinese Unicode c files, parse_file may fail if not providing proper `encoding` information. Adding `encoding` parameter will give users the option of providing correct file encoding. | ||||
| * | Bump versions to 2.19release_v2.19 | Eli Bendersky | 2018-09-19 | 1 | -1/+1 |
| | | |||||
| * | Use https:// for all project links where available (#267) | Jon Dufresne | 2018-06-26 | 1 | -1/+1 |
| | | |||||
| * | Avoid opening files with deprecated 'U' mode (#269) | Jon Dufresne | 2018-06-26 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | Opening files with 'U' mode is deprecated. When running tests with Python warnings enabled, the warnings of the following form are emitted: DeprecationWarning: 'U' mode is deprecated return open(name, 'rU') To open files with universal newlines on both Ptyhon 2 & 3, use the io module. It defaults to opening with universal newlines and doesn't emit a warning. https://docs.python.org/3/library/io.html > When reading input from the stream, if newline is None, universal > newlines mode is enabled. | ||||
| * | Small cosmetic comment fix | Eli Bendersky | 2018-05-21 | 1 | -1/+0 |
| | | |||||
| * | Replace a call to Popen by check_output in order to check that cpp returns ↵ | marmeladema | 2018-05-21 | 1 | -5/+2 |
| | | | | | 0. (#260) | ||||
| * | Update version number to 2.18 for releaserelease_v2.18 | Eli Bendersky | 2017-07-04 | 1 | -1/+1 |
| | | |||||
| * | Remove Copyright from every source file | Eli Bendersky | 2017-02-02 | 1 | -1/+1 |
| | | | | | Replace it by website link; copyright appears in the LICENSE file already, which is sufficient | ||||
| * | Prepare release 2.17 | Eli Bendersky | 2016-10-27 | 1 | -1/+1 |
| | | |||||
| * | Prepare 2.16 for releaserelease_v2.16 | Eli Bendersky | 2016-10-18 | 1 | -2/+2 |
| | | |||||
| * | Prepare for releasing v2.15release_v2.15 | Eli Bendersky | 2016-10-18 | 1 | -1/+1 |
| | | |||||
| * | Preparing for release 2.14release_v2.14 | Eli Bendersky | 2015-06-09 | 1 | -1/+1 |
| | | |||||
| * | Update version and CHANGES for 2.13 releaserelease_v2.13 | Eli Bendersky | 2015-05-12 | 1 | -1/+1 |
| | | |||||
| * | Various cosmetic updates to documentation | Eli Bendersky | 2015-05-10 | 1 | -1/+1 |
| | | |||||
| * | Release 2.12release_v2.12 | Eli Bendersky | 2015-04-21 | 1 | -1/+1 |
| | | |||||
| * | Prepare for release 2.11release_v2.11 | Eli Bendersky | 2015-04-21 | 1 | -2/+1 |
| | | |||||
| * | Bump version to 2.10 and do some whitespace cleanups. | Eli Bendersky | 2013-08-03 | 1 | -8/+8 |
| | | |||||
| * | bumping version to 2.09.1release_v2.09.1 | Eli Bendersky | 2012-12-29 | 1 | -1/+1 |
| | | |||||
| * | updated version in initrelease_v2.09 | Eli Bendersky | 2012-12-27 | 1 | -1/+1 |
| | | |||||
| * | failing test for windows | Eli Bendersky | 2012-08-10 | 1 | -1/+2 |
| | | |||||
| * | refactor cpp invocation from parse_file into preprocess_file | Eli Bendersky | 2012-08-10 | 1 | -42/+52 |
| | | |||||
| * | preparing release 2.07release_v2.07 | Eli Bendersky | 2012-06-16 | 1 | -1/+1 |
| | | |||||
| * | Issue 54: optional parser argument to parse_file | Eli Bendersky | 2012-06-15 | 1 | -3/+7 |
| | | |||||
| * | preparation for 2.06 releaserelease_v2.06 | Eli Bendersky | 2012-02-04 | 1 | -1/+1 |
| | | |||||
| * | cosmetic | Eli Bendersky | 2012-02-03 | 1 | -77/+77 |
| | | |||||
| * | 1. make examples callable from root dir | Ben | 2012-02-03 | 1 | -8/+13 |
| | | | | | | 2. improve error message displayed to the user when cpp is not found by parse_file | ||||
| * | Preparing for release 2.05 | eli.bendersky | 2011-10-16 | 1 | -1/+1 |
| | | |||||
| * | updating version to 2.04 | eli.bendersky | 2011-05-21 | 1 | -1/+1 |
| | | |||||
| * | changed license notices to BSD in all files | eli.bendersky | 2011-04-29 | 1 | -1/+1 |
| | | |||||
| * | preparing for release 2.03release_v2.03 | eli.bendersky | 2011-03-06 | 1 | -2/+2 |
| | | |||||
| * | documentation fix: for installation problemsrelease_v2.02 | eli.bendersky | 2010-12-10 | 1 | -1/+1 |
| | | |||||
| * | releasing version 2.01 - removed yaml dependency, fix installation problems | eli.bendersky | 2010-12-04 | 1 | -1/+1 |
| | | |||||
| * | updated README, prepared for new version tag | eli.bendersky | 2010-10-30 | 1 | -2/+2 |
| | | |||||
| * | documentation & updates for 1.081.x_final | eli.bendersky | 2010-10-09 | 1 | -1/+1 |
| | | |||||
| * | initial import from SVN | Eli Bendersky | 2010-05-21 | 1 | -0/+74 |
