- 10 Şub, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 30 Ock, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
guarded by 'if self.tempcache', to reduce the likelihood of this causing an exception when invoked during __del__...
-
- 13 Ara, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
for form field values.
-
- 10 Ara, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 27 Kas, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 20 Kas, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
IOError, keep the traceback.
-
- 11 Kas, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 22 Eki, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 10 Eki, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 10 Eyl, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Fix 1: add a method geturl() to the file-like object returned by urlopen(). Fix 2: treat http error 301 the same as error 302.
-
- 26 Agu, 1996 2 kayıt (commit)
-
-
Guido van Rossum yazdı
Correctly handle a URL containing user:password@host when using a proxy.
-
Guido van Rossum yazdı
-
- 26 Haz, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 17 Haz, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 13 Haz, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
is forgiving about semi-numeric port numbers, and allows you to specify a default port (default is -1, None returned for nonnumeric port).
-
- 11 Haz, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
to specify where it should go (if specified, even local files will be copied into the given file).
-
- 21 Mar, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 20 Mar, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(Proxy handling uses <proto>_proxy environment variables by default.)
-
- 14 Şub, 1996 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 26 Ock, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 21 Ara, 1995 1 kayıt (commit)
-
-
Jack Jansen yazdı
mac, so far)
-
- 15 Ara, 1995 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 10 Kas, 1995 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
- basejoin('some/url', '#name') would strip the last component of some/url and resturn some/#name. - basejoin('file.html', 'relative/path') would return something like file:/relative/path, making a relative path into an absolute one. These bugs are fixed by some drastic changes. No scheme is added when none is present (i.e. it works as replacement for posix.joinpath). If a scheme is present in the second argument, it is returned unprocessed. No hostname are added in this case. If no scheme is present, the scheme of the first argument, if present, is used. The algorithm is commented profusely. Also fixed a typo in a comment.
-
- 29 Agu, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 15 Agu, 1995 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
If code keeps a reference to self.fp or any of its methods, you don't want to close self.fp just because no explicit reference is kept to self.
-
- 10 Agu, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 04 Agu, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 22 Haz, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 30 Ara, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 21 Eyl, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 29 Agu, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
urllib.py: '+' is not always safe (even though the RFC says so :-( ) whrandom.py: throw away top bits of time to avoid overflow on Mac (where times can be negative)
-
- 23 Agu, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* Lib/macpath.py: don't return trailing colon for dirname() (XXX won't do for volume names -- but otherwise glob(':*:*.py') loops forever) * Lib/traceback.py: print SyntaxError correctly * Lib/stat.py: moved to posixstat.py; added macstat.py which has the constants for the Mac; and created new stat.py which includes the right one * Lib/urllib.py: fix caching bug (by disabling the cache)
-
- 12 Agu, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
regex.match() result, and wrong logic in getfirstmatchingheader() when the same header occurs twice consecutively
-
- 04 Tem, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
splitpasswd, splitattr, splitvalue; new ftp syntax (user:passwd, cwd to each subdir, type={a,i,d})
-
- 18 Nis, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 22 Mar, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 07 Mar, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
addpack: new module to add packages to sys.path.
-
- 04 Mar, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 02 Mar, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 24 Şub, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-