]> granicus.if.org Git - python/shortlog
python
2002-04-06 Guido van Rossum- Changed new-style class instantiation so that when...
2002-04-06 Guido van RossumSome more news.
2002-04-05 Fred DrakeMove reference material on PyArg_Parse*() out of the...
2002-04-05 Guido van RossumDon't inherit tp_new! This is a retraction of half...
2002-04-05 Guido van RossumAdd tests for binary pickles.
2002-04-05 Fred DrakeRemove weird spacing in typeset version of the chapter...
2002-04-05 Guido van RossumImplement an idea by Paul Rubin:
2002-04-05 Fred DrakeFix bug in command line handling, noted by Fredrik...
2002-04-05 Fred DrakeAdd support for the "Aesop Meta Tag". Not widely used...
2002-04-05 Guido van RossumInherit tp_new and tp_is_gc.
2002-04-05 Martin v. LöwisEliminate use of LIBOBJS which is an error in autoconf...
2002-04-05 Marc-André... Comment about UTF-16 changes.
2002-04-05 Marc-André... Fix for bug #222395: UTF-16 et al. don't handle .readli...
2002-04-05 Tim PetersRepair an incomprehensible comment.
2002-04-05 Tim Peters_PyMalloc_DebugDumpStats(): vastly improved the output...
2002-04-05 Tim PetersWidespread, but mostly in _PyMalloc_Malloc: optimize...
2002-04-05 Neal NorwitzUpdate doc to reflect Tim's changes to bool.
2002-04-04 Guido van RossumA much revised version of SF patch 514662, by Naofumi...
2002-04-04 Tim PetersRevert 0/1 -> False/True change; I didn't intend to...
2002-04-04 Guido van RossumFix a typo in Tim's fix.
2002-04-04 Fred DrakeMinor style change.
2002-04-04 Tim PetersConvert a pile of obvious "yes/no" functions to return...
2002-04-04 Tim PetersRecord Windows build number for 2.2.1 final.
2002-04-04 Fred DrakeAdd support for \textgreater, \textless.
2002-04-04 Jeremy HyltonReplace use of apply() with extended call syntax.
2002-04-04 Fred DrakeAdd a version annotation regarding the urlopen(proxies...
2002-04-04 Fred DrakeSupport manual proxy configuration for simple urlopen...
2002-04-04 Fred DrakeThe rest of the documentation for manual proxy configur...
2002-04-04 Fred DrakeDocumentation for manual proxy configuration, by Andy...
2002-04-04 Tim PetersSF bug 497854: Short-cuts missing for All Users
2002-04-04 Fred DrakeAdd note about changes in xml.sax.expatreader.
2002-04-04 Fred DrakeNot sure why the regression test missed this, but the...
2002-04-04 Fred DrakeMark the notice about the new development version of...
2002-04-04 Fred DrakeAvoid creating circular references between the ExpatPar...
2002-04-04 Guido van RossumRemoved old Digital Creations copyright/license notices...
2002-04-04 Guido van RossumClarifying code rearrangement and comments by David...
2002-04-04 Guido van RossumAdd test case for SF bug 534347.
2002-04-04 Guido van RossumFix by Greg Chapman from SF bug 534347: Potential AV...
2002-04-04 Marc-André... Added note about updated freeze.py Tool.
2002-04-04 Marc-André... Updated freeze.py to the new Makefile symbol layout.
2002-04-04 Guido van RossumAdd a note about bool.
2002-04-04 Neal NorwitzSF 539024, Fix broken link to numpy
2002-04-04 Tim Peters_PyMalloc_Realloc(): removed a now-pointless cast.
2002-04-04 Tim Peters_PyMalloc_{Malloc, Realloc}: Strive to meet the doc...
2002-04-04 Fred DrakeCorrect the descriptions of the PyObject_As*Buffer...
2002-04-04 Guido van RossumAs Neal pointed out, bool_print was an order of magnitu...
2002-04-04 Tim PetersRepair the Windows build (needs to compile in the new...
2002-04-03 Guido van RossumOops. Here are the new files. My apologies.
2002-04-03 Andrew M. KuchlingAdd empty section for bool
2002-04-03 Guido van RossumAdd the 'bool' type and its values 'False' and 'True...
2002-04-03 Jack Jansene macresource.need() to open the W resource file in...
2002-04-03 Fred DrakeSlight modernization.
2002-04-03 Fred DrakeFix the names of the classmethod and staticmethod const...
2002-04-03 Fred DrakeRemove direct manipulation of the module dict.
2002-04-03 Jack JansenGot the example program to work in MachoPython.
2002-04-03 Fred DrakeUpdated PEP link to point to the now-canonical site.
2002-04-03 Fred DrakeUpdate the PEP URL format to point to python.org.
2002-04-03 Guido van RossumFold some long lines. Delete blank initial line.
2002-04-03 Mark HammondFix bugs:
2002-04-02 Neal NorwitzConvert more METH_OLDARGS & PyArg_Parse()
2002-04-02 Neal NorwitzGet rid of more PyArg_Parse & METH_OLDARGS.
2002-04-02 Guido van RossumSF patch 537536 by Phillip J. Eby, fix for SF bug 53544...
2002-04-02 Fred DrakeAdd a note warning against semicolons following PyObjec...
2002-04-02 Guido van RossumFix for a bug in the fix for SF bug 503031. This time...
2002-04-02 Andrew M. KuchlingAdd an item
2002-04-02 Fred DrakeAdd an experimental mechanism to support extending...
2002-04-01 Fred DrakeMake test_commands work on more systems. This removes...
2002-04-01 Fred DrakeExplain that os.spawn*() return the process handle...
2002-04-01 Fred DrakeThere is no PyArg_ConvertTuple(); call it by the right...
2002-04-01 Fred DrakeFix up the documentation of the type codes to give...
2002-04-01 Jeremy HyltonChange reference to execframes to naming.
2002-04-01 Jeremy HyltonRestore a minimal definition of execution frame, since...
2002-04-01 Jeremy HyltonUpdate programmer's note on nested functions.
2002-04-01 Jeremy HyltonReword explanation of global statement since an undecla...
2002-04-01 Jeremy HyltonNote the sole case in which the ban on "from ... import...
2002-04-01 Jeremy HyltonRemove the following restriction:
2002-04-01 Jeremy HyltonNote that it is illegal to delete a cell variable.
2002-04-01 Jeremy HyltonGiven lambda its own section, instead of burying it...
2002-04-01 Jeremy HyltonUpdate / simplify Identifiers section for nested scopes.
2002-04-01 Jeremy HyltonUpdate docs for nested scopes.
2002-04-01 Fred DrakeUpdate to push the docs to python.org instead of python...
2002-04-01 Tim PetersFixed errors in two comments.
2002-04-01 Andrew M. KuchlingCopy section on generators from the 2.2 document with...
2002-04-01 Tim PetersRestructured my pool-management overview in terms of...
2002-04-01 Andrew M. KuchlingMention 2.2.1 in intro and in bug/patch counts
2002-04-01 Neal NorwitzFormat strings (tuples,) appropriately
2002-04-01 Neal NorwitzUse attributes appropriately
2002-04-01 Neal NorwitzThere is no TestError, use TestFailed appropriately
2002-04-01 Jeremy HyltonUpdate documentation of code objects.
2002-04-01 Fred DrakeMinor adjustments.
2002-04-01 Jeremy HyltonSmall fixes for description of function attributes.
2002-04-01 Martin v. LöwisReindent. Break long lines. Move comments before the...
2002-04-01 Fred DrakeUse the PyModule_Add*() APIs instead of manipulating...
2002-04-01 Fred DrakeRemove all but one use of the module dict.
2002-04-01 Fred DrakeRemove unused variable and call to PyModule_GetDict().
2002-04-01 Fred DrakeSwitch to using METH_NOARGS where possible.
2002-04-01 Martin v. LöwisRemove UNLESS.
2002-04-01 Tim PetersNew PYMALLOC_DEBUG function void _PyMalloc_DebugDumpSta...
2002-04-01 Tim PetersWe expect to skip the new test_mpz on Windows.
2002-04-01 Fred DrakeUse the PyModule_*() API instead of manipulating the...
next