| Commit message (Expand) | Author | Age | Files | Lines |
* | SF 539024, Fix broken link to numpy | Neal Norwitz | 2002-04-04 | 1 | -1/+1 |
|
|
* | _PyMalloc_Realloc(): removed a now-pointless cast. | Tim Peters | 2002-04-04 | 1 | -1/+1 |
|
|
* | _PyMalloc_{Malloc, Realloc}: Strive to meet the doc's promises about | Tim Peters | 2002-04-04 | 1 | -42/+44 |
|
|
* | Correct the descriptions of the PyObject_As*Buffer() return values. | Fred Drake | 2002-04-04 | 1 | -6/+6 |
|
|
* | As Neal pointed out, bool_print was an order of magnitude too complex. | Guido van Rossum | 2002-04-04 | 1 | -12/+1 |
|
|
* | Repair the Windows build (needs to compile in the new boolobject code). | Tim Peters | 2002-04-04 | 1 | -0/+15 |
|
|
* | Oops. Here are the new files. My apologies. | Guido van Rossum | 2002-04-03 | 3 | -0/+460 |
|
|
* | Add empty section for bool | Andrew M. Kuchling | 2002-04-03 | 1 | -0/+12 |
|
|
* | Add the 'bool' type and its values 'False' and 'True', as described in | Guido van Rossum | 2002-04-03 | 29 | -383/+494 |
|
|
* | e macresource.need() to open the W resource file in the application init | Jack Jansen | 2002-04-03 | 2 | -1/+4 |
|
|
* | Slight modernization. | Fred Drake | 2002-04-03 | 2 | -5/+3 |
|
|
* | Fix the names of the classmethod and staticmethod constructors as passed to | Fred Drake | 2002-04-03 | 1 | -2/+2 |
|
|
* | Remove direct manipulation of the module dict. | Fred Drake | 2002-04-03 | 1 | -9/+3 |
|
|
* | Got the example program to work in MachoPython. | Jack Jansen | 2002-04-03 | 1 | -2/+4 |
|
|
* | Updated PEP link to point to the now-canonical site. | Fred Drake | 2002-04-03 | 1 | -1/+1 |
|
|
* | Update the PEP URL format to point to python.org. | Fred Drake | 2002-04-03 | 1 | -1/+1 |
|
|
* | Fold some long lines. Delete blank initial line. | Guido van Rossum | 2002-04-03 | 1 | -4/+6 |
|
|
* | Fix bugs: | Mark Hammond | 2002-04-03 | 4 | -5/+98 |
|
|
* | Convert more METH_OLDARGS & PyArg_Parse() | Neal Norwitz | 2002-04-02 | 3 | -69/+69 |
|
|
* | Get rid of more PyArg_Parse & METH_OLDARGS. | Neal Norwitz | 2002-04-02 | 2 | -13/+14 |
|
|
* | SF patch 537536 by Phillip J. Eby, fix for SF bug 535444, super() | Guido van Rossum | 2002-04-02 | 2 | -3/+15 |
|
|
* | Add a note warning against semicolons following PyObject_HEAD. | Fred Drake | 2002-04-02 | 1 | -5/+9 |
|
|
* | Fix for a bug in the fix for SF bug 503031. This time the OP verified | Guido van Rossum | 2002-04-02 | 1 | -2/+2 |
|
|
* | Add an item | Andrew M. Kuchling | 2002-04-02 | 1 | -0/+20 |
|
|
* | Add an experimental mechanism to support extending the pprint formatting. | Fred Drake | 2002-04-02 | 3 | -9/+57 |
|
|
* | Make test_commands work on more systems. This removes much of the dependency | Fred Drake | 2002-04-01 | 1 | -4/+5 |
|
|
* | Explain that os.spawn*() return the process handle on Windows. | Fred Drake | 2002-04-01 | 1 | -3/+5 |
|
|
* | There is no PyArg_ConvertTuple(); call it by the right name. | Fred Drake | 2002-04-01 | 1 | -1/+1 |
|
|
* | Fix up the documentation of the type codes to give both the C and Python | Fred Drake | 2002-04-01 | 1 | -17/+24 |
|
|
* | Change reference to execframes to naming. | Jeremy Hylton | 2002-04-01 | 1 | -1/+1 |
|
|
* | Restore a minimal definition of execution frame, since other parts of | Jeremy Hylton | 2002-04-01 | 1 | -0/+6 |
|
|
* | Update programmer's note on nested functions. | Jeremy Hylton | 2002-04-01 | 1 | -5/+5 |
|
|
* | Reword explanation of global statement since an undeclared global is a | Jeremy Hylton | 2002-04-01 | 1 | -3/+3 |
|
|
* | Note the sole case in which the ban on "from ... import *" within a | Jeremy Hylton | 2002-04-01 | 1 | -1/+5 |
|
|
* | Remove the following restriction: | Jeremy Hylton | 2002-04-01 | 1 | -4/+0 |
|
|
* | Note that it is illegal to delete a cell variable. | Jeremy Hylton | 2002-04-01 | 1 | -2/+6 |
|
|
* | Given lambda its own section, instead of burying it in boolean operators. | Jeremy Hylton | 2002-04-01 | 1 | -30/+7 |
|
|
* | Update / simplify Identifiers section for nested scopes. | Jeremy Hylton | 2002-04-01 | 1 | -18/+2 |
|
|
* | Update docs for nested scopes. | Jeremy Hylton | 2002-04-01 | 2 | -257/+134 |
|
|
* | Update to push the docs to python.org instead of python.sf.net. | Fred Drake | 2002-04-01 | 2 | -9/+12 |
|
|
* | Fixed errors in two comments. | Tim Peters | 2002-04-01 | 1 | -3/+4 |
|
|
* | Copy section on generators from the 2.2 document with a bit of rewriting | Andrew M. Kuchling | 2002-04-01 | 1 | -1/+153 |
|
|
* | Restructured my pool-management overview in terms of the three | Tim Peters | 2002-04-01 | 1 | -21/+61 |
|
|
* | Mention 2.2.1 in intro and in bug/patch counts | Andrew M. Kuchling | 2002-04-01 | 1 | -8/+11 |
|
|
* | Format strings (tuples,) appropriately | Neal Norwitz | 2002-04-01 | 2 | -3/+3 |
|
|
* | Use attributes appropriately | Neal Norwitz | 2002-04-01 | 2 | -2/+2 |
|
|
* | There is no TestError, use TestFailed appropriately | Neal Norwitz | 2002-04-01 | 3 | -10/+10 |
|
|
* | Update documentation of code objects. | Jeremy Hylton | 2002-04-01 | 1 | -10/+15 |
|
|
* | Minor adjustments. | Fred Drake | 2002-04-01 | 1 | -1/+2 |
|
|
* | Small fixes for description of function attributes. | Jeremy Hylton | 2002-04-01 | 1 | -5/+3 |
|
|