]> granicus.if.org Git - python/shortlog
python
2001-08-04 Fred DrakeNote that the mimetypes.MimeTypes class was added in...
2001-08-03 Fred DrakeAdd documentation for the new aspects of the mimetypes...
2001-08-03 Fred DrakeRefactor so that it is easier to work with alternate...
2001-08-03 Tim PetersDon't use any characters C doesn't guarantee are safe...
2001-08-03 Fred DrakeFix stupid bug: when migrating these tests from the...
2001-08-03 Fred DrakeChange some comments into docstrings.
2001-08-03 Tim Peters+ Moved IDLE from the "tools" component to the main...
2001-08-03 Fred DrakeApply the new \mailheader macro where appropriate,...
2001-08-03 Fred DrakeDefine the \mailheader macro and document conventions...
2001-08-03 Fred DrakeMinor markup nits and slight style-guide conformance...
2001-08-03 Jack JansenPyMac_GetFSSpec must be called via the dylib glue code...
2001-08-03 Jack JansenIf we use frameworks we should include CoreServices...
2001-08-03 Jack JansenTXNTSMCheck isn't available under Mach-O Carbon.
2001-08-03 Jack Jansen- On OSX add -no-cpp-precomp to OPT. The user still...
2001-08-03 Jack JansenICFindConfigFile isn't needed, and it's gone under...
2001-08-03 Jack JansenEasyDialogs has a working version of this.
2001-08-03 Jack JansenThese stopped working a long time ago, and they're...
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
next