| 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 |
| 2002-03-31 |
Tim Peters | Added a long-overdue comment block giving an overview... |
commit | commitdiff | tree | snapshot |
| 2002-03-30 |
Jack Jansen | Suite to talk to the OSX Terminal application. |
commit | commitdiff | tree | snapshot |
| 2002-03-30 |
Jack Jansen | Got rid of obsolete way to get at various toolbox types. |
commit | commitdiff | tree | snapshot |
| 2002-03-30 |
Jack Jansen | Add Mac/Lib/lib-scriptpackages to sys.path too. |
commit | commitdiff | tree | snapshot |
| 2002-03-30 |
Jack Jansen | Modified to allow it to run in MachoPython in a reasona... |
commit | commitdiff | tree | snapshot |
| 2002-03-30 |
Tim Peters | It's once again thought safe to call the pymalloc free... |
commit | commitdiff | tree | snapshot |
| 2002-03-30 |
Tim Peters | new_arena(): In error cases, reset the number of avail... |
commit | commitdiff | tree | snapshot |
| 2002-03-30 |
Tim Peters | Changed the #-of-arenas counters to uints -- no need... |
commit | commitdiff | tree | snapshot |
| 2002-03-30 |
Tim Peters | Eliminate DONT_SHARE_SHORT_STRINGS. |
commit | commitdiff | tree | snapshot |
| 2002-03-30 |
Martin v. Löwis | Patch #536908: Add missing #include guards/extern "C". |
commit | commitdiff | tree | snapshot |
| 2002-03-30 |
Tim Peters | Turns out the off_t macro isn't used anymore, so got... |
commit | commitdiff | tree | snapshot |
| 2002-03-30 |
Tim Peters | Now that we're no longer linking arenas together, there... |
commit | commitdiff | tree | snapshot |
| 2002-03-30 |
Tim Peters | Retract the claim that this is always safe if PyMem_... |
commit | commitdiff | tree | snapshot |
| 2002-03-30 |
Tim Peters | Lots of changes: |
commit | commitdiff | tree | snapshot |
| 2002-03-29 |
Jack Jansen | Auxiliary files used by BuildApplet for MachoPython. |
commit | commitdiff | tree | snapshot |
| 2002-03-29 |
Jack Jansen | Auxiliary files for building the IDE applet. Running... |
commit | commitdiff | tree | snapshot |
| 2002-03-29 |
Jack Jansen | Handle .icns and .plist files for applets. |
commit | commitdiff | tree | snapshot |
| 2002-03-29 |
Jack Jansen | Missed one version number. |
commit | commitdiff | tree | snapshot |
| 2002-03-29 |
Fred Drake | Use the right types for a couple of fields of the type... |
commit | commitdiff | tree | snapshot |
| 2002-03-29 |
Fred Drake | Started updating information about defining attributes... |
commit | commitdiff | tree | snapshot |
| 2002-03-29 |
Jack Jansen | First stab at an icon for the IDE. |
commit | commitdiff | tree | snapshot |
| 2002-03-29 |
Just van Rossum | repair damage: canceling the "save options" dialog... |
commit | commitdiff | tree | snapshot |
| 2002-03-29 |
Just van Rossum | repair damage: now works again as a CFM app. |
commit | commitdiff | tree | snapshot |
| 2002-03-29 |
Jack Jansen | Completely revamped newline handling. PyEdit is now... |
commit | commitdiff | tree | snapshot |
| 2002-03-29 |
Jack Jansen | Allow file without filetype as long as they end in... |
commit | commitdiff | tree | snapshot |
| 2002-03-29 |
Jack Jansen | Implemented buildtools for MachoPython .app bundles... |
commit | commitdiff | tree | snapshot |
| 2002-03-29 |
Jack Jansen | Don't attempt to create a dummy fsspec if the user... |
commit | commitdiff | tree | snapshot |
| 2002-03-29 |
Jack Jansen | Re-raise the Res.Error if the file doesn't exist. |
commit | commitdiff | tree | snapshot |
| 2002-03-29 |
Jack Jansen | Added -Wno-long-double |
commit | commitdiff | tree | snapshot |
| 2002-03-29 |
Jack Jansen | Changed visible name (in dock, menubar) of the interpre... |
commit | commitdiff | tree | snapshot |
| 2002-03-29 |
Neil Schemenauer | Add missing typecast. |
commit | commitdiff | tree | snapshot |
| 2002-03-29 |
Andrew M. Kuchling | [Patch #536769] Add -Xcompiler flag for adding argument... |
commit | commitdiff | tree | snapshot |
| 2002-03-29 |
Martin v. Löwis | Patch #527027: Allow building python as shared library. |
commit | commitdiff | tree | snapshot |
| 2002-03-29 |
Andrew M. Kuchling | As part of fixing bug #536241, add a test case for... |
commit | commitdiff | tree | snapshot |
| 2002-03-29 |
Andrew M. Kuchling | [Bug #536241] string.zfill() produces mangled output... |
commit | commitdiff | tree | snapshot |
| 2002-03-29 |
Andrew M. Kuchling | Add two tests for string.zfill |
commit | commitdiff | tree | snapshot |
| 2002-03-29 |
Jack Jansen | Allow .pyc files as applets as well as .py files. ... |
commit | commitdiff | tree | snapshot |
| next |