- Jan 23, 2017
-
-
Piotr Maślanka authored
-
Piotr Maślanka authored
-
- Oct 26, 2015
-
-
Piotr Maślanka authored
-
- Jul 20, 2015
-
-
Piotr Maślanka authored
-
- Feb 24, 2015
-
-
Piotr Maślanka authored
Sometimes an exception, that should be re-cast, would get gobbled up if it could be interpreted as a "connection broken" exception
-
- Feb 17, 2015
-
-
Piotr Maślanka authored
satella .select() could return with UnboundLocalError due to processing resuming on error
-
- Feb 16, 2015
-
-
Piotr Maślanka authored
-
- Jan 23, 2015
-
-
Piotr Maślanka authored
-
- Jan 17, 2015
-
-
Piotr Maślanka authored
-
- Nov 04, 2014
-
-
Piotr Maślanka authored
-
- Oct 31, 2014
-
-
Piotr Maślanka authored
-
- Oct 30, 2014
-
-
Piotr Maślanka authored
-
- Oct 28, 2014
-
-
Piotr Maślanka authored
-
Piotr Maślanka authored
satella by default uses poll() in event dispatch. Fallback to select() will be done on platforms that don't support poll()
-
Piotr Maślanka authored
-
Piotr Maślanka authored
-
Piotr Maślanka authored
-
Piotr Maślanka authored
-
- Oct 27, 2014
-
-
Piotr Maślanka authored
-
Piotr Maślanka authored
-
- Oct 15, 2014
-
-
Piotr Maślanka authored
-
Piotr Maślanka authored
-
- Sep 06, 2014
-
-
Piotr Maślanka authored
-
- Sep 03, 2014
-
-
Piotr Maślanka authored
superficial
-
- Mar 18, 2014
-
-
Piotr Maślanka authored
-
- Jan 26, 2014
-
-
Piotr Maślanka authored
Learned the hard way, sadly.
-
- Aug 05, 2013
-
-
Piotr Maślanka authored
1) If input data contains heavy Unicode, export() will not fail. 2) Exported string will be reliably a str, UTF-8 encoded
-
- Jul 19, 2013
-
-
Piotr Maślanka authored
see https://bugs.pypy.org/issue1255 for details
-
- Jul 11, 2013
-
-
Piotr Maślanka authored
-
- Apr 15, 2013
-
-
Piotr Maślanka authored
-
- Apr 14, 2013
-
-
Piotr Maślanka authored
Socket's on_connected() would not always be called when it should. Bug was fixed and an unit test added
-
- Apr 11, 2013
-
-
Piotr Maślanka authored
Sometimes, after you fork(), your connections are in pretty bad state. This call will get them right on their feet.
-
- Apr 10, 2013
-
-
Piotr Maślanka authored
Quite important adnotation - Socket object does STREAMING comms
-
Piotr Maślanka authored
Socket constructor does not need to be informed whether socket object passed is connected or not - it will be autodetected
-
Piotr Maślanka authored
-
- Apr 04, 2013
-
-
Piotr Maślanka authored
__close_channel() does not exist anymore
-
- Mar 26, 2013
-
-
Piotr Maślanka authored
a string version of NumericValueCounter was added. History handling in NVC and SVC has been formalized and improved.
-
- Mar 25, 2013
-
-
Piotr Maślanka authored
Previously values of child.parent were generated. This since has been fixed to parent.child
-
- Mar 03, 2013
-
-
Piotr Maślanka authored
a satella Socket can be constructed directly from another satella Socket
-
- Feb 19, 2013
-
-
Piotr Maślanka authored
-