- 17 Ara, 2000 1 kayıt (commit)
-
-
Neil Schemenauer yazdı
open_flags which contains the flags supported by gdbm. Closes patch #102802.
-
- 16 Ara, 2000 3 kayıt (commit)
-
-
Fred Drake yazdı
Fix a small style consistency nit.
-
Fred Drake yazdı
version of Python. ;-(
-
Fred Drake yazdı
with Python 1.5.2 for now.
-
- 15 Ara, 2000 25 kayıt (commit)
-
-
Fred Drake yazdı
did not include it in the signature. Fixed some markup nits.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
PySys_AddWarnOption().
-
Guido van Rossum yazdı
PySys_AddWarnOption().
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
etc.).
-
Guido van Rossum yazdı
etc.) and the PyErr_Warn() function.
-
Fred Drake yazdı
it much easier to see where things went wrong.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
c.l.py.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
string.digits are left.
-
Guido van Rossum yazdı
There should really be a little tool to help with this -- it's rather tedious and there are lots of special cases!
-
Guido van Rossum yazdı
obsolete!). Fix a bug in ftpwrapper.retrfile() where somehow ftplib.error_perm was assumed to be a string. (The fix applies str().) Also break some long lines and change the output from test() slightly.
-
Andrew M. Kuchling yazdı
(Oh, look, it adds another little utility function for testing)
-
Andrew M. Kuchling yazdı
index at which an unknown %-escape was found
-
Fred Drake yazdı
Clarify that invert() is a *bitwise* operation.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
Add reference to demo directory
-
Andrew M. Kuchling yazdı
malloc() returning NULL
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
ncurses.py requires panel support, and therefore doesn't work yet.
-
- 14 Ara, 2000 11 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Oops, interaction() returned a single value in stead of a tuple (I thought that bug was loooong fixed??!?).
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Set autodispose only if RefCon isn't set yet on the window. This way we don't accidentally dispose of windows that are actually dialogs-in-disguise.
-
Guido van Rossum yazdı
arg.
-
Fred Drake yazdı
This makes the title area more like the title are of the top-level index, and puts the information more people are interested in first.
-
Fred Drake yazdı
This closes patch #102477.
-
Fred Drake yazdı
Make Node inherit from xml.dom.Node to pick up the NodeType values defined by the W3C recommendation. When raising AttributeError, be sure to provide the name of the attribute that does not exist. Node.normalize(): Make sure we do not allow an empty text node to survive as the first child; update the sibling links properly. _getElementsByTagNameNSHelper(): Make recursive calls using the right number of parameters. Attr.__setattr__(): Be sure to update name and nodeName at the same time since they are synonyms for this node type. AttributeList: Renamed to NamedNodeMap (AttributeList maintained as an alias). Compute the length attribute dynamically to allow the underlying structures to mutate. AttributeList.item(): Call .keys() on the dictionary rather than using self.keys() for performance. AttributeList.setNamedItem(), .setNamedItemNS(): Added methods. Text.splitText(): Added method. DocumentType: Added implementation class. DOMImplementation: Added implementation class. Document.appendChild(): Do not allow a second document element to be added. Document.documentElement: Find this dynamically, so that one can be removed and another added. Document.unlink(): Clear the doctype attribute. _get_StringIO(): Only use the StringIO module; cStringIO does not support Unicode.
-
Fred Drake yazdı
objects; uses minidom if one is not provided to the constructor. parse(): Pick up the default_bufsize default value dynamically so that the value in the module may be (meaningfully) changed at runtime. This (partially) closes patch #102477.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-