2002-04-06 |
Guido van Rossum | - Changed new-style class instantiation so that when... |
commit | commitdiff | tree | snapshot |
2002-04-06 |
Guido van Rossum | Some more news. |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Fred Drake | Move reference material on PyArg_Parse*() out of the... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Guido van Rossum | Don't inherit tp_new! This is a retraction of half... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Guido van Rossum | Add tests for binary pickles. |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Fred Drake | Remove weird spacing in typeset version of the chapter... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Guido van Rossum | Implement an idea by Paul Rubin: |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Fred Drake | Fix bug in command line handling, noted by Fredrik... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Fred Drake | Add support for the "Aesop Meta Tag". Not widely used... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Guido van Rossum | Inherit tp_new and tp_is_gc. |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Martin v. Löwis | Eliminate use of LIBOBJS which is an error in autoconf... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Marc-André... | Comment about UTF-16 changes. |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Marc-André... | Fix for bug #222395: UTF-16 et al. don't handle .readli... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Tim Peters | Repair an incomprehensible comment. |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Tim Peters | _PyMalloc_DebugDumpStats(): vastly improved the output... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Tim Peters | Widespread, but mostly in _PyMalloc_Malloc: optimize... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Neal Norwitz | Update doc to reflect Tim's changes to bool. |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Guido van Rossum | A much revised version of SF patch 514662, by Naofumi... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Tim Peters | Revert 0/1 -> False/True change; I didn't intend to... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Guido van Rossum | Fix a typo in Tim's fix. |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Fred Drake | Minor style change. |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Tim Peters | Convert a pile of obvious "yes/no" functions to return... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Tim Peters | Record Windows build number for 2.2.1 final. |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Fred Drake | Add support for \textgreater, \textless. |
commit | commitdiff | tree | snapshot |
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 |
next |