27 Commits (261ccdce4825535d4f6ea4bf09e9394bb751df20)

Author SHA1 Message Date
Florent Xicluna 2bb96f593a Cleanup code: remove int/long idioms and simplify a while statement. 14 years ago
Mark Dickinson 92b60d55d9 Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer. 15 years ago
Collin Winter ce36ad8a46 Raise statement normalization in Lib/. 19 years ago
Brett Cannon 1eb79cfd6d Move xdrlib over to the bytes type. 19 years ago
Guido van Rossum 68937b4cbc Change some uses of cStringIO.StringIO to io.StringIO. 19 years ago
Guido van Rossum e2a383d062 Rip out 'long' and 'L'-suffixed integer literals. 19 years ago
Guido van Rossum b940e113bf SF patch 1631942 by Collin Winter: 19 years ago
Thomas Wouters 89f507fe8c Four months of trunk changes (including a few releases...) 19 years ago
Thomas Wouters 4f564bd68a Fix typical truedivision problem (using the result of division as an index.) 20 years ago
Georg Brandl aa93517de8 patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes for padding 21 years ago
Martin v. Löwis c2a0ac20b7 Patch #1049151: adding bool support to xdrlib.py. 21 years ago
Walter Dörwald 70a6b49821 Replace backticks with repr() or "%r" 22 years ago
Guido van Rossum 68468eba63 Get rid of many apply() calls. 23 years ago
Neal Norwitz f74e46cf47 Derive exception classes from Exception 24 years ago
Martin v. Löwis c47016ee74 Use (c)StringIO for collecting bytes. Fixes bug #451622. 25 years ago
Skip Montanaro 40fc16059f final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be 25 years ago
Tim Peters e119006e7d Whitespace normalization. Top level of Lib now fixed-point for reindent.py! 25 years ago
Fred Drake 8152d32375 Update the code to better reflect recommended style: 26 years ago
Guido van Rossum 45e2fbc2e7 Mass check-in after untabifying all files that need it. 28 years ago
Barry Warsaw 1d0fe31d7e Packer.pack_uhyper(): Fixes needed to properly pack unsigned 64 bit 29 years ago
Barry Warsaw 7e98bda43b Raise ConversionError instances the new fangled way, e.g.: 29 years ago
Guido van Rossum 6083f0e9ce Use the new struct module's ability to pack and unpack standardized 30 years ago
Barry Warsaw 75eccc5bcf Unpacker.get_buffer(): new method to access the internal buffer of data 30 years ago
Guido van Rossum 176f10e3d5 Get rid of evil workaround for Python 1.4b2 bug. 30 years ago
Guido van Rossum a9b60d9411 No double underscores for globals please 30 years ago
Guido van Rossum 72fba794d6 Rename __test() to _test(). 30 years ago
Guido van Rossum 731630b5bf XDR interface, evolved from Demo/rpc/xdr.py by Barry. 30 years ago