index
:
delta/python-packages/greenlet.git
codeql
docs
issue184
issue186
issue191
issue206
issue207
issue215
issue252
issue256
issue264
issue269
maint/1.1
master
object_ownership
publish-changes
release-0.4.16
release-0.4.17
release-next
support-appveyor
wip-gcc48-workaround
wip-issue28-configure-compiler
github.com: python-greenlet/greenlet.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add another test
Josh Snyder
2020-07-06
1
-4
/
+16
*
Provide a feature flag indicating whether we handle context vars
Josh Snyder
2020-07-05
1
-5
/
+1
*
Support Python 2.6
Josh Snyder
2020-07-05
1
-54
/
+52
*
ifdef context-switching out when not running a suitable interpreter
Josh Snyder
2020-07-05
1
-2
/
+8
*
Switch contextvars when switching greenlets
Josh Snyder
2020-07-05
1
-0
/
+56
*
Try to fix spurious thread test failures
Alexey Borzenkov
2015-05-17
1
-2
/
+17
*
expose ._stack_saved property
Denis Bilenko
2014-11-04
1
-0
/
+19
*
Attempt to plug threaded leak tests instability some more
Alexey Borzenkov
2014-10-14
1
-2
/
+5
*
Move garbage closer to loop, so it doesn't jump generations
Alexey Borzenkov
2014-09-25
1
-1
/
+1
*
Fix compatibility with Python 3.x
Alexey Borzenkov
2014-09-25
1
-1
/
+1
*
Add a test for implicit parent with threads
Alexey Borzenkov
2014-09-25
1
-0
/
+55
*
Disable unstable leak tests on Python 2.6
Alexey Borzenkov
2014-09-21
1
-1
/
+2
*
Fix incorrect uses of PyGreenlet_GetCurrent() in tests
Alexey Borzenkov
2014-09-20
1
-2
/
+14
*
Add support for custom build directory for tests
Alexey Borzenkov
2014-06-25
1
-4
/
+6
*
Don't symlink libraries unless inplace build is requested
Alexey Borzenkov
2014-06-25
1
-2
/
+2
*
Call PyBaseObject_Type.tp_new instead of tp_alloc
Alexey Borzenkov
2014-06-25
1
-0
/
+23
*
Run gc.collect() twice in threaded leak tests
Alexey Borzenkov
2014-06-24
1
-0
/
+4
*
test_gc: move test_circular_greenlet under GREENLET_USE_GC
Alexey Borzenkov
2014-02-21
1
-10
/
+10
*
drop support for python 2.3
Ralf Schmitt
2014-01-15
1
-11
/
+1
*
Detect a late reparent to another thread
Alexey Borzenkov
2012-06-15
1
-0
/
+17
*
Experimental greenlet tracing + other changes
Alexey Borzenkov
2012-06-15
1
-0
/
+52
*
Add a test for tuple subclass + PySequence_Length
Alexey Borzenkov
2012-06-14
1
-0
/
+14
*
Don't lose args/kwargs on switches in origin dealloc
Alexey Borzenkov
2012-06-04
1
-0
/
+24
*
Fix a nasty race in multi-threaded greenlet
Alexey Borzenkov
2012-06-03
1
-0
/
+47
*
Fix a crash when initial stub is called recursively
Alexey Borzenkov
2012-06-02
1
-0
/
+16
*
Fix a crash in cross-thread throw
Alexey Borzenkov
2012-06-02
1
-0
/
+13
*
Fix possible SystemError on throw to new greenlets
Alexey Borzenkov
2012-06-02
1
-0
/
+11
*
Fix fatal error on implicit switch exceptions
Alexey Borzenkov
2012-05-29
1
-0
/
+8
*
Restore greenlet's parent after kill
Alexey Borzenkov
2012-05-26
1
-0
/
+20
*
Clear greenlet weakrefs first
Alexey Borzenkov
2012-05-13
1
-0
/
+14
*
Don't allow greenlets to be copied
Alexey Borzenkov
2012-05-13
1
-0
/
+5
*
Garbage collect greenlets after threads exit
Alexey Borzenkov
2012-05-12
2
-0
/
+64
*
Fix warnings on debug builds of Python 3.2
Alexey Borzenkov
2012-05-12
1
-4
/
+12
*
Add a gc crash test, to catch it in the future
Alexey Borzenkov
2012-05-12
1
-0
/
+37
*
Add support for instance dictionaries
Alexey Borzenkov
2012-05-12
1
-0
/
+17
*
test that setup's version matches greenlet.h and the greenlet module
Ralf Schmitt
2012-01-31
1
-0
/
+12
*
pep8/cleanup whitespace in all .py files
Ralf Schmitt
2012-01-27
10
-17
/
+57
*
Use PyMODINIT_FUNC for module init functions
Alexey Borzenkov
2011-12-20
1
-1
/
+1
*
enhance test infrastructure
Ralf Schmitt
2011-12-20
1
-1
/
+3
*
fix test_arg_refs on python 2.3
Ralf Schmitt
2011-12-19
1
-1
/
+2
*
run the C++ tests by default
Ralf Schmitt
2011-12-19
1
-1
/
+1
*
Add an optional test for greenlet C++ exceptions
Alexey Borzenkov
2011-12-18
3
-1
/
+144
*
Make it easier to run tests on Python 2.3
Alexey Borzenkov
2011-09-03
2
-21
/
+23
*
Fix PyGreenlet_Throw to Py_INCREF its arguments
Alexey Borzenkov
2011-09-02
1
-0
/
+1
*
Define Py_RETURN_NONE for Python 2.3
Alexey Borzenkov
2011-09-02
1
-0
/
+4
*
Fix a memory leak in green_dealloc when it uses kill_greenlet
Alexey Borzenkov
2011-08-16
1
-0
/
+1
*
Merged
Alexey Borzenkov
2011-08-16
1
-0
/
+15
|
\
|
*
add a test for the exception state information
Ronny Pfannschmidt
2011-06-24
1
-0
/
+15
*
|
Reenable gc, but only for greenlets that are not alive
Alexey Borzenkov
2011-06-08
1
-138
/
+11
*
|
Greenlet garbage collection is unsafe
Alexey Borzenkov
2011-05-15
1
-0
/
+12
|
/
[next]