- 20 Haz, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
comments regarding the history of Python licensing from Guido.
-
- 10 Nis, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
size. This constrains them to fit in one page again.
-
- 22 Mar, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 14 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
cleaner.
-
- 05 Eyl, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 01 Tem, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 11 Şub, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 25 Eki, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 28 Mar, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 17 Mar, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 04 Ock, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
lib.tex: add libimp; remove bogus warning about lineii. libmath.tex: document hypot(). libmd5.tex: rename md5.md5() to md5.new(). libposix.tex: document chown(). libposixfile.tex: openfile() instead of fileopen(). libsocket.tex: document gethostbyaddr(). libtypes.tex: add footnote explaining why readline() keeps the newline. ref3.tex: correct typos, add back*quotes to index. ref4.tex: don't use \verb inside footnote. ref5.tex: explain repr() and str() and add them + back*quotes to index. ref6.tex: correct typo, don't use \verb in footnote. ref7.tex: don't use \verb in footnote.
-
- 06 Eki, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Added copyright.tex to all files. Added descr of check_interval to libsys.tex. Corrected lotsa typos in tut.tex (thanks to George M. Sipe). Corrected mktuple (should be newtupleobject) example in ext.tex.
-
- 23 May, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
CXOPYRIGHT: removed spaces at end of some lines
-
- 26 Ock, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 28 Tem, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* Makefile: change location of FORMS library. * posixmodule.c: turn #if 0 into #ifdef MSDOS (stuff in unistd.h or not) * Almost all .h files: added CPP magic to avoid duplicate inclusions and to support inclusion from C++.
-
- 29 Mar, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* Stubs for faster implementation of local variables (not yet finished) * Added function name to code object. Print it for code and function objects. THIS MAKES THE .PYC FILE FORMAT INCOMPATIBLE (the version number has changed accordingly) * Print address of self for built-in methods * New internal functions getattro and setattro (getattr/setattr with string object arg) * Replaced "dictobject" with more powerful "mappingobject" * New per-type functio tp_hash to implement arbitrary object hashing, and hashobject() to interface to it * Added built-in functions hash(v) and hasattr(v, 'name') * classobject: made some functions static that accidentally weren't; added __hash__ special instance method to implement hash() * Added proper comparison for built-in methods and functions
-
- 05 Nis, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 19 Şub, 1991 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 Eki, 1990 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-