- 01 Jul, 1998 2 commits
-
-
Fred Drake authored
are in the appropriate sections. Some minor nits.
-
Andrew M. Kuchling authored
The text is almost completely from GvR's essay on packages; some introductory paragraphs have been removed, and everything after the 'Details' section in the HTML has been dropped (seems too technical). A paragraph has been added after the sample package layout stating that there must be a file called__init__.py in a directory to make it a package.
-
- 30 Jun, 1998 15 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
# later release.
-
Guido van Rossum authored
-
Fred Drake authored
Use logical (& consistent) markup. Added a see-also section at the end.
-
Guido van Rossum authored
-
Guido van Rossum authored
Need to add \optional{} to sort argument too. Made x a \var in descr of pop. Fixed note for pop() and mentioned that it is experimental. Also added pop to index.
-
Guido van Rossum authored
# The brackets generated by \optional{} are real ugly. Alas...
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
article().
-
Guido van Rossum authored
article() commands.
-
Andrew M. Kuchling authored
-
- 29 Jun, 1998 13 commits
-
-
Guido van Rossum authored
.mirrorinfo. Fix by me to call string.lstrip(filename) to cope with a bug in strop.strip() in Python 1.4. Additionally, I changed all print statements that print filenames etc. to put them in backquotes so that it will be more obvious when there's a funny character on one of them (such as a space...).
-
Guido van Rossum authored
groupdict() and findall().
-
Guido van Rossum authored
exception waiting to happen next...
-
Guido van Rossum authored
-
Guido van Rossum authored
should never be called, so this isn't really needed, but this signifies that rexec now supports packages -- because ihooks does.
-
Guido van Rossum authored
didn't want to commit until it had been tested. I presume that it works in Grail.)
-
Guido van Rossum authored
string. Added groupdict() to MatchObject -- return the named groups as a dict. Added default argument to groups() to specify what to return for unmatching groups; groupdict() also has this.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
the '%' should be put back in.
-
- 28 Jun, 1998 9 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
cmd, multifile and smtplib.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 27 Jun, 1998 1 commit
-
-
Guido van Rossum authored
the filename contains at least a rudimentary pathname. (The bad part is that we need to call getcwd() because only a prefix of ".\\" is not enough -- we prefix the drive letter.)
-