]> granicus.if.org Git - python/shortlog
python
2002-11-21 Martin v. LöwisFix --disable-unicode compilation problems.
2002-11-21 Just van Rossumadded command line interface; refactored a bit; little...
2002-11-21 Tim Petersfloat_int(): Some systems raise an exception if a...
2002-11-21 Martin v. LöwisPatch #633547: Support plural forms. Do TODOs in test...
2002-11-21 Guido van RossumThe _Event class should be more careful with releasing...
2002-11-21 Martin v. LöwisPatch #639371: Remove FreeBSD 5 specific test, test...
2002-11-21 Andrew M. KuchlingReflow comment
2002-11-21 Martin v. LöwisPatch #642019: Recognize gcc-x.y as gcc.
2002-11-21 Martin v. LöwisPatch #642020: Pass down prefix, BINDIR, and DESTSHARED...
2002-11-21 Walter DörwaldWrap uargs declaration in a #ifdef Py_USING_UNICODE...
2002-11-21 Walter DörwaldComment out the getcwdu implementation for --disable...
2002-11-21 Walter DörwaldMove three variables that are only used inside an if...
2002-11-21 Walter DörwaldFix PEP 293 related problems with --disable-unicode...
2002-11-21 Andrew M. KuchlingBug #639118 from Ollie Oldham: archiver should use...
2002-11-21 Tim PetersNamedTemporaryFile: clarify behavior based on confusio...
2002-11-21 Tim Peters_RandomNameSequence(): style guide changes, small...
2002-11-21 Tim Peters_TemporaryFileWrapper: changed self.close_called to...
2002-11-21 Michael W.... Always call tparm with 10 arguments. It seems it's...
2002-11-21 Just van Rossumname kwargs kwargs
2002-11-21 Just van RossumTools to create MacOS X (application) bundles.
2002-11-21 Kurt B. KaiserApply Nicolas Riley's Patch.
2002-11-20 Neal NorwitzFix SF #640094, on win32 getpass runs into unix_getpass
2002-11-20 Just van Rossum- cleaned up example/test code
2002-11-20 Andrew M. KuchlingAdd missing import
2002-11-20 Jack Jansendded cvsignores.
2002-11-20 Jack JansenMinimal instructions on building a MacPython-OSX addon...
2002-11-20 Jack JansenBuild PythonLauncher for MacPython-OSX 2.2 as well.
2002-11-20 Jack JansenThis file is now generated dynamically.
2002-11-20 Andrew M. KuchlingAdd change to int() and OverflowError
2002-11-19 Just van Rossumremoved a redundant .strip(); made a doc string more...
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...
next