Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
aca320d3955c39ce7c05de16d748e103daf074a4
/
lib
/
py
/
src
73af3b7
THRIFT-869. python: Disguise ECONNRESET as EOF on BSD
by David Reiss
· 14 years ago
b7887b8
THRIFT-789. Files missing proper Apache license header
by Bryan Duxbury
· 15 years ago
cb6d970
THRIFT-438. py: Add support for Twisted.web in servers and clients
by Bryan Duxbury
· 15 years ago
c548b3d
THRIFT-475. python: Eliminate DeprecationWarning
by David Reiss
· 15 years ago
ff3d249
THRIFT-658. python: Add THttpClient.setTimeout()
by David Reiss
· 15 years ago
6acc269
THRIFT-695. python: [de]serialize convenience functions
by David Reiss
· 15 years ago
f5dea4c
THRIFT-637. python: Fix mixing of oneway and regular requests in TNonblockingServer
by Todd Lipcon
· 15 years ago
034c49f
THRIFT-612. python: Fix exception bug in TFramedTransport.cstringio_refill
by David Reiss
· 15 years ago
bff2a35
THRIFT-586. python: TSocket incorrectly sets the exception type when an end of file error occurs
by Esteve Fernandez
· 15 years ago
d3571c2
THRIFT-535. py: Twisted Thrift protocol max length is too small (fix off-by-one error in MAX_LENGTH)
by Esteve Fernandez
· 15 years ago
c5a7c15
THRIFT-535. py: Twisted Thrift protocol max length is too small
by Esteve Fernandez
· 15 years ago
a043be3
THRIFT-495. python: Raise a TTransportException if TSocket is not open
by David Reiss
· 16 years ago
deda141
THRIFT-388. Create a "ONEWAY" message type that is an alias for "CALL"
by David Reiss
· 16 years ago
ea2cba8
THRIFT-387. Add license headers to a bunch of files
by David Reiss
· 16 years ago
2aa2890
THRIFT-154. python: Make THttpClient take a URL in its constructor
by David Reiss
· 16 years ago
d73255d
THRIFT-329. python: Make TServerSocket.close() work properly
by David Reiss
· 16 years ago
a528f54
THRIFT-360. python: Make fastbinary skip struct fields with the wrong type
by David Reiss
· 16 years ago
7c1f6f8
THRIFT-155. python: Reopen THttpClient on a flush
by David Reiss
· 16 years ago
6ce401d
THRIFT-136. s/async/oneway/ in misc places
by David Reiss
· 16 years ago
c51986f
THRIFT-136. s/async/oneway/ in comments
by David Reiss
· 16 years ago
127d01c
THRIFT-391. py: Fix memory leak in fastbinary
by Kevin Clark
· 16 years ago
4980910
THRIFT-362. python: Detect endianness on Solaris
by David Reiss
· 16 years ago
e8d3c47
THRIFT-148. py: One more time, reapply the most *recent* patch
by Kevin Clark
· 16 years ago
e43f7e0
THRIFT-148. py: Add un-commited file missing from 749510
by Kevin Clark
· 16 years ago
b139f64
THRIFT-325. Remove a bunch of uses of the old command line format
by David Reiss
· 16 years ago
fdd8b5a
THRIFT-340. python: Detect endianness properly on FreeBSD
by David Reiss
· 16 years ago
0b7d6fa
THRIFT-314. Purge reflection.limited
by David Reiss
· 16 years ago
f78ec2b
THRIFT-195. python: Add a simple THttpServer
by David Reiss
· 16 years ago
1fe1777
python: Add TFileObjectTransport
by David Reiss
· 16 years ago
4c591c9
THRIFT-212. python: Make TFramedTransport implement CReadableTransport
by David Reiss
· 16 years ago
647d30d
python: Make TFramedTransport use a cStringIO for reading
by David Reiss
· 16 years ago
fb695b7
python: Eliminate the option of TFramedTransport to not frame
by David Reiss
· 16 years ago
7442127
THRIFT-67. python: Add TNonblockingServer
by David Reiss
· 16 years ago
4f1bbc7
THRIFT-170: Buffered transports leave data in write buffer on failed flush
by Mark Slee
· 16 years ago
58434e6
THRIFT-108. python: Fix call to PyDict_Next in fastbinary.c
by David Reiss
· 16 years ago
e29995e
THRIFT-48. python: Make TServerSocket work with Unix-domain sockets
by David Reiss
· 16 years ago
0ee93ea
THRIFT-93. Remove unnecessary shebang lines from Python libraries
by David Reiss
· 16 years ago
1e0744d
rb: Make TServer.py Python 2.4 compatible [THRIFT-44]
by Kevin Clark
· 17 years ago
b04df76
Change Python servers to use the standard logging module.
by David Reiss
· 17 years ago
bcaa2ad
Python forking server should close connection in parent.
by David Reiss
· 17 years ago
6653654
Forking Python server.
by David Reiss
· 17 years ago
bc444b0
Thrift: Fix a bug in the skip function in Python's fastbinary.c
by David Reiss
· 17 years ago
0c90f6f
Thrift: Whitespace cleanup.
by David Reiss
· 17 years ago
33d8f34
[thrift] py: TApplicationException.__str__
by dweatherford
· 17 years ago
c16a8f6
Thrift: Python support for Unix-domain sockets, and eager timeout setting.
by David Reiss
· 17 years ago
256bdc4
IPv6 tweaks for Thrift
by Mark Slee
· 17 years ago
53d9c0c
Merging EOFException changes from Ben Maurer
by Mark Slee
· 17 years ago
65b7075
[thrift] Output dir selection + updated TSCons
by dweatherford
· 17 years ago
5299a95
Python automated test patch
by Mark Slee
· 17 years ago
9b36ef3
Fix 32-bit Python encoding integer issue
by Mark Slee
· 17 years ago
476b796
Updating TSCons.py to provide capability of passing additional flags to thrift besides the default flag --cpp. EX: scons_env(env,'--py --php')
by mvaradachari
· 17 years ago
2c2e6d2
Thrift: Python TBufferedTransport improvements.
by David Reiss
· 17 years ago
5db3e92
Thrift: Handle absence of fastbinary.so
by David Reiss
· 17 years ago
792df0b
Thrift: Pre-generate reflection_limited for Python.
by David Reiss
· 17 years ago
5ec8e26
Thrift: Fix fastbinary.c for Python 2.4.
by David Reiss
· 17 years ago
382fc30
Thrift: Native-code Binary Protocol encoder.
by David Reiss
· 17 years ago
0dd0916
-- Adding TMemoryBuffer.py
by Aditya Agarwal
· 17 years ago
a46438e
[Thrift] fixing python server socket bind permissions
by pfung
· 17 years ago
2654956
Fix for IPv6 Python sockets binding localhost problem
by Mark Slee
· 17 years ago
e168d5e
Summary: TSocket shouldn't let you set the timeout before it's got a valid handle
by James Wang
· 17 years ago
2297460
Python IPv6 support for TSocket
by Mark Slee
· 18 years ago
552410c
Idiotic typos in Python code
by Mark Slee
· 18 years ago
808454e
Thrift TBinaryProtocol change
by Mark Slee
· 18 years ago
7679196
Various Thrift fixes, including Application Exception support in Ruby, better errror messages across languages, etc.
by Mark Slee
· 18 years ago
b6616fc
No such thing as e.message in python socket error?
by Mark Slee
· 18 years ago
89e2bb8
Applying Thrift software license to Python source
by Mark Slee
· 18 years ago
bd8b991
Python HttpClient for Thrift
by Mark Slee
· 18 years ago
e74306a
Move constant defs into Thrift.py to avoid cirulcar includes
by Mark Slee
· 18 years ago
92195ae
Starting python exception handling cleanup
by Mark Slee
· 18 years ago
0e52839
Take out debug print in TServer constructor
by Mark Slee
· 18 years ago
04342d8
another typo i missed
by Mark Slee
· 18 years ago
fb84b2b
Adityaslop typos in thrift py server
by Mark Slee
· 18 years ago
9bae5e7
-- typo in TSocket
by Aditya Agarwal
· 18 years ago
f954f97
-- Allow specification of socket timeouts in thrift python socket code
by Aditya Agarwal
· 18 years ago
5c46819
-- Protocol and transport factories now wrap around a single protocol/transport
by Aditya Agarwal
· 18 years ago
e2bd58d
Add python scons rules
by Mark Slee
· 18 years ago
bb31d0a
Let Python server take protocolFactory argument
by Mark Slee
· 18 years ago
4ac459f
Fix python server bugs and go to new protocol wraps transport model
by Mark Slee
· 18 years ago
fe30c5f
Improve python thrift transport, readAll, buffering, framing
by Mark Slee
· 18 years ago
9a695ba
self.clients instead of self.client
by Mark Slee
· 18 years ago
4ce787f
Missing self argument in server method
by Mark Slee
· 18 years ago
b90aa7c
Python threadpool server for Thrift
by Mark Slee
· 18 years ago
97b47df
Python framed thrift transports
by Mark Slee
· 18 years ago
3c4d7fd
Thrift missing python threading import
by Mark Slee
· 18 years ago
4f0fed6
Python basic threaded server
by Mark Slee
· 18 years ago
794993d
Change run() to serve() in all Thrift server interfaces
by Mark Slee
· 18 years ago
d788b2e
Thrift TTransportFactory model for servers
by Mark Slee
· 18 years ago
c98d050
Thrift: Added support for double type across all languages
by Mark Slee
· 18 years ago
c967656
Thrift Python server code generation
by Mark Slee
· 18 years ago
cde2b61
Implementation of the basic Thrift stack in Python
by Mark Slee
· 18 years ago