]> granicus.if.org Git - python/shortlog
python
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
2003-01-25 Martin v. LöwisPatch #636005: Filter unicode into unicode.
2003-01-25 Martin v. LöwisIncorporate Expat 1.95.6.
2003-01-25 Raymond HettingerPart II of Python2.3 update
2003-01-25 Martin v. LöwisSynchronize with PyXML's 1.33: Import missing modules.
2003-01-25 Raymond HettingerFix minor typos.
2003-01-25 Martin v. LöwisMerge PyXML 1.11-1.26:
2003-01-25 Kurt B. KaiserM PyShell.py
2003-01-25 Neal NorwitzSF #638299, LaTeX documentation for logging package
2003-01-25 Raymond HettingerPart I of an update for Python 2.3.
2003-01-25 Neal NorwitzFix markup
2003-01-25 Martin v. LöwisImport UserDataHandler from PyXML.
2003-01-25 Martin v. LöwisImport NodeFilter from DOM2 Traversal/Range.
2003-01-25 Martin v. LöwisMerge with PyXML 1.28:
2003-01-25 Martin v. LöwisImport from PyXML 1.10.
2003-01-25 Martin v. LöwisMerge with PyXML 1.80:
2003-01-25 Martin v. LöwisImport expatbuilder, minicompat from PyXML.
2003-01-25 Fred DrakeInclude version annotation for PyObject_Call().
2003-01-25 Fred DrakeFix typo reported to python-docs.
2003-01-25 Kurt B. Kaiser1. Eliminate putrequest(): only used in asynccall(...
2003-01-24 Tim Petersdate and datetime comparison: when we don't know how to
2003-01-24 Neil SchemenauerAdd news about getargs change.
2003-01-24 Neil SchemenauerRaise a TypeError if a float is passed when an integer...
2003-01-24 Jeremy HyltonRaise PicklingError when __reduce__() fails, and
2003-01-24 Barry Warsawrmtree(): Make implementation agree with documentation...
2003-01-24 Barry WarsawA very minimal start to a test of the shutil module.
2003-01-24 Barry WarsawFred drives and fixes a formatting nit.
2003-01-24 Jack JansenMacPython-OS9 has had an abort() function for quite...
2003-01-24 Jack JansenMacPython-OS9 specific fix: If there are non-string...
2003-01-24 Tim PetersBump the Windows build to use Sleepycat's 4.1.25.NC...
2003-01-24 Guido van RossumChange the mode of scripts in the build/scripts* direct...
2003-01-24 Jack JansenUpdated the doc strings to refer to PyArg_Parse and...
2003-01-24 Tim PetersUpdated the astimezone() proof to recover from all...
2003-01-23 Neal NorwitzFix typo
2003-01-23 Tim PetersSF bug 660872: datetimetz constructors behave counteri...
2003-01-23 Tim PetersReimplemented datetime.now() to be useful.
2003-01-23 Jeremy HyltonUse lightweight introspection instead of the inspect...
2003-01-23 Jeremy HyltonFix for SF bug 661340: test_httplib fails on the mac.
2003-01-23 Tim Petersfromutc(): Repair incorrect failure return, as noted...
2003-01-23 Tim PetersBringing the code and test suite into line with doc...
2003-01-22 Skip Montanaroadd support for Python's bool type to xmlrpclib - patch...
2003-01-22 Jack JansenTweaked time conversion to work in MacPython-OS9.
2003-01-22 Jack JansenGetting rid of StandardGetFile
2003-01-22 Raymond HettingerKurt pointed out another method affected by the changes...
2003-01-22 Martin v. LöwisConvert booleans to integers in IntVar.set. Fixes ...
2003-01-22 Martin v. LöwisPatch #671459: Invoke import hooks in Py_NewInterpreter.
2003-01-22 Tim Peters"Premature" doc changes, for new astimezone() rules...
2003-01-22 Raymond HettingerSF patch #667730: More DictMixin
2003-01-22 Kurt B. KaiserMake Alt-Key-2 the Zoom Height binding for ClassBrowser...
2003-01-22 Kurt B. KaiserM Bindings.py
2003-01-21 Jack JansenAdded DepracationWarnings to the old Standard File...
2003-01-21 Jack JansenTuples and lists don't have a copy() method (yet?).
2003-01-21 Martin v. LöwisAvoid usage of PyDoc_STR in 2.2 compatibility code.
2003-01-21 Guido van RossumFix from Vinaj for the "writing to closed file" errors...
2003-01-21 Guido van Rossumossaudiodev.c currently gives compilation errors, and...
2003-01-21 Tim PetersSF bug 671779: Error in tzinfo.dst() docs
next