]> granicus.if.org Git - python/shortlog
python
2001-08-03 Jack JansenObsolete, EasyDialogs has the same code (but working:-).
2001-08-03 Jack JansenObsolete: uses old applescript support.
2001-08-03 Jack JansenObsolete, uses the old non-package-based applescript...
2001-08-03 Jack JansenThis "test" showed an obsolete way to get scrolled...
2001-08-03 Jack JansenThis "test" showed an obsolete way to get scrolled...
2001-08-03 Jack JansenRemoved: it doesn't work anymore, and it wasn't all...
2001-08-03 Jack JansenObsolete, superseded by :Mac:Demo:imgbrowse and friends.
2001-08-03 Jack JansenObsolete, superseded by :Mac:Demo:TE
2001-08-03 Jack JansenObsolete, superseded by :Mac:Demo:waste
2001-08-03 Jack JansenObsolete, removed.
2001-08-03 Jack JansenMerging appropriate 2.1.1 fixes back into the main...
2001-08-03 Jack JansenDocumented the runtimemodel attribute.
2001-08-03 Jack Jansen(Finally) converted to new-style args.
2001-08-03 Jack JansenAdded descrobject.c and mysnprintf.c
2001-08-03 Jack JansenRegenerated for new description stuff.
2001-08-03 Jack JansenThe test opened the binary test data files in text...
2001-08-03 Jack JansenRemoved duplicate definnitions of PyObject_AS_GC and...
2001-08-03 Tim PetersNo more Inno Envy: the "Start Installation" dialog...
2001-08-03 Martin v. LöwisDo not use the system getaddrinfo on Mac OS X. Fixes...
2001-08-03 Steven M. Gavafurther work on config dialog, particularly highligthin...
2001-08-03 Fred DrakeMake sure that WeakValueDictionary[] raises KeyError...
2001-08-03 Fred DrakeFix some of the example code; the reference objects...
2001-08-02 Tim PetersFinish my log of the final merge process. Mark the...
2001-08-02 Fred DrakeUser-defined methods *can* contain things other than...
2001-08-02 Fred DrakeAdd a caveat about boundary conditions and RE concatena...
2001-08-02 Fred DrakeMiscellaneous minor cleanups.
2001-08-02 Fred DrakeMove away from apply() to using extended call syntax...
2001-08-02 Tim PetersThis test failed under python -O.
2001-08-02 Fred DrakeExplain that __init__() methods do not get to return...
2001-08-02 Guido van RossumFix SF #442791 (revisited): No __delitem__ wrapper...
2001-08-02 Fred DrakeAdd anentry for the distutils.sysconfig module docs.
2001-08-02 Fred DrakeUpdate some incorrect comments about the bdist commands...
2001-08-02 Fred DrakeDocumentation for the distutils.sysconfig module.
2001-08-02 Guido van RossumUnit test for improved package import semantics.
2001-08-02 Martin v. LöwisPatch #444359: Remove unused imports.
2001-08-02 Martin v. LöwisTake MANDIR and INCLUDEDIR from configure. Fixes bug...
2001-08-02 Tim PetersFix the test_weakref.py failure. Introduced by resolvi...
2001-08-02 Tim PetersMerge of descr-branch back into trunk.
2001-08-01 Fred DrakeCleaned up the docstring for readline.set_completer().
2001-08-01 Fred DrakeCleaned up the description of readline.set_completer().
2001-08-01 Tim Peterss/endswith/startswith/
2001-08-01 Tim PetersRewritten version of Finn Bock's SF patch #446907 ...
2001-08-01 Tim PetersJust changes to comments.
2001-08-01 Tim PetersRepair more ways in which the "backup files" dialog...
2001-08-01 Guido van RossumTurn an octal constant into a hex constant.
2001-08-01 Fred DrakeAdded more names.
2001-08-01 Fred DrakeMinor re-wording in the exaplantion of sequence compari...
2001-08-01 Fred DrakeAdded an example of a string value for the replacement...
2001-08-01 Fred DrakeFix description of buffer_info(), and add a note that...
2001-08-01 Tim PetersWe always wrote a pair of lines to the Wise install...
2001-08-01 Tim PetersHmm. The Backup/Replace dialog also had back/next...
2001-08-01 Tim PetersAha! Finally figured out something else that's been...
2001-08-01 Tim PetersThe "Select Destination Directory" dialog didn't ask...
2001-08-01 Tim PetersRemove useless Back button from Finished dialog.
2001-07-31 Tim PetersAdd mysnprintf.c to Windows build, + squash compiler...
2001-07-31 Marc-André... Enable PyOS_snprintf() et al. during alpha phase of...
2001-07-31 Andrew M. KuchlingMove C-level changes into a section of their own
2001-07-31 Marc-André... Moved the news items about C API topics down to the...
2001-07-31 Marc-André... Add news item about Unicode API name mangling.
2001-07-31 Marc-André... As discussed on python-dev: this patch adds name mangli...
2001-07-31 Marc-André... Add news items.
2001-07-31 Marc-André... va_list is defined in stdarg.h.
2001-07-31 Marc-André... This patch turns the Python API mismatch notice into...
2001-07-31 Steven M. GavaA more lightweight (and read only) way to view help...
2001-07-31 Steven M. Gavaindentation style changed to match existing source
2001-07-31 Steven M. Gavaimprove viewfile handling
2001-07-31 Martin v. LöwisAdd dead imports of modules that are "magically" imported.
2001-07-31 Martin v. LöwisRemove obsolete entries from regen scripts.
2001-07-31 Martin v. LöwisInitialize msg to avoid unbound locals.
2001-07-31 Steven M. Gavaactivate new about dialog for testing
2001-07-31 Steven M. Gavaremoved redundant separate idlfefork ver
2001-07-31 Steven M. Gavasome new dialogs and support files for new about and...
2001-07-31 Guido van RossumNew name.
2001-07-31 Guido van RossumAmazing. This would open the sound file in text mode...
2001-07-31 Tim PetersI hope this irons out the Add/Remove kinks on Win2K...
2001-07-31 Andrew M. KuchlingRewrite MBCS paragraph following MH's suggestions,...
2001-07-30 Tim PetersRemove oodles of pointless file date and size stamps...
2001-07-30 Tim Peterstest_codeup should not have had an expected-output...
2001-07-30 Tim PetersMassive fiddling to get the install to work at all...
2001-07-30 Jeremy HyltonAdd tests for getattr() and hasattr() with non-string...
2001-07-30 Jeremy HyltonDo for hasattr() what was done for getattr()
2001-07-30 Fred DrakeGet the whitespace right!
2001-07-30 Jeremy HyltonFix for SF byg [ #420304 ] getattr function w/ default
2001-07-30 Jeremy HyltonAdd _PyUnicode_AsDefaultEncodedString to unicodeobject.h.
2001-07-30 Jeremy HyltonFix for SF bug [ #443866 ] Evaluating func_code causing...
2001-07-30 Jeremy HyltonFix for SF bug [ #443866 ] Evaluating func_code causing...
2001-07-30 Jeremy HyltonUgly fix used when pyexpat is not available.
2001-07-30 Jeremy HyltonFix when pyexpat not built
2001-07-30 Martin v. LöwisTemporarily work around bug #445928: Force usage of...
2001-07-30 Martin v. LöwisPatch #442866: Tests for codeop.py.
2001-07-30 Martin v. LöwisPatch #445538: add completion for pstats.py sort cmd.
2001-07-30 Tim PetersAdd a dialog for the backup directory (default "yes...
2001-07-29 Tim PetersNow stop distutils and xml from getting *too* much...
2001-07-29 Just van RossumDo convert_path() on script paths (now PyXML builds...
2001-07-29 Tim PetersRepair long-standing mistakes in the distutils and...
2001-07-29 Tim PetersRemove Lib\plat-win from PYTHONPATH; that directory...
2001-07-29 Tim PetersDon't prompt for the doc (HTML) directory anymore ...
2001-07-29 Tim PetersWhew -- I *think* this completes folding in all the...
2001-07-29 Tim PetersEwwww -- the 8.1 support for rolling back changes in...
2001-07-29 Tim PetersAdd oodles more 8.1 Wizard boilerplate. This creates...
next