]> granicus.if.org Git - python/shortlog
python
2003-01-31 Guido van RossumChange the default protocol back to 0.
2003-01-31 Guido van RossumAnother extension to reduce(). It can return a 4-...
2003-01-31 Jeremy HyltonDocument __module__.
2003-01-31 Jeremy HyltonProvide __module__ attributes for functions defined...
2003-01-31 Guido van RossumSF patch #678257 by Geoff Talvola.
2003-01-31 Guido van RossumSF patch 676472 by Geoff Talvola, reviewed by Ben Laurie.
2003-01-31 Michael W.... I believe this fixes
2003-01-31 Walter DörwaldChange the treatment of positions returned by PEP293
2003-01-31 Guido van RossumPass the object to save_reduce(), so the memoize()...
2003-01-31 Guido van RossumAdd a magical feature to save_reduce so that __reduce__...
2003-01-31 Tim PetersIt's Official: for LONG1/LONG4, a "byte count" of...
2003-01-31 Walter DörwaldInitialize swappedinput to silence the compiler warning...
2003-01-31 Guido van RossumMake StringIO its own iterator, similar to real files.
2003-01-31 Tim Peters_PyLong_NumBits(): The definition of this was too...
2003-01-31 Raymond HettingerFix typo
2003-01-31 Raymond HettingerSF bug #671447: StringIO doc doesn't say it's sometimes...
2003-01-31 Kurt B. KaiserM PyShell.py
2003-01-31 Neal NorwitzFix typo
2003-01-31 Tim PetersLinear-time implementations of {encode,decode}_long.
2003-01-31 Barry Warsawtypo in comment
2003-01-31 Tim PetersBackward branches are disgusting, at least when a forwa...
2003-01-31 Neil SchemenauerGive people who run "pydoc re" a clue.
2003-01-30 Fred DrakeFix markup error.
2003-01-30 Guido van RossumChange the approach to pickling to use __reduce__ every...
2003-01-30 Tim Peterspickle.py has a few doctest'ed internal functions,...
2003-01-30 Walter DörwaldCheck whether the choosen encoding requires byte swapping
2003-01-30 Tim PetersUpdated the INST/OBJ docs, to say they really are ...
2003-01-30 Tim Petersload_inst(), load_obj(): Put the bulk of these into...
2003-01-30 Fred DrakeStyle consistency, so "grep ^function ..." works as...
2003-01-30 Tim Petersdis(): Simplified stack emulation a bit.
2003-01-30 Michael W.... I was in this module anyway, so I did some janitorial...
2003-01-30 Michael W.... Add the get_completer() function based on Michael Stone...
2003-01-30 Guido van RossumThere was a subtle big in save_newobj(): it used self...
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!
next