summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Reduce sender/receiver bookeeping accumulation to only leave empty sets behind.bugfix/bookeeping-leaksjason kirtland2015-07-222-29/+46
|
* Fixed memory leaks.Kirill Kuzminykh2015-07-013-2/+52
|
* ...and fix setup.py snarfing README.jason kirtland2015-04-061-1/+1
|
* README is now markdownjason kirtland2015-04-061-0/+0
|
* Added travis integration.jason kirtland2015-04-062-35/+41
|
* New home at pythonhostedjason kirtland2013-07-041-1/+1
|
* Support for docs at pypijason kirtland2013-07-042-1/+6
|
* More doc tweaksjason kirtland2013-07-041-2/+6
|
* Doc updatesjason kirtland2013-07-041-2/+4
|
* Switch to single page doc style & some corresponding edits.jason kirtland2013-07-044-299/+272
|
* Switch to the Flask sphinx themejason kirtland2013-07-043-79/+11
|
* Send Travis notices to freenodejason kirtland2013-07-041-0/+3
|
* Adjust Travis buildjason kirtland2013-07-041-2/+1
|
* Trivial commit for Travisjason kirtland2013-07-041-2/+2
|
* Added Travisjason kirtland2013-07-041-0/+11
|
* Bump to dev versionjason kirtland2013-07-031-1/+1
|
* Remove hg-isms from the build recipejason kirtland2013-07-031-15/+3
|
* Ignore jython artifactsjason kirtland2013-07-031-0/+1
|
* Add tox target for 3.3jason kirtland2013-07-031-1/+1
|
* Migration to gitjason kirtland2013-07-031-5/+1
|
* And fix typos...jason kirtland2013-07-031-2/+2
|
* Forgot to update setup.py for Python3.3.jason kirtland2013-07-031-0/+1
|
* Forgot to update summary yet again.jason kirtland2013-07-031-0/+11
|
* Added tag rel-1.3 for changeset 96a8de265c59jason kirtland2013-07-030-0/+0
|
* Release preprel-1.3jason kirtland2013-07-031-0/+2
|
* Version bumpjason kirtland2013-07-031-1/+1
|
* Added CHANGES for text hashing tweak.jason kirtland2013-07-031-1/+2
|
* blinker.signal() and blinker.Namespace no longer use weak references.jason kirtland2013-07-034-4/+48
| | | | | | | | | | | | In the original implementation, I was uneasy about releasing a library that held an unbounded, module-level cache, so it was built using a weak value mapping. In practice, users making tons of signals are using Signal() directly, and the weak referencing violates the principle of least surprise in code like `signal('foo').connect(...)`. Previous code is available as WeakNamespace for the time being. The implementation is trivial and will likely be dropped in the future unless use cases are voiced.
* Support Python >= 2.7 transition from im_func to __func__ (fixes #6)jason kirtland2013-07-031-1/+3
|
* Correct Python 3 regression in hash identity (fixes #8)jason kirtland2013-07-031-1/+7
|
* Merged in tomasd/blinker-1 (pull request #1) - better support for str() and ↵jason kirtland2012-10-301-0/+2
|\ | | | | | | unicode() instances as senders (keying id() is wishywashy for these, in cpython at least)
| * string identity is string itselftomas2012-10-301-0/+2
| |
* | Forgot to update mini-changlog in README.jason kirtland2011-10-261-0/+6
| |
* | Dev version.jason kirtland2011-10-262-1/+7
| |
* | Added tag rel-1.2 for changeset a5283c78e868jason kirtland2011-10-260-0/+0
|/
* Version is 1.2rel-1.2jason kirtland2011-10-261-1/+1
|
* Updated changelog.jason kirtland2011-10-261-1/+1
|
* Upgrade temporarily_connected_to to a deprecation warning.jason kirtland2011-10-263-18/+3
|
* Update test suite to pass under pypy1.5 (gc collection for refs)jason kirtland2011-05-011-12/+15
|
* Added tox support.jason kirtland2011-03-142-0/+8
|
* Added Signal.receiver_connected and .receiver_disconnected per-Signal signals.jason kirtland2011-03-144-0/+225
| | | | Deprecates the global 'receiver_connected' signal.
* Compatible with Python 3.2jason kirtland2011-03-141-0/+1
|
* Belated changelog.jason kirtland2010-07-212-4/+15
|
* Next version is 1.2.jason kirtland2010-07-211-1/+1
|
* Added tag rel-1.1 for changeset 02e1a414e17fjason kirtland2010-07-210-0/+0
|
* 1.1rel-1.1jason kirtland2010-07-211-1/+1
|
* Added Signal.connect_via() decorator.jason kirtland2010-07-213-1/+65
|
* Doc cleanup.jason kirtland2010-07-211-3/+2
|
* More Make release helpers.jason kirtland2010-07-211-5/+24
|
* Renamed 'temporarily_connected_to' to simply 'connected_to'.jason kirtland2010-07-202-7/+43
| | | | Old spelling will be deprecated in 1.2 and removed in the release after.