]> granicus.if.org Git - python/shortlog
python
2003-01-30 Guido van RossumSlight code rearrangement to avoid testing getstate...
2003-01-30 Guido van RossumIn save_newobj(), if an object's __getnewargs__ and...
2003-01-30 Raymond HettingerAuthor markup: Andrew got to it first
2003-01-30 Raymond HettingerSF patch 672098: Three __contains__ implementations
2003-01-29 Mark HammondFix [ 583477 ] wrong dest size.
2003-01-29 Guido van RossumUse %c rather than chr() to turn some ints into chars.
2003-01-29 Tim Petersdis(): This had a problem with proto 0 pickles, in...
2003-01-29 Guido van RossumImplement appropriate __getnewargs__ for all immutable...
2003-01-29 Guido van RossumOnly log a message and chmod() when the mode isn't...
2003-01-29 Jack Jansen- The mac-specific tests should also be run on darwin.
2003-01-29 Skip Montanarominor grammar tweaks
2003-01-29 Michael W.... Teach the parsermodule about floor division. Fixes
2003-01-29 Jack JansenMoved aepack test code to the test suite.
2003-01-29 Jack JansenSome objects could have uninitialized attributes. Fixed.
2003-01-29 Jack Jansentest_macfs found an error on the first day of its exist...
2003-01-29 Guido van RossumDocument the demise of all pretenses of safety, and...
2003-01-29 Guido van RossumDeclare Protocol 2 as implemented.
2003-01-29 Guido van RossumSupport for extension codes. (By accident I checked...
2003-01-29 Guido van RossumTest all three EXT opcodes, and move these tests into
2003-01-29 Fred DrakeMake the footer at the end of a \verbatiminput stand...
2003-01-29 Fred DrakeMove a footnote to the end of the sentence, so the...
2003-01-29 Tim PetersWhitespace normalization.
2003-01-29 Tim Peterspickle: Comment repair.
2003-01-29 Tim PetersUpdated info about test_bsddb3 failures.
2003-01-29 Tim PetersExpect test_macostools and test_macfs to get skipped...
2003-01-28 Jack JansenTest aliases too.
2003-01-28 Jack JansenConverted to not use macfs whenever possible.
2003-01-28 Jack JansenAdded a missing INCREF in pathname().
2003-01-28 Tim PetersTemporary hacks to arrange that the pickle tests relyin...
2003-01-28 Guido van RossumAdd a comment about how some built-in types should...
2003-01-28 Guido van RossumGet rid of __safe_for_unpickling__ and safe_constructors.
2003-01-28 Tim PetersRenamed "bin" arguments to "proto". Note that this...
2003-01-28 Fred DrakeMore markup changes for consistency.
2003-01-28 Fred DrakeVarious minor markup adjustments.
2003-01-28 Guido van RossumAdd a test for a list subclass with a __dict__ as well...
2003-01-28 Guido van RossumInstead of bad hacks trying to worm around the inherited
2003-01-28 Fred DrakeAdded missing dependency.
2003-01-28 Jack JansenInstall "python$(VERSION)" into /usr/local as the symli...
2003-01-28 Jack JansenDon't import Nav. It isn't needed, and importing it...
2003-01-28 Jack JansenFinally created the first two tests for MacPython modul...
2003-01-28 Guido van RossumComment out a test that was anticipating SF patch 66153...
2003-01-28 Tim PetersAdded new private API function _PyLong_NumBits. This...
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.
next