]> granicus.if.org Git - python/shortlog
python
2001-03-01 Jeremy HyltonUseful future statement support for the interactive...
2001-03-01 Martin v. LöwisPut current date into POT-Creation-Date; leave PO-Revis...
2001-03-01 Tim PetersThank Jason Tishler and Steven Majewski for their help...
2001-03-01 Fred DrakeSolaris defines VSWTCH instead of VSWTC; carefully...
2001-03-01 Fred DrakeWrap some long lines, use only C89 /* */ comments,...
2001-03-01 Guido van RossumAdd Samuele Pedroni
2001-03-01 Guido van RossumTest interaction of global and nested scopes -- thanks...
2001-03-01 Fred DrakeAdded entry for urllib2 documentation.
2001-03-01 Ka-Ping YeeAlso accept .so as an extension for module files.
2001-03-01 Fred DrakeUse larger chunks for the HTML version of the Distutils...
2001-03-01 Fred DrakeComment out section titles for sections that have not...
2001-03-01 Fred DrakeComment out section titles for sections that have not...
2001-03-01 Guido van RossumDocument configuration flags to compile for large file...
2001-03-01 Guido van RossumTwo improvements to large file support:
2001-03-01 Tim PetersMore MacOSX fiddling. As noted in a comment, I believe...
2001-03-01 Ka-Ping YeeBetter __credits__.
2001-03-01 Guido van RossumHere we go again, another round of version bumping...
2001-03-01 Ka-Ping YeeAdd __author__ and __credits__ variables.
2001-03-01 Ka-Ping YeeAdd __author__ variable.
2001-03-01 Ka-Ping YeeDocstring improvements.
2001-03-01 Tim PetersMore fiddling w/ the new-fangled Mac import code.
2001-03-01 Moshe ZadkaChecking in patch 404826 -- urllib2 enhancements and...
2001-03-01 Tim PetersWhitespace normalization.
2001-03-01 Fred DrakeSuppress a compiler warning under OpenVMS; time_t is...
2001-03-01 Jeremy HyltonFix core dump in example from Samuele Pedroni:
2001-03-01 Jeremy HyltonVisit the closure during traversal and XDECREF it on...
2001-03-01 Fred DrakeBump the release number to 2.1b1.
2001-03-01 Skip Montanarofinal round of __all__ lists (I hope) - skipped urllib2...
2001-03-01 Skip Montanaromove import into function to avoid having to add an...
2001-03-01 Ka-Ping YeeAdd getlineno() routine to account for LINENO optimization.
2001-03-01 Fred DrakeRevised version of Jason Tishler's patch to make this...
2001-03-01 Fred DrakeAdd tests for the .copy() methods of both weak dictiona...
2001-03-01 Fred DrakeChange WeakDictionary to WeakValueDictionary in a coupl...
2001-03-01 Tim PetersPrepare Windows for 2.1 beta 1: installer dialogs...
2001-03-01 Tim PetersAdded blurbs about difflib, doctest and Windows import...
2001-03-01 Tim PetersRemove extra close curly in code #ifdef'ed out on my...
2001-03-01 Tim PetersIn Steven's apparent absence, check in *something*...
2001-03-01 Andrew M. KuchlingFix markup nit pointed out by FLD
2001-03-01 Jeremy HyltonDon't add global names to st->st_global if we're alread...
2001-03-01 Guido van RossumUse
2001-03-01 Ka-Ping YeeCall main routine in pydoc module (pydoc.cli).
2001-03-01 Ka-Ping YeeNormalize case of paths in sys.path to avoid duplicates...
2001-02-28 Jeremy HyltonAdd test case for global stmt at module level.
2001-02-28 Jeremy Hyltonundo introduction of st_global_star
2001-02-28 Guido van RossumDocument PyErr_WarnExplicit().
2001-02-28 Jeremy HyltonWarn about global statement at the module level.
2001-02-28 Guido van RossumDocument warn_explicit().
2001-02-28 Jack JansenDisable GetWindowSpareFlag and GetWindowGoAwayBox on...
2001-02-28 Jeremy Hyltonupdate output to reflect exception that is now raised
2001-02-28 Jack JansenPut PPC distributions back in, rearranged packages...
2001-02-28 Jeremy Hyltonadd DEF_BOUND
2001-02-28 Fred DrakeAdd entry for the inspect module.
2001-02-28 Fred DrakeClean up some of the markup for consistency, wrap some...
2001-02-28 Fred DrakeFix some rules broken by typos, others by the flattenin...
2001-02-28 Jeremy HyltonAdd warning/error handlin for problematic nested scopes...
2001-02-28 Jeremy HyltonFix filter for SyntaxErrors
2001-02-28 Andrew M. KuchlingFix for bug #405007: prefix subdir to scripts in order...
2001-02-28 Andrew M. KuchlingAdd description of PEP235
2001-02-28 Guido van RossumMove a comment around to where it belongs (the code...
2001-02-28 Andrew M. KuchlingCover pydoc
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
next