]> granicus.if.org Git - python/shortlog
python
2003-02-04 Fred Drakesupports_unicode_filenames was not in the right location.
2003-02-04 Walter DörwaldUse size_t instead of int for various variables to...
2003-02-04 Tim PetersAdded basic tests of copy_reg's extension registry.
2003-02-04 Walter DörwaldAdd a test that checks that filter() honors the sq_item...
2003-02-04 Walter DörwaldPyUnicode_Resize() doesn't free its argument in case...
2003-02-04 Walter Dörwaldfilterstring() and filterunicode() in Python/bltinmodule.c
2003-02-04 Jack Jansen- Handle the img and MediaFormat modules not being...
2003-02-04 Jack JansenChanged an edit instruction because of a changed parame...
2003-02-04 Fred DrakeUpdate to better reflect the usage of struct_time insta...
2003-02-04 Fred DrakeTwiddle.
2003-02-04 Raymond HettingerAdd refcount test.
2003-02-04 Tim PetersTypo in comment.
2003-02-04 Tim PeterscPickle can load pickles using proto 2 EXT[124] now...
2003-02-04 Guido van RossumRename the extension registry variables to have leading...
2003-02-04 Tim PetersWhitespace normalization.
2003-02-04 Tim PetersTypo repair.
2003-02-04 Tim PetersBrought some module variables into synch with pickle...
2003-02-03 Walter DörwaldFix typo.
2003-02-03 Walter DörwaldAdd a new test script that tests various features of...
2003-02-03 Tim Peterstest_newobj_tuple(), test_newobj_list(): These tests...
2003-02-03 Tim Peterstest_newobj_generic(): Use the global protocols vector...
2003-02-03 Tim PetersAdded a bit to the EXT[124] tests, and refactored them...
2003-02-03 Tim Petersload_counted_long(): Changed a ValueError to an Unpick...
2003-02-03 Tim PetersDo a better job of testing that opcodes aren't generate...
2003-02-03 Walter DörwaldFix typo.
2003-02-03 Guido van Rossum- Thanks to Scott David Daniels, a subtle bug in how...
2003-02-03 Neal NorwitzSF #661437, apply() should get PendingDeprecation
2003-02-03 Walter DörwaldFix typos.
2003-02-03 Walter DörwaldPort test_pow.py to PyUnit. From SF patch #662807
2003-02-03 Guido van Rossum_slotnames(): this is a fairly expensive calculation...
2003-02-03 Andrew M. Kuchling[Bug #676292] BaseHTTPServer incorrectly parses protoco...
2003-02-03 Guido van Rossum_slotnames(): exclude __dict__ and __weakref__; these...
2003-02-03 Guido van RossumSupport keyword argument 'bin', with a pending deprecat...
2003-02-03 Tim PetersProper testing of proto 2 in part requires checking...
2003-02-03 Skip Montanarobraino
2003-02-03 Tim PetersPDATA_PUSH and PDATA_APPEND. documented, and reformatt...
2003-02-03 Andrew M. KuchlingBug #678077: Suggest alternative to os.getlogin()
2003-02-03 Skip Montanarotry to avoid gross incompatibilities with older version...
2003-02-03 Skip Montanarotry to avoid gross incompatibilities with earlier versi...
2003-02-03 Guido van Rossum_PyLong_Sign(): remove an assert that needed a variable...
2003-02-03 Guido van Rossumtest_float_overflow(): make shuge (added last week...
2003-02-03 Andrew M. KuchlingBug #676273: Rewrite paragraph in module docstring
2003-02-03 Fred Draketest_support.requires(): Instead of raising TestSkippe...
2003-02-03 Skip Montanaroadd note about new db2pickle.py and pickle2db.py scripts
2003-02-03 Andrew M. Kuchling[Bug #679251] Use correct constant name
2003-02-03 Skip Montanaronote db2pickle.py and pickle2db.py
2003-02-03 Skip Montanarodump database files to pickle format
2003-02-03 Skip Montanaroconvert pickles generated by db2pickle.py back to datab...
2003-02-03 Greg WardAdd __all__ (suggested by Raymond Hettinger).
2003-02-03 Walter DörwaldRemove test_b1 and test_b2 from the list of tests
2003-02-03 Just van Rossumpatch #664131, fix config command on OSX and Linux
2003-02-03 Michael W.... Fix bug
2003-02-03 Skip Montanaroadd missing "summary" from long options list
2003-02-03 Skip Montanaro* Add description of PyInt_FromString.
2003-02-03 Gregory P.... version 4.1.4 (4.1.3 just released)
2003-02-03 Gregory P.... fix for use on python 2.1
2003-02-03 Skip MontanaroAdd PyFloat_FromString. Left the char **pend argument...
2003-02-03 Guido van RossumcPickle now implements enough of protocol 2 to enable all
2003-02-02 Walter DörwaldFix comment typo.
2003-02-02 Walter DörwaldFix typos.
2003-02-02 Walter DörwaldFix typos.
2003-02-02 Jack JansenGetting rid of macfs usage and almost all FSSpecs....
2003-02-02 Jack JansenThe FSAliasFile routines also have an in/out parameter.
2003-02-02 Tim PeterscPickle support for TUPLE[123]. Incidentally plugged...
2003-02-02 Just van Rossumjeez, now I know why I shouldn't even _want_ to learn sh.
2003-02-02 Tim PetersMassive edits. If p is a pointer to a struct, and...
2003-02-02 Tim PetersMinor cleanup, mostly adding horizontal whitespace...
2003-02-02 Tim PetersImplemented proto 2 NEWTRUE and NEWFALSE in cPickle.
2003-02-02 Neal NorwitzGet ossaudiodev to compile on freebsd 4.7
2003-02-02 Tim Peterslong_from_binary_base(): Sped this a little by computi...
2003-02-02 Tim PetersBeefed up the tests by putting in more "for proto in...
2003-02-02 Neal NorwitzAdd some notes that got python to work on the snake...
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...
next