summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* e macresource.need() to open the W resource file in the application initJack Jansen2002-04-032-1/+4
* Slight modernization.Fred Drake2002-04-032-5/+3
* Fix the names of the classmethod and staticmethod constructors as passed toFred Drake2002-04-031-2/+2
* Remove direct manipulation of the module dict.Fred Drake2002-04-031-9/+3
* Got the example program to work in MachoPython.Jack Jansen2002-04-031-2/+4
* Updated PEP link to point to the now-canonical site.Fred Drake2002-04-031-1/+1
* Update the PEP URL format to point to python.org.Fred Drake2002-04-031-1/+1
* Fold some long lines. Delete blank initial line.Guido van Rossum2002-04-031-4/+6
* Fix bugs:Mark Hammond2002-04-034-5/+98
* Convert more METH_OLDARGS & PyArg_Parse()Neal Norwitz2002-04-023-69/+69
* Get rid of more PyArg_Parse & METH_OLDARGS.Neal Norwitz2002-04-022-13/+14
* SF patch 537536 by Phillip J. Eby, fix for SF bug 535444, super()Guido van Rossum2002-04-022-3/+15
* Add a note warning against semicolons following PyObject_HEAD.Fred Drake2002-04-021-5/+9
* Fix for a bug in the fix for SF bug 503031. This time the OP verifiedGuido van Rossum2002-04-021-2/+2
* Add an itemAndrew M. Kuchling2002-04-021-0/+20
* Add an experimental mechanism to support extending the pprint formatting.Fred Drake2002-04-023-9/+57
* Make test_commands work on more systems. This removes much of the dependencyFred Drake2002-04-011-4/+5
* Explain that os.spawn*() return the process handle on Windows.Fred Drake2002-04-011-3/+5
* There is no PyArg_ConvertTuple(); call it by the right name.Fred Drake2002-04-011-1/+1
* Fix up the documentation of the type codes to give both the C and PythonFred Drake2002-04-011-17/+24
* Change reference to execframes to naming.Jeremy Hylton2002-04-011-1/+1
* Restore a minimal definition of execution frame, since other parts ofJeremy Hylton2002-04-011-0/+6
* Update programmer's note on nested functions.Jeremy Hylton2002-04-011-5/+5
* Reword explanation of global statement since an undeclared global is aJeremy Hylton2002-04-011-3/+3
* Note the sole case in which the ban on "from ... import *" within aJeremy Hylton2002-04-011-1/+5
* Remove the following restriction:Jeremy Hylton2002-04-011-4/+0
* Note that it is illegal to delete a cell variable.Jeremy Hylton2002-04-011-2/+6
* Given lambda its own section, instead of burying it in boolean operators.Jeremy Hylton2002-04-011-30/+7
* Update / simplify Identifiers section for nested scopes.Jeremy Hylton2002-04-011-18/+2
* Update docs for nested scopes.Jeremy Hylton2002-04-012-257/+134
* Update to push the docs to python.org instead of python.sf.net.Fred Drake2002-04-012-9/+12
* Fixed errors in two comments.Tim Peters2002-04-011-3/+4
* Copy section on generators from the 2.2 document with a bit of rewritingAndrew M. Kuchling2002-04-011-1/+153
* Restructured my pool-management overview in terms of the threeTim Peters2002-04-011-21/+61
* Mention 2.2.1 in intro and in bug/patch countsAndrew M. Kuchling2002-04-011-8/+11
* Format strings (tuples,) appropriatelyNeal Norwitz2002-04-012-3/+3
* Use attributes appropriatelyNeal Norwitz2002-04-012-2/+2
* There is no TestError, use TestFailed appropriatelyNeal Norwitz2002-04-013-10/+10
* Update documentation of code objects.Jeremy Hylton2002-04-011-10/+15
* Minor adjustments.Fred Drake2002-04-011-1/+2
* Small fixes for description of function attributes.Jeremy Hylton2002-04-011-5/+3
* Reindent. Break long lines. Move comments before the statements.Martin v. Löwis2002-04-011-3482/+3641
* Use the PyModule_Add*() APIs instead of manipulating the module dictFred Drake2002-04-015-283/+280
* Remove all but one use of the module dict.Fred Drake2002-04-011-44/+38
* Remove unused variable and call to PyModule_GetDict().Fred Drake2002-04-011-2/+1
* Switch to using METH_NOARGS where possible.Fred Drake2002-04-011-38/+18
* Remove UNLESS.Martin v. Löwis2002-04-011-152/+152
* New PYMALLOC_DEBUG function void _PyMalloc_DebugDumpStats(void).Tim Peters2002-04-012-1/+98
* We expect to skip the new test_mpz on Windows.Tim Peters2002-04-011-1/+5
* Use the PyModule_*() API instead of manipulating the module dictionaryFred Drake2002-04-012-11/+11