- 07 Eki, 1997 20 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
expecting the caller to do so.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Adapted the example (lying slightly about the string printed by login()).
-
Guido van Rossum yazdı
(Why isn't this file identical to ntpath.py?)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
(It should probably be withdrawn :-( )
-
Guido van Rossum yazdı
using arrays containing leading or trailing garbage.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
on the StandardError class.
-
Guido van Rossum yazdı
document.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
which appears to be out of fashion in this file.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 06 Eki, 1997 20 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
should have been blank.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Added docs for symbol and token modules at the end.
-
Fred Drake yazdı
-
Fred Drake yazdı
front of temporary names in the module namespace.
-
Fred Drake yazdı
things come together.
-
Guido van Rossum yazdı
Print the author with the revision date and filename.
-
Fred Drake yazdı
front of temporary names in the module namespace.
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
- 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 yazdı
-
Barry Warsaw yazdı
method.
-
Barry Warsaw yazdı
__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 yazdı
This allows stuff like this out of the box: try: ... except socket.error, (code, msg): ...
-
Guido van Rossum yazdı
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.
-