Georg Brandl
|
60203b41b0
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
Victor Stinner
|
3603cc5fdb
|
Issue #9425: PyFile_FromFd() ignores the name argument
This function is only by imp.find_module() which does return the filename in a
separated variable.
|
2010-08-13 13:34:52 +00:00 |
Antoine Pitrou
|
046028899d
|
Further refinements to the C file API.
|
2010-06-15 17:30:16 +00:00 |
Antoine Pitrou
|
5d8a6c85ec
|
Fixes to the PyFile_FromFd() doc, by Renato Cunha.
|
2010-06-15 17:00:21 +00:00 |
Georg Brandl
|
48310cd3f2
|
Remove trailing whitespace.
|
2009-01-03 21:18:54 +00:00 |
Benjamin Peterson
|
487b9dc002
|
bring the PyFile docs into sync with reality
|
2008-08-23 21:04:47 +00:00 |
Georg Brandl
|
54a3faae08
|
Split C API docs in Py3k branch.
|
2008-01-20 09:30:57 +00:00 |