| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
sample startup script provided by Itamar Shtull-Trauring.
This closes SF patch #410890.
Add some logical markup where it was missing.
|
| |
|
|
|
|
| |
Windows version of the function as well as the Unix flavor.
This fixes SF bug #441357.
|
| |
|
|
|
|
| |
special character bite us again. ;-(
This fixes SF bug #440911.
|
| | |
|
| |
|
|
| |
matched; reported by Paul Moore.
|
| |
|
|
|
|
|
|
|
| |
concrete sequence objects, since their API is simpler.
This is in response to a comment in SF bug #440037.
(Does this really belong in the bugfix release? Yes: this is a readability
bug, and those are important in the documentation.)
|
| |
|
|
|
|
| |
polling objects. This closes SF bug #439823.
Fixed a minor markup bug.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PyObject_InitVar(), PyObject_Del(), PyObject_NEW(),
PyObject_NEW_VAR(), and PyObject_DEL().
Add notes to PyMem_Malloc() and PyMem_New() about the memory buffers
not being initialized.
This fixes SF bug #439012.
Added explicit return value information for PyList_SetItem(),
PyDict_SetItem(), and PyDict_SetItemString(). Corrected return type
for PyList_SET_ITEM().
Fixed index entries in the descriptions of PyLong_AsLong() and
PyLong_AsUnignedLong().
This fixes the API manual portion of SF bug #440037.
Note that the headers properly declare everything as 'extern "C"' for
C++ users.
Document _Py_NoneStruct.
Added links to the Extending & Embedding manual for PyArg_ParseTuple()
and PyArg_ParseTupleAndKeywords().
Added note that PyArg_Parse() should not be used in new code.
Fix up a few style nits -- avoid "e.g." and "i.e." -- these make
translation more difficult, as well as reading the English more
difficult for non-native speakers.
|
| |
|
|
| |
information about them, based on comments from Jack Jansen.
|
| |
|
|
|
|
| |
The block/unblock thread macros are called 'Py_BLOCK_THREADS' and
'Py_UNBLOCK_THREADS', not 'Py_BEGIN_BLOCK_THREADS' and
'Py_BEGIN_UNBLOCK_THREADS'.
|
| |
|
|
|
|
| |
the os.W*() functions used to interpret the return value.
This fixes SF bug #429361.
|
| |
|
|
|
|
| |
\platform statement.
Also fix a minor style consistency nit in an example.
|
| |
|
|
| |
This closes SF bug #438032.
|
| | |
|
| | |
|
| |
|
|
| |
example. It actually confused a reader.
|
| |
|
|
| |
Reported by Milan Zamazal <pdm@zamazal.org>.
|
| |
|
|
|
|
|
| |
consistency errors (mostly omitted "()" at the end of function and
method names).
Reported by Milan Zamazal <pdm@zamazal.org>.
|
| | |
|
| |
|
|
|
| |
Use a portable format in the example that creates a timestamp suitable for
use in email, also updating it and the footnote from RFC 822 to RFC 2822.
|
| | |
|
| |
|
|
|
| |
Do not use an extra flag variable to test only once in one subsequent if
statement.
|
| |
|
|
| |
Fix bug #422702: Make flag argument to open optional, and document it that way.
|
| |
|
|
|
| |
Write a better synopsis for the Scrap module, and provide a link to
useful documentation on the Scrap Manager.
|
| | |
|
| |
|
|
|
|
|
| |
Added some comments about sys.exit(), SystemExit, and preventing restricted
code from exiting the interpreter.
This closes SF bug #434743.
|
| |
|
|
|
|
| |
extension types (the docs reflected a development version of the API).
This closes SF bug #435066.
|
| |
|
|
|
|
| |
attribute values, and make the logic surrounding the platform
annotations just a little easier to read. Also make the platform
notes appear in the generated page; they were supposed to, but did not.
|
| |
|
|
|
|
| |
for Linux.
This closes SF bug #434975.
|
| | |
|
| |
|
|
| |
\setreleaseinfo macros added to the CVS head.
|
| | |
|
| | |
|
| |
|
|
| |
and the license statements are at the end. This is less annoying to readers.
|
| | |
|
| |
|
|
| |
'release21-maint'.
|
| | |
|
| |
|
|
|
|
|
| |
functions -- these are not available on traditional Mac OS platforms.
Corrected the version annotations for the spawn*() functions and related
constants; these were added in Python 1.6, not 1.5.2.
|
| |
|
|
|
|
|
| |
a reference to these functions and popen() from the "Process Management"
section.
Based on a suggestion from comp.lang.python.
|
| |
|
|
|
| |
sure that code only runs once when using the module as both a module and a
script.
|
| |
|
|
|
|
|
|
| |
Add reference to the documentation for the Python documentation markup.
Fixed up a couple of descriptions.
This closes SF bug #430627.
|
| |
|
|
| |
Suggested by the comments in SF bug #430627.
|
| |
|
|
|
|
|
| |
the availability of nested scoping in Python 2.1.
Note that this is a slightly different patch than was applied to the trunk
of the development for Python 2.2.
|
| | |
|
| |
|
|
|
|
|
| |
In particular, the affect on existing list content was not sufficiently
explained.
This closes SF bug #429554.
|