summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Collapse)AuthorAgeFilesLines
...
* Missed one big file to split up.Georg Brandl2008-01-197-1166/+1175
|
* Split the monstrous C API manual files in smaller parts.Georg Brandl2008-01-1941-5068/+5118
|
* Fix typos.Georg Brandl2008-01-191-7/+7
|
* Polish sentenceAndrew M. Kuchling2008-01-191-4/+4
|
* Now that I've learnt about structseq objects I felt like converting ↵Christian Heimes2008-01-141-1/+1
| | | | | | sys.float_info to a structseq. It's readonly and help(sys.float_info) explains the attributes nicely.
* Use markup.Georg Brandl2008-01-051-4/+4
|
* Repair markup.Georg Brandl2008-01-051-10/+6
|
* Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.Georg Brandl2008-01-051-1/+1
|
* Modified PyImport_Import and PyImport_ImportModule to always use absolute ↵Christian Heimes2008-01-031-1/+42
| | | | | | imports by calling __import__ with an explicit level of 0 Added a new API function PyImport_ImportModuleNoBlock. It solves the problem with dead locks when mixing threads and imports
* Some cleanup in the docs.Georg Brandl2007-12-294-13/+12
|
* Patch #1583 by Adam Olsen.Guido van Rossum2007-12-191-0/+10
| | | | | | | This adds signal.set_wakeup_fd(fd) which sets a file descriptor to which a zero byte will be written whenever a C exception handler runs. I added a simple C API as well, PySignal_SetWakeupFd(fd).
* Applied patch #1635: Float patch for inf and nan on Windows (and other ↵Christian Heimes2007-12-181-1/+17
| | | | | | platforms). The patch unifies float("inf") and repr(float("inf")) on all platforms.
* Add another GHOP student to ACKS.Georg Brandl2007-12-061-2/+2
|
* Fix markup.Georg Brandl2007-12-051-1/+1
|
* Add documentation for PySys_* functions.Georg Brandl2007-12-022-2/+60
| | | | Written by Charlie Shepherd for GHOP. Also fixes #1245.
* Document PyEval_* functions from ceval.c.Georg Brandl2007-12-013-0/+134
| | | | Credits to Michael Sloan from GHOP.
* Add versionadded tags missing in r59254. Do NOT merge to Py3k.Georg Brandl2007-12-011-0/+6
|
* Feature #1534Christian Heimes2007-12-011-0/+17
| | | | | Added PyFloat_GetMax(), PyFloat_GetMin() and PyFloat_GetInfo() to the float API. Added a dictionary sys.float_info with information about the internal floating point type to the sys module.
* Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and ↵Georg Brandl2007-11-021-2/+2
| | | | | | | __hash__. I hope the concept of hashability is better understandable now. Thanks to Tim Hatch for pointing out the flaws here.
* Unify "file-descriptor" to "file descriptor".Georg Brandl2007-10-211-1/+1
|
* Remove useless warningRaymond Hettinger2007-10-181-6/+0
|
* Re-order some functions whose parameters differ between PyObject and const charBrett Cannon2007-10-161-14/+14
| | | | * so that they are next to each other.
* #1199: docs for tp_as_{number,sequence,mapping}, by Amaury Forgeot d'Arc.Georg Brandl2007-10-082-15/+194
| | | | No need to merge this to py3k!
* Fix #1139: PyFile_Encoding really is PyFile_SetEncoding.Georg Brandl2007-09-121-1/+1
|
* Fix #1122: wrong return type documented for various _Size() functions.Georg Brandl2007-09-121-4/+4
|
* Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.Walter Dörwald2007-08-171-0/+73
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-1511-0/+10023