| Commit message (Expand) | Author | Age | Files | Lines |
* | Spelling fix | Andrew M. Kuchling | 2004-08-10 | 1 | -1/+1 |
|
|
* | [Patch #1003861 from Dima Dorfman] Fix markup in concrete.tex: | Andrew M. Kuchling | 2004-08-07 | 1 | -10/+5 |
|
|
* | Use LaTeX markup | Andrew M. Kuchling | 2004-08-07 | 1 | -1/+1 |
|
|
* | [Bug #991883] Document calling condition | Andrew M. Kuchling | 2004-08-07 | 1 | -1/+2 |
|
|
* | SF #989185: Drop unicode.iswide() and unicode.width() and add | Hye-Shik Chang | 2004-08-04 | 1 | -9/+0 |
|
|
* | let's avoid the extra nesting where reasonable | Fred Drake | 2004-08-03 | 1 | -1/+1 |
|
|
* | Fix typo though | Neal Norwitz | 2004-08-02 | 1 | -2/+2 |
|
|
* | Fix doubled word. | Raymond Hettinger | 2004-08-02 | 1 | -1/+1 |
|
|
* | Typo repair. | Tim Peters | 2004-08-02 | 1 | -1/+1 |
|
|
* | Completed a sentence I left dangling. | Tim Peters | 2004-08-02 | 1 | -1/+2 |
|
|
* | PyImport_ImportModule, PyImport_ImportModuleEx, PyImport_ExecCodeModule: | Tim Peters | 2004-08-02 | 1 | -10/+28 |
|
|
* | Add missing doc for Py_True/Py_False. Use the correct macro to define | Skip Montanaro | 2004-07-29 | 1 | -6/+16 |
|
|
* | A little boolean music if you please, maestro... (Not sure I have the | Skip Montanaro | 2004-07-28 | 1 | -0/+34 |
|
|
* | Two typo fixes | Andrew M. Kuchling | 2004-07-26 | 1 | -2/+2 |
|
|
* | Fix an uncorrect function prototype. | Thomas Heller | 2004-07-23 | 1 | -1/+1 |
|
|
* | Supply missing word in new datetime docs, aggravated by copy-paste-edit. | Tim Peters | 2004-07-17 | 1 | -3/+3 |
|
|
* | Formalize that the Py_VISIT macro requires that the tp_traverse | Tim Peters | 2004-07-15 | 1 | -5/+6 |
|
|
* | Documented the new Py_VISIT macro to simplify implementation of | Jim Fulton | 2004-07-14 | 1 | -0/+23 |
|
|
* | Implemented a new Py_CLEAR macro. This macro should be used when | Jim Fulton | 2004-07-14 | 1 | -0/+16 |
|
|
* | Claifications: visit procs are supplied by the core, users aren't | Tim Peters | 2004-07-13 | 1 | -3/+6 |
|
|
* | SF patch 986010: add missing doc for datetime C API, from | Tim Peters | 2004-07-11 | 1 | -15/+85 |
|
|
* | Add PyArg_VaParseTupleAndKeywords(). Document this function and | Brett Cannon | 2004-07-10 | 1 | -1/+14 |
|
|
* | Remove a few elderly sentences | Andrew M. Kuchling | 2004-07-10 | 1 | -9/+2 |
|
|
* | Replace example with simpler alternative using PyGILState_{Ensure,Require). ... | Andrew M. Kuchling | 2004-07-10 | 1 | -13/+5 |
|
|
* | [Bug #987835] Add documentation from PEP 311. (Untested TeX code.) | Andrew M. Kuchling | 2004-07-10 | 1 | -0/+36 |
|
|
* | [Bug #984017] Incorrect prototype, fixed by Timothy Stranex | Andrew M. Kuchling | 2004-07-07 | 1 | -2/+2 |
|
|
* | Change signatures for arguments to "s" and friends to be the proper ``const | Brett Cannon | 2004-07-01 | 1 | -6/+6 |
|
|
* | [Bug #948970] Add PyExc_* symbols to index. | Andrew M. Kuchling | 2004-06-29 | 1 | -28/+28 |
|
|
* | Patch #923098: Share interned strings in marshal. | Martin v. Löwis | 2004-06-27 | 1 | -3/+14 |
|
|
* | SF patch 876130: add C API to datetime module, from Anthony Tuininga. | Tim Peters | 2004-06-20 | 1 | -36/+157 |
|
|
* | Note that memory returned by PyBuffer_New is not specifically aligned. | Neil Schemenauer | 2004-06-08 | 1 | -1/+3 |
|
|
* | [Bug #936837] Add missing word | Andrew M. Kuchling | 2004-06-05 | 1 | -1/+1 |
|
|
* | Drop claims that Unicode always means UCS-2. Fixes #881861. | Martin v. Löwis | 2004-06-03 | 2 | -9/+10 |
|
|
* | - SF #962502: Add two more methods for unicode type; width() and | Hye-Shik Chang | 2004-06-02 | 1 | -0/+9 |
|
|
* | Document PyModule_AddIntConstant to take a long. Fixes #962471. | Martin v. Löwis | 2004-06-02 | 1 | -1/+1 |
|
|
* | Patch #957398: Add public API for Generator Object/Type. | Martin v. Löwis | 2004-06-01 | 1 | -0/+31 |
|
|
* | minor wording cleanup | Fred Drake | 2004-05-12 | 1 | -1/+1 |
|
|
* | Removed 'U' from the documentation for Py_BuildValue to bring it in line | Nicholas Bastin | 2004-05-04 | 1 | -3/+0 |
|
|
* | Two new public API functions, Py_IncRef and Py_DecRef. Useful for | Thomas Heller | 2004-04-22 | 1 | -0/+5 |
|
|
* | SF bug #936827: PyNumber_And() 's description | Raymond Hettinger | 2004-04-17 | 1 | -1/+1 |
|
|
* | Emphasize the requirement that Python.h be included first more strongly. | Fred Drake | 2004-03-31 | 1 | -3/+6 |
|
|
* | improve the very-high-level API docs (contributed by Jeff Epler) | Fred Drake | 2004-03-25 | 1 | -34/+180 |
|
|
* | Remove note that PyErr_SetInterrupt() is obsolete; add comment about the | Fred Drake | 2004-03-25 | 1 | -1/+3 |
|
|
* | SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter" | Raymond Hettinger | 2004-03-25 | 1 | -2/+2 |
|
|
* | Enable the profiling of C functions (builtins and extensions) | Nicholas Bastin | 2004-03-24 | 1 | -4/+24 |
|
|
* | Minor grammatical fixes. | Brett Cannon | 2004-03-18 | 1 | -3/+3 |
|
|
* | Extremely minor typo fixed. | Brett Cannon | 2004-03-18 | 1 | -1/+1 |
|
|
* | Use a new macro, PySequence_Fast_ITEMS to factor out code common to | Raymond Hettinger | 2004-03-12 | 1 | -0/+7 |
|
|
* | markup correction | Fred Drake | 2004-02-17 | 1 | -1/+1 |
|
|
* | Patch #893566: Document that tp_dealloc may be called from any thread. | Martin v. Löwis | 2004-02-15 | 1 | -0/+10 |
|
|