| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert the following revisions, as they don't fix security | Martin v. Löwis | 2008-03-02 | 1 | -4/+4 |
| | | | | | | | | problems: 52448, 52468, 52472, 52475, 52646, 52797, 52802, 52863, 52999, 53001, 53101, 53371, 53373, 53383, 53384, 53736, 53812, 53921, 55578, 55580, 55581, 55772, 55775, 56557, 57093, 57094, 58630, 60114 | ||||
| * | [Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation. ↵ | Andrew M. Kuchling | 2006-10-26 | 1 | -4/+4 |
| | | | | | Reported by David Faure. | ||||
| * | Minor edits | Andrew M. Kuchling | 2006-08-18 | 2 | -3/+3 |
| | | |||||
| * | Typo in tp_clear docs. | Georg Brandl | 2006-08-18 | 1 | -1/+1 |
| | | | | | (backport from rev. 51368) | ||||
| * | Bug #1541682: Fix example in the "Refcount details" API docs. | Georg Brandl | 2006-08-18 | 3 | -22/+20 |
| | | | | | | | Additionally, remove a faulty example showing PySequence_SetItem applied to a newly created list object and add notes that this isn't a good idea. (backport) | ||||
| * | Fix typo. | Georg Brandl | 2006-08-11 | 1 | -1/+1 |
| | | |||||
| * | Bug #1536828: typo: TypeType should have been StringType. | Georg Brandl | 2006-08-08 | 1 | -1/+1 |
| | | | | | (backport from rev. 51151) | ||||
| * | Clarify docs for bf_getcharbuffer. | Brett Cannon | 2006-06-07 | 1 | -6/+10 |
| | | |||||
| * | fix markup glitch(backport from rev.45778) | George Yoshida | 2006-04-28 | 1 | -1/+1 |
| | | |||||
| * | Bug #1464658: make clear that PyList_GetItem doesn't take negative indices. | Georg Brandl | 2006-04-06 | 1 | -2/+3 |
| | | | | | (backport from rev. 43704) | ||||
| * | - update the refcount information (late, but not a bad thing to do...) | Fred Drake | 2006-03-30 | 2 | -0/+120 |
| | | | | | - clarify that PyGen_New() steals a reference | ||||
| * | update - still some old .cvsignore files lying around | Anthony Baxter | 2006-03-23 | 1 | -3/+0 |
| | | |||||
| * | Patch #1415507: clarify docs on reference stealing | Georg Brandl | 2006-02-18 | 1 | -3/+13 |
| | | |||||
| * | bug #1281408: make Py_BuildValue work with unsigned longs and long longs | Georg Brandl | 2005-11-24 | 1 | -2/+24 |
| | | |||||
| * | Backport: SF bug #1323739, C API doc for PySequence_Tuple duplicated | Neal Norwitz | 2005-10-12 | 1 | -9/+5 |
| | | |||||
| * | backport Py_UNICODE clarification | Skip Montanaro | 2005-10-10 | 1 | -6/+16 |
| | | |||||
| * | backport of bugfix [ 1306449 ] PyString_AsStringAndSize() return value ↵ | Georg Brandl | 2005-09-28 | 1 | -2/+2 |
| | | | | | documented wrong | ||||
| * | fix typo | Georg Brandl | 2005-09-15 | 1 | -1/+1 |
| | | |||||
| * | - Correct PyBool_FromLong's return type and its description. | Georg Brandl | 2005-09-03 | 1 | -226/+226 |
| | | | | | | | | | | | | | | - Unify function description mode ("Return X" vs "Returns X") CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: Doc/api/concrete.tex CVS: ---------------------------------------------------------------------- | ||||
| * | backport bug [ 1061920 ] "k" specifier in PyArg_ParseTuple incomplete ↵ | Georg Brandl | 2005-07-17 | 1 | -2/+2 |
| | | | | | documentated | ||||
| * | Fix name from PyDate_FromDateAndTime to PyDateTime_FromDateAndTime. | Brett Cannon | 2005-02-17 | 1 | -1/+1 |
| | | | | | Closes bug #1124278. | ||||
| * | Update refences to "Macintosh" to reflect the state of affairs for OS X and not | Brett Cannon | 2005-02-13 | 2 | -5/+4 |
| | | | | | | | Mac OS 9. Backport of patch #1095802. | ||||
| * | Clean up discussion of new C thread idiom | Fred Drake | 2005-01-19 | 1 | -13/+11 |
| | | | | | (closes SF patch #1031233; modified) | ||||
| * | SF Patch #1093896: miscellaneous doc typos | Raymond Hettinger | 2005-01-01 | 2 | -2/+2 |
| | | |||||
| * | SF bug #1082944: Incorrect docs for PyUnicode_TailMatch | Raymond Hettinger | 2004-12-10 | 1 | -1/+2 |
| | | | | | | * Note correct return type is int. * Note that -1 returned on failure. | ||||
| * | Correct the handling of 0-termination of PyUnicode_AsWideChar() | Marc-André Lemburg | 2004-11-22 | 1 | -3/+7 |
| | | | | | | | | | and its usage in PyLocale_strcoll(). Clarify the documentation on this. Thanks to Andreas Degert for pointing this out. | ||||
| * | SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick | Tim Peters | 2004-10-11 | 1 | -4/+12 |
| | | | | | | Coghlan, for determining whether PyEval_InitThreads() has been called. Also purged the undocumented+unused _PyThread_Started int. | ||||
| * | Fix typo in PyDict_Items doc | Nicholas Bastin | 2004-09-29 | 1 | -1/+1 |
| | | |||||
| * | SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support | Walter Dörwald | 2004-09-07 | 1 | -0/+25 |
| | | | | | | | | | | | | decoding incomplete input (when the input stream is temporarily exhausted). codecs.StreamReader now implements buffering, which enables proper readline support for the UTF-16 decoders. codecs.StreamReader.read() has a new argument chars which specifies the number of characters to return. codecs.StreamReader.readline() and codecs.StreamReader.readlines() have a new argument keepends. Trailing "\n"s will be stripped from the lines if keepends is false. Added C APIs PyUnicode_DecodeUTF8Stateful and PyUnicode_DecodeUTF16Stateful. | ||||
| * | Patch #900727: Add Py_InitializeEx to allow embedding without signals. | Martin v. Löwis | 2004-08-19 | 1 | -0/+7 |
| | | |||||
| * | 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 |
| | | | | | | | | PyObject* o -> PyObject *o to be consistent with the rest of the file - Correct markup for Py_True - Remove duplicate description of PyBool_Check | ||||
| * | 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 |
| | | | | | | | | | | | | | unicodedata.east_asian_width(). You can still implement your own simple width() function using it like this: def width(u): w = 0 for c in unicodedata.normalize('NFC', u): cwidth = unicodedata.east_asian_width(c) if cwidth in ('W', 'F'): w += 2 else: w += 1 return w | ||||
| * | 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 |
| | | | | | | in failure cases, incompletely initalized module objects are no longer left behind in sys.modules. | ||||
| * | Add missing doc for Py_True/Py_False. Use the correct macro to define | Skip Montanaro | 2004-07-29 | 1 | -6/+16 |
| | | | | | Py_RETURN_FALSE and Py_RETURN_TRUE. | ||||
| * | A little boolean music if you please, maestro... (Not sure I have the | Skip Montanaro | 2004-07-28 | 1 | -0/+34 |
| | | | | | versionadded{} args quite right). | ||||
| * | 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 |
| | | | | | | | Will backport to release23-maint. BTW: Shouldn't it read PY_LONG_LONG instead of 'long long' ? | ||||
| * | 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 |
| | | | | | implementation it's used in must give its arguments specific names. | ||||
| * | Documented the new Py_VISIT macro to simplify implementation of | Jim Fulton | 2004-07-14 | 1 | -0/+23 |
| | | | | | tp_traverse handlers. (Tim made me do it. ;) | ||||
| * | Implemented a new Py_CLEAR macro. This macro should be used when | Jim Fulton | 2004-07-14 | 1 | -0/+16 |
| | | | | | | decrementing the refcount of variables that might be accessed as a result of calling Python | ||||
| * | Claifications: visit procs are supplied by the core, users aren't | Tim Peters | 2004-07-13 | 1 | -3/+6 |
| | | | | | | | | expected to write their own. A NULL "object" must not be passed to the visit callback. A non-zero return from a visit proc isn't necessarily an error return (and it doesn't matter to the tp_traverse code *what* it might signify, their only job is to return it). | ||||
