]> granicus.if.org Git - python/shortlog
python
2002-06-27 Fred DrakeAdded support for some of the more recently defined...
2002-06-27 Fred DrakeClean up some markup.
2002-06-26 Neal Norwitzdis.dis() also supports modules
2002-06-26 Jack JansenDisabled non-carbon builds (for the moment still option...
2002-06-26 Neal NorwitzWhitespace normalization (remove tabs)
2002-06-26 Fred DrakeFix various typos reported to python-docs.
2002-06-26 Fred DrakeFix typo reported to python-docs.
2002-06-26 Jack JansenMake the prototype match the declaration in the GUSI...
2002-06-26 Jack JansenUndefine DPRINTF before defining it, there was a confli...
2002-06-26 Jack JansenUndefine TRUE and FALSE before redefining them.
2002-06-26 Jack JansenGot rid of an extraneous semicolon.
2002-06-26 Jack JansenChanged some prototypes to match the exact definition...
2002-06-26 Jack JansenIn plugin projects use (by default) the new mwerks_shca...
2002-06-26 Jack JansenClose the project after generating it, so we don't...
2002-06-26 Jack Jansen- Got rid of non-carbon builds
2002-06-26 Jack JansenFixed a few showstoppers in the process of making MacPy...
2002-06-26 Jack JansenFixed various MacPython-specific issues found by attemp...
2002-06-26 Raymond HettingerApply SF 562987 modernizing Cookie to subclass from...
2002-06-26 Fred DrakeSuppress the variable verbose output from test.xmltests...
2002-06-26 Jack JansenTurns out GetArgv() options can be 4-tuples too, with...
2002-06-26 Jack JansenThis module broke on the Mac (where it can't work,...
2002-06-26 Andrew M. KuchlingAdd some acks
2002-06-26 Andrew M. KuchlingDescribe textwrap module
2002-06-26 Raymond HettingerFix bug #573916. Sender and recipients reversed in...
2002-06-26 Ka-Ping YeeAlso look up variable names in __builtins__ if not...
2002-06-26 Skip Montanaroadd seealso link to the bisect module
2002-06-26 Skip Montanaroadd /F's PriorityQueue example
2002-06-26 Kurt B. KaiserShutdown subprocess debugger and associated Proxies...
2002-06-26 Andrew M. KuchlingAdd a reminder
2002-06-25 Andrew M. KuchlingAdd a reminder
2002-06-25 Jeremy HyltonSilence compiler warning
2002-06-25 Fred DrakeAdd convenience module to run all the XML tests.
2002-06-25 Fred DrakeTalk about interfaces rather than implementation classe...
2002-06-25 Fred DrakeAdded some more links to the "See also" section.
2002-06-25 Fred DrakeWhen talking about interfaces, use the interface names...
2002-06-25 Raymond HettingerFix typo
2002-06-25 Raymond HettingerClose bug 480337: Dict used before dicts explained...
2002-06-25 Raymond HettingerClose bug 417930 by clarifying augmented assignment...
2002-06-25 Skip MontanaroNot sure how I forgot to check these in - thought I...
2002-06-25 Raymond HettingerFix SF bug 568269 by enclosing 'computername' in a...
2002-06-25 Raymond HettingerMinor English grammar correction
2002-06-25 Kurt B. KaiserRemove all EditorWindow BREAK tags when closing Debugger
2002-06-25 Raymond HettingerFix spacing in loop example
2002-06-25 Raymond HettingerFix SF bug 546434 -- buffer slice type inconsistent.
2002-06-24 Piers Lauderfix incorrect size calc. in IMAP4_SSL.read
2002-06-24 Barry WarsawIn the Extension() call, add runtime_library_dirs so...
2002-06-24 Kurt B. KaiserClear associated breakpoints when closing an edit window.
2002-06-24 Raymond HettingerFix SF bug 572567: Memory leak in object comparison.
2002-06-24 Neal NorwitzSF # 572928 One word change for lib/libgettext.tex
2002-06-23 Jack Jansen- Got rid of non-carbon stuff
2002-06-23 Michael W.... Random tweaks & updates.
2002-06-23 Piers LauderFix IMAP4_SSL read and send methods to take account...
2002-06-22 Fred DrakeConvert the example C code to ANSI rather than K&R.
2002-06-22 Fred DrakeCorrect the RE equivalent of scanf()'s %x and %X patterns.
2002-06-21 Jack JansenPatch #557719 by Tony Lownds, slightly massaged by...
2002-06-21 Greg WardTypo fix.
2002-06-21 Guido van RossumAdd a check that the bug Jeremy just fixed in _PyTuple_...
2002-06-21 Guido van RossumMention private vars in __slots__.
2002-06-20 Jeremy HyltonFix for SF bug 571885
2002-06-20 Jack Jansen- Got rid of newmodule.c
2002-06-20 Raymond HettingerSF 569257 -- Name mangle double underscored variable...
2002-06-20 Fred DrakeCorrected return type and value information for PyUnico...
2002-06-20 Fred DrakeFix the docstring for sys.getrefcount().
2002-06-20 Jack JansenDisable the test for importing very long lists for...
2002-06-20 Fred DrakeMake the docs for string.capitalize() match those of...
2002-06-20 Fred DrakeAdd a note that divmod() with complex numbers is deprec...
2002-06-20 Fred DrakeAdded reference to the Expat home page.
2002-06-20 Fred DrakeTry to improve the explanation of the "raise" statement...
2002-06-20 Jack JansenOpen the source file in universal newline mode.
2002-06-20 Fred DrakeClean up docstrings:
2002-06-20 Tim PetersRemoved the generator future-stmt -- not needed for...
2002-06-20 Fred DrakeSimplify the production for argument list, making sure...
2002-06-20 Raymond HettingerSF 563530 added missing methods for emulating numeric...
2002-06-20 Kurt B. Kaiser1. Debugger Breakpoints, finish implementation
2002-06-20 Guido van RossumI get failures half of the time that I run this, so...
2002-06-20 Raymond HettingerSF 570727 indexer() class no longer needed since lists...
2002-06-19 Michael W.... Fix the bug described in
2002-06-18 Guido van RossumMention pymemcompat.h.
2002-06-18 Guido van RossumMinor tweaks to existing items (radian/degree, and...
2002-06-18 Fred DrakeTypo: bites --> bytes
2002-06-18 Fred DrakeAdd description of the deadlock problem with child...
2002-06-18 Fred DrakeAdd a note about "as" not being a keyword, though it...
2002-06-18 Jeremy HyltonDefine NDEBUG for releae builds, just like Python.
2002-06-18 Fred DrakeNote the limitation that mime_decode_header() only...
2002-06-18 Jeremy HyltonAdd implementation of _compile() and use default compil...
2002-06-18 Jeremy HyltonAdd a default implementation of compile() to the base...
2002-06-18 Fred DrakePlayed contortionist games with the argument_list produ...
2002-06-18 Jeremy HyltonOnly import msvccompiler on win32 platforms.
2002-06-18 Guido van RossumMichael fixed the race conditions and removed the sleeps.
2002-06-18 Fred Drake\productioncont: Replace leading spaces with &nbsp...
2002-06-18 Fred DrakeRefactor the generation of signature lines for funcdesc...
2002-06-18 Guido van RossumPatch from SF bug 570483 (Tim Northover).
2002-06-18 Guido van RossumPatch from SF bug 570483 (Tim Northover).
2002-06-18 Guido van RossumCorect speling and add \n\ to line ends in new docstrin...
2002-06-18 Fred DrakeClarified documentation for os.access().
2002-06-18 Fred DrakeMechanically translated string method calls to string...
2002-06-18 Fred DrakeSF patch #552837, submitted by Robert Pyron:
2002-06-18 Fred DrakeClarified description of error handling for shutil...
2002-06-18 Michael W.... About the new but unreferenced new_class, Guido sez:
2002-06-17 Fred DrakeUpdate description of the Expat library.
next