]> granicus.if.org Git - python/shortlog
python
2003-02-02 Neal NorwitzFix compiler warning
2003-02-02 Tim Petersdump(): Added asserts that self->proto is sane.
2003-02-02 Tim Petersdump(): Fixed a stupid bug in new code. It wasn't...
2003-02-02 Tim PetersAdd cPickle support for PROTO. Duplicated PROTO/LONG1...
2003-02-02 Raymond HettingerOne more use of ifilter()
2003-02-02 Raymond HettingerSF patch #678899: Save time and memory by using iterto...
2003-02-02 Tim PetersTightened a too-generous assert.
2003-02-02 Tim Peterslong(string, base) now takes time linear in len(string...
2003-02-02 Fred DrakeFix memory leak: free memory storing the content model...
2003-02-02 Tim PeterscPickle.c: Full support for the new LONG1 and LONG4...
2003-02-01 Tim PetersThe C pickle now knows how to deal with a proto= argume...
2003-02-01 Just van Rossumremoved bizarre construct, no idea why it was there...
2003-02-01 Just van Rossumpatch #678211 from Robin Dunn
2003-02-01 Just van Rossumicon support by Robin Dunn, closes patch #678218
2003-02-01 Tim PetersRemoved needless include of errno.h.
2003-02-01 Tim PetersThe module docstring had an RCS ID from 1999 embedded...
2003-02-01 Tim PetersTrimmed trailing whitespace.
2003-02-01 Tim PetersAdded #defines for proto 2 opcodes; gave the Pickler...
2003-02-01 Tim PetersNew functions alloc_{time,datetime}. Got rid of all...
2003-02-01 Tim PetersThere's no good reason for datetime objects to expose...
2003-02-01 Raymond HettingerNeaten ref count test.
2003-02-01 Tim PetersRemoved all uses of the out-of-favor __safe_for_unpickl...
2003-02-01 Tim PetersAll over: changed comments to reflect pickling is...
2003-02-01 Tim Petersdelta_setstate(): This waS no longer referenced, so...
2003-02-01 Raymond HettingerMove itertools module from the sandbox and into production.
2003-01-31 Tim PetersThe various datetime object __setstate__() methods...
2003-01-31 Tim PetersChanged the tests to stop using __setstate__(). __sets...
2003-01-31 Tim PetersSquash compiler wng about signed/unsigned comparison...
2003-01-31 Guido van RossumIgnore the state returned by __reduce__ if it is Py_None.
2003-01-31 Thomas HellerPatch #669198: Add cflags to RC compile.
2003-01-31 Thomas HellerPass the preprocessor options also to the resource...
2003-01-31 Guido van RossumAdd extension management to __all__.
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...
next