| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
entry point descriptions.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
distutils patches, which I'll leave to the distutils maintainers.
Tip: review the patch like this:
grep "^[\!+-] " <patchfile>
To get a quick and easy way to review the actual changes. Most of the
changes are single-line ones, anyway.
|
|
|
|
|
|
|
|
|
| |
SourceForge doesn't choke on this batch :-)
I'm not entirely sure this is 100% correct. The patch changes an
\index{persistency} to \index{presistence}, and I don't know what \index{}
does. But it seems to do so persi--er, consistently, so I hope it isn't a
problem.
|
| |
|
| |
|
|
|
|
|
| |
__setitem__(), and __delitem__(). Based on related comments from
Barry Warsaw.
|
|
|
|
| |
os.seteuid(), os.setegid(), os.setreuid(), os.setregid().
|
|
|
|
|
| |
<nascheme@enme.ucalgary.ca>, markup & minor revisions from Fred
Drake.
|
|
|
|
| |
fix to the code to make it behave like the module docstring.
|
|
|
|
|
|
|
|
|
|
| |
Update the "in" / "not in" description to accomodate the current use
of the __contains__() discipline. This patch also incorporates
suggestions from Marc-Andre Lemburg <mal@lemburg.com>, minor markup
revisions from Fred Drake, and some rewording of the first affected
paragraph (also from Fred).
Closes SourceForge patch #100831.
|
|
|
|
|
|
|
|
| |
elements (since the table was pretty screwed up); this is how it is done
elsewhere in the manual.
I could use some help creating descriptions of the specific error
identifiers (input conditions that lead to each error, etc.).
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a representation of the configuration state in .ini format that can be read
back in by a future read() call. Thus this class is now a back end
for .ini editors as well as parsers.
This patch is complete and tested, but exposes a bug in the ConfigParser
implementation which I have not yet fixed. Because case information is
discarded during parsing, the output of write() has its case smashed.
I wrote this for a SourceForge interface script called forgetool.
Documentation for the new entry points included.
|
| |
|
|
|
|
| |
Mention the ANSIfication of the source.
|
| |
|
| |
|
|
|
|
| |
Fix some incorrect module names
|
|
|
|
| |
Clarify some of the details of readline-related configuration.
|
| |
|
|
|
|
| |
extra ' ').
|
| |
|
|
|
|
| |
Web browser as a help/information browser easy across platforms.
|
|
|
|
| |
needed.
|
|
|
|
|
|
| |
version (actually a LaTeX2HTML bug), and clarified a sentence in the
mktime() description based entirely on comments from Grant Griffin
<grant.griffin@honeywell.com>.
|
|
|
|
|
| |
document the constructor parameters. Need a better way, but this will do
for now.
|
| |
|
|
|
|
| |
Documented the \seerfc and \seeurl macros used in that environment as well.
|
|
|
|
|
|
| |
internal hyperlinking. Move some things around, also for consistency
with other modules ("See also" stuff tends to live at the \section level,
before sub-sections, etc.).
|
| |
|
|
|
|
| |
Updates for recent changes in xmllib.
|
|
|
|
| |
ConnectRegistry() function; there is no trailing period!
|
| |
|
| |
|
|
|
|
| |
Noted by Nicholas Spies <ns11@voicenet.com>.
|
| |
|
|
|
|
|
| |
existing SGML, HTML, & XML support, and providing a home for the new
XML support as it becomes documented.
|
|
|
|
|
|
|
| |
Cleaned up the table of error constants defined in pyexpat.errors; an
extra pair of braces had pretty much destroyed the table! (Not sure why.)
Moved the pyexpat.errors module documentation into a \section with the
proper headers for a module.
|
| |
|
|
|
|
|
| |
Update the API docs for the new macros Py_UNICODE_ISALPHA() and
Py_UNICODE_ISALNUM().
|
|
|
|
|
|
|
|
|
| |
This patch implements relative-path semantics for the "source" facility resembling
those of cpp(1), documents the change, and improves the shlex test main to
make it easier to test this feature. Along the way, it fixes a name error
in the existing docs.
[Additional documentation markup changes for consistency by FLD.]
|
|
|
|
|
|
|
| |
Substantial updates to reflect Moshe's Gordon's enhancements to the
module.
Additional changes from Fred to reflect his changes to the module as well.
|
| |
|
|
|
|
| |
Usage error noted by Grant Griffin <grant.griffin@iowegian.com>.
|
|
|
|
| |
Usage error noted by Grant Griffin <grant.griffin@iowegian.com>.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- distutils: Windows installers are already working
- string methods: .join() seems to be the concensus, so it should probably
be docommented
- filecmp.py supersedes cmp, cmpcache and dircmp
- winreg is completely new: _winreg is an adaptation of what used to be in
win32api, and winreg is a Python implementation which adds OO syntax.
Perhaps you know that, but the text is misleading.
|
|
|
|
| |
Correct typo that caused a well-formedness failure.
|