]> granicus.if.org Git - python/shortlog
python
2003-01-28 Guido van RossumThe default __reduce__ on the base object type obscured any
2003-01-28 Neal NorwitzFix SF bug# 676155, RuntimeWarning with tp_compare
2003-01-28 Guido van RossumMove the NEWOBJ-generating code to a separate function...
2003-01-28 Guido van RossumSome experimental support for generating NEWOBJ with...
2003-01-28 Guido van RossumVerify treatment of unary minus on negative numbers...
2003-01-28 Barry WarsawBump the version number
2003-01-28 Barry WarsawEverything worked in both the distutils distro and...
2003-01-28 Tim Peterssave_empty_tuple(): Comment on why we can't get rid...
2003-01-28 Tim Peterssave_dict(): Added a comment about the control flow...
2003-01-28 Tim Peters_is_string_secure(): This method is no longer used...
2003-01-28 Guido van RossumMade save() fit on a page, while adding comments. ...
2003-01-28 Tim PetersGot rid of the _quotes global. Used only once, and...
2003-01-28 Tim PetersUse raw-mode docstring whenever there's an escape code...
2003-01-28 Guido van Rossum_dis_test should be a raw string now that it contains...
2003-01-28 Tim Petersdis(): Not all opcodes are printable anymore, so print...
2003-01-28 Guido van RossumAdd a few comments. Change the way the protocol is...
2003-01-28 Guido van RossumRename all variables 'object' to 'obj' to avoid conflic...
2003-01-28 Guido van RossumFix one disassembly output now that empty tuples are...
2003-01-28 Guido van RossumDon't memoize the empty tuple in protocol 0.
2003-01-28 Fred DrakeUpdate to the final version released as Expat 1.95...
2003-01-28 Tim Peterssave_tuple(): So long as the charter is rewriting...
2003-01-28 Tim Peterssave_tuple(): I believe the new code for TUPLE{1,2...
2003-01-28 Tim PetersComments.
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
next