]> granicus.if.org Git - python/shortlog
python
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
2002-12-17 Neal NorwitzFix SF # 641111, Undocumented side effect of eval
2002-12-17 Neal NorwitzFix SF #642742, property() builtin not documented
2002-12-17 Neal NorwitzFix SF # 626275, missing DECREF's in embedding example
2002-12-16 Kurt B. KaiserIn Shell:
2002-12-16 Tim PetersMade this a little more compatible w/ the sandbox versi...
2002-12-16 Tim PetersBlurb about new datetime module.
2002-12-16 Guido van RossumFix GCC warnings. It turns out two out of three pointe...
2002-12-16 Guido van RossumBuild the datetime module for *n*x.
2002-12-16 Tim Petersdatetime escapes the sandbox. The Windows build is...
2002-12-16 Gustavo NiemeyerFixed bug
2002-12-16 Gustavo NiemeyerUse "dictionary literals" instead of "dictionaries...
2002-12-16 Gustavo NiemeyerFixing bug
2002-12-16 Jack JansenGot rid of old (non-carbon-ppc and even cfm68k) file...
2002-12-16 Gustavo NiemeyerApplying patch
2002-12-16 Kurt B. KaiserM EditorWindow.py
2002-12-15 Andrew M. KuchlingRewrite to produce a complete sentence
2002-12-15 Jack JansenCombined alias and file into a single module. This...
2002-12-15 Just van RossumFixed potential crash: v can be NULL here, so use Py_XD...
2002-12-15 Just van Rossumtypo fix.
2002-12-14 Raymond HettingerAdded missing markup.
2002-12-14 Raymond HettingerApply SF patch 652930: Add optional base argument...
2002-12-14 Raymond HettingerPunctuation fix.
2002-12-14 Kurt B. KaiserM Debugger.py
2002-12-14 Jack JansenGot rid of outdated defines.
2002-12-14 Jack JansenRemoved errors.rsrc: this is loaded dynamically from...
2002-12-14 Jack JansenRemoved: this is loaded dynamically from :Mac:Lib when...
2002-12-13 Jack JansenGot rid of EasyDialogs dialogs, which are now in :Mac...
2002-12-13 Jack JansenGot rid of interpreter-internal dialogs.
2002-12-13 Jack JansenGot rid of non-carbon stuff, and added new Alias, File...
2002-12-13 Jack JansenTweaked button sizes and hid unused items.
2002-12-13 Jack JansenSigh: the Jaguar workaround for the prefs file broke...
2002-12-13 Jack JansenTweaked some button sizes to make them look better...
2002-12-13 Jack JansenTweaks to make this module OS9-compatible.
2002-12-13 Jack JansenMore pre-carbon stuff bites the dust.
2002-12-13 Jack JansenRemoved: not carbon-compatible.
next