]> granicus.if.org Git - python/shortlog
python
2002-12-24 Tony LowndsMove boolcheck before import of other IDLE modules
2002-12-24 Tim PetersRemoved blurb admonishing users to raise an exception...
2002-12-24 Tim PetersAdded note about technical pickle limitation on tzinfo...
2002-12-24 Tim Peterstzinfo.{utcoffset,dst} can return timedelta (or integer...
2002-12-24 Neal NorwitzAdd test for SF #658106. Will backport.
2002-12-24 Neal NorwitzFix SF #658023, "What's New in 2.3", s12, verbatim...
2002-12-24 Jack JansenAdded File and Folder, removed macfs.
2002-12-24 Jack JansenFixed typo.
2002-12-24 Jack JansenRemoved macfs, added File and Folder.
2002-12-24 Jack JansenUpdated for demise of macfs.
2002-12-24 Kurt B. KaiserM PyShell.py
2002-12-24 Tim PetersImplemented .replace() methods for date, datetime,...
2002-12-24 Kurt B. KaiserIDLE should exit if it fails to connect with the execut...
2002-12-24 Kurt B. Kaiser1. RPC stack levels were not pruned from traceback...
2002-12-24 Kurt B. KaiserUniform Capitalization in Menus
2002-12-23 Jack Jansen- Various tweaks to shut up compiler warnings.
2002-12-23 Kurt B. KaiserRemove debugging connection message
2002-12-23 Jack Jansen- Various tweaks to forestall compiler warnings.
2002-12-23 Jack JansenOops, old-style types don't have a tp_free slot. Call...
2002-12-23 Tim PetersBrought the strftime explanation into synch with the...
2002-12-23 Jack JansenSquashed compiler warnings by adding casts, making...
2002-12-23 Fred DrakeAdd in the datetime docs now that they pass LaTeX....
2002-12-23 Fred DrakeLots of markup changes. This is still pretty sad,...
2002-12-23 Fred DrakeMove the examples of concrete tzinfo classes to a separ...
2002-12-23 Tony LowndsMake this script execute using pythonw
2002-12-23 Tony LowndsRevert to revision 1.3; Mac OS X has a platform specifi...
2002-12-23 Tony LowndsMove boolcheck to PyShell
2002-12-23 Fred DrakeAdded docs for (draft) pkgutil module.
2002-12-23 Guido van RossumOops. Roll back that last change. It wasn't ready...
2002-12-23 Tim PetersDon't rebind True and False.
2002-12-23 Guido van RossumAdd warning for assignment to None, True and False...
2002-12-23 Guido van RossumLast week we discussed adding this module to the standa...
2002-12-23 Tim Peterscall_utc_tzinfo_method(): Got rid of the label and...
2002-12-23 Andrew M. KuchlingBump version number
2002-12-23 Jack JansenGot rid of Mac/Relnotes, and started on mac-specific...
2002-12-23 Kurt B. KaiserAlt-H was conflicting with the Help menu on Windows.
2002-12-23 Kurt B. KaiserM MANIFEST.in
2002-12-22 Tim PetersI give up: unless I write my own strftime by hand...
2002-12-22 Tim PetersPython's strftime implementation does strange things...
2002-12-22 Tim Petersclassify_object(): Renamed more meaningfully, to class...
2002-12-22 Tim PetersImplemented a Wiki suggestion:
2002-12-22 Kurt B. KaiserAdd configuration for packaging.
2002-12-21 Kurt B. KaiserWhen IDLE is installed and run from a startup script...
2002-12-21 Kurt B. KaiserM PyShell.py
2002-12-21 Martin v. LöwisUse wcscoll for _locale.strcoll if available.
2002-12-21 Tim PetersAdded test to ensure that non-string result from dst...
2002-12-21 Tim PetersChanges sufficient so that pickles written by the Pytho...
2002-12-20 Kurt B. KaiserUpdate the setup file:
2002-12-20 Thomas HellerFix an error message in the _winreg module. The error...
2002-12-20 Kurt B. KaiserRemove debugging statement checked in by accident,...
2002-12-20 Kurt B. Kaiser"'foo' in str" not implemented in Python 2.2, only...
2002-12-20 Tim PetersFixed longstanding bug in the description of strftime...
2002-12-20 Tony Lownds*** empty log message ***
2002-12-20 Tony LowndsUpdate way a subprocess is launched for Mac OS X.
2002-12-20 Guido van RossumFix what I believe is a bug: when removing all previous...
2002-12-20 Tim Petersformat_utcoffset(): The natural type of the buflen...
2002-12-20 Kurt B. KaiserPanel Bar on the Bottom is Probably More Common
2002-12-20 Kurt B. KaiserUpdated.
2002-12-19 Jack JansenAlways use self->ob_type->tp_free when freeing an object.
2002-12-19 Jack JansenThe extension module macfs has been replaced by a pure...
2002-12-19 Jack JansenAdded the last missing bits of functionality, and fixed...
2002-12-19 Jack JansenA replacement for the macfs extension module, implement...
2002-12-19 Jack JansenGone: the constants have been moved to macfs.py (which...
2002-12-19 Jack JansenRegenerated with inheritance-aware xxxx_Check() macros.
2002-12-19 Jack JansenAlways output an inheritance-aware version of the xxxx_...
2002-12-19 Martin v. LöwisFix if-then-else-fi structure.
2002-12-19 Neal NorwitzFix bug introduced by SF patch #643835, Set Next Statem...
2002-12-19 Martin v. LöwisUnsupport --without-universal-newlines.
2002-12-19 Neal NorwitzUpdate/correct comment
2002-12-19 Neal NorwitzProvide mechanism to deprecate functions, types, and...
2002-12-19 Kurt B. KaiserIf Edit window has not been saved, offer to save if...
2002-12-19 Neal NorwitzFix another long vs int mismatch. test_datetime now...
2002-12-19 Tim PetersFixed typo in string.
2002-12-19 Neal NorwitzFix crash on alphas due to mismatch between 'l' format...
2002-12-18 Neal NorwitzUndefine MIN and MAX before defining
2002-12-18 Neal NorwitzSF # 654974, fix unchecked return values in structseq
2002-12-18 Jack Jansen- Added rawdata initializers
2002-12-18 Tim Petersdelta_str(): Purged last uses of sprintf (in favor...
2002-12-18 Raymond HettingerExpand log() tests to include long integers.
2002-12-18 Andrew M. KuchlingCheck in current, unfinished, draft of datetime docs
2002-12-18 Fred DrakeFix some small markup nits.
2002-12-18 Neal NorwitzFix typo spotted by Richie Hindle
2002-12-18 Neal NorwitzSF # 654960, remove unnecessary static variable
2002-12-17 Jack JansenFixed silly typo.
2002-12-17 Jack JansenThis module will shortly replace the builtin module...
2002-12-17 Greg WardTwo more typo fixes.
2002-12-17 Jack JansenInclude Finder.h too in the list of header files to...
2002-12-17 Jack JansenThis now contains constants from Files.h, Aliases.h...
2002-12-17 Jack Jansen- Added as_pathname and as_tuple methods
2002-12-17 Jack JansenAdded an optional longname argument to Module, which...
2002-12-17 Kurt B. KaiserM ColorDelegator.py
2002-12-17 Jack Jansen"time_second" is apparently a #define on MacOSX. Rename...
2002-12-17 Andrew M. KuchlingNo point in warning about needing re module; remove...
2002-12-17 Andrew M. KuchlingFix comment typo
2002-12-17 Greg WardTypo fix.
2002-12-17 Gustavo Niemeyer* Objects/fileobject.c
2002-12-17 Michael W.... This is J. Lewis Muir's patch:
2002-12-17 Michael W.... This is Richie Hindle's patch
2002-12-17 Neal NorwitzUpdate doc for getboolean() to match code (ie, returnin...
2002-12-17 Neal NorwitzAdd markup for base parameter
next