2002-04-04 |
Jeremy Hylton | Replace use of apply() with extended call syntax. |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Fred Drake | Add a version annotation regarding the urlopen(proxies... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Fred Drake | Support manual proxy configuration for simple urlopen... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Fred Drake | The rest of the documentation for manual proxy configur... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Fred Drake | Documentation for manual proxy configuration, by Andy... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Tim Peters | SF bug 497854: Short-cuts missing for All Users |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Fred Drake | Add note about changes in xml.sax.expatreader. |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Fred Drake | Not sure why the regression test missed this, but the... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Fred Drake | Mark the notice about the new development version of... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Fred Drake | Avoid creating circular references between the ExpatPar... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Guido van Rossum | Removed old Digital Creations copyright/license notices... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Guido van Rossum | Clarifying code rearrangement and comments by David... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Guido van Rossum | Add test case for SF bug 534347. |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Guido van Rossum | Fix by Greg Chapman from SF bug 534347: Potential AV... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Marc-André... | Added note about updated freeze.py Tool. |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Marc-André... | Updated freeze.py to the new Makefile symbol layout. |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Guido van Rossum | Add a note about bool. |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Neal Norwitz | SF 539024, Fix broken link to numpy |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Tim Peters | _PyMalloc_Realloc(): removed a now-pointless cast. |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Tim Peters | _PyMalloc_{Malloc, Realloc}: Strive to meet the doc... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Fred Drake | Correct the descriptions of the PyObject_As*Buffer... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Guido van Rossum | As Neal pointed out, bool_print was an order of magnitu... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Tim Peters | Repair the Windows build (needs to compile in the new... |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Guido van Rossum | Oops. Here are the new files. My apologies. |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Andrew M. Kuchling | Add empty section for bool |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Guido van Rossum | Add the 'bool' type and its values 'False' and 'True... |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Jack Jansen | e macresource.need() to open the W resource file in... |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Fred Drake | Slight modernization. |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Fred Drake | Fix the names of the classmethod and staticmethod const... |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Fred Drake | Remove direct manipulation of the module dict. |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Jack Jansen | Got the example program to work in MachoPython. |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Fred Drake | Updated PEP link to point to the now-canonical site. |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Fred Drake | Update the PEP URL format to point to python.org. |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Guido van Rossum | Fold some long lines. Delete blank initial line. |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Mark Hammond | Fix bugs: |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Neal Norwitz | Convert more METH_OLDARGS & PyArg_Parse() |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Neal Norwitz | Get rid of more PyArg_Parse & METH_OLDARGS. |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Guido van Rossum | SF patch 537536 by Phillip J. Eby, fix for SF bug 53544... |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Fred Drake | Add a note warning against semicolons following PyObjec... |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Guido van Rossum | Fix for a bug in the fix for SF bug 503031. This time... |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Andrew M. Kuchling | Add an item |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Fred Drake | Add an experimental mechanism to support extending... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Fred Drake | Make test_commands work on more systems. This removes... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Fred Drake | Explain that os.spawn*() return the process handle... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Fred Drake | There is no PyArg_ConvertTuple(); call it by the right... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Fred Drake | Fix up the documentation of the type codes to give... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Jeremy Hylton | Change reference to execframes to naming. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Jeremy Hylton | Restore a minimal definition of execution frame, since... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Jeremy Hylton | Update programmer's note on nested functions. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Jeremy Hylton | Reword explanation of global statement since an undecla... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Jeremy Hylton | Note the sole case in which the ban on "from ... import... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Jeremy Hylton | Remove the following restriction: |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Jeremy Hylton | Note that it is illegal to delete a cell variable. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Jeremy Hylton | Given lambda its own section, instead of burying it... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Jeremy Hylton | Update / simplify Identifiers section for nested scopes. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Jeremy Hylton | Update docs for nested scopes. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Fred Drake | Update to push the docs to python.org instead of python... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Tim Peters | Fixed errors in two comments. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Andrew M. Kuchling | Copy section on generators from the 2.2 document with... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Tim Peters | Restructured my pool-management overview in terms of... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Andrew M. Kuchling | Mention 2.2.1 in intro and in bug/patch counts |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Neal Norwitz | Format strings (tuples,) appropriately |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Neal Norwitz | Use attributes appropriately |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Neal Norwitz | There is no TestError, use TestFailed appropriately |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Jeremy Hylton | Update documentation of code objects. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Fred Drake | Minor adjustments. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Jeremy Hylton | Small fixes for description of function attributes. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Martin v. Löwis | Reindent. Break long lines. Move comments before the... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Fred Drake | Use the PyModule_Add*() APIs instead of manipulating... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Fred Drake | Remove all but one use of the module dict. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Fred Drake | Remove unused variable and call to PyModule_GetDict(). |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Fred Drake | Switch to using METH_NOARGS where possible. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Martin v. Löwis | Remove UNLESS. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Tim Peters | New PYMALLOC_DEBUG function void _PyMalloc_DebugDumpSta... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Tim Peters | We expect to skip the new test_mpz on Windows. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Fred Drake | Use the PyModule_*() API instead of manipulating the... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Neal Norwitz | Get rid of another use of PyArg_Parse() |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Neal Norwitz | Get rid of all METH_OLDARGS & PyArg_Parse. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Tim Peters | Remove some now-obsolete generator future statements. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Neal Norwitz | Convert file.readinto() to stop using METH_OLDARGS... |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Guido van Rossum | Hopeful fix for SF bug 503031: urllib.py: open_http... |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Neal Norwitz | mpz_float() only takes one parameter now |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Jack Jansen | Added a "run with commandline Python" flag. Works in... |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Neal Norwitz | Get rid of warnings due to changing to METH_NOARGS |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Neal Norwitz | Use METH_VARARGS rather than METH_OLDARGS implicitly... |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Neal Norwitz | Convert METH_OLDARGS -> METH_NOARGS: remove args parameter |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Neal Norwitz | Revert use of METH_OLDARGS (use 0) to support 1.5.2 |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Neal Norwitz | Convert METH_OLDARGS -> METH_VARARGS: also PyArg_Parse... |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Neal Norwitz | Remove METH_OLDARGS: |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Neal Norwitz | Convert from using METH_OLDARGS to METH_NOARGS. |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Neal Norwitz | Fix whitespace |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Neal Norwitz | Use symbolic METH_VARARGS/METH_OLDARGS instead of 1... |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Neal Norwitz | Use symbolic METH_VARARGS instead of 1 for ml_flags |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Neal Norwitz | Use docstrings for exception classes |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Neal Norwitz | Derive exception classes from Exception |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Neal Norwitz | Stop using string exceptions |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Tim Peters | Add one more assert that indirectly interlocking condit... |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Tim Peters | Fixed an error in a new assert. |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Tim Peters | Fixed a typo in a new comment. |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Tim Peters | _PyMalloc_Free(): As was already done for _PyMalloc_Ma... |
commit | commitdiff | tree | snapshot |
next |