]> granicus.if.org Git - python/shortlog
python
2003-01-28 Tim PetersNow that proto2 is defined, replaced XXX blocks with...
2003-01-28 Guido van RossumOK, this is really the last one tonight!
2003-01-28 Guido van RossumShouldn't test short tuples with all items equal -...
2003-01-28 Guido van RossumMore protocol 2: TUPLE1, TUPLE2, TUPLE3.
2003-01-28 Guido van RossumRename 'bin' arg to 'proto'. Keep the default at 0...
2003-01-28 Tim Peterssave_inst(): Rewrote to have only one branch on self...
2003-01-28 Guido van RossumFirst baby steps towards implementing protocol 2: PROTO...
2003-01-28 Tim PetersFixed odd whitespace after "if", which I believe I...
2003-01-28 Tim Peterssave_int(): Fixed two new off-by-1 glitches.
2003-01-28 Guido van RossumAdd a comment explaining that struct.pack() beats marsh...
2003-01-28 Guido van RossumGot rid of mdumps; I timed it, and struct.pack("<i...
2003-01-28 Tim Peterssave_tuple(): Minor rewriting, and added a comment...
2003-01-28 Tim Petersload_appends(): replaced .append() loop with an .extend().
2003-01-28 Tim PetersComments.
2003-01-28 Tim Peterssave_dict(): Untangled most of the bin-vs-not-bin...
2003-01-28 Tim Peterssave_list(): Rewrote, to untangle the proto 0 from...
2003-01-28 Tim Peterssave_list(): removed unused local "d".
2003-01-28 Tim Peterssave_list(): removed unused local "memo".
2003-01-28 Tim Peterssave_pers(): Switched the order of cases, to get rid...
2003-01-28 Tim PetersSeveral routines appeared to inline the guts of memoize...
2003-01-28 Tim Peterssave(): Fiddled the control flow to put the normal...
2003-01-28 Tim PetersAdded XXX about save()'s special-casing of tuples ...
2003-01-28 Tim Peterssave_bool(): simplified.
2003-01-28 Tim PetersRepaired grammar in new comment.
2003-01-28 Tim Petersclear_memo(): Repaired grammar in docstring.
2003-01-28 Tim PetersAdded one-line comments to the proto 2 opcodes.
2003-01-28 Neal NorwitzUse proper function name in exception messages
2003-01-28 Tim PetersRemoved the new LONG2 opcode: it's extravagant. If...
2003-01-27 Tim PetersDocumented the 2's-comp business for the new long opcodes.
2003-01-27 Tim PetersWhitespace normalization.
2003-01-27 Tim Petersdecode_long(): Simplified the "is it negative?" test.
2003-01-27 Guido van RossumBegin the change from 'binary vs. text mode' to 'protoc...
2003-01-27 Guido van RossumSupport socket timeout in SSL, by Geoff Talvola.
2003-01-27 Guido van RossumBegin documenting protocol 2.
2003-01-27 Tim PetersAdded some comments.
2003-01-27 Tim Petersmemoize(): Reworded the docs to try to disentangle...
2003-01-27 Tim PetersUsing marshal functions to pack & unpack 1-byte ints...
2003-01-27 Tim PetersAdded a brief comment to each pickle opcode declaration.
2003-01-27 Guido van RossumRemove a stray quote.
2003-01-27 Tim PetersRepaired comment.
2003-01-27 Tim Petersstringnl_noescape_pair(): changed the reader to separa...
2003-01-27 Tim PetersMoving pickletools.py from the sandbox into the std...
2003-01-27 Tim PetersRepaired spelling of "test_iconv_codecs" in various...
2003-01-27 Andrew M. KuchlingUpdate register example
2003-01-27 Fred DrakeAdjust some of Skip's latest changes slightly; these...
2003-01-27 Fred DrakeMake the "notice" environments somewhat similar, with...
2003-01-27 Andrew M. KuchlingRemove the recently-added get_distutil_options(), and...
2003-01-27 Walter DörwaldFix comment typos
2003-01-27 Jack JansenAttempting to keep the Mac section of the NEWS file...
2003-01-27 Skip Montanaro* add \versionadded{} strings as appropriate
2003-01-27 Martin v. LöwisFix reference counting of iconvcodec_Type. Fixes #670715.
2003-01-27 Martin v. LöwisPatch #670715: Universal Unicode Codec for POSIX iconv.
2003-01-27 Kurt B. KaiserUpdate for release.
2003-01-27 Kurt B. KaiserWhitespace normalization.
2003-01-26 Jack JansenUse new file dialogs.
2003-01-26 Jack JansenFix an omission in the previous checkin.
2003-01-26 Jack JansenUse new file dialogs.
2003-01-26 Kurt B. KaiserUpdate.
2003-01-26 Jack JansenUse new file dialogs.
2003-01-26 Jack JansenPath to default location for Python output has changed.
2003-01-26 Jack JansenFSRef and EasyDialogs pathname support was pretty much...
2003-01-26 Neal NorwitzGet rid of compiler warnings on Redhat
2003-01-26 Neal Norwitzamk pointed out that syslog may use UDP or TCP sockets.
2003-01-26 Martin v. LöwisDefine XML_STATIC.
2003-01-26 Martin v. LöwisAdd _iconv_codec to Setup.dist. Use PyModule_ functions.
2003-01-26 Martin v. LöwisTest that True can be copied.
2003-01-26 Martin v. LöwisPatch #670715: Universal Unicode Codec for POSIX iconv.
2003-01-26 Martin v. LöwisRequire PyXML 0.8.2.
2003-01-26 Martin v. LöwisMerge with PyXML 1.3:
2003-01-26 Martin v. LöwisMerge with PyXML 1.34: Correct typo. Fixes #674700.
2003-01-26 Martin v. LöwisMerge with PyXML 1.82:
2003-01-26 Martin v. LöwisUndo inclusion of Python.h. Remove HAVE_MEMCPY section.
2003-01-26 Kurt B. KaiserM ScriptBinding.py
2003-01-26 Raymond HettingerPart 3 of Py2.3 update
2003-01-26 Neal NorwitzSF #642974, logging SysLogHandler proto type wrong
2003-01-26 Neal NorwitzSF #642974, logging SysLogHandler proto type wrong
2003-01-25 Martin v. LöwisUncomment usage of expat_config.h
2003-01-25 Martin v. LöwisPatch #636005: Filter unicode into unicode.
2003-01-25 Martin v. LöwisIncorporate Expat 1.95.6.
2003-01-25 Raymond HettingerPart II of Python2.3 update
2003-01-25 Martin v. LöwisSynchronize with PyXML's 1.33: Import missing modules.
2003-01-25 Raymond HettingerFix minor typos.
2003-01-25 Martin v. LöwisMerge PyXML 1.11-1.26:
2003-01-25 Kurt B. KaiserM PyShell.py
2003-01-25 Neal NorwitzSF #638299, LaTeX documentation for logging package
2003-01-25 Raymond HettingerPart I of an update for Python 2.3.
2003-01-25 Neal NorwitzFix markup
2003-01-25 Martin v. LöwisImport UserDataHandler from PyXML.
2003-01-25 Martin v. LöwisImport NodeFilter from DOM2 Traversal/Range.
2003-01-25 Martin v. LöwisMerge with PyXML 1.28:
2003-01-25 Martin v. LöwisImport from PyXML 1.10.
2003-01-25 Martin v. LöwisMerge with PyXML 1.80:
2003-01-25 Martin v. LöwisImport expatbuilder, minicompat from PyXML.
2003-01-25 Fred DrakeInclude version annotation for PyObject_Call().
2003-01-25 Fred DrakeFix typo reported to python-docs.
2003-01-25 Kurt B. Kaiser1. Eliminate putrequest(): only used in asynccall(...
2003-01-24 Tim Petersdate and datetime comparison: when we don't know how to
2003-01-24 Neil SchemenauerAdd news about getargs change.
2003-01-24 Neil SchemenauerRaise a TypeError if a float is passed when an integer...
2003-01-24 Jeremy HyltonRaise PicklingError when __reduce__() fails, and
next