1
I Use This!
Low Activity

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Mar 30, 2025 — Mar 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bugfix: run_version.py didn't handle the + in "Python 3.3.2+". More... about 12 years ago
Rewrote send.py example for immutability. More... over 12 years ago
Rewrote reset() and panic() for immutability. More... over 12 years ago
raises() now raises AssertionError. More... over 12 years ago
Made tests more readable. More... over 12 years ago
Added comment to .copy(). More... over 12 years ago
Added tests for invalid attribute names and invalid arg names to .copy(). More... over 12 years ago
Reordered docs to make the ordering more natural. (About different things first, then how to implement things and lastly reference material.) More... over 12 years ago
Bumped version to 1.1.3. More... over 12 years ago
Documented copy on send. More... over 12 years ago
Rewrote Message.copy() to make it more efficient. This also made it simpler, which is good. More... over 12 years ago
Removed _setattr(). (No longer needed no that messages will stay mutable.) More... over 12 years ago
Rewrote send.py example. More... over 12 years ago
Changed reset() and panic() back to reusing messages. (This will work now that send() makes a copy.) More... over 12 years ago
Merge branch '1.1.x' into develop More... over 12 years ago
Messages are now copied on send. More... over 12 years ago
Fixed bullet points in changelog. More... over 12 years ago
reset() and panic() no longer reuse messages. More... over 12 years ago
Cleaned up some code in messages.py. More... over 12 years ago
Examples used "code-block: pycon" instead of "python". More... over 12 years ago
Updated readme. More... over 12 years ago
Updated changelog and bumped to 1.1.2. More... over 12 years ago
Bugfix: ø in author name caused trouble when installing with LC_ALL=C. More... over 12 years ago
Bugfix: broken link in README.rst. More... over 12 years ago
Bugfix: used old exception handling syntax which broke in 3.3. More... over 12 years ago
Bugfix: mido.backends package was not included in the distribution. More... over 12 years ago
Updated changelog. More... over 12 years ago
Updated readme. More... over 12 years ago
Swiched from Multi to multi_receive in multi_receive.py. (It's clearer.) More... over 12 years ago
Added **kwargs to get_devices(). More... over 12 years ago