index
:
delta/python-packages/pycparser.git
master
p1
try-release-2.17
github.com: eliben/pycparser.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update SECURITY.md
HEAD
master
Eli Bendersky
2023-04-17
1
-0
/
+8
*
Create a Security Policy (#499)
Joyce
2023-03-20
1
-0
/
+5
*
Upgrade GitHub Actions (#500)
Christian Clauss
2023-03-18
1
-2
/
+2
*
_build_tables: Invalidate cache before importing generated modules (#494)
Michał Górny
2023-02-25
1
-0
/
+3
*
feat: set permissions to ci.yml (#492)
Joyce
2023-02-23
1
-0
/
+3
*
Update file name in serialize_ast and make sure it's in .gitignore
Eli Bendersky
2023-01-09
2
-2
/
+4
*
Clean up serialize_ast example to use HIGHEST_PROTOCOL for pickling
Eli Bendersky
2023-01-09
1
-6
/
+1
*
Feature/add pragma support (#487)
Jordy Ruiz
2023-01-08
4
-4
/
+29
*
Add encoding param to parse_file (#486)
Jordy Ruiz
2023-01-07
1
-2
/
+5
*
Remove some legacy stuff from the README
Eli Bendersky
2023-01-07
1
-20
/
+2
*
Update test_examples.py to use subTest now that we have modern Pythons
Eli Bendersky
2023-01-07
1
-15
/
+5
*
More removal of code specific for Python 2
Eli Bendersky
2023-01-07
3
-7
/
+6
*
Start removing support for Python 2.x for pycparser
Eli Bendersky
2023-01-07
2
-7
/
+2
*
Fix #479 (multi-pragma/single statement blocks) (#480)
ldore
2022-11-10
3
-5
/
+20
*
Add Python 3.11 as a supported version (#469)
Erlend E. Aasland
2022-10-28
2
-1
/
+2
*
Slightly tweak the LICENSE file to be more canonical
Eli Bendersky
2022-09-16
1
-2
/
+2
*
Use proper SPDX identifier (#474)
Maximilian
2022-09-16
1
-1
/
+1
*
Improve error reporting from test_examples
Eli Bendersky
2022-01-25
2
-5
/
+5
*
Add missing limit defines for signed chars (#449)
Matthias Tamegger
2021-12-10
1
-0
/
+2
*
Update TODO to mention bdist_wheel
release_v2.21
Eli Bendersky
2021-11-06
1
-1
/
+1
*
Update TODO with distribution testing instructions
Eli Bendersky
2021-11-06
1
-2
/
+5
*
Preparation for releasing 2.21
Eli Bendersky
2021-11-06
5
-4
/
+11
*
Don't run cpp/gcc-needing tests on Darwin: not all Macs have the tools
Eli Bendersky
2021-10-29
1
-1
/
+1
*
Only run example tests on Linux, since many require cpp
Eli Bendersky
2021-10-29
2
-6
/
+2
*
Try to make func_calls example pass on all platforms with no arguments
Eli Bendersky
2021-10-29
2
-2
/
+10
*
Add test that runs all examples and makes sure they don't crash
Eli Bendersky
2021-10-29
7
-13
/
+83
*
Merge branch 'master' of github.com:eliben/pycparser
Eli Bendersky
2021-10-20
10
-21
/
+21
|
\
|
*
Fix typos (#443)
Kian Meng Ang
2021-10-18
10
-21
/
+21
*
|
Clarify README w.r.t. C11 support in fake headers
Eli Bendersky
2021-10-20
1
-4
/
+6
|
/
*
Fix examples/func_defs_add_param.py: add missing `align` parameter (#441)
Eisuke Kawashima
2021-10-15
1
-0
/
+1
*
Fix Flake8 Errors (#442)
Eisuke Kawashima
2021-10-15
18
-29
/
+16
*
Add support for Python 3.10 (#436)
Hugo van Kemenade
2021-10-05
2
-1
/
+2
*
Implement C23 _Static_assert without message (#440)
Vitaly Cheptsov
2021-10-05
5
-4
/
+16
*
Implement u8, u, and U strings from C11 (#439)
Vitaly Cheptsov
2021-10-05
5
-0
/
+64
*
Improve recursive comparison of ASTs in test_c_generator and enable tests
Eli Bendersky
2021-10-04
1
-31
/
+48
*
Implement _Alignas and _Alignof support with tests (#435)
Vitaly Cheptsov
2021-10-04
13
-26
/
+152
*
Simplify usage of _add_declaration_specifier
Eli Bendersky
2021-09-25
1
-2
/
+1
*
Clean up trailing whitespace
Eli Bendersky
2021-09-21
2
-2
/
+3
*
Clean up some comments
Eli Bendersky
2021-09-20
2
-7
/
+3
*
Improve _Atomic support and add more tests (#431)
Vitaly Cheptsov
2021-09-20
7
-34
/
+150
*
Rename debuglevel->debug flag to the parser
Eli Bendersky
2021-09-16
1
-4
/
+4
*
Fix declname for _Atomic specifiers, and add c-to-c tests
Eli Bendersky
2021-09-14
2
-2
/
+30
*
A different, more robust appoach to fix _Atomic specifiers.
Eli Bendersky
2021-09-13
4
-42
/
+90
*
Implement atomic specifiers like _Atomic(int*).
Eli Bendersky
2021-09-13
2
-6
/
+46
*
Support _Atomic as a qualifier
Eli Bendersky
2021-09-13
5
-3
/
+20
*
Add comments and clean up whitespace
Eli Bendersky
2021-08-31
2
-1
/
+16
*
Introduce partial C11 support (#429)
Vitaly Cheptsov
2021-08-31
14
-27
/
+176
*
Add a tricky test, and reformat some comments
Eli Bendersky
2021-08-28
2
-19
/
+24
*
Add thornier tests for nested pointers with qualifiers in declarations
Eli Bendersky
2021-08-28
1
-0
/
+18
*
Clean whitespace
Eli Bendersky
2021-08-28
2
-2
/
+2
[next]