SOURCES.txt 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. AUTHORS.rst
  2. LICENSE
  3. MANIFEST.in
  4. README.rst
  5. setup.cfg
  6. setup.py
  7. JPype1.egg-info/PKG-INFO
  8. JPype1.egg-info/SOURCES.txt
  9. JPype1.egg-info/dependency_links.txt
  10. JPype1.egg-info/not-zip-safe
  11. JPype1.egg-info/requires.txt
  12. JPype1.egg-info/top_level.txt
  13. doc/CHANGELOG.rst
  14. doc/Makefile
  15. doc/conf.py
  16. doc/index.rst
  17. doc/install.rst
  18. doc/install.rst~
  19. doc/make.bat
  20. doc/userguide.rst
  21. examples/rmi.py
  22. examples/jms/README.TXT
  23. examples/jms/testJpypePublisher.py
  24. examples/jms/testJpypeSubscriber.py
  25. examples/linux/README.TXT
  26. examples/linux/findjvm.py
  27. examples/linux/jpype.sh
  28. jpype/JClassUtil.py
  29. jpype/__init__.py
  30. jpype/_core.py
  31. jpype/_darwin.py
  32. jpype/_gui.py
  33. jpype/_jarray.py
  34. jpype/_jclass.py
  35. jpype/_jcollection.py
  36. jpype/_jexception.py
  37. jpype/_jobject.py
  38. jpype/_jpackage.py
  39. jpype/_jproxy.py
  40. jpype/_jvmfinder.py
  41. jpype/_jwrapper.py
  42. jpype/_linux.py
  43. jpype/_properties.py
  44. jpype/_pykeywords.py
  45. jpype/_refdaemon.py
  46. jpype/_windows.py
  47. jpype/nio.py
  48. jpype/reflect.py
  49. jpype/awt/__init__.py
  50. jpype/awt/event/WindowAdapter.py
  51. jpype/awt/event/__init__.py
  52. jpypex/__init__.py
  53. jpypex/swing/AbstractAction.py
  54. jpypex/swing/__init__.py
  55. jpypex/swing/pyutils.py
  56. native/common/jp_array.cpp
  57. native/common/jp_arrayclass.cpp
  58. native/common/jp_class.cpp
  59. native/common/jp_classbase.cpp
  60. native/common/jp_env.cpp
  61. native/common/jp_field.cpp
  62. native/common/jp_invocationhandler.cpp
  63. native/common/jp_javaenv.cpp
  64. native/common/jp_javaenv_autogen.cpp
  65. native/common/jp_jniutil.cpp
  66. native/common/jp_method.cpp
  67. native/common/jp_methodoverload.cpp
  68. native/common/jp_monitor.cpp
  69. native/common/jp_object.cpp
  70. native/common/jp_objecttypes.cpp
  71. native/common/jp_platform_linux.cpp
  72. native/common/jp_platform_win32.cpp
  73. native/common/jp_primitivetypes.cpp
  74. native/common/jp_primitivetypes_autogen.cpp
  75. native/common/jp_proxy.cpp
  76. native/common/jp_reference.cpp
  77. native/common/jp_referencequeue.cpp
  78. native/common/jp_typemanager.cpp
  79. native/common/jp_typename.cpp
  80. native/common/jp_voidtype.cpp
  81. native/common/include/jp_array.h
  82. native/common/include/jp_arrayclass.h
  83. native/common/include/jp_class.h
  84. native/common/include/jp_classbase.h
  85. native/common/include/jp_env.h
  86. native/common/include/jp_field.h
  87. native/common/include/jp_hostenv.h
  88. native/common/include/jp_invocationhandler.h
  89. native/common/include/jp_javaenv.h
  90. native/common/include/jp_javaenv_autogen.h
  91. native/common/include/jp_jniutil.h
  92. native/common/include/jp_method.h
  93. native/common/include/jp_methodoverload.h
  94. native/common/include/jp_monitor.h
  95. native/common/include/jp_object.h
  96. native/common/include/jp_objectbase.h
  97. native/common/include/jp_objecttypes.h
  98. native/common/include/jp_platform_linux.h
  99. native/common/include/jp_platform_win32.h
  100. native/common/include/jp_primitivetypes.h
  101. native/common/include/jp_proxy.h
  102. native/common/include/jp_reference.h
  103. native/common/include/jp_referencequeue.h
  104. native/common/include/jp_type.h
  105. native/common/include/jp_typemanager.h
  106. native/common/include/jp_typename.h
  107. native/common/include/jp_utility.h
  108. native/common/include/jpype.h
  109. native/jni_include/jni.h
  110. native/python/jpype_javaarray.cpp
  111. native/python/jpype_javaclass.cpp
  112. native/python/jpype_javanio.cpp
  113. native/python/jpype_memory_view.c
  114. native/python/jpype_module.cpp
  115. native/python/jpype_python.cpp
  116. native/python/py_class.cpp
  117. native/python/py_field.cpp
  118. native/python/py_hostenv.cpp
  119. native/python/py_method.cpp
  120. native/python/py_monitor.cpp
  121. native/python/pythonenv.cpp
  122. native/python/include/capsulethunk.h
  123. native/python/include/jp_cocoatools.h
  124. native/python/include/jp_runloopstopper.h
  125. native/python/include/jpype_memory_view.h
  126. native/python/include/jpype_python.h
  127. native/python/include/py_class.h
  128. native/python/include/py_field.h
  129. native/python/include/py_hostenv.h
  130. native/python/include/py_method.h
  131. native/python/include/py_monitor.h
  132. native/python/include/pythonenv.h
  133. test/buf_leak_test.py
  134. test/buf_leak_test3.py
  135. test/build.xml
  136. test/convtest.py
  137. test/findjvm.py
  138. test/java_dom.py
  139. test/java_sax.py
  140. test/lists_and_maps.py
  141. test/python_dom.py
  142. test/stub.py
  143. test/test_awt.py
  144. test/test_jarray_fixes.py
  145. test/testlucene.py
  146. test/testsuite.py
  147. test/transform_xunit_to_appveyor.xsl
  148. test/harness/jpype/array/Test2.java
  149. test/harness/jpype/array/TestArray.java
  150. test/harness/jpype/attr/ClassWithBuffer.java
  151. test/harness/jpype/attr/Holder.java
  152. test/harness/jpype/attr/SubHolder.java
  153. test/harness/jpype/attr/Test1.java
  154. test/harness/jpype/attr/Test2.java
  155. test/harness/jpype/attr/TestOverloadA.java
  156. test/harness/jpype/attr/TestOverloadB.java
  157. test/harness/jpype/attr/TestOverloadC.java
  158. test/harness/jpype/exc/ChildTestException.java
  159. test/harness/jpype/exc/ExceptionTest.java
  160. test/harness/jpype/exc/ExceptionThrower.java
  161. test/harness/jpype/exc/ParentTestException.java
  162. test/harness/jpype/mro/A.java
  163. test/harness/jpype/mro/B.java
  164. test/harness/jpype/mro/C.java
  165. test/harness/jpype/mro/D.java
  166. test/harness/jpype/mro/E.java
  167. test/harness/jpype/mro/F.java
  168. test/harness/jpype/nio/NioReceive.java
  169. test/harness/jpype/numeric/NumericTest.java
  170. test/harness/jpype/objectwrapper/Test1.java
  171. test/harness/jpype/properties/TestBean.java
  172. test/harness/jpype/proxy/ProxyTriggers.java
  173. test/harness/jpype/proxy/TestInterface1.java
  174. test/harness/jpype/proxy/TestInterface2.java
  175. test/harness/jpype/proxy/TestInterface3.java
  176. test/harness/jpype/proxy/TestThreadCallback.java
  177. test/harness/jpype/ref/TestReferenceQeue.java
  178. test/harness/jpype/rmi/IServer.java
  179. test/harness/jpype/rmi/ServerImpl.java
  180. test/harness/jpype/serial/SerializationTest.java
  181. test/harness/jpype/xml/DelegateHandler.java
  182. test/jpypetest/__init__.py
  183. test/jpypetest/array.py
  184. test/jpypetest/attr.py
  185. test/jpypetest/collection.py
  186. test/jpypetest/collection.py~
  187. test/jpypetest/common.py
  188. test/jpypetest/exc.py
  189. test/jpypetest/jvmfinder.py
  190. test/jpypetest/mro.py
  191. test/jpypetest/multithreading.py~
  192. test/jpypetest/numeric.py
  193. test/jpypetest/objectwrapper.py
  194. test/jpypetest/properties.py
  195. test/jpypetest/properties.py~
  196. test/jpypetest/proxy.py
  197. test/jpypetest/serial.py
  198. test/nbproject/project.xml
  199. test/nbproject/private/private.xml
  200. test/sample/big.xml