Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
transaction
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
transaction
Commits
203690be
Commit
203690be
authored
Dec 18, 2012
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Garden.
parent
c9d71af9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
CHANGES.txt
CHANGES.txt
+6
-6
setup.py
setup.py
+1
-2
No files found.
CHANGES.txt
View file @
203690be
...
...
@@ -9,14 +9,14 @@ Changes
- 100% unit test coverage.
-
Raise ValueError from ``Transaction.doom`` if the transaction is in a
non-doomable state (rather than using ``assert``).
-
Backward incompatibility: raise ValueError rather than AssertionError
for runtime errors:
- Raise ValueError from ``TransactionManager.attempts`` if passed a
non-positive value (rather than using ``assert``).
- In ``Transaction.doom`` if the transaction is in a non-doomable state.
- Raise ValueError from ``TransactionManager.free`` if passed a foreign
transaction (rather tna using ``assert``).
- In ``TransactionManager.attempts`` if passed a non-positive value.
- In ``TransactionManager.free`` if passed a foreign transaction.
- Declared support for Python 3.3 in ``setup.py``, and added ``tox`` testing.
...
...
setup.py
View file @
203690be
...
...
@@ -65,5 +65,4 @@ setup(name='transaction',
},
entry_points
=
"""
\
"""
)
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment