]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2001-04-13  Guido van RossumFix typo in comment (the module is now called _testcapi...
2001-04-13  Jeremy HyltonChange error message raised when free variable is not...
2001-04-13  Fred DrakeWork around the conversion of ">>" and "<<" to guilleme...
2001-04-13  Fred DrakeWork around the conversion of ">>" and "<<" to guilleme...
2001-04-13  Guido van RossumPatch by Ping (SF bug 415879, Exception.__init__()...
2001-04-13  Ka-Ping YeeOne-character style change to appease Netscape stylesheets.
2001-04-13  Guido van RossumOops. Need an extra blank line after the PSF license.
2001-04-13  Guido van Rossum- Inserted the (tentative) PSF license.
2001-04-13  Ka-Ping YeeUse nturl2path to generate a file: URL to source files...
2001-04-13  Jeremy HyltonAdd test for SF bug #405427
2001-04-13  Jeremy HyltonSF patch #405845 by Martin von Löwis
2001-04-13  Jeremy HyltonUpdate to reflect new tokenize_test.py
2001-04-13  Fred DrakeWork around the conversion of ">>" and "<<" to guilleme...
2001-04-13  Jeremy HyltonThere's no need for the tokenize tests to include a...
2001-04-13  Fred DrakeMinor markup adjustments.
2001-04-13  Ka-Ping YeeClean up isroutine().
2001-04-13  Ka-Ping YeeUse inspect.stack()[1][3] to tell if Helper.__repr__...
2001-04-13  Ka-Ping YeeAdd inode checks to detect circular symbolic links...
2001-04-13  Ka-Ping YeeSmall style change to accommodate Netscape.
2001-04-13  Ka-Ping YeeRobustify getfile() against classes that lie about...
2001-04-13  Ka-Ping YeeWord-wrap the list of cross-references.
2001-04-13  Ka-Ping YeeAnother pass through the topic table to fill in cross...
2001-04-13  Ka-Ping YeeMake force-loading optional; don't force-load in intera...
2001-04-13  Ka-Ping YeeRemove duplicate type objects from isroutine() and...
2001-04-13  Martin v. LöwisPatch #415777: new grouping strategy.
2001-04-13  Tim PetersWhitespace normalization.
2001-04-13  Fred DrakeUpdate the helper scripts that push development docs...
2001-04-13  Fred DrakeAdd entry for ColorPicker documentation as well.
2001-04-13  Fred DrakeDocumentation for Just's ColorPicker module, so the...
2001-04-13  Guido van RossumNote additions to pydoc and pstats.
2001-04-13  Eric S. RaymondAdded a test main to the pstats library that can help...
2001-04-12  Fred Drake_synthesize(): Helper function: when the users passes...
2001-04-12  Jeremy HyltonPop loop off the loop stack before handling the loop...
2001-04-12  Jeremy HyltonUse new _implicitNameOp() to generate name op code...
2001-04-12  Guido van RossumBecause this code was derived from Python 1.6.1 (amongs...
2001-04-12  Ka-Ping YeeFix linking to classes (in class tree, and add links...
2001-04-12  Ka-Ping YeeFix call to ModuleScanner from GUI search interface.
2001-04-12  Fred DrakeAdded warning that FancyURLopener prompts the user...
2001-04-12  Jeremy HyltonAdd support for visitAssAttr to findOp().
2001-04-12  Jeremy Hyltonpyassem.py:
2001-04-12  Ka-Ping YeeAdded a big new Helper class to provide interactive...
2001-04-12  Fred DrakeAdded module synopsis for the chapter summary.
2001-04-12  Tim PetersBug 415514 reported that e.g.
2001-04-12  Jeremy HyltonRevise handling of tuple arguments so that the variable...
2001-04-12  Fred DrakeConvert several \seetext references to \seerfc and...
2001-04-12  Ka-Ping YeeGive up trying to keep dynamically loaded extensions...
2001-04-12  Ka-Ping YeeRobustify getcomments() so it doesn't crash on empty...
2001-04-12  Ka-Ping YeeRemove forking. Doesn't work in Windows.
2001-04-12  Fred DrakeWork around the conversion of ">>" and "<<" to guilleme...
2001-04-12  Guido van RossumUpdate copyright to PSF.
2001-04-12  Ka-Ping YeeTypo fixes and small touches.
2001-04-12  Ka-Ping YeeProperly qualify methods inherited from classes in...
2001-04-12  Steve Purcell- New fail*() methods, and comprehensive set of assert...
2001-04-12  Jeremy HyltonOnly treat an AugAssign as def if its the target is...
2001-04-12  Jeremy HyltonFix unpackSequence() to use _nameOp() rather than LOAD_FAST
2001-04-12  Jeremy HyltonInside a class scope always use LOAD_NAME, STORE_NAME...
2001-04-12  Jeremy HyltonPreliminary support for nested scopes
2001-04-12  Jeremy HyltonDefine constants for types of scopes
2001-04-12  Fred DrakeAdded a lot of text from Steve Purcell's HTML documenta...
2001-04-12  Fred DrakeUse "2.1c1" since that is what Guido used for the Pytho...
2001-04-12  Fred DrakeUpdate to reflect the new string repr -- \n instead...
2001-04-12  Guido van RossumPrepare for release candidate 1... aka 2.1c1.
2001-04-12  Fred DrakeMarkup nit: use \envvar to mark environment variables.
2001-04-12  Fred DrakeWhen forming the <A> tag for a \seepep or \seerfc,...
2001-04-12  Tim PetersUpdate Windows build # and installer for 2.1c1.
2001-04-12  Andrew M. KuchlingExplain popitem()
2001-04-12  Guido van RossumNote that __debug__ assignments are legal again.
2001-04-12  Tim PetersFix for SF bug #415514: "%#x" % 0 caused assertion...
2001-04-12  Tim PetersReverting the "unixware7" patch: atan2(0, 1) should...
2001-04-11  Guido van RossumSOCKET.py and TERMIOS.py are no longer used in this...
2001-04-11  Barry Warsaw(py-pdbtrack-track-stack-file): On Ken's suggestion...
2001-04-11  Fred DrakeFixed bug in example.
2001-04-11  Guido van RossumNoted the improved RISCOS port and the new Unixware...
2001-04-11  Guido van RossumUnixware 7 support by Billy G. Allie (SF patch 413011)
2001-04-11  Barry WarsawAdded news about the updated python-mode.el
2001-04-11  Barry WarsawBumping to version 4.0 since we now support only XEmacs...
2001-04-11  Barry Warsawintermediate
2001-04-11  Barry WarsawAdded some additional documentation describing how...
2001-04-11  Fred DrakeInclude a synopsis for the chapter overview.
2001-04-11  Jeremy Hyltontypo
2001-04-11  Jeremy Hylton[finishing fix from earlier checkins]
2001-04-11  Jeremy HyltonAdd support for extra (*) arguments to preorder.
2001-04-11  Jeremy HyltonGenerate docstrings.
2001-04-11  Jeremy HyltonAdd lineno attributes to Discard nodes
2001-04-11  Jeremy HyltonMake sure the docstring is always entered as the first...
2001-04-11  Jeremy HyltonTest cases for examples of ext call error handling.
2001-04-11  Jeremy HyltonFix exception handling for non-PyFunction objects,...
2001-04-11  Moshe ZadkaIdiotic braino caused HTTP openers to ignore proxies.
2001-04-11  Moshe ZadkaFixing bug 405999 -- clarifying differences between...
2001-04-11  Fred DrakeBased on a comment by Konrad Hinsen on python-list:
2001-04-11  Ka-Ping YeeAdd a close_request method to the BaseServer so that...
2001-04-10  Neil SchemenauerUse INSTALL_SCRIPT to install script files. INSTALL_PR...
2001-04-10  Fred DrakeAdded definition of "test fixture".
2001-04-10  Guido van RossumSome new names.
2001-04-10  Guido van RossumUpdated version of RISCOS support. SF patch 411213...
2001-04-10  Guido van RossumCompletely revamped BeOS notes, by Donn Cave (SF patch...
2001-04-10  Guido van RossumThis is for BeOS users who want to build all the module...
2001-04-10  Guido van RossumThe lower() and tkraise() methods were calling the...
2001-04-10  Fred DrakeTypo: "BuildApple" --> "BuildApplet"
2001-04-10  Fred DrakeBump version numbers for upcoming release candidate.
next