FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for stacklesslib - stackless-dev/stacklesslib · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
stackless-dev
/
stacklesslib
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
5
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
stacklesslib
stacklesslib
on
master
User selector
Datepicker
Commit history
Commits on May 12, 2014
Merge
kristjanvalur
committed
056d339
View commit details
Copy full SHA for 056d339
View code at this point
Browse repository at this point
Renaming qchannel to QueueChannel. Stackless uses non-recommended
Show description for 6ac0537
kristjanvalur
committed
6ac0537
View commit details
Copy full SHA for 6ac0537
View code at this point
Browse repository at this point
Add a max_len argument to qchannel. This, if zero or positive, puts
Show description for 5072f83
kristjanvalur
committed
5072f83
View commit details
Copy full SHA for 5072f83
View code at this point
Browse repository at this point
Commits on May 9, 2014
Add the WaitChannel thing to stacklesslib.wait
kristjanvalur
committed
7d3e541
View commit details
Copy full SHA for 7d3e541
View code at this point
Browse repository at this point
Clean up wait a bit. Raise TimeoutError by default but provide a
Show description for aabe0d0
kristjanvalur
committed
aabe0d0
View commit details
Copy full SHA for aabe0d0
View code at this point
Browse repository at this point
Commits on May 8, 2014
Fix error semantics of ValueTasklet. TaskletExit is converted to
Show description for c879165
kristjanvalur
committed
c879165
View commit details
Copy full SHA for c879165
View code at this point
Browse repository at this point
Restructure a tiny bit. Add the "any" and "all" functions to the wait
Show description for 6a67bc4
kristjanvalur
committed
6a67bc4
View commit details
Copy full SHA for 6a67bc4
View code at this point
Browse repository at this point
Commits on May 7, 2014
Add the Observer object to the wait module. A waitable that watches
Show description for 8a250d8
kristjanvalur
committed
8a250d8
View commit details
Copy full SHA for 8a250d8
View code at this point
Browse repository at this point
Commits on May 5, 2014
Change some attribute names
kristjanvalur
committed
0d1c7c7
View commit details
Copy full SHA for 0d1c7c7
View code at this point
Browse repository at this point
Commits on May 2, 2014
Merge
kristjanvalur
committed
9537cb0
View commit details
Copy full SHA for 9537cb0
View code at this point
Browse repository at this point
the Future now uses the WaitSite to implement its wait.
kristjanvalur
committed
7ec8223
View commit details
Copy full SHA for 7ec8223
View code at this point
Browse repository at this point
Change wait protocol. The waiter must call remove_done_callback himself.
Show description for 7960dbf
kristjanvalur
committed
7960dbf
View commit details
Copy full SHA for 7960dbf
View code at this point
Browse repository at this point
Fix greenlet unittests
kristjanvalur
committed
06b0a41
View commit details
Copy full SHA for 06b0a41
View code at this point
Browse repository at this point
Commits on Apr 30, 2014
Simplify any_result
kristjanvalur
committed
06a6b62
View commit details
Copy full SHA for 06a6b62
View code at this point
Browse repository at this point
Commits on Apr 20, 2014
Fix startup behaviour of greenlets with a subclassed "run" method.
kristjanvalur
committed
40013d5
View commit details
Copy full SHA for 40013d5
View code at this point
Browse repository at this point
Commits on Apr 18, 2014
Minor fixes to the greenlet module. It now works with gevent.
kristjanvalur
committed
6668ce4
View commit details
Copy full SHA for 6668ce4
View code at this point
Browse repository at this point
Commits on Apr 16, 2014
fix the greenlet module. Now runs, based off stackless
kristjanvalur
committed
1348fd8
View commit details
Copy full SHA for 1348fd8
View code at this point
Browse repository at this point
Commits on Apr 15, 2014
moving the test
kristjanvalur
committed
f93e6db
View commit details
Copy full SHA for f93e6db
View code at this point
Browse repository at this point
Adding the greenlet.py from the tealet project. This will then be modified.
kristjanvalur
committed
fec6269
View commit details
Copy full SHA for fec6269
View code at this point
Browse repository at this point
minor fix
kristjanvalur
committed
8da1fc3
View commit details
Copy full SHA for 8da1fc3
View code at this point
Browse repository at this point
Merge
kristjanvalur
committed
ab90683
View commit details
Copy full SHA for ab90683
View code at this point
Browse repository at this point
Enhance event queue to work consistently with events from a past time
kristjanvalur
committed
f4c7bb5
View commit details
Copy full SHA for f4c7bb5
View code at this point
Browse repository at this point
increase wait a bit for better unittest consistency
kristjanvalur
committed
a1a82b0
View commit details
Copy full SHA for a1a82b0
View code at this point
Browse repository at this point
Restructure, using SignalChannel in the future module
kristjanvalur
committed
25b19b4
View commit details
Copy full SHA for 25b19b4
View code at this point
Browse repository at this point
Commits on Apr 3, 2014
Add monkeypatching utility functions for future work with monkeypatch.py
kristjanvalur
committed
773772a
View commit details
Copy full SHA for 773772a
View code at this point
Browse repository at this point
Commits on Mar 31, 2014
Fix class inheritance in Thread to support old tasklet inheritance style.
kristjanvalur
committed
edd27fe
View commit details
Copy full SHA for edd27fe
View code at this point
Browse repository at this point
Restore inheritance compatibility with old stackless for the
Show description for 6ee41f9
kristjanvalur
committed
6ee41f9
View commit details
Copy full SHA for 6ee41f9
View code at this point
Browse repository at this point
Commits on Mar 3, 2014
Various fixes found with pylint
kristjanvalur
committed
714f3bd
View commit details
Copy full SHA for 714f3bd
View code at this point
Browse repository at this point
Restructure the async module. Now uses tasklet.switch() if available.
kristjanvalur
committed
5f09379
View commit details
Copy full SHA for 5f09379
View code at this point
Browse repository at this point
Let the futures module use the SignalChannel
kristjanvalur
committed
d1a93bc
View commit details
Copy full SHA for d1a93bc
View code at this point
Browse repository at this point
Commits on Feb 28, 2014
Remove the "scheduling mode" thing, and create a simple "SignalChannel"
Show description for be5c816
kristjanvalur
committed
be5c816
View commit details
Copy full SHA for be5c816
View code at this point
Browse repository at this point
Commits on Feb 26, 2014
Add a 2to3 step to setup.py
Show description for 77a0065
kristjanvalur
committed
77a0065
View commit details
Copy full SHA for 77a0065
View code at this point
Browse repository at this point
Add setuptools support. Tune unittests a bit.
kristjanvalur
committed
c54cf5d
View commit details
Copy full SHA for c54cf5d
View code at this point
Browse repository at this point
Commits on Feb 25, 2014
Simplify the futures.wait functions. as_completed now uses wait.iwait, and
Show description for 746bc1e
kristjanvalur
committed
746bc1e
View commit details
Copy full SHA for 746bc1e
View code at this point
Browse repository at this point
wait.iwait can now raise TimeoutError if we want.
kristjanvalur
committed
fb00f91
View commit details
Copy full SHA for fb00f91
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL