- 03 Haz, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 01 Haz, 1993 2 kayıt (commit)
-
-
Guido van Rossum yazdı
* sndhdr.py: renamed to whatsound.py; use new aifc module for AIFF/AIFC * ftplib.py: added close() (closes without sending QUIT command) * aifc.py: documented close()
-
Jack Jansen yazdı
-
- 25 May, 1993 3 kayıt (commit)
-
-
Guido van Rossum yazdı
wasn't initialized.
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
function found as instance data. * socketmodule.c: added 'flags' argument sendto/recvfrom, rewrite argument parsing in send/recv. * More changes related to access (terminology change: owner instead of class; allow any object as owner; local/global variables are owned by their dictionary, only class/instance data is owned by the class; "from...import *" now only imports objects with public access; etc.)
-
- 24 May, 1993 2 kayıt (commit)
-
-
Guido van Rossum yazdı
* ref3.tex: documented new __init__ and __del__ special methods of class instances.
-
Guido van Rossum yazdı
* Several modules: change "class C(): ..." to "class C: ...". * flp.py: support for frozen forms. * Added string.find() which is like index but returns -1 if not found
-
- 21 May, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* Added "access *: ...", made access work for class methods. * Introduced subclass check: make sure that when calling ClassName.methodname(instance, ...), the instance is an instance of ClassName or of a subclass thereof (this might break some old code!)
-
- 20 May, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
yet). The class is now passed to eval_code and stored in the current frame. It is also stored in instance method objects. An "unbound" instance method is now returned when a function is retrieved through "classname.funcname", which when called passes the class to eval_code.
-
- 19 May, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(1) dictionaries/mappings now have attributes values() and items() as well as keys(); at the C level, use the new function mappinggetnext() to iterate over a dictionary. (2) "class C(): ..." is now illegal; you must write "class C: ...". (3) Class objects now know their own name (finally!); and minor improvements to the way how classes, functions and methods are represented as strings. (4) Added an "access" statement and semantics. (This is still experimental -- as long as you don't use the keyword 'access' nothing should be changed.)
-
- 17 May, 1993 2 kayıt (commit)
-
-
Guido van Rossum yazdı
Improved some comments and defaults in the Makefile.
-
Guido van Rossum yazdı
-
- 12 May, 1993 4 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
* tokenizer.[ch]: allow continuation without \ inside () [] {}.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
before it. * ceval.c, object.c: moved testbool() to object.c (now extern visible) * stringobject.c: fix bugs in and rationalize string resize in formatstring() * tokenizer.[ch]: fix non-working code for lines longer than BUFSIZ
-
- 11 May, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Also added a 'rate' field to specify the capture rate in this case.
-
- 10 May, 1993 3 kayıt (commit)
-
-
Guido van Rossum yazdı
Wait for VCR ready and set VCR mode to DNR when initializing VCR. Fix type error in getfloat().
-
Guido van Rossum yazdı
Added VCR synchronized capturing. Added audio capturing (for continuous mode only). Lots of internal and external improvements.
-
Guido van Rossum yazdı
-
- 07 May, 1993 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
work. Reorganized a lot of the code, still not satisfied...
-
- 06 May, 1993 2 kayıt (commit)
-
-
Guido van Rossum yazdı
Made mono capture work. Don't support rgb24 capture (the code for this doesn't exist in Vrec either!).
-
Guido van Rossum yazdı
Vrecb. Has a user interface dialog to set options etc.
-
- 15 Nis, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* Makefile: removed superfluous AR=ar, fixed misleading comment. * ceval.c: fixed debugging code; save/restore errors in locals_2_fast. * intrcheck.c: for SunOS etc., turn off syscall resumption. * regexpr.h: bump number of registers to 100.
-
- 08 Nis, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 07 Nis, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* Removed one use of $> in Makefile and warned about others. Added configurable lines in Makefile to change CC and AR.
-
- 01 Nis, 1993 6 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ı
-
- 30 Mar, 1993 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
f_fastlocals in a traceback object (this is a core dump hazard if there are <nil> entries), but instead eval_code() merges the fast locals back into the locals dictionary if it looks like the local variables will be retained. Also, the merge routines save exceptions since this is sometimes needed (alas!). * Added id() to bltinmodule.c, which returns an object's address (identity). Useful to walk arbitrary data structures containing cycles. * Added compile() to bltinmodule.c and compile_string() to pythonrun.[ch]: support to exec/eval arbitrary code objects. The code that defaults globals and locals is moved from run_node in pythonrun.c (which is now identical to eval_node) to eval_code in ceval.c. [XXX For elegance a clean-up session is necessary.]
-
Guido van Rossum yazdı
lookup (opcode.h, ceval.[ch], compile.c, frameobject.[ch], pythonrun.c, import.c). The .pyc MAGIC number is changed again. Added get_menu_text to flmodule.
-
- 29 Mar, 1993 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
* Added whatis command to pdb.py * new module GET.py (GL definitions from <gl/get.h>) * rect.py: is_empty takes a rect as argument, not two points. * Added tests for builtin round() [XXX not yet complete!]
-
Sjoerd Mullender yazdı
-