- 10 Ock, 1997 6 kayıt (commit)
-
-
Fred Drake yazdı
access to the expected size of a transfer when available.
-
Guido van Rossum yazdı
does not receive a minus sign.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
different include files)
-
Fred Drake yazdı
to Frame(w, cnf={"class": "classname"}). I think this is the only widget other than Toplevel that needs to be concerned about setting the widget's class (-class must be the first option on the Tcl widget creation command).
-
- 09 Ock, 1997 6 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
PyInt_FromLong's failed.
-
Barry Warsaw yazdı
descriptor leaks.
-
Barry Warsaw yazdı
return value problems, memory leaks, and descriptor leaks.
-
Barry Warsaw yazdı
-
Jack Jansen yazdı
(and readability fix to icgluetest.py)
-
- 07 Ock, 1997 7 kayıt (commit)
-
-
Barry Warsaw yazdı
find one and doesn't output any data that can be verified. If it can't find a sound file by looking in the standard Solaris locations (which we can extend later), it raises an ImportError.
-
Barry Warsaw yazdı
after test_socket.py is run!
-
Jack Jansen yazdı
-
Jack Jansen yazdı
- Added Internet Config interface - Use different ports of zlib and libpng
-
Jack Jansen yazdı
-
Jack Jansen yazdı
wrapper shortly)
-
Jack Jansen yazdı
-
- 06 Ock, 1997 14 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Added warning about dependency of float/complex hash on int hash.
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
other sequences use the Sequence protocol from the abstract API. The algorithm has changed so that only one pass through the sequences are made.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
within the lists (new output file to be checked in shortly).
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
for both PyString_GET_SIZE and PyString_AS_STRING, cast first argument to a PyStringObject*
-
Barry Warsaw yazdı
for both PyList_GET_SIZE and PyList_GET_ITEM, cast first argument to a PyListObject*
-
Guido van Rossum yazdı
- 'delete' is a C++ keyword; use 'del_table' instead - apply Py_CHARMASK() to del_table[i] before using it as an index *** this fixes a bug that was just reported on the list *** - if the translation didn't make any changes, INCREF and return the original string - when del_table is empty or omitted, don't copy the translation table to a table of ints (should be a bit faster) Rewrote maketrans() to avoid copying the table (2-3% faster).
-
- 03 Ock, 1997 7 kayıt (commit)
-
-
Barry Warsaw yazdı
performance hit. Urg. Reverted. strop_joinfields(): re-instate optimizations for lists and tuples, but support arbitrary other kinds of sequences as well.
-
Guido van Rossum yazdı
- When dragging the mouse in either listbox, the *first* entry clicked on is selected rather than the last (but the last one is highlighted). This is done by changing the bindtags so that our binding is executed after the default binding (which sets the 'active' index to the last item selected), and using 'active' instead of 'anchor' as the index to ask for.
-
Roger E. Masse yazdı
-
Roger E. Masse yazdı
and all it's attributes. More comprehensive examples can be found in Demo/cd and require that you have a CD and a CD ROM drive
-
Roger E. Masse yazdı
-
Barry Warsaw yazdı
- split_whitespace(): slightly better memory ref handling when errors occur. - strop_joinfields(): First argument can now be any sequence-protocol conformant object. - strop_find(), strop_rfind(): Use PyArg_ParseTuple for optional arguments - strop_lower(), strop_upper(): Factor logic into a common function do_casechange(). - strop_atoi(), strop_atol(): Use PyArg_ParseTuple. - strop_maketrans(): arguments used to be optional, although the documentation doesn't reflect this. Make the source conform to the docs. Arguments are required, but two empty strings will return the identity translation table. - General pass fixing up formatting, and checking for return values.
-
Guido van Rossum yazdı
Raise ImportError instead of SystemExit when $DISPLAY is not set, so regrtest.py will do the right thing. Add a call to gl.clear() to clear the window before drawing in it. Add some verbose prints for completeness. Use gl.v2i() for the coordinates of one of the lines, for a little bit of variety. Reduce the time the window is displayed from 5 to 2 seconds.
-