summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a simple test of the METH_CLASS and METH_STATIC flags for type methods.Fred Drake2002-03-282-0/+58
* Patch #536117: Typo in turtle.py.Martin v. Löwis2002-03-281-1/+1
* Minor consistency adjustments.Fred Drake2002-03-281-11/+12
* PYMALLOC_DEBUG routines: The "check API family" gimmick was going nowhereTim Peters2002-03-282-68/+40
* Introduce two new flag bits that can be set in a PyMethodDef methodFred Drake2002-03-285-6/+74
* Ignore new output directory.Fred Drake2002-03-271-0/+1
* Expose C library's gettext. Fixes #516412.Martin v. Löwis2002-03-276-342/+448
* Destroy and unlink deleted NoteBook panes. Fixes #516703.Martin v. Löwis2002-03-271-1/+2
* add seealso referring to site module doc where people can learn how toSkip Montanaro2002-03-271-0/+6
* Ignore widgets with unknown names in winfo_children. Fixes #518283.Martin v. Löwis2002-03-271-3/+11
* Remove weakref free list. This has the side effect of fixing a memoryNeil Schemenauer2002-03-271-26/+11
* fix a typo in PyErr_Format table and add row for 'p' format charSkip Montanaro2002-03-271-1/+2
* Change sys_exit to use METH_VARARGS.Neal Norwitz2002-03-272-2/+8
* Don't imply XPG4 constants from CODESET presence. Fixes #534153.Martin v. Löwis2002-03-271-1/+4
* further work on new config system;Steven M. Gava2002-03-273-8/+79
* Fill in this document a bit, adding reminders of items that should be includedAndrew M. Kuchling2002-03-271-5/+99
* further work on new config system;Steven M. Gava2002-03-275-26/+56
* _finally_ tracked down and eliminated a major problemSteven M. Gava2002-03-271-4/+7
* Add the "What's New" document to the index of HTML documents.Fred Drake2002-03-262-11/+30
* Implement iterator protocol.Neil Schemenauer2002-03-261-4/+13
* __init__(): We'll try to be more RFC 2821 compliant by providing for aBarry Warsaw2002-03-261-2/+11
* The <link> to the stylesheet should include the type attribute.Fred Drake2002-03-261-1/+1
* Wire up the makefile to more fully support the "What's New" documents.Fred Drake2002-03-261-2/+14
* Wire in the "What's New" document.Fred Drake2002-03-261-4/+21
* Add a starter for the next "What's New" document.Fred Drake2002-03-261-0/+21
* Make \url to force horizontal mode.Fred Drake2002-03-261-0/+1
* time and socket were already imported in the module, no need to re-importNeal Norwitz2002-03-261-3/+1
* re was already imported in the module, no need to re-importNeal Norwitz2002-03-261-1/+0
* os was already imported in the module, no need to re-importNeal Norwitz2002-03-261-1/+0
* Cleanup x so it is not left in moduleNeal Norwitz2002-03-261-0/+1
* Missed change METH_OLDARGS to METH_NOARGS for two aliased functionsNeal Norwitz2002-03-261-2/+2
* Make object browser work in OSX (by rewriting the old browserJust van Rossum2002-03-262-2/+146
* operate as a filter when no files or directories appear on the command lineSkip Montanaro2002-03-261-9/+17
* Fix for SF 502085.Guido van Rossum2002-03-261-1/+5
* Remove last occurrance of PyArg_GetInt. It is deprecated,Neal Norwitz2002-03-251-1/+1
* Add a comment that PyArg_GetInt is deprecated and should not be usedNeal Norwitz2002-03-251-0/+1
* make default banner match what the real interpreter displaysSkip Montanaro2002-03-251-1/+1
* remove unqualified excepts - catch ImportError when trying to importSkip Montanaro2002-03-251-7/+2
* eliminate unqualified except when checking for presence of LC_MESSAGESSkip Montanaro2002-03-251-1/+1
* tighten up unqualified except in currentframe()Skip Montanaro2002-03-251-2/+2
* Missed change METH_OLDARGS to METH_NOARGS for two aliased functionsNeal Norwitz2002-03-251-2/+2
* Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS.Neal Norwitz2002-03-259-122/+65
* Document the finditer() function and method.Fred Drake2002-03-251-2/+26
* Update master Windows build-number list for 2.2.1c2.Tim Peters2002-03-251-0/+2
* Add tests for the iterkeys, itervalues and iteritemsWalter Dörwald2002-03-251-0/+29
* Add missing methods iterkeys, itervalues and iteritems toWalter Dörwald2002-03-251-6/+26
* Added description of binhex.Error.Fred Drake2002-03-251-0/+8
* Include obmalloc.c in the build.Jack Jansen2002-03-252-0/+0
* Due to interaction between the MSL C library and the GUSI I/O library I can g...Jack Jansen2002-03-251-0/+5
* Fix SF # 532618 517704, install problems when building modules fail.Neal Norwitz2002-03-251-3/+8