]> granicus.if.org Git - python/shortlog
python
2002-11-18 Neil SchemenauerAdd nb_remainder (i.e. __mod__) slot to unicode type...
2002-11-18 Neil SchemenauerAdd nb_remainder (i.e. __mod__) slot to str type. ...
2002-11-18 Neil SchemenauerImprove exception message raised by PyFloat_AsDouble...
2002-11-18 Neil Schemenauerstr and unicode objects now have a __mod__ slot so...
2002-11-18 Neil SchemenauerDon't use PyNumber_Float() since it's is nearly useless...
2002-11-18 Jack JansenAnother workaround, to find the IDE directory when...
2002-11-18 Jack JansenDefine PyDoc_STR if it isn't defined. This makes these...
2002-11-18 Jack JansenBuild waste, _Help and _Scrap too.
2002-11-18 Raymond HettingerImprove comments. Clarify docs.
2002-11-18 Raymond HettingerImprove DictMixin.
2002-11-17 Eric S. RaymondGuard against error if .netrc is missing.
2002-11-17 Neil SchemenauerRemove _Py_ResetReferences. Fixes bug #529750 "Circula...
2002-11-17 Skip Montanarocorrect typo detected by Lee Hansen
2002-11-16 Fred DrakeBetter note that str.zfill() was added in 2.2.2 as...
2002-11-16 Fred DrakeDocument that a minor feature was added in 2.2.2. ;-(
2002-11-15 Neal NorwitzSF Patch #638825
2002-11-15 Neal NorwitzSF Patch #638825 logging module
2002-11-15 Neal NorwitzSF 639138, Ref. calendar module in time docs by John...
2002-11-15 Fred DrakeMinor markup nits.
2002-11-15 Fred DrakeFix stupid typo.
2002-11-15 Thomas HellerDocument the available command line flags for bdist_win...
2002-11-15 Thomas HellerCorrect typo: the option is 'formats' not 'format'.
2002-11-15 Tim PetersStyle guide reformats. I saw this test fail on a very...
2002-11-15 Fred DrakeSquash an enormous number of warnings reported when...
2002-11-15 Fred DrakeFix critical markup errors.
2002-11-15 Tim PetersRepaired typos in the Tcl/Tk compilation instructions...
2002-11-15 Fred DrakeMinor revisions to clarify the status of xreadlines...
2002-11-15 Andrew M. KuchlingFix minor nits
2002-11-15 Andrew M. KuchlingMention that the MRO algorithm changes in 2.3
2002-11-15 Andrew M. KuchlingMention change in MRO
2002-11-15 Guido van RossumAdd Optik news.
2002-11-15 Raymond HettingerSF patch #520382: Expand shelve.py to have a full...
2002-11-15 Martin v. LöwisExplain what to do in case of missing shared libraries...
2002-11-15 Raymond HettingerSF patch #520382: Expand shelve.py to have a full...
2002-11-15 Andrew M. KuchlingDraft a section on modifying Python's path. I'm not...
2002-11-15 Jack JansenFirst stab at a Makefile that will create a MacPython...
2002-11-15 Jack JansenGo from filename to FSSpec via FSRefs, to work around...
2002-11-15 Jack JansenMake the Resources directory if needed.
2002-11-15 Jack JansenPython 2.2 as installed by Apple has a version of _Res...
2002-11-15 Jack JansenAdded a hack so we can build applets with a MacPython...
2002-11-15 Jack JansenA script to run applets. Originally by Just, slightly...
2002-11-14 Andrew M. KuchlingAdd section on Optik
2002-11-14 Tim PetersWindows blurb about new Tcl/Tk release shipped on Windows.
2002-11-14 Tim PetersWindows changes to move from Tcl/Tk 8.3.2 to 8.4.1...
2002-11-14 Tim PetersRepaired illegal syntax most compilers probably let...
2002-11-14 Andrew M. KuchlingFinish up the logging section
2002-11-14 Guido van RossumChecking in Greg Ward's Optik, as optparse.py. This...
2002-11-14 Guido van RossumFix or disable some tests that were affected by the...
2002-11-14 Guido van RossumUse the new C3 MRO algorithm, implemented by Samuele...
2002-11-14 Thomas HellerEnhancement for ModuleFinder, it can now handle _xmlplu...
2002-11-14 Tim PetersThis uses only one temp file at a time, so use test_sup...
2002-11-14 Andrew M. KuchlingAdd partial section on the logging package; not finishe...
2002-11-14 Guido van RossumFrom SF patch 638299 [by Vinaj]: fileConfig() now takes...
2002-11-14 Neal NorwitzFix SF # 638126, logging module not installed
2002-11-14 Skip Montanaroadd liblogging
2002-11-14 Skip Montanaroinitial rough cut at documentation of logging module...
2002-11-14 Neal NorwitzUpdate the docstring to match the code. Will backport.
2002-11-14 Neal NorwitzSync tixwidgets from Mike Clarkson, a maintainer
2002-11-14 Neal NorwitzSync Tix from Mike Clarkson, a maintainer
2002-11-14 Andrew M. KuchlingRemove 'created by' lines; people can use CVS for this...
2002-11-14 Neal NorwitzFix typo in comment
2002-11-14 Andrew M. KuchlingFix docstring typo; remove 'created' line
2002-11-14 Andrew M. Kuchling[Bug #550364] Use sysconfig.get_python_version()
2002-11-14 Andrew M. Kuchling[Bug #550364] Add get_python_version()
2002-11-14 Andrew M. Kuchling[Bug #599248] ext module generation problem
2002-11-13 Eric S. RaymondMake nntplib aware of ~/.netrc credentials; now they...
2002-11-13 Jeremy HyltonAdd some simple tests of the persistence hooks.
2002-11-13 Jeremy HyltonRemove inst_persistent_id() WANNI (we ain't never neede...
2002-11-13 Jeremy Hyltonremove debugging print
2002-11-13 Guido van RossumTim wins a bet. Don't use re.
2002-11-13 Andrew M. KuchlingAllow unknown keyword arguments to the Extension class...
2002-11-13 Jeremy HyltonAdd getstate and setstate implementation to concrete...
2002-11-13 Fred DrakeIntegrate updates to the GNU info conversion.
2002-11-13 Fred Drake- Committing the modified signature lines I've been...
2002-11-13 Fred DrakeDocument struct_time and the field names.
2002-11-13 Fred DrakeAdd \funcline, \funclineni, and \methodlineni to the...
2002-11-13 Fred DrakeFix broken markup.
2002-11-13 Jeremy HyltonRemove some test code.
2002-11-13 Jeremy HyltonFix SF bug #637789: Handle Proxy-Connection header.
2002-11-13 Andrew M. KuchlingBack out part of rev. 1.53, restoring the use of the...
2002-11-13 Guido van RossumNews about the logging module.
2002-11-13 Guido van RossumGet rid of #! lines, references to usage as __main__...
2002-11-13 Guido van RossumAdding Vinay Sajip's logging package.
2002-11-13 Fred DrakeTypo: it's --> its
2002-11-13 Fred DrakeUpdate: Older versions of Python crashed when calling...
2002-11-13 Raymond HettingerImproved clarity and thoroughness of docstring.
2002-11-13 Fred DrakeClarify that PyImport_AddModule() and PyImport_ExecCode...
2002-11-13 Fred DrakeNormalize whitespace.
2002-11-13 Fred DrakeFix typo in comment.
2002-11-13 Andrew M. KuchlingUpdate file
2002-11-13 Andrew M. KuchlingDocstring typo fix
2002-11-13 Andrew M. KuchlingFill out the 'Porting' section
2002-11-13 Martin v. LöwisThe libsocket/libnsl problem is specific to IRIX 4...
2002-11-12 Neal NorwitzFix SF # 464405, freeze doesn't like DOS files on Linux
2002-11-12 Fred DrakeClarified meaning of \w and \W with respect to the...
2002-11-12 Neal NorwitzSF # 627900, Bytecode copy bug in freeze
2002-11-12 Neal NorwitzFix SF # 635969, No error "not all arguments converted"
2002-11-12 Fred DrakeHandle the Content-Type header a little more appropriat...
2002-11-12 Tim PetersSF patch 637176: list.sort crasher
2002-11-12 Fred DrakeClarified documentation of tempnam().
next