Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pybison
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Taddeüs Kroes
pybison
Graph
master
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
24
May
28
Mar
14
23
Feb
27
Jan
24
14
9
8
7
5
12
Dec
11
9
8
1
27
Nov
24
21
19
18
15
Added reset_flex_buffer hook to support flushing flex's internal buffer.
master
master
Added Lexer file to removal hitlist.
Fixed merge conflict.
Fixed three return value-checks to prevent segfaults.
PyObject_GetAttr increases the refcnt of py_attr_hook_handler_name by one.
If getattr() fails, hasattr() will fail as well.
Removed unwanted ref counter increment.
Handle init_attr failure and added debug_refcnt macro.
Made BisonSyntaxError's arguments optional.
Call hook_read_before when hook_read_before attribute exists.
Catch and reset KeyboardInterrupt after py_input read() call.
Refactoring and close buffer when read() returns an empty string.
Implemented py_input using Python C API and fixed uninitialised value warning.
Implemented py_callback in C and error threshold
Removed whitespace.
Removed temporary build file 'tmp.output'.
Removed temporary bison build files.
Implemented hook_read_{after,before} callers.
Trigger hook "hook_run" after run().
Implemented hook_handler caller.
Implemented syntax error location tracking and fixed compiler warnings.
Implemented hook_read (triggered after read() method is done).
Set default node class to BisonNode instead of None.
Restructured modules, fixed intra-package imports and applied pep8.
Finished exception handling (successfully pass through of exceptions).
Updated exception reporter to new way of catching exceptions.
Fixed ignored KeyboardInterrupt exception.
Improved error reporting facilities.
Improved exception handling and moved bisonToParser to own file.
Code cleanup and applied pyflakes' suggestions.
Cleanup in pyrex code to make it compatible with Cython.
Improved py_callback exception handling and code cleanup.
Fixed segfault on 32 bit arch (wrong place for refcount increment).
Makefile cleanup and removed generated pxi file.
Code cleanup in pybison's python file.
Fixed compilation warning and removed useless LEO comments.
Fixed segmentation fault in generated bison code.
Code cleanup.
Fixed segfault caused by variadic function py_callback.
Added buildDirectory and started to fix segfaults.
Loading