COMMITS
/ Lib/xdrlib.py May 18, 2007
G
Change some uses of cStringIO.StringIO to io.StringIO.
Guido van Rossum committed
January 15, 2007
G
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
April 20, 2006
T
Fix typical truedivision problem (using the result of division as an index.)
Thomas Wouters committed
September 29, 2005
G
patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes for padding
Georg Brandl committed
February 24, 2005
M
Patch #1049151: adding bool support to xdrlib.py.
Martin v. Löwis committed
February 12, 2004
W
Replace backticks with repr() or "%r"
Walter Dörwald committed
February 27, 2003
G
Get rid of many apply() calls.
Guido van Rossum committed
March 31, 2002
N
Derive exception classes from Exception
Neal Norwitz committed
August 16, 2001
M
Use (c)StringIO for collecting bytes. Fixes bug #451622.
Martin v. Löwis committed
March 1, 2001
S
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
Skip Montanaro committed
January 15, 2001
T
Whitespace normalization. Top level of Lib now fixed-point for reindent.py!
Tim Peters committed
December 12, 2000
F
Update the code to better reflect recommended style:
Fred Drake committed
March 26, 1998
G
Mass check-in after untabifying all files that need it.
Guido van Rossum committed
May 29, 1997
B
Packer.pack_uhyper(): Fixes needed to properly pack unsigned 64 bit
Barry Warsaw committed
January 14, 1997
B
Raise ConversionError instances the new fangled way, e.g.:
Barry Warsaw committed
January 2, 1997
G
Use the new struct module's ability to pack and unpack standardized
Guido van Rossum committed
December 4, 1996
B
Unpacker.get_buffer(): new method to access the internal buffer of data
Barry Warsaw committed
October 22, 1996
G
Get rid of evil workaround for Python 1.4b2 bug.
Guido van Rossum committed
August 26, 1996
G
No double underscores for globals please
Guido van Rossum committed
August 19, 1996
G
Rename __test() to _test().
Guido van Rossum committed
G
XDR interface, evolved from Demo/rpc/xdr.py by Barry.
Guido van Rossum committed