]> granicus.if.org Git - python/shortlog
python
2001-02-28 Andrew M. KuchlingDocument the object allocator
2001-02-28 Guido van RossumLet's have some sanity. Introduce a helper to issue...
2001-02-28 Skip Montanaroadded description of NL token
2001-02-28 Guido van RossumUse the new PyErr_WarnExplicit() API to issue better...
2001-02-28 Fred DrakeSyntaxError__init__(): Be a little more robust when...
2001-02-28 Fred DrakeMove some constant initialization from FTP.__init__...
2001-02-28 Guido van RossumAdd PyErr_WarnExplicit(), which calls warnings.warn_exp...
2001-02-28 Guido van RossumAdd declaration for PyErr_WarnExplicit().
2001-02-28 Guido van RossumAdd a new API:
2001-02-28 Andrew M. KuchlingMention pydoc
2001-02-28 Andrew M. KuchlingLeave #! lines featuring /usr/bin/env alone
2001-02-28 Fred DrakeNow that Jeremy is asking about this code, it looks...
2001-02-28 Andrew M. KuchlingInstall the pydoc script
2001-02-28 Andrew M. KuchlingAdd script form of pydoc so that it's present in beta1...
2001-02-28 Andrew M. KuchlingFix for bug #404875: fix typo in setup.py
2001-02-28 Andrew M. KuchlingPlacate tabnanny
2001-02-28 Fred DrakeDefine lots of constants for indexes into the structure...
2001-02-28 Jeremy HyltonAdd regression test for future statements. This adds...
2001-02-28 Jeremy HyltonImprove SyntaxErrors for bad future statements. Set...
2001-02-28 Tim PetersSF patch 404928: Support for next Cygwin gcc (2.95...
2001-02-28 Jack JansenReset the resource file chain before calling PyMac_Open...
2001-02-28 Jack JansenOops, need to import Res.
2001-02-28 Jack JansenIf we can't find our splash dialog (i.e. we're probably...
2001-02-28 Tim PetersWhitespace normalization.
2001-02-28 Tim PetersRemoved now-unreferenced CHECK_IMPORT_CASE from Windows...
2001-02-28 Jeremy HyltonPrint the offending line of code in the traceback for...
2001-02-28 Tim PetersAck -- my eyes are getting bleary. Typos in the commen...
2001-02-28 Tim PetersComment typos.
2001-02-28 Tim PetersImplement PEP 235: Import on Case-Insensitive Platforms.
2001-02-28 Fred DrakeAdded regression test for SF tracker bug #403871: ...
2001-02-28 Fred DrakeFix SF tracker bug #403871: AttributeError in ZipFile...
2001-02-28 Jeremy HyltonFix SF buf 404774 submitted by Gregory H. Ball
2001-02-28 Jeremy HyltonNeed to support single_input explicitly so from __futur...
2001-02-28 Jeremy HyltonPresumed correct compiler pass for future statements
2001-02-28 Jeremy Hyltonverify that warnings are issued for bogus uses of global
2001-02-28 Skip Montanaroadded missing element to __all__
2001-02-28 Skip Montanaroadded some elements missing from __all__
2001-02-27 Ka-Ping YeeMacintosh compatibility.
2001-02-27 Ka-Ping YeeAcknowledgements.
2001-02-27 Jack JansenUpdated for 2.1a3
2001-02-27 Jack JansenAdded Popt resource for "dont show console"
2001-02-27 Jack JansenVarious tweaks to make it work on MacOSX.
2001-02-27 Jack JansenAdded future.c
2001-02-27 Ka-Ping YeeFix $Revision$ processing so it doesn't get eaten by...
2001-02-27 Ka-Ping YeeAdd $Revision: $ tag.
2001-02-27 Ka-Ping YeeAdd display of $Revision $ and credits.
2001-02-27 Fred DrakeUpdate documentation for termios module; do not refer...
2001-02-27 Fred DrakeNo need to call filterwarnings() to suppress further...
2001-02-27 Fred DrakeReplace all the platform-specific TERMIOS modules with...
2001-02-27 Fred DrakeGet the needed constants from termios, not TERMIOS.
2001-02-27 Fred DrakeDefine the constants needed for working with these...
2001-02-27 Tim PetersBacking out nested scopes broke the Windows build....
2001-02-27 Andrew M. KuchlingPatch #404680: disables the nis module and enables...
2001-02-27 Jeremy Hyltonadd from __future__ import nested_scopes to strings...
2001-02-27 Tim PetersTeach Windows build about new future.c.
2001-02-27 Andrew M. KuchlingBug #229280: remove '/' characters from the OS name...
2001-02-27 Andrew M. KuchlingPatch #403947: On Cygwin, use the Unix compiler class...
2001-02-27 Jeremy HyltonImproved __future__ parser; still more to do
2001-02-27 Fred DrakeGustavo Niemeyer <niemeyer@conectiva.com>:
2001-02-27 Neil SchemenauerChange EXEEXT back to EXE in the Makefile. Other tools...
2001-02-27 Andrew M. KuchlingPatch #404275: generate a reasonable platform string...
2001-02-27 Jeremy HyltonRemove two meaningless, module-level global statements...
2001-02-27 Martin v. LöwisPatch #403985: Add support for weak-keyed dictionaries
2001-02-27 Jeremy Hyltonremove commented-out vestiges of access statement
2001-02-27 Skip Montanaroconditionally include unistd.h to pick up confstr decla...
2001-02-27 Ka-Ping Yeepydoc: text and HTML documentation generator for intera...
2001-02-27 Ka-Ping Yeeinspect: a module for getting information out of live...
2001-02-27 Jack JansenSetListCellIndent() argument was guessed incorrectly...
2001-02-27 Jack JansenSoundex has gone.
2001-02-27 Jack JansenSoundex has gone.
2001-02-27 Jack JansenDialog and Window objects are (finally) different beasts.
2001-02-27 Jack JansenUse the filename, not the pathname, in the definitions...
2001-02-27 Moshe ZadkaFixing bug #227562 by calling URLopener.http_error_def...
2001-02-27 Jeremy HyltonAdd warnings about undefined "global"
2001-02-27 Neil SchemenauerAdd Vladimir Marangozov's object allocator. It is disab...
2001-02-27 Jeremy HyltonPreliminary support for future nested scopes
2001-02-27 Martin v. LöwisDocument XML changes.
2001-02-27 Barry WarsawUpdates to describe function attributes.
2001-02-27 Barry WarsawUpdates to the semantics of function and method attributes.
2001-02-27 Andrew M. KuchlingMention setup.py in the instructions
2001-02-27 Andrew M. KuchlingUpdate build notes to mention setup.py
2001-02-27 Andrew M. KuchlingFix typo
2001-02-27 Neil SchemenauerAdd missing dependents of graminit.h.
2001-02-27 Neil SchemenauerGenerate grammar source files in srcdir. Ignore the...
2001-02-27 Neil SchemenauerDon't create the Include directory if building outside...
2001-02-26 Fred DrakeMake sure ConfigParser uses .optionxform() consistently...
2001-02-26 Tim PetersAdd __future__.py to std library, + dull test to verify...
2001-02-26 Fred Drakecleanup_helper(): Added missing "void" type for the...
2001-02-26 Fred DrakeThe return value from PyObject_ClearWeakRefs() is no...
2001-02-26 Barry Warsawinstancemethod_setattro(): Raise TypeError if an attemp...
2001-02-26 Barry WarsawAdditional tests for current, PEP described semantics:
2001-02-26 Barry Warsawmain(): Slightly more informative error message when...
2001-02-24 Barry Warsaw(py-parse-state): Teach python-mode how to scan code...
2001-02-23 Tim PetersShuffle premature decref; nuke unreachable code block.
2001-02-23 Jack JansenHide the ProgressBar before raising KeyboardInterrupt...
2001-02-23 Jack JansenTurn on the "multifinder aware" bit. This should always...
2001-02-23 Fred DrakeDo not hide a failure to create a temporary file; if...
2001-02-23 Fred DrakeMinor adjustments, including markup corrections.
2001-02-23 Fred DrakeFix extra backslash in example.
2001-02-23 Fred DrakeAnother name.
next