- 07 Oct, 1997 18 commits
-
-
Guido van Rossum authored
expecting the caller to do so.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Adapted the example (lying slightly about the string printed by login()).
-
Guido van Rossum authored
(Why isn't this file identical to ntpath.py?)
-
Guido van Rossum authored
-
Guido van Rossum authored
(It should probably be withdrawn :-( )
-
Guido van Rossum authored
using arrays containing leading or trailing garbage.
-
Guido van Rossum authored
-
Guido van Rossum authored
on the StandardError class.
-
Guido van Rossum authored
document.
-
Guido van Rossum authored
-
Guido van Rossum authored
which appears to be out of fashion in this file.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 06 Oct, 1997 22 commits
-
-
Fred Drake authored
-
Fred Drake authored
should have been blank.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Added docs for symbol and token modules at the end.
-
Fred Drake authored
-
Fred Drake authored
front of temporary names in the module namespace.
-
Fred Drake authored
things come together.
-
Guido van Rossum authored
Print the author with the revision date and filename.
-
Fred Drake authored
front of temporary names in the module namespace.
-
Guido van Rossum authored
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
- Change the code that looks for robots.txt to always look in /, even if the "root" path is somewhere deep down below. - Add link processing in <AREA> tags. - Change safeclose() to avoid crashing when the file has no geturl() method.
-
Barry Warsaw authored
-
Barry Warsaw authored
method.
-
Barry Warsaw authored
__getitem__(). This method never raises an exception; if the key is not in the dictionary, the second (optional) argument is returned. If the second argument is not provided and the key is missing, None is returned. mapp_methods: added "get" method.
-
Fred Drake authored
This allows stuff like this out of the box: try: ... except socket.error, (code, msg): ...
-
Guido van Rossum authored
The new re module was written by Andrew Kuchling and uses the pcre code in ../Modules/. The old re module has been renamed to re1, just in case you need it for comparison.
-
Guido van Rossum authored
This code is written by Philip Hazel and Andrew Kuchling. It requires a new "re.py" module, too.
-
Fred Drake authored
-