]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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...
2002-04-01  Neal NorwitzGet rid of another use of PyArg_Parse()
2002-04-01  Neal NorwitzGet rid of all METH_OLDARGS & PyArg_Parse.
2002-04-01  Tim PetersRemove some now-obsolete generator future statements.
2002-04-01  Neal NorwitzConvert file.readinto() to stop using METH_OLDARGS...
2002-03-31  Guido van RossumHopeful fix for SF bug 503031: urllib.py: open_http...
2002-03-31  Neal Norwitzmpz_float() only takes one parameter now
2002-03-31  Jack JansenAdded a "run with commandline Python" flag. Works in...
2002-03-31  Neal NorwitzGet rid of warnings due to changing to METH_NOARGS
2002-03-31  Neal NorwitzUse METH_VARARGS rather than METH_OLDARGS implicitly...
2002-03-31  Neal NorwitzConvert METH_OLDARGS -> METH_NOARGS: remove args parameter
2002-03-31  Neal NorwitzRevert use of METH_OLDARGS (use 0) to support 1.5.2
2002-03-31  Neal NorwitzConvert METH_OLDARGS -> METH_VARARGS: also PyArg_Parse...
2002-03-31  Neal NorwitzRemove METH_OLDARGS:
2002-03-31  Neal NorwitzConvert from using METH_OLDARGS to METH_NOARGS.
2002-03-31  Neal NorwitzFix whitespace
2002-03-31  Neal NorwitzUse symbolic METH_VARARGS/METH_OLDARGS instead of 1...
2002-03-31  Neal NorwitzUse symbolic METH_VARARGS instead of 1 for ml_flags
2002-03-31  Neal NorwitzUse docstrings for exception classes
2002-03-31  Neal NorwitzDerive exception classes from Exception
2002-03-31  Neal NorwitzStop using string exceptions
2002-03-31  Tim PetersAdd one more assert that indirectly interlocking condit...
2002-03-31  Tim PetersFixed an error in a new assert.
2002-03-31  Tim PetersFixed a typo in a new comment.
2002-03-31  Tim Peters_PyMalloc_Free(): As was already done for _PyMalloc_Ma...
2002-03-31  Tim PetersAdded a long-overdue comment block giving an overview...
2002-03-30  Jack JansenSuite to talk to the OSX Terminal application.
2002-03-30  Jack JansenGot rid of obsolete way to get at various toolbox types.
2002-03-30  Jack JansenAdd Mac/Lib/lib-scriptpackages to sys.path too.
2002-03-30  Jack JansenModified to allow it to run in MachoPython in a reasona...
2002-03-30  Tim PetersIt's once again thought safe to call the pymalloc free...
2002-03-30  Tim Petersnew_arena(): In error cases, reset the number of avail...
2002-03-30  Tim PetersChanged the #-of-arenas counters to uints -- no need...
2002-03-30  Tim PetersEliminate DONT_SHARE_SHORT_STRINGS.
2002-03-30  Martin v. LöwisPatch #536908: Add missing #include guards/extern "C".
2002-03-30  Tim PetersTurns out the off_t macro isn't used anymore, so got...
2002-03-30  Tim PetersNow that we're no longer linking arenas together, there...
2002-03-30  Tim PetersRetract the claim that this is always safe if PyMem_...
2002-03-30  Tim PetersLots of changes:
2002-03-29  Jack JansenAuxiliary files used by BuildApplet for MachoPython.
2002-03-29  Jack JansenAuxiliary files for building the IDE applet. Running...
2002-03-29  Jack JansenHandle .icns and .plist files for applets.
2002-03-29  Jack JansenMissed one version number.
2002-03-29  Fred DrakeUse the right types for a couple of fields of the type...
2002-03-29  Fred DrakeStarted updating information about defining attributes...
2002-03-29  Jack JansenFirst stab at an icon for the IDE.
2002-03-29  Just van Rossumrepair damage: canceling the "save options" dialog...
2002-03-29  Just van Rossumrepair damage: now works again as a CFM app.
2002-03-29  Jack JansenCompletely revamped newline handling. PyEdit is now...
2002-03-29  Jack JansenAllow file without filetype as long as they end in...
2002-03-29  Jack JansenImplemented buildtools for MachoPython .app bundles...
2002-03-29  Jack JansenDon't attempt to create a dummy fsspec if the user...
2002-03-29  Jack JansenRe-raise the Res.Error if the file doesn't exist.
next