- 12 Agu, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 10 Agu, 1992 5 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 09 Agu, 1992 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
posixpath.py: added undocumented expanndvars() (expands $VAR in string).
-
Guido van Rossum yazdı
posixmodule.c: waitpid() is separate
-
- 07 Agu, 1992 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 06 Agu, 1992 2 kayıt (commit)
-
-
Guido van Rossum yazdı
added gettext() method to TextEdit.py; fixed string.atoi() to ignore leading zeros.
-
Guido van Rossum yazdı
-
- 05 Agu, 1992 2 kayıt (commit)
-
-
Guido van Rossum yazdı
* socketmodule.c: get rid of makepair(); fix makesocketaddr to fix broken recvfrom() * socketmodule: get rid of getStrarg() * ceval.h: move eval_code() to new file eval.h, so compile.h is no longer needed. * ceval.c: move thread comments to ceval.h; always make save/restore thread functions available (for dynloaded modules) * cdmodule.c, listobject.c: don't include compile.h * flmodule.c: include ceval.h * import.c: include eval.h instead of ceval.h * cgen.py: add forground(); noport(); winopen(""); to initgl(). * bltinmodule.c, socketmodule.c, fileobject.c, posixmodule.c, selectmodule.c: adapt to threads (add BGN/END SAVE macros) * stdwinmodule.c: adapt to threads and use a special stdwin lock. * pythonmain.c: don't include getpythonpath(). * pythonrun.c: use BGN/END SAVE instead of direct calls; also more BGN/END SAVE calls etc. * thread.c: bigger stack size for sun; change exit() to _exit() * threadmodule.c: use BGN/END SAVE macros where possible * timemodule.c: adapt better to threads; use BGN/END SAVE; add longsleep internal function if BSD_TIME; cosmetics
-
Guido van Rossum yazdı
Also, get rid of makepair() in favor of mkvalue().
-
- 04 Agu, 1992 3 kayıt (commit)
-
-
Sjoerd Mullender yazdı
-
Guido van Rossum yazdı
* split pythonmain.c in two: most stuff goes to pythonrun.c, in the library. * new optional built-in threadmodule.c, build upon Sjoerd's thread.{c,h}. * new module from Sjoerd: mmmodule.c (dynamically loaded). * new module from Sjoerd: sv (svgen.py, svmodule.c.proto). * new files thread.{c,h} (from Sjoerd). * new xxmodule.c (example only). * myselect.h: bzero -> memset * select.c: bzero -> memset; removed global variable
-
Guido van Rossum yazdı
* select.c: bzero -> memset; removed global variable
-
- 03 Agu, 1992 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 02 Agu, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 31 Tem, 1992 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 13 Tem, 1992 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Minor, minor changes to commands.py and sndhdr.py.
-
- 09 Tem, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Got rid of old module 'localtime.py'.
-
- 07 Tem, 1992 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
> added 'clobber' target
-
- 06 Tem, 1992 2 kayıt (commit)
-
-
Guido van Rossum yazdı
really was).
-
Guido van Rossum yazdı
fileobject.c: report more moeaningful error for I/O on closed files; user getargs() everywhere.
-
- 30 Haz, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 29 Haz, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Added new module dbm (interface to ndbm).
-
- 23 Haz, 1992 4 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
interfaces to variants of select() system call, "myselect.h". This includes adding fileno() methods to files, sockets and stdwin.
-
- 19 Haz, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
arguments crashed in INCREF() calls which should be XINCREF() calls. timemodule.c: fix for SEQUENT port (sys/select, struct timezone) by Jaap Vermeulen xxobject.c: include modsupport.h
-
- 12 Haz, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-