Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #3080: Add PyModule_GetNameObject() | Victor Stinner | 2011-02-23 | 1 | -7/+15 |
| | | | | | repr(module) uses %R to format module name and filenames, instead of '%s' and '%U', so surrogates from undecodable bytes in a filename (PEP 383) are escaped. | ||||
* | Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check | Martin v. Löwis | 2011-02-05 | 1 | -0/+8 |
| | | | | in the limited ABI | ||||
* | Fix a few doc errors, mostly undefined keywords. | Georg Brandl | 2011-01-15 | 1 | -1/+1 |
| | |||||
* | Nits | Antoine Pitrou | 2011-01-15 | 1 | -10/+6 |
| | |||||
* | Issue #10913: Deprecate misleading functions PyEval_AcquireLock() and | Antoine Pitrou | 2011-01-15 | 1 | -0/+18 |
| | | | | PyEval_ReleaseLock(). The thread-state aware APIs should be used instead. | ||||
* | Reword and restructure the GIL API doc | Antoine Pitrou | 2011-01-15 | 1 | -152/+156 |
| | |||||
* | Add mention of how to switch interpreters | Antoine Pitrou | 2011-01-15 | 1 | -1/+3 |
| | |||||
* | Improve description of issues | Antoine Pitrou | 2011-01-15 | 1 | -7/+10 |
| | |||||
* | Restructure a bit | Antoine Pitrou | 2011-01-15 | 1 | -79/+100 |
| | |||||
* | Standard streams use file descriptors, not FILE pointers. | Antoine Pitrou | 2011-01-15 | 1 | -1/+1 |
| | |||||
* | Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks ↵ | Eli Bendersky | 2011-01-15 | 1 | -0/+3 |
| | | | | to Devin Jeanpierre for spotting the problem. | ||||
* | Issue #10840: make it explicit that "s*" and friends provide contiguous memory. | Antoine Pitrou | 2011-01-06 | 1 | -3/+4 |
| | |||||
* | Rephrase PyUnicode_CompareWithASCIIString() documentation | Victor Stinner | 2010-12-28 | 1 | -2/+3 |
| | |||||
* | Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded string | Victor Stinner | 2010-12-28 | 1 | -1/+1 |
| | |||||
* | Issue #10780: PyErr_SetFromWindowsErrWithFilename() and | Victor Stinner | 2010-12-28 | 1 | -2/+3 |
| | | | | | PyErr_SetExcFromWindowsErrWithFilename() decode the filename from the filesystem encoding instead of UTF-8. | ||||
* | Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem | Victor Stinner | 2010-12-27 | 1 | -2/+3 |
| | | | | encoding instead of UTF-8. | ||||
* | Issue #9738: Document encodings of AST, compiler, parser and PyRun functions | Victor Stinner | 2010-12-27 | 1 | -11/+20 |
| | |||||
* | Issue #9738: document encodings of unicode functions | Victor Stinner | 2010-12-27 | 1 | -1/+2 |
| | |||||
* | Issue #9738: Document encodings of error and warning functions | Victor Stinner | 2010-12-27 | 1 | -9/+16 |
| | |||||
* | Fix typo | Daniel Stutzbach | 2010-12-17 | 1 | -3/+3 |
| | |||||
* | Issue 8753: Added documentation for Py_ReprEntr and Py_ReprLeave. | Daniel Stutzbach | 2010-12-17 | 1 | -0/+29 |
| | |||||
* | Add missing docs and directives related to PEP 3147 and byte-compilation | Éric Araujo | 2010-12-16 | 1 | -0/+3 |
| | |||||
* | Better explain the buffer interface (hopefully) | Antoine Pitrou | 2010-12-12 | 2 | -16/+26 |
| | |||||
* | Fix markup. | Georg Brandl | 2010-12-11 | 1 | -2/+4 |
| | |||||
* | Add versionchanged for parameter type changes. | Martin v. Löwis | 2010-12-11 | 1 | -0/+5 |
| | |||||
* | Adjust PySlice_GetIndices documentation to signature change. | Martin v. Löwis | 2010-12-11 | 1 | -2/+2 |
| | |||||
* | Remove visible XXX comments. | Georg Brandl | 2010-12-06 | 1 | -3/+5 |
| | |||||
* | Add an "optimize" parameter to compile() to control the optimization level, ↵ | Georg Brandl | 2010-12-04 | 1 | -0/+14 |
| | | | | and provide an interface to it in py_compile, compileall and PyZipFile. | ||||
* | Issue #10557: Fixed error messages from float() and other numeric | Alexander Belopolsky | 2010-12-04 | 1 | -0/+7 |
| | | | | | | types. Added a new API function, PyUnicode_TransformDecimalToASCII(), which transforms non-ASCII decimal digits in a Unicode string to their ASCII equivalents. | ||||
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -2/+2 |
| | |||||
* | #10597: fix Py_SetPythonHome docs by pointing to where the meaning of ↵ | Georg Brandl | 2010-12-02 | 1 | -2/+3 |
| | | | | PYTHONHOME is already documented. | ||||
* | #10594: fix parameter names in PyList API docs. | Georg Brandl | 2010-12-01 | 1 | -3/+3 |
| | |||||
* | Make doc for PyErr_Format() up to date. | Antoine Pitrou | 2010-11-27 | 1 | -74/+5 |
| | |||||
* | assert.h is also included. Thanks to Savio Sena. | Georg Brandl | 2010-11-23 | 1 | -2/+2 |
| | |||||
* | #10468: document Unicode exception creation and access functions. | Georg Brandl | 2010-11-23 | 2 | -4/+79 |
| | |||||
* | #10439: document PyCodec C APIs. | Georg Brandl | 2010-11-20 | 2 | -0/+121 |
| | |||||
* | 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 |
| | | | | They can be retrieved through a new attribute `sys._xoptions`. | ||||
* | 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 |
| | | | | | | | | * PyUnicode_EncodeFSDefault(), PyUnicode_DecodeFSDefaultAndSize() and PyUnicode_DecodeFSDefault() use the locale encoding instead of UTF-8 if Py_FileSystemDefaultEncoding is NULL * redecode_filenames() functions and _Py_code_object_list (issue #9630) are no more needed: remove them | ||||
* | Document that the 'strict' error handler is used to encode/decode filenames on | Victor Stinner | 2010-10-09 | 1 | -6/+13 |
| | | | | Windows | ||||
* | Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename() | Victor Stinner | 2010-10-09 | 1 | -1/+3 |
| | | | | encodings | ||||
* | PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* | Victor Stinner | 2010-10-07 | 1 | -1/+1 |
| | | | | | All unicode functions uses PyObject* except PyUnicode_AsWideChar(). Fix the prototype for the new function PyUnicode_AsWideCharString(). | ||||
* | Fix spelling and markup. | Georg Brandl | 2010-10-06 | 1 | -10/+10 |
| |