- 12 Haz, 1998 4 kayıt (commit)
-
-
Guido van Rossum yazdı
tcgetattr(). This seems to be the only correct way to cope with platform-specific structure members...
-
Guido van Rossum yazdı
code here.
-
Guido van Rossum yazdı
This second problem only shows up if LDLAST is not an empty string (such as with threads enabled on DEC Alphas).
-
Guido van Rossum yazdı
The first one only shows up if $prefix != $exec_prefix, and the problem is caused by the recent change in location for config.h.
-
- 11 Haz, 1998 8 kayıt (commit)
-
-
Guido van Rossum yazdı
the outcome of the test for max has changed.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
should only be set to application/x-www-form-urlencoded when the method is POST. E.g. for PUT, an empty default (defaulting to text/plain later) makes more sense.
-
Guido van Rossum yazdı
Also implement __setitem__(), more-or-less correctly (GvR).
-
Guido van Rossum yazdı
-
- 10 Haz, 1998 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
- explain seekable - when seekable==1, test fp.tell() and set it to 0 if that fails - support overridable method iscomment(line) to weed out comments - check for unread() method on file object before trying to seek And one of my own: - Add a get() method which behaves like a dictionary's get(); this is actually implemented by giving getheader() an optional second argument to specify the default, and aliasing get to getheader.
-
Guido van Rossum yazdı
including the new __stdin__, __stdout__ and __stderr__. Also moved setttrace around to its proper place in the alphabet.
-
- 09 Haz, 1998 13 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
(all with index entries!). Also update the list of functions that take or yield a time represented as a 9-tuple.
-
Guido van Rossum yazdı
level of a form. This means that browsers that omit the content-type header when sending a POST command aren't penalized so heavily.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
The 1.5.1 tabnanny.py suffers an assert error if fed a script whose last line is both indented and lacks a newline: if 1: print 'oh fudge' # no newline here: The attached version repairs that.
-
Guido van Rossum yazdı
the type names), make sure that numeric objects are considered smaller than all other objects, by forcing their name to "".
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 08 Haz, 1998 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
and lists; if the size is negative, raise an exception. Also raise an exception when an undefined type is found -- all this to increase the chance that garbage input causes an exception instead of a core dump.
-
- 29 May, 1998 10 kayıt (commit)
-
-
Guido van Rossum yazdı
not in restricted mode. __dict__ can be set to any dictionary; the cl_getattr, cl_setattr and cl_delattr slots are refreshed. __name__ can be set to any string. __bases__ can be set to to a tuple of classes, provided they are not subclasses of the class whose attribute is being assigned. __getattr__, __setattr__ and __delattr__ can be set to anything, or deleted; the appropriate slot (cl_getattr, cl_setattr, cl_delattr) is refreshed. (Note: __name__ really doesn't need to be a special attribute, but that would be more work.)
-
Barry Warsaw yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Slightly more featureful than regexdemo.py.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
and list the host name when prompting for the password.
-
Guido van Rossum yazdı
the median-of-three code to get a few percent back.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
but it can no longer raise an exception when called by several threads simultaneously.
-