| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
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.
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
the os.W*() functions used to interpret the return value.
This fixes SF bug #429361.
|
|
|
|
|
| |
translation more difficult, as well as reading the English more
difficult for non-native speakers.
|
|
|
|
|
|
| |
\platform statement.
Also fix a minor style consistency nit in an example.
|
|
|
|
| |
empty.
|
|
|
|
| |
modules.
|
| |
|
|
|
|
|
| |
contains, tolist(), and the start/stop/step attributes. This includes
removing the 4th ('repeat') argument to PyRange_New().
|
|
|
|
| |
This closes SF bug #438032.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
committed.
tokenize.py: I like these changes, and have tested them extensively
without even realizing it, so I just updated the docstring and the docs.
tabnanny.py: Also liked this, but did a little code fiddling. I should
really rewrite this to *exploit* generators, but that's near the bottom
of my effort/benefit scale so doubt I'll get to it anytime soon (it
would be most useful as a non-trivial example of ideal use of generators;
but test_generators.py has already grown plenty of food-for-thought
examples).
inspect.py: I'm sure Ping intended for this to continue running even
under 1.5.2, so I reverted this to the last pre-gen-branch version. The
"bugfix" I checked in in-between was actually repairing a bug *introduced*
by the conversion to generators, so it's OK that the reverted version
doesn't reflect that checkin.
|
|
|
|
| |
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>.
|
| |
|