index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
xdrlib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-91217: deprecate xdrlib (GH-92066)
Brett Cannon
2022-04-30
1
-0/+3
*
Issue #11694: Raise ConversionError in xdrlib as documented
Petri Lehtinen
2014-10-10
1
-8/+25
*
Merge: change docstring for xdrlib.Error to use new style exceptions.
Andrew Svetlov
2012-11-01
1
-1/+1
|
\
|
*
Change docstring for xdrlib.Error to use new style exceptions.
Andrew Svetlov
2012-11-01
1
-1/+1
*
|
Cleanup code: remove int/long idioms and simplify a while statement.
Florent Xicluna
2011-10-23
1
-5/+1
|
/
*
Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when ...
Mark Dickinson
2011-03-27
1
-1/+3
*
Raise statement normalization in Lib/.
Collin Winter
2007-08-30
1
-6/+6
*
Move xdrlib over to the bytes type.
Brett Cannon
2007-07-26
1
-5/+5
*
Change some uses of cStringIO.StringIO to io.StringIO.
Guido van Rossum
2007-05-18
1
-4/+1
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-5/+5
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-2/+2
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-58/+0
*
Fix typical truedivision problem (using the result of division as an index.)
Thomas Wouters
2006-04-20
1
-2/+2
*
patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes for padding
Georg Brandl
2005-09-29
1
-1/+1
*
Patch #1049151: adding bool support to xdrlib.py.
Martin v. Löwis
2005-02-24
1
-5/+7
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-1/+1
*
Get rid of many apply() calls.
Guido van Rossum
2003-02-27
1
-2/+2
*
Derive exception classes from Exception
Neal Norwitz
2002-03-31
1
-1/+1
*
Use (c)StringIO for collecting bytes. Fixes bug #451622.
Martin v. Löwis
2001-08-16
1
-8/+12
*
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
Skip Montanaro
2001-03-01
1
-0/+2
*
Whitespace normalization. Top level of Lib now fixed-point for reindent.py!
Tim Peters
2001-01-15
1
-4/+4
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
1
-2/+2
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-144/+144
*
Packer.pack_uhyper(): Fixes needed to properly pack unsigned 64 bit
Barry Warsaw
1997-05-29
1
-2/+2
*
Raise ConversionError instances the new fangled way, e.g.:
Barry Warsaw
1997-01-14
1
-3/+4
*
Use the new struct module's ability to pack and unpack standardized
Guido van Rossum
1997-01-02
1
-77/+32
*
Unpacker.get_buffer(): new method to access the internal buffer of data
Barry Warsaw
1996-12-04
1
-0/+3
*
Get rid of evil workaround for Python 1.4b2 bug.
Guido van Rossum
1996-10-22
1
-4/+0
*
No double underscores for globals please
Guido van Rossum
1996-08-26
1
-3/+3
*
Rename __test() to _test().
Guido van Rossum
1996-08-19
1
-2/+2
*
XDR interface, evolved from Demo/rpc/xdr.py by Barry.
Guido van Rossum
1996-08-19
1
-0/+324