Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
peaches69
/
rivescript-python
Public
forked from
aichaos/rivescript-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
rivescript-python
rivescript
on
master
User selector
All users
All time
Commit history
Commits on Feb 17, 2016
Support unicode_punctuation attribute, prep for 1.10.0 release
Noah Petherbridge
committed
7c5cb2a
View commit details
Copy full SHA for 7c5cb2a
View code at this point
Browse repository at this point
Commits on Nov 24, 2015
In Python2 interactive shell, decode inputs as UTF-8
Show description for 182b564
kirsle
committed
182b564
View commit details
Copy full SHA for 182b564
View code at this point
Browse repository at this point
Commits on Nov 20, 2015
Make @ a non-atomic character
kirsle
committed
0b90867
View commit details
Copy full SHA for 0b90867
View code at this point
Browse repository at this point
Commits on Oct 11, 2015
Rename version to v1.8.0
kirsle
committed
9f1bb74
View commit details
Copy full SHA for 9f1bb74
View code at this point
Browse repository at this point
Fix regexp for optionals
kirsle
committed
d04afb9
View commit details
Copy full SHA for d04afb9
View code at this point
Browse repository at this point
Commits on May 1, 2015
Merge pull request #16 from FujiMakoto/exceptions
Show description for 398f010
kirsle
committed
398f010
View commit details
Copy full SHA for 398f010
View code at this point
Browse repository at this point
RiveScript package exception imports, ObjectError exception message fix
FujiMakoto
committed
2f46e50
View commit details
Copy full SHA for 2f46e50
View code at this point
Browse repository at this point
Python 2/3 unicode compatibility fix
FujiMakoto
committed
57fc33b
View commit details
Copy full SHA for 57fc33b
View code at this point
Browse repository at this point
Python object error exceptions
FujiMakoto
committed
fec875f
View commit details
Copy full SHA for fec875f
View code at this point
Browse repository at this point
Commits on Apr 26, 2015
Missing RepliesNotSorted exceptions
FujiMakoto
committed
f39c59d
View commit details
Copy full SHA for f39c59d
View code at this point
Browse repository at this point
Exception classes and handling, added reply() attribute to allow RiveScript to raise RiveScriptError's on no replies
FujiMakoto
committed
aac9991
View commit details
Copy full SHA for aac9991
View code at this point
Browse repository at this point
Commits on Apr 25, 2015
Use formatted string replacements instead of regex substitutions where applicable
FujiMakoto
committed
9319bfe
View commit details
Copy full SHA for 9319bfe
View code at this point
Browse repository at this point
Commits on Apr 21, 2015
Inheritance typo fix
FujiMakoto
committed
9e750ef
View commit details
Copy full SHA for 9e750ef
View code at this point
Browse repository at this point
PEP 8: At least two spaces before inline comments, https://www.python.org/dev/peps/pep-0008/#inline-comments
FujiMakoto
committed
03ad4cf
View commit details
Copy full SHA for 03ad4cf
View code at this point
Browse repository at this point
PEP 203: Augmented assignments, https://www.python.org/dev/peps/pep-0203/
FujiMakoto
committed
82e60ff
View commit details
Copy full SHA for 82e60ff
View code at this point
Browse repository at this point
PEP 8: test for membership should be 'not in', https://www.python.org/dev/peps/pep-0008/#other-recommendations
FujiMakoto
committed
ed19417
View commit details
Copy full SHA for ed19417
View code at this point
Browse repository at this point
Commits on Feb 12, 2015
Add local concat mode option support
Show description for 8d5e14c
kirsle
committed
8d5e14c
View commit details
Copy full SHA for 8d5e14c
View code at this point
Browse repository at this point
Commits on Jan 5, 2015
Add contributing information
kirsle
committed
59c0fd2
View commit details
Copy full SHA for 59c0fd2
View code at this point
Browse repository at this point
Commits on Dec 8, 2014
Speed optimization by precompiling regexes wherever possible
Show description for 3663ca1
kirsle
committed
3663ca1
View commit details
Copy full SHA for 3663ca1
View code at this point
Browse repository at this point
Commits on Dec 7, 2014
Fix trigger sorting algorithm
kirsle
committed
1c4cb29
View commit details
Copy full SHA for 1c4cb29
View code at this point
Browse repository at this point
Commits on Nov 30, 2014
Don't mangle non-RS tags with no tag algorithm
kirsle
committed
3ca5a83
View commit details
Copy full SHA for 3ca5a83
View code at this point
Browse repository at this point
Make tag parsing lowercased
kirsle
committed
e5b8122
View commit details
Copy full SHA for e5b8122
View code at this point
Browse repository at this point
Update version to dev 1.07 and update change log
kirsle
committed
5ca28a9
View commit details
Copy full SHA for 5ca28a9
View code at this point
Browse repository at this point
New tag processing algorithm to allow embedded uservar tags
kirsle
committed
8cd0823
View commit details
Copy full SHA for 8cd0823
View code at this point
Browse repository at this point
Commits on Nov 26, 2014
Switch to MIT license; prepare for 1.06 PyPi release
kirsle
committed
cc38082
View commit details
Copy full SHA for cc38082
View code at this point
Browse repository at this point
Commits on May 31, 2014
Port the Perl module's deparse() to Python
kirsle
committed
9653e33
View commit details
Copy full SHA for 9653e33
View code at this point
Browse repository at this point
Commits on Mar 7, 2014
Port Perl unit tests to Python and fix relevant bugs
kirsle
committed
e0408ac
View commit details
Copy full SHA for e0408ac
View code at this point
Browse repository at this point
Commits on Mar 6, 2014
Fix the <input> and <reply> tags
Show description for e0f731f
kirsle
committed
e0f731f
View commit details
Copy full SHA for e0f731f
View code at this point
Browse repository at this point
Commits on Mar 1, 2014
Fix the substitution placeholders
kirsle
committed
0c98a80
View commit details
Copy full SHA for 0c98a80
View code at this point
Browse repository at this point
Commits on Feb 27, 2014
Fix syntax checking in UTF-8 mode
kirsle
committed
a0b025c
View commit details
Copy full SHA for a0b025c
View code at this point
Browse repository at this point
Commits on Nov 25, 2013
Prefer .rive as the default extension for RiveScript
Noah Petherbridge
committed
fae3f9b
View commit details
Copy full SHA for fae3f9b
View code at this point
Browse repository at this point
Merge pull request #8 from dbrgn/pep8
Show description for ea68020
kirsle
committed
ea68020
View commit details
Copy full SHA for ea68020
View code at this point
Browse repository at this point
Commits on Nov 23, 2013
Simple PEP8 changes
dbrgn
committed
5c2aa86
View commit details
Copy full SHA for 5c2aa86
View code at this point
Browse repository at this point
Fixed missing "re" import
dbrgn
committed
be3b567
View commit details
Copy full SHA for be3b567
View code at this point
Browse repository at this point
Commits on Oct 4, 2013
Fix running the module directly
Show description for 6ab4fc7
Noah Petherbridge
committed
6ab4fc7
View commit details
Copy full SHA for 6ab4fc7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.