83c8953d1b
Removed debug print statements
2004-08-06 13:43:46 +00:00
4b100a5a64
Replaced time.clock() -> time.time() (Bug on Unix)
2004-08-06 13:43:22 +00:00
b7e50e0b3a
Replaced time.clock() -> time.time() (Bug on Unix)
2004-08-06 13:36:41 +00:00
1aa3e0cc5a
Fixed bug in select
2004-08-04 14:35:45 +00:00
b0f8064d0d
Add unit test
2004-08-04 14:35:12 +00:00
e5e85732d4
Oops, fixed one more bug
2004-08-03 09:16:53 +00:00
f97c1ef0d9
Fixed bug in recvfrom()
2004-08-03 08:51:28 +00:00
8aa29f5340
Update Python I2P library version 0.91 by sunshine
2004-08-02 15:23:37 +00:00
8051bfef1d
remove generated doc
2004-08-02 15:22:21 +00:00
85bc79ab1b
removed generated doc
2004-08-02 15:21:05 +00:00
97e5588184
Update Python I2P library version 0.91 by sunshine
2004-08-02 14:52:39 +00:00
e622fdc885
removed
2004-08-02 14:50:00 +00:00
4f81e1debe
Update Python I2P version 0.91 by sunshine
2004-08-02 14:47:44 +00:00
9ccfd852d8
Updating I2P Python version 0.91 by sunshine
2004-08-02 14:44:24 +00:00
9df57a47d5
Updated Python I2P version 0.91 by sunshine
2004-08-02 14:34:06 +00:00
f2cadb7278
bugs.txt
2004-08-02 14:07:30 +00:00
3f6e7cb84c
Updated Python I2P version 0.91 by sunshine
2004-08-02 14:06:30 +00:00
4ed4ce8240
Updated Python I2P version 0.91 by sunshine
2004-08-02 14:00:56 +00:00
4373956a3f
Updated Python I2P version 0.91 by sunshine
2004-08-02 13:55:41 +00:00
36fb99a00d
Updated Python-I2P version 0.91 by sunshine
2004-08-02 13:51:50 +00:00
8f5d325c4d
Updated Python-I2P library 0.91 by sunshine
2004-08-02 13:50:21 +00:00
598732915e
Added ref to HTTPServer I2PCGIHTTPServer and I2PSimpleHTTPServer to save users having to unnecessarily import i2p.I2PBaseHTTPServer
2004-08-01 03:21:11 +00:00
c04885449d
Replaced these files with:
...
- I2PSocketServer.py
- I2PBaseHTTPServer.py
- I2PSimpleHTTPServer.py
- I2PCGIHTTPServer.py
difference being that these new modules are not hacks of the
original python server modules, rather, they subclass the
python server modules; this overcomes the Fear and Loathing
expressed by some regarding multiplicity of licenses, and
apart from that, is a better idea anyway. Only danger being if the
modules in later Python releases change substantially, these modules
could get broken.
2004-07-31 18:51:45 +00:00
8c31e47eeb
Fixed example to import correct modules
2004-07-31 18:46:59 +00:00
d8ee5c180b
Replaced hacked Python server modules with ones which
...
subclass the python modules.
2004-07-31 18:45:13 +00:00
823f4a26b3
patch was unnecessary. kept docstrings.
2004-07-31 10:45:47 +00:00
cc85a00bfd
Added 'dontResolve' keyword to Socket.connect, which if set
...
to True, will prevent the hostname lookup. This gives
the caller the option of passing in a physical destination
base64, instead of being limited to known hosts.
2004-07-30 17:43:39 +00:00
15d58ecdcd
Noting that all files here are in public domain, except from the
...
files src/i2p/*Server.py, which are derived from the Python
standard library counterparts, and therefore inherit the Python license.
2004-07-30 12:44:23 +00:00
08d93b9a78
added module docstring indicating changes
2004-07-30 12:40:41 +00:00
a75a999e3b
README file for adapted python server modules
2004-07-30 12:38:12 +00:00
684ef709f5
Added python server modules to __all__
2004-07-30 12:36:00 +00:00
2e98dd09e7
These modules are taken verbatim from python 2.3 standard library,
...
and have been hacked to work with sunshine's I2P SAM Socket module.
2004-07-30 12:34:57 +00:00
6635425bbc
example_httpd.py - demo of I2P-ised Python server classes
2004-07-30 12:33:38 +00:00
56216250a7
Added doc sources (public domain)
2004-07-21 12:02:56 +00:00
bea331db26
Fixed typo (public domain)
2004-07-21 11:56:36 +00:00
bc4e833a47
Fix install path
2004-07-21 11:36:23 +00:00
5214436d18
initial import of Connelly's public domain I2P python lib
2004-07-21 07:42:29 +00:00
8603250d73
updated the readme to reference the current specs and implementations
...
removed the old out of date jython and python code
2004-07-21 06:25:44 +00:00
4cdd42f391
Fixed build.xml to detect os, and launch 'jythonc' or 'jythonc.bat'
...
according to whether we're running on *nix or windoze. build.xml
should now work on your platform, as long as you have jython installed
and jython is on your execution path.
Got SAM STREAMs working - test code added to i2psamclient.py
as function demoSTREAM()
2004-04-13 17:40:07 +00:00
36aca1d39b
i2psamclient.py is a Python API allowing Python apps to access
...
I2P via SAM. File contains a demo function, which both tests
the library, and shows simple examples of how to use the API.
Run epydoc on this file to get good doco.
2004-04-10 08:16:18 +00:00