| Commit message (Expand) | Author | Age | Files | Lines |
* | update items/keys/values doc #10300 | Benjamin Peterson | 2010-11-03 | 1 | -6/+4 |
|
|
* | Issue #10089: Add support for arbitrary -X options on the command-line. | Antoine Pitrou | 2010-10-21 | 1 | -0/+15 |
|
|
* | Be consistent in the spelling of thread-safe(ty). | Georg Brandl | 2010-10-19 | 1 | -1/+1 |
|
|
* | make hashes always the size of pointers; introduce Py_hash_t #9778 | Benjamin Peterson | 2010-10-17 | 2 | -6/+11 |
|
|
* | #5121: fix claims about default values leading to segfaults. | Georg Brandl | 2010-10-17 | 1 | -10/+10 |
|
|
* | #9204: remove mentions of removed types in the types module. | Georg Brandl | 2010-10-17 | 10 | -29/+15 |
|
|
* | Fix capitalization. | Georg Brandl | 2010-10-17 | 1 | -2/+2 |
|
|
* | #10058: tweak wording about exception returns. | Georg Brandl | 2010-10-17 | 1 | -9/+10 |
|
|
* | #6798: fix wrong docs for the arguments to several trace events. | Georg Brandl | 2010-10-15 | 1 | -4/+5 |
|
|
* | Use locale encoding if Py_FileSystemDefaultEncoding is not set | Victor Stinner | 2010-10-15 | 1 | -3/+6 |
|
|
* | Document that the 'strict' error handler is used to encode/decode filenames on | Victor Stinner | 2010-10-09 | 1 | -6/+13 |
|
|
* | Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename() | Victor Stinner | 2010-10-09 | 1 | -1/+3 |
|
|
* | PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* | Victor Stinner | 2010-10-07 | 1 | -1/+1 |
|
|
* | Fix spelling and markup. | Georg Brandl | 2010-10-06 | 1 | -10/+10 |
|
|
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 51 | -1818/+1818 |
|
|
* | Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul char... | Victor Stinner | 2010-10-02 | 1 | -1/+2 |
|
|
* | Fix weird markup that caused latex to fail. | Georg Brandl | 2010-10-01 | 1 | -92/+90 |
|
|
* | Issue #9979: Create function PyUnicode_AsWideCharString(). | Victor Stinner | 2010-09-29 | 1 | -0/+13 |
|
|
* | Give a dedicated page to memoryview objects, so that they can be part | Antoine Pitrou | 2010-09-28 | 3 | -48/+55 |
|
|
* | Buffers are not sequence objects (!). Put them in the abstract objects layers | Antoine Pitrou | 2010-09-28 | 4 | -24/+22 |
|
|
* | Various improvements to the docs of the buffer API | Antoine Pitrou | 2010-09-28 | 1 | -47/+82 |
|
|
* | Discourage use of the old buffer API funcs | Antoine Pitrou | 2010-09-28 | 1 | -1/+16 |
|
|
* | Issue #9970: improve C API documentation for memoryview objects | Antoine Pitrou | 2010-09-28 | 1 | -6/+28 |
|
|
* | issue 9910 | Kristján Valur Jónsson | 2010-09-27 | 1 | -2/+23 |
|
|
* | note version | Benjamin Peterson | 2010-09-21 | 1 | -0/+2 |
|
|
* | #9911: doc copyedits. | Georg Brandl | 2010-09-21 | 2 | -3/+3 |
|
|
* | add PyErr_SyntaxLocationEx, to support adding a column offset | Benjamin Peterson | 2010-09-20 | 1 | -0/+14 |
|
|
* | Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on | Victor Stinner | 2010-09-11 | 2 | -2/+2 |
|
|
* | Add versionadded tag to PyUnicode_AsUnicodeCopy's doc | Victor Stinner | 2010-09-03 | 1 | -0/+2 |
|
|
* | Doc fix: unicode() is now str() | Daniel Stutzbach | 2010-09-03 | 1 | -1/+1 |
|
|
* | Document PyUnicode_AsUnicodeCopy() | Victor Stinner | 2010-09-03 | 1 | -0/+8 |
|
|
* | fix old markup | Benjamin Peterson | 2010-08-21 | 1 | -1/+1 |
|
|
* | Add versionadded tag to PyModule_GetFilenameObject() doc | Victor Stinner | 2010-08-18 | 1 | -0/+2 |
|
|
* | Issue #9425: Create PyModule_GetFilenameObject() function | Victor Stinner | 2010-08-17 | 1 | -2/+13 |
|
|
* | Replace :func: by :cfunc: | Victor Stinner | 2010-08-17 | 4 | -12/+12 |
|
|
* | Consistency check for versionadded/changed directives. | Georg Brandl | 2010-08-17 | 4 | -9/+13 |
|
|
* | Add versionadded tag to PySys_FormatStd*() functions doc | Victor Stinner | 2010-08-16 | 1 | -0/+4 |
|
|
* | Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() | Victor Stinner | 2010-08-16 | 1 | -1/+12 |
|
|
* | Issue #9542: Create PyUnicode_FSDecoder() function | Victor Stinner | 2010-08-13 | 1 | -4/+16 |
|
|
* | Fix copy-paste error. | Georg Brandl | 2010-08-13 | 1 | -1/+1 |
|
|
* | Issue #9425: Create PyErr_WarnFormat() function | Victor Stinner | 2010-08-13 | 1 | -3/+10 |
|
|
* | Issue #9425: PyFile_FromFd() ignores the name argument | Victor Stinner | 2010-08-13 | 1 | -2/+6 |
|
|
* | Terminology fix: exceptions are raised, except in generator.throw(). | Georg Brandl | 2010-08-03 | 1 | -1/+1 |
|
|
* | #8648: document UTF-7 codec functions. | Georg Brandl | 2010-08-02 | 1 | -0/+32 |
|
|
* | #8578: mention danger of not incref'ing weak referenced object. | Georg Brandl | 2010-08-02 | 1 | -1/+8 |
|
|
* | #9381: fix markup. | Georg Brandl | 2010-07-26 | 1 | -1/+1 |
|
|
* | #9158: Fix y* format of PyArg_Parse*() functions documentation | Victor Stinner | 2010-07-05 | 1 | -1/+1 |
|
|
* | Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,... | Benjamin Peterson | 2010-06-27 | 1 | -1/+1 |
|
|
* | Merged revisions 81881-81882 via svnmerge from | Benjamin Peterson | 2010-06-27 | 1 | -4/+4 |
|
|
* | Issue #9089: PyNumber_Int is no more. Remove it from the docs. | Mark Dickinson | 2010-06-27 | 1 | -12/+0 |
|
|