Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
xdrlib.py
f008203
Move xdrlib tests from the module into a separate test script,
by Walter Dörwald
· 18 years ago
b921a84
Make xdrlib use floor division instead of classic division.
by Georg Brandl
· 19 years ago
aa93517
patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes for padding
by Georg Brandl
· 20 years ago
c2a0ac2
Patch #1049151: adding bool support to xdrlib.py.
by Martin v. Löwis
· 20 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
68468eb
Get rid of many apply() calls.
by Guido van Rossum
· 22 years ago
f74e46c
Derive exception classes from Exception
by Neal Norwitz
· 23 years ago
c47016e
Use (c)StringIO for collecting bytes. Fixes bug #451622.
by Martin v. Löwis
· 24 years ago
40fc160
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
by Skip Montanaro
· 24 years ago
e119006
Whitespace normalization. Top level of Lib now fixed-point for reindent.py!
by Tim Peters
· 24 years ago
8152d32
Update the code to better reflect recommended style:
by Fred Drake
· 24 years ago
45e2fbc
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
1d0fe31
Packer.pack_uhyper(): Fixes needed to properly pack unsigned 64 bit
by Barry Warsaw
· 28 years ago
7e98bda
Raise ConversionError instances the new fangled way, e.g.:
by Barry Warsaw
· 28 years ago
6083f0e
Use the new struct module's ability to pack and unpack standardized
by Guido van Rossum
· 28 years ago
75eccc5
Unpacker.get_buffer(): new method to access the internal buffer of data
by Barry Warsaw
· 28 years ago
176f10e
Get rid of evil workaround for Python 1.4b2 bug.
by Guido van Rossum
· 29 years ago
a9b60d9
No double underscores for globals please
by Guido van Rossum
· 29 years ago
72fba79
Rename __test() to _test().
by Guido van Rossum
· 29 years ago
731630b
XDR interface, evolved from Demo/rpc/xdr.py by Barry.
by Guido van Rossum
· 29 years ago