| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Windows version of the function as well as the Unix flavor.
This fixes SF bug #441357.
|
| |
|
|
|
|
|
| |
are merged to a single hyphen.
Delete forgotten CVS conflict marker
|
|
|
|
|
| |
Write description of .encode()/.decode for the Unicode section
Bump version number
|
|
|
|
|
|
|
| |
* iterators
* generators
* copied the nested scopes section from the 2.1 article
* standard library changes
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
special character bite us again. ;-(
This fixes SF bug #440911.
|
| |
|
| |
|
|
|
|
|
|
| |
longer part of this chapter.
Minor change to match the style guide.
|
|
|
|
|
|
|
| |
style guide can use a little clarification, and present some minor
specific markup.
Make a few adjustments to conform to the style guide.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Make the reference to the python-docs email address a hyperlink; we want to
encourage responses to the plea for help!
|
| |
|
|
|
|
| |
the rest of the documnentation.
|
|
|
|
| |
release being discussed.
|
|
|
|
|
|
| |
matched; reported by Paul Moore.
Wrapped several long lines.
|
|
|
|
|
|
|
| |
instead of raising an error. This was one of the two issues that the
VPython folks were particularly problematic for their students. (The
other one was integer division...) This implements (my) SF patch
#440487.
|
|
|
|
|
|
|
|
| |
could probably stand to have some of the internal things like Marshaller
documented. But I think it does a decent job on the entry points and
externally visible things.
Fred and Fredrik, do your stuff! You both need to proof this.
|
|
|
|
| |
improves internal consistency in the documentation.
|
|
|
|
| |
written.
|
|
|
|
|
|
| |
concrete sequence objects, since their API is simpler.
This is in response to a comment in SF bug #440037.
|
|
|
|
|
|
| |
Comment out descr-branch section
Update e-mail address
(Time to begin writing this...)
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
of work, but mostly it needs time spent doing the work to make the
generated XML useful.
|
| |
|
|
|
|
|
|
| |
The block/unblock thread macros are called 'Py_BLOCK_THREADS' and
'Py_UNBLOCK_THREADS', not 'Py_BEGIN_BLOCK_THREADS' and
'Py_BEGIN_UNBLOCK_THREADS'.
|
|
|
|
| |
Add support for the \ulink macro.
|
|
|
|
|
| |
update announcements do not get bounces from trying to send mail to my
laptop, which has an identity crisis due to constant relocation.
|
| |
|
|
|
|
|
| |
this supports a hyperlinked version of the grammar that can make tracking
down details and definitions a little easier.
|
|
|
|
| |
installation prefix and exec_prefix for Windows.
|
| |
|
|
|
|
|
|
|
| |
do_cmd_verbatiminput(): Write out a text file containing the content of the
input file with a .txt extension, and add a link to it at the bottom of
the presentation. This easier retrieval of example source code for
copy & paste use.
|
|
|
|
|
|
| |
but which came from their default stylesheet.
Add styles for the new hyperlinked grammar productions.
|
|
|
|
|
|
|
|
|
| |
includes some minor new inline markup and markup to generate hyperlinked
grammar productions.
Adopt a "style guide" document -- this beats writing our own and means
we'll have a chance at consistency, without having to make it all up
ourselves.
|
|
|
|
|
| |
were generated by the use of the productionlist environment or the
\verbatiminput macro.
|
| |
|
| |
|
|
|
|
| |
powerful latex2esis.py.
|
|
|
|
|
| |
LaTeX and we have at least one occurance of that in the content, so this
script needs to support it as well.
|
|
|
|
|
| |
translation more difficult, as well as reading the English more
difficult for non-native speakers.
|
|
|
|
|
|
|
|
|
| |
translation more difficult, as well as reading the English more
difficult for non-native speakers.
Add an index entry for the Telnet protocol.
Always refer to the protocol as Telnet instead of telnet.
|