You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
1.5KB

  1. .travis.yml
  2. AUTHORS
  3. LICENSE
  4. LICENSE.PSF
  5. MANIFEST.in
  6. NEWS
  7. README.rst
  8. appveyor.yml
  9. conftest.py
  10. dev-requirements.txt
  11. greenlet.c
  12. greenlet.h
  13. make-manylinux
  14. make-win-release
  15. my_build_ext.py
  16. run-tests.py
  17. setup.cfg
  18. setup.py
  19. setup_switch_x64_masm.cmd
  20. slp_platformselect.h
  21. tox.ini
  22. appveyor/run_pip.py
  23. appveyor/run_with_env.cmd
  24. benchmarks/chain.py
  25. doc/Makefile
  26. doc/conf.py
  27. doc/greenlet.txt
  28. doc/index.txt
  29. doc/make.bat
  30. greenlet.egg-info/PKG-INFO
  31. greenlet.egg-info/SOURCES.txt
  32. greenlet.egg-info/dependency_links.txt
  33. greenlet.egg-info/not-zip-safe
  34. greenlet.egg-info/top_level.txt
  35. platform/switch_aarch64_gcc.h
  36. platform/switch_amd64_unix.h
  37. platform/switch_arm32_gcc.h
  38. platform/switch_arm32_ios.h
  39. platform/switch_csky_gcc.h
  40. platform/switch_m68k_gcc.h
  41. platform/switch_mips_unix.h
  42. platform/switch_ppc64_linux.h
  43. platform/switch_ppc_aix.h
  44. platform/switch_ppc_linux.h
  45. platform/switch_ppc_macosx.h
  46. platform/switch_ppc_unix.h
  47. platform/switch_riscv_unix.h
  48. platform/switch_s390_unix.h
  49. platform/switch_sparc_sun_gcc.h
  50. platform/switch_x32_unix.h
  51. platform/switch_x64_masm.asm
  52. platform/switch_x64_masm.obj
  53. platform/switch_x64_msvc.h
  54. platform/switch_x86_msvc.h
  55. platform/switch_x86_unix.h
  56. tests/__init__.py
  57. tests/_test_extension.c
  58. tests/_test_extension_cpp.cpp
  59. tests/test_cpp.py
  60. tests/test_extension_interface.py
  61. tests/test_gc.py
  62. tests/test_generator.py
  63. tests/test_generator_nested.py
  64. tests/test_greenlet.py
  65. tests/test_leaks.py
  66. tests/test_stack_saved.py
  67. tests/test_throw.py
  68. tests/test_tracing.py
  69. tests/test_version.py
  70. tests/test_weakref.py