- 29 Nis, 1997 16 kayıt (commit)
-
-
Guido van Rossum yazdı
instead "posix.error" or "nt.error".
-
Guido van Rossum yazdı
Jack's code).
-
Guido van Rossum yazdı
cgen.py. Now that cgen.py and cstubs have been quickly renamed, check in the actual output. This has some "old-style" names left in (getilongarg etc.) but these are now take care of by macros in cgensupport.h (which is now specific to glmodule.c).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Addeed Andrew Kuchling's zlib module.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
about the file's obsolescence.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Added symlinks option to copytree.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Remove unneeded check for '.' / '..' from copytree(). Add some comments.
-
Guido van Rossum yazdı
them in a finally clause.
-
- 27 Nis, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 25 Nis, 1997 4 kayıt (commit)
-
-
Guido van Rossum yazdı
- which_module() search __main__ last; - load_inst() no longer checks that the classname really refers to a class.
-
Guido van Rossum yazdı
cPickle-compatible pickle, and pickle must be importable in restricted mode. I guess I'll have to make marshal safe.
-
Guido van Rossum yazdı
<letter><string> notation to 'r' and 'R'.
-
Guido van Rossum yazdı
dirname in sys.path. This means that you can create a symbolic link foo in /usr/local/bin pointing to /usr/yourname/src/foo/foo.py, and then invoking foo will insert /usr/yourname/src/foo in sys.path, not /usr/local/bin. This makes it easier to have multifile programs (before, the program would have to do an os.readlink(sys.argv[0]) itself and insert the resulting directory in sys.path -- Grail does this). Note that the expansion is only used for sys.path; sys.argv[0] is still the original, unadorned filename (/usr/local/bin/foo in the example).
-
- 23 Nis, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
subdirectories can be made in parallel (unfortunately, Modules has to depend on all three).
-
- 21 Nis, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 18 Nis, 1997 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 16 Nis, 1997 12 kayıt (commit)
-
-
Fred Drake yazdı
internal use. Make sure the maxlevels and level parameters get passed to recursive invocations.
-
Fred Drake yazdı
- handles recursive data structures - formatting based on a PrettyPrinter object - allows a maximum nesting depth to be specified - provides safe repr()-like function which does not pretty-print
-
Guido van Rossum yazdı
-
Fred Drake yazdı
Removed pprint.py from the README; it's now in the standard lib.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Test it extensively by using pick.
-
Guido van Rossum yazdı
(with some slight formatting changes). Feature requests: - Make it a class (everything should be a class); - support recursive data structures (like pp.py on the ftp contrib site).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 15 Nis, 1997 1 kayıt (commit)
-
-
Fred Drake yazdı
Added pformat() function: formats object to a string representation with no trailing newline; returns the string.
-
- 14 Nis, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
contained in commands created by those same widgets.
-
- 11 Nis, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-