- 06 Eki, 1997 20 kayıt (commit)
-
-
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.
-
Guido van Rossum yazdı
This code is written by Philip Hazel and Andrew Kuchling. It requires a new "re.py" module, too.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
$(MACHDEP) being just the platform name, without "plat-" prefix... (To be precise, the libainstall target was totally broken.)
-
- 05 Eki, 1997 8 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
and slice.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
the interfaces defined in import.h.
-
Guido van Rossum yazdı
-
- 04 Eki, 1997 3 kayıt (commit)
-
-
Guido van Rossum yazdı
Since there's also an imghdr.py file, I propose to make sndhdr.py the official one. For compatibility, whatsound.py imports * from sndhdr.py.
-
Fred Drake yazdı
$exec_prefix/lib/python$VERSION/site-packages by default.
-
Guido van Rossum yazdı
Could be useful for an install target in Misc/Makefile.pre.in.
-
- 03 Eki, 1997 4 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
"None"; this should be equivalent to sys.exit(0).
-
- 02 Eki, 1997 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
- 01 Eki, 1997 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
with an instance of a derived class B would really raise an A, not a B. Since Barry fixed this anomalous behaviour, I though I might as well fix the test! (Hmm, Barry, did you not run the tests or did you miss that test_opcodes failed?)
-