summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Remove some legacy stuff from the READMEEli Bendersky2023-01-071-20/+2
|
* More removal of code specific for Python 2Eli Bendersky2023-01-071-3/+1
|
* Preparation for releasing 2.21Eli Bendersky2021-11-061-1/+1
| | | | updates #438
* Clarify README w.r.t. C11 support in fake headersEli Bendersky2021-10-201-4/+6
|
* Add instructions on running _build_tablesEli Bendersky2021-08-281-1/+2
|
* Update README.rstEli Bendersky2020-09-221-0/+2
|
* Update README.rstEli Bendersky2020-09-221-6/+2
|
* Update instructions to release. Release 2.20 was pushedrelease_v2.20Eli Bendersky2020-03-041-2/+2
|
* Merge branch 'master' of github.com:eliben/pycparserEli Bendersky2020-03-041-17/+8
|\
| * Update README.rstEli Bendersky2020-03-031-3/+0
| |
| * Move CI indicatorsEli Bendersky2020-03-031-15/+9
| |
* | Update version 2.19 --> 2.20Eli Bendersky2020-03-041-1/+1
|/
* Update README to mention non-installation of fake headersEli Bendersky2020-03-031-0/+3
| | | | | | Based on #358 by @WasabiFan Fixes #358
* Bump versions to 2.19release_v2.19Eli Bendersky2018-09-191-1/+1
|
* Drop testing for EOL Pythons 3.2 & 3.3 (#271)Jon Dufresne2018-06-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 3.2 and 3.3 are end of life. They are no longer receiving bug fixes, including for security issues. Python 3.3 went EOL on 2017-09-29 and Python 3.2 on 2016-02-20. For additional details on supported Python versions, see: https://devguide.python.org/#status-of-python-branches Removing support for EOL Pythons will reduce necessary testing and maintenance resources. Pass python_requires argument to setuptools to help pip decide what version of the library to install. Using pypinfo, here are the download statistics for the last 30 days, showing very minimal use of these EOL pythons: $ pypinfo --percent pycparser pyversion | python_version | percent | download_count | | -------------- | ------- | -------------- | | 2.7 | 71.64% | 1,373,309 | | 3.6 | 15.78% | 302,407 | | 3.5 | 8.32% | 159,452 | | 3.4 | 3.80% | 72,850 | | 2.6 | 0.32% | 6,187 | | 3.7 | 0.12% | 2,263 | | 3.3 | 0.02% | 360 | | 3.2 | 0.00% | 15 | | 3.8 | 0.00% | 5 | | None | 0.00% | 1 |
* Use https:// for all project links where available (#267)Jon Dufresne2018-06-261-2/+2
|
* Update pypi.python.org URL to pypi.org (#262)Jon Dufresne2018-06-101-1/+1
| | | | | For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
* Update READMEs to add more details about running examplesEli Bendersky2018-04-121-1/+5
|
* Add clicky link for examples (#209)B M Corser2017-12-311-1/+4
|
* Add Python 3.6 (#214)Hugo2017-10-101-1/+1
| | | | | | * Add Python 3.6 Plus the other explicit major.minor versions supported
* Add README clarification re -OO; relevant to #198Eli Bendersky2017-07-211-0/+7
|
* Update version number to 2.18 for releaserelease_v2.18Eli Bendersky2017-07-041-1/+1
|
* Update READMEEli Bendersky2017-07-041-16/+20
|
* Add more Python versions for AppVeyor CI and add badge to READMEEli Bendersky2017-04-211-0/+5
|
* Update README to link to the LICENSE file directlyEli Bendersky2016-10-311-1/+1
|
* Prepare release 2.17Eli Bendersky2016-10-271-1/+1
|
* Prepare 2.16 for releaserelease_v2.16Eli Bendersky2016-10-181-1/+1
|
* Prepare for releasing v2.15release_v2.15Eli Bendersky2016-10-181-1/+1
|
* Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-291-1/+1
| | | | | | | | As per their email ‘Changes to project subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
* Update "tested" versions s/3.3/3.5/Eli Bendersky2016-04-191-1/+1
| | | | It's mid 2016 after all :)
* Upgrade ply to 3.8Frederick Wagner2016-04-181-1/+1
| | | | The new version includes some bugfixes that affect downstream projects.
* Preparing for release 2.14release_v2.14Eli Bendersky2015-06-091-1/+1
|
* Wipe out more mentions of lcc's cppEli Bendersky2015-05-181-3/+0
|
* Mention new blog post and "deprecate" lcc's cppEli Bendersky2015-05-181-8/+3
|
* Update version and CHANGES for 2.13 releaserelease_v2.13Eli Bendersky2015-05-121-1/+1
|
* Various cosmetic updates to documentationEli Bendersky2015-05-101-7/+12
|
* Mention cffi use in the READMEEli Bendersky2015-05-101-0/+3
|
* Release 2.12release_v2.12Eli Bendersky2015-04-211-1/+1
|
* Prepare for release 2.11release_v2.11Eli Bendersky2015-04-211-1/+1
|
* Some updates to the README and CONTRIBUTORSEli Bendersky2015-04-181-6/+8
|
* Mention Clang for Windows in the README & using_gcc_E_libc example.Eli Bendersky2014-08-191-1/+3
| | | | Brought up in #38.
* Clarify README about using gcc/clang -E as cpp.Eli Bendersky2014-04-231-0/+3
| | | | In relation to #32.
* Run post install task executing _build_tablesFlorian Rathgeber2013-12-301-4/+0
| | | | | | | | | | | * Add post install task executing _build_tables in install destination * Use distutils execute for building tables to respect dry_run flag * Use setuptools if available, fall back to distutils if not * Name the overriden class install to get the right help text * Also run _build_tables when creating a source distribution * No more need to run _build_tables.py manually Closes #5
* Revert "Run post install task executing _build_tables"Eli Bendersky2013-12-281-0/+4
| | | | This reverts commit 441d5447e485388367fc08c94e5e35e9e2ac1ddc.
* Run post install task executing _build_tablesFlorian Rathgeber2013-12-281-4/+0
| | | | | | | | | | * Add post install task executing _build_tables in install destination * Use distutils execute for building tables to respect dry_run flag * Name the overriden class install to get the right help text * Also run _build_tables when creating a source distribution * No more need to run _build_tables.py manually Closes #5
* slight README formatting fixEli Bendersky2013-08-031-2/+3
|
* Reformat README: version, etcrelease_v2.10Eli Bendersky2013-08-031-26/+82
|
* Added Travis pycparser link target for status imageEli Bendersky2013-06-131-0/+2
|
* Convert README to Linux format, do some formatting and add Travis linkEli Bendersky2013-06-131-164/+172
|
* cosmetic fixes for moving into new repoEli Bendersky2013-06-091-6/+10
|