]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2002-11-19  Just van RossumNo need to import __builtin__, spotted by Skip.
2002-11-19  Just van RossumPure Python implementation of a plist generator/parser.
2002-11-19  Walter DörwaldDocument additional error handling names available...
2002-11-19  Walter DörwaldAdd missing documentation for the PEP 293 functionality to
2002-11-19  Walter DörwaldFix typo.
2002-11-19  Walter DörwaldChange int() so that passing a string, unicode, float...
2002-11-19  Martin v. LöwisReplace bsddb3 and _db occurrences.
2002-11-19  Martin v. LöwisImporting test suite from bsddb3 3.4.0 (with modificati...
2002-11-19  Tim PetersRenamed Wise vrbl from _TCLMINOR_ to _TCLDIR_, to remov...
2002-11-19  Andrew M. KuchlingAdd Lib/bsddb to list of installed directories
2002-11-19  Andrew M. KuchlingAdd comment to Distutil files about requiring 1.5.2...
2002-11-19  Andrew M. KuchlingUse \ulink instead of \citetitle; bump version number
2002-11-19  Andrew M. KuchlingAdd PyBSDDB update
2002-11-19  Martin v. LöwisDon't try to use unsupported DB versions.
2002-11-19  Martin v. LöwisDocument PyBSDDB import.
2002-11-19  Martin v. LöwisImport PyBSDDB 3.4.0. Rename historical wrapper to...
2002-11-18  Guido van RossumComment on PyNumber_Check().
2002-11-18  Neil SchemenauerNote that PyNumber_Check() returns true for string...
2002-11-18  Neil SchemenauerAdd __mod__ method to UserString.
2002-11-18  Neil Schemenauercheck for str.__mod__
2002-11-18  Neil Schemenauercheck for unicode.__mod__
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.
next