]> granicus.if.org Git - python/shortlog
python
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.
2002-03-29 Jack JansenAdded -Wno-long-double
2002-03-29 Jack JansenChanged visible name (in dock, menubar) of the interpre...
2002-03-29 Neil SchemenauerAdd missing typecast.
2002-03-29 Andrew M. Kuchling[Patch #536769] Add -Xcompiler flag for adding argument...
2002-03-29 Martin v. LöwisPatch #527027: Allow building python as shared library.
2002-03-29 Andrew M. KuchlingAs part of fixing bug #536241, add a test case for...
2002-03-29 Andrew M. Kuchling[Bug #536241] string.zfill() produces mangled output...
2002-03-29 Andrew M. KuchlingAdd two tests for string.zfill
2002-03-29 Jack JansenAllow .pyc files as applets as well as .py files. ...
2002-03-29 Jack JansenIf the file has no resource fork first check to see...
2002-03-29 Jack JansenRemoved debug.
2002-03-29 Jack JansenIn MachoPython print "Pythonw" in banner to distinguish...
2002-03-29 Jack JansenAdded target "installunixprograms" which installs pytho...
2002-03-29 Jack JansenShell script that invokes Python.app from the command...
2002-03-29 Tim PetersRemove the CACHE_HASH and INTERN_STRINGS preprocessor...
2002-03-29 Neil SchemenauerCall PyObject_GC_UnTrack before putting an object on...
2002-03-29 Neil SchemenauerIf the GC is enabled then don't use the ob_type pointer...
2002-03-29 Neil SchemenauerMake _PyObject_GC_UnTrack do nothing if WITH_CYCLE_GC...
2002-03-29 Guido van RossumNews for SF #535905.
2002-03-28 Fred DrakeMark a couple of types that had not been marked.
2002-03-28 Fred DrakeAdded comments for more entries of the type structure...
2002-03-28 Fred DrakeThe new files included by \verbatiminput in newtypes...
2002-03-28 Fred DrakeMove some of the longer example code to external fragme...
2002-03-28 Jeremy HyltonFix getcomments() so that it doesn't fail with TypeErrors.
2002-03-28 Fred DrakeAdded index entries.
2002-03-28 Fred DrakeExtend \verbatiminput so that the typeset version provi...
2002-03-28 Skip Montanaronew script - helps track down symbols exported by modul...
2002-03-28 Tim Peterstest_trashcan: reword obscure code.
2002-03-28 Tim PetersNew test_traschcan() test in test_gc, which reliably...
2002-03-28 Fred DrakeMinor wording change.
2002-03-28 Neil SchemenauerAdd _Py_AS_GC macro. It will be used by the trashcan...
2002-03-28 Neil SchemenauerAdd missing "void" to function.
2002-03-28 Neil SchemenauerAdd type cast.
2002-03-28 Skip Montanaroadd comment reminding people about class hierarchy...
2002-03-28 Skip Montanaroadd exception class hierarchy. This should probably...
2002-03-28 Guido van RossumThis is Neil's fix for SF bug 535905 (Evil Trashcan...
2002-03-28 Fred DrakeAllow a page break in a code longish example.
2002-03-28 Guido van RossumFix an issue that was reported in but unrelated to...
2002-03-28 Fred DrakeAdd documentation on the hasfree data object.
2002-03-28 Martin v. LöwisReindent.
2002-03-28 Fred DrakeAdd a simple test of the METH_CLASS and METH_STATIC...
2002-03-28 Martin v. LöwisPatch #536117: Typo in turtle.py.
2002-03-28 Fred DrakeMinor consistency adjustments.
2002-03-28 Tim PetersPYMALLOC_DEBUG routines: The "check API family" gimmic...
2002-03-28 Fred DrakeIntroduce two new flag bits that can be set in a PyMeth...
2002-03-27 Fred DrakeIgnore new output directory.
2002-03-27 Martin v. LöwisExpose C library's gettext. Fixes #516412.
2002-03-27 Martin v. LöwisDestroy and unlink deleted NoteBook panes. Fixes #516703.
2002-03-27 Skip Montanaroadd seealso referring to site module doc where people...
2002-03-27 Martin v. LöwisIgnore widgets with unknown names in winfo_children...
2002-03-27 Neil SchemenauerRemove weakref free list. This has the side effect...
2002-03-27 Skip Montanarofix a typo in PyErr_Format table and add row for 'p...
2002-03-27 Neal NorwitzChange sys_exit to use METH_VARARGS.
2002-03-27 Martin v. LöwisDon't imply XPG4 constants from CODESET presence. Fixes...
2002-03-27 Steven M. Gavafurther work on new config system;
next