Commit Graph

149 Commits

Author SHA1 Message Date
Nocturn9x da9a579caf Changed version back to 0.x.x because giambio isn't ready yet 2022-02-26 19:35:42 +01:00
Nocturn9x f38e508ef6 Fixed bug where suspended tasks would not be purged upon exiting 2022-02-26 19:35:03 +01:00
Nocturn9x 587fba2dad Minor fixes to I/O, added initial chatroom_client implementation 2022-02-05 15:34:45 +01:00
Nocturn9x 594c69ed84 Moved the queueing mechanism to use events instead of event loop hacks 2022-02-05 13:00:55 +01:00
Nocturn9x 51d01ba44e Minor fixes to chatroom test. Hopefully fixed queue 2022-02-05 12:37:05 +01:00
Nocturn9x a0d376bb35 Added chatroom example and initial work on (semi-broken) async Queue implementation 2022-02-04 20:19:48 +01:00
Nocturn9x cd2a436d3d Made the socket_ssl test look nicer 2022-02-04 12:16:03 +01:00
Nocturn9x f7fbad931a (Hopefully) Fixed issues with blockinb I/O and timeouts 2022-02-04 11:56:15 +01:00
nocturn9x 4e1d328df4 Fixed bug with sleeping from the main task 2021-10-09 14:35:41 +02:00
nocturn9x 89501eb7b2 Removed duplicate SSL test 2021-10-09 14:14:58 +02:00
nocturn9x 107af1d7f2 Added https test 2021-10-09 14:14:33 +02:00
nocturn9x 0f5bc18069 Removed test 'a.py' file 2021-10-09 14:02:47 +02:00
nocturn9x 0b8e1487c7 Several fixes to nested pools, cancellation, timeouts and more. Fixed SSL I/O (WIP) 2021-08-28 23:26:24 +02:00
nocturn9x b9ed99e3ee Fixed self._data-based methods 2021-08-27 10:32:42 +02:00
nocturn9x 0916d9634c Fixed wrong task object removed from self.tasks within self.cancel 2021-08-27 09:14:15 +02:00
nocturn9x a472116686 The loop now removes exited tasks from self.tasks 2021-08-27 09:04:26 +02:00
nocturn9x e4a4c45f65 Updated server example with context manager to close the server socket automatically 2021-08-26 16:54:13 +02:00
nocturn9x 9bb091cdef Fixed nested pools (sorta?) 2021-08-26 16:19:40 +02:00
nocturn9x 2cdaa231b4 Small fixes 2021-08-06 11:53:38 +02:00
nocturn9x 44a07521b2 Beautified and simplified some code + README additions 2021-07-22 11:13:08 +02:00
nocturn9x 2003f096f6 Added the possibility to initialize the event loop without starting it 2021-07-14 12:18:04 +02:00
nocturn9x f44b3806fe Added a default (5) for io_skip_limit, __repr__ and some extra shutdown code 2021-07-14 11:48:44 +02:00
nocturn9x 9128cd9759 Breaking changes: do not use 2021-06-08 17:21:59 +02:00
nocturn9x 5dd15459ed Changed curio.TaskPool to curio.TaskGroup to reflect reality 2021-06-04 14:59:27 +02:00
nocturn9x a20123864b Minor fix 2021-06-03 16:39:22 +02:00
nocturn9x 792399744f Fixed sentence about curio/trio 2021-06-03 16:39:02 +02:00
nocturn9x a72bd99754 Fixed unordered list 2021-06-03 16:37:07 +02:00
nocturn9x 95a9300da8 Moved some code around, added more socket methods and fixed I/O for SSL sockets (hopefully) 2021-06-03 16:34:26 +02:00
nocturn9x 268745c552 Attempts to fix SSL 2021-05-31 22:56:03 +02:00
nocturn9x 668404b049 Minor fixes to SSL 2021-05-31 11:11:56 +02:00
nocturn9x fc13f5eef5 Minor wording and typos fixes 2021-05-21 11:43:24 +02:00
nocturn9x ec721fafd8 Moved IOInterrupt to socket module 2021-04-29 15:58:46 +02:00
nocturn9x f55826d534 Moved socket functionality out of the loop and added some more functions to the socket module (updating examples) 2021-04-23 09:17:55 +02:00
nocturn9x 79cbba994c Removed AttributeError check 2021-04-23 08:10:31 +02:00
nocturn9x 0516ea4bd8 Fixed bug in socket destructor 2021-04-22 20:21:57 +02:00
nocturn9x d0394ed7d8 Added socket destructor to unregister the socket from the loop 2021-04-22 14:31:58 +02:00
nocturn9x dfcac651b4 Updated README with echo server example 2021-04-22 12:58:50 +02:00
nocturn9x 941464437d Some changes and fixes to exceptions behavior 2021-04-22 12:02:40 +02:00
nocturn9x dcd3cae674 Fixed minor socket bug on darwin kernel, nested pools now work as intended 2021-04-22 11:30:35 +02:00
nocturn9x 5b403703db Added some documentation, a test for timeouts and fixed some bugs with I/O 2020-12-20 15:58:53 +01:00
nocturn9x c8a1008646 Added some basic timeout functionality 2020-12-19 22:09:48 +01:00
nocturn9x 29683f9067 Fixed some bugs with exception propagation and other stuff. I/O is significantly broken on the exceptions' side 2020-12-19 15:18:12 +01:00
nocturn9x 98c9440115 Fixed lots of minor bugs (and created some new bugs, of course). Pool-level cancellation is broken, but everything else seems to work given the current tests 2020-12-05 17:09:59 +01:00
nocturn9x 40bcebbf5a Started to work on giambio.with_timeout and fixed a little bug with deferred cancellation 2020-11-29 20:16:08 +01:00
nocturn9x 435ca2e47c Removed some debugging code parts 2020-11-29 19:34:23 +01:00
nocturn9x 7a840d88be I/O seems to be working now, but further investigation is needed 2020-11-29 12:46:08 +01:00
nocturn9x 2661a153e9 Minor bug fixes, need to fix I/O 2020-11-29 12:06:09 +01:00
nocturn9x 899e12ead7 Added initial support for nested pools and added related tests. Added a couple more tests and separated the debugger class in a separate module. Unified want_read and want_write into a unique read_or_write method 2020-11-28 13:04:27 +01:00
nocturn9x 2429cbb863 Fixed some bugs with exceptions and propagations, I/O is broken 2020-11-27 21:52:45 +01:00
nocturn9x 4618c8cc79 Exceptions and cancellation seem to be working (except for server.py inside tests, investigation needed) 2020-11-26 16:57:20 +01:00