]> granicus.if.org Git - python/shortlog
python
2001-03-02 Ka-Ping YeeMake getsourcefile() succeed even if the filename doesn...
2001-03-02 Ka-Ping YeeReplace literal '@test' with TESTFN.
2001-03-02 Guido van RossumWhen catching errors from os.rmdir(), test for os.error...
2001-03-02 Guido van RossumAdd a new item to the Python 2.1 start menu: "Module...
2001-03-02 Guido van RossumBelieve it or not, but "more" on Windows requires ...
2001-03-02 Guido van RossumRefactored the warning-issuing code more.
2001-03-02 Tim PetersThanks to Steven Majewski, finally putting MacOS X...
2001-03-02 Tim PetersTypo repair.
2001-03-02 Tim PetersAdded William Tanksley.
2001-03-02 Tim PetersMake names in __future__.py bind to class instances...
2001-03-02 Ka-Ping YeeClean up the handling of getsourcefile/getabsfile.
2001-03-02 Ka-Ping YeeClarify the purpose of getsourcefile().
2001-03-02 Ka-Ping YeeClarify synopsis line a bit.
2001-03-02 Tim Peterstest_global was broken by some recent checkin. Repairing.
2001-03-02 Ka-Ping YeeWhen seeking the module for an object, compare absolute...
2001-03-02 Ka-Ping YeeUse imp.get_suffixes to determine a module name in...
2001-03-01 Jack Jansen- Numeric now lives in Lib:site-python.
2001-03-01 Jack Jansen- Numeric now lives in Lib:site-python.
2001-03-01 Jack JansenRemoved some stuff that shouldn't be in the dev distrib...
2001-03-01 Jack JansenRemoved Extensions:Numeric from sys.path. It now lives...
2001-03-01 Jack JansenSilly typo which caused the stack browser to crash.
2001-03-01 Jack JansenAlso build Imaging for Carbon.
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...
next