| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
some stuff around.
|
|
|
|
|
| |
Finish the last set of changes to these files so the conversion does not
break.
|
| |
|
|
|
|
|
| |
"\begin{classdesc*}{SomeClass}" -- the rendering of \unspecified was
identical to \moreargs, so this helps clarify things just a little.
|
|
|
|
| |
excclassdesc environment.
|
|
|
|
|
|
| |
class without providing any information about the constructor. This
should be used for classes which only exist to act as containers rather
than as factories for instances.
|
|
|
|
| |
useful documentation on the Scrap Manager.
|
| |
|
|
|
|
| |
This closes SF bug #423087.
|
| |
|
| |
|
|
|
|
|
|
| |
(The string "strop" is found in the rexec documentation, but that should
not be changed until strop is actually removed or rexec no longer allows
it.)
|
| |
|
|
|
|
|
|
|
| |
Updates zipfile.ZipFile docs to mention the fact that you can create a
ZipFile instance from an arbitrary file-like object.
This closes patch #418011.
|
|
|
|
|
|
| |
negation.
This closes SF bug #421999.
|
|
|
|
| |
bug tracker.
|
| |
|
|
|
|
|
|
| |
leaking LaTeX2HTML's internal string munging.
This fixes SF bug #420399.
|
| |
|
|
|
|
|
|
|
|
|
| |
the right HTML file to the name about.html is needed even if the
--numeric option was not given -- some other name may have been
assigned due to some non-determinism in the algorithm use to perform
name allocation. ;-(
This closes the "About..." portion of SF bug #420216.
|
|
|
|
|
|
|
|
| |
There is no imap module; refer to imaplib instead, since it exists.
Move the "See Also:" section in front of the sub-sections, for
consistency with other portions of the library reference.
This closes the library reference portion of SF bug #420216.
|
|
|
|
| |
Closes SF bug #420230.
|
|
|
|
|
|
|
|
| |
Documentation update to reflect changes to the termios module (noting
that the termios functions can take a file object as well as a file
descriptor).
This closes the documentation portion of SF patch #417081.
|
| |
|
|
|
|
| |
Wrapped a long line.
|
|
|
|
|
| |
but don't plan on actually writing any text until, ooh, say, July or
thereabouts.
|
|
|
|
|
|
| |
annotations!
Also fixed a typo noted by Neil S.
|
| |
|
| |
|
|
|
|
| |
the support for containers and iteration.
|
| |
|
|
|
|
|
|
|
| |
objects but instead assume that they use the requested encoding.
This is needed on Windows to enable opening files by passing in
Unicode file names.
|
|
|
|
| |
interactive examples. Error noted by Dinu Gherman.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
patch for sharing single character Unicode objects.
Martin's patch had to be reworked in a number of ways to take Unicode
resizing into consideration as well. Here's what the updated patch
implements:
* Single character Unicode strings in the Latin-1 range are shared
(not only ASCII chars as in Martin's original patch).
* The ASCII and Latin-1 codecs make use of this optimization,
providing a noticable speedup for single character strings. Most
Unicode methods can use the optimization as well (by virtue
of using PyUnicode_FromUnicode()).
* Some code cleanup was done (replacing memcpy with Py_UNICODE_COPY)
* The PyUnicode_Resize() can now also handle the case of resizing
unicode_empty which previously resulted in an error.
* Modified the internal API _PyUnicode_Resize() and
the public PyUnicode_Resize() API to handle references to
shared objects correctly. The _PyUnicode_Resize() signature
changed due to this.
* Callers of PyUnicode_FromUnicode() may now only modify the Unicode
object contents of the returned object in case they called the API
with NULL as content template.
Note that even though this patch passes the regression tests, there
may still be subtle bugs in the sharing code.
|
|
|
|
| |
in dict' after has_key(), with a \versionadded{2.2} note.
|
|
|
|
|
| |
branch is the head (development) branch or a maintenance brach, and use
the appropriate target directory for each.
|
|
|
|
| |
This closes SF bug #417943.
|
| |
|
|
|
|
|
|
| |
Update <versionadded/> to recent addition of optional explanatory text;
make the explanation text take the same attribute name for both
<versionadded/> and <versionchanged/>.
|
| |
|
|
|
|
| |
support for it here.
|
|
|
|
|
|
|
|
|
| |
I know some people don't like this -- if it's really controversial,
I'll take it out again. (If it's only Alex Martelli who doesn't like
it, that doesn't count as "real controversial" though. :-)
That's why this is a separate checkin from the iterators stuff I'm
about to check in next.
|
|
|
|
|
| |
used to be omitted (meaning use the current time) as of Python 2.1.
Users who need cross-version portability need to know things like this.
|
|
|
|
| |
*DE*compression objects, not compression objects!
|
|
|
|
| |
introducing a new term ("regex") without defining it.
|
|
|
|
|
|
| |
(Note that the docs are also being maintained on the 2.1.1 maintenance
branch, so users interested only in corrections and clarifications
can get that.)
|
|
|
|
|
|
| |
\versionadded macro.
Note: this should not be merged into the 2.1 maintenance branch.
|
|
|
|
| |
all reported by Bruce Smith.
|
|
|
|
|
|
| |
(Note that the docs are also being maintained on the 2.1.1 maintenance
branch, so users interested only in corrections and clarifications
can get that.)
|
|
|
|
| |
bite people interested in 1.5.2 compatibility.
|