- 18 Tem, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
that pyclbr doesn't need to special-case modules that do "from types import *".
-
- 10 Şub, 2003 1 kayıt (commit)
-
-
Just van Rossum yazdı
-
- 14 Haz, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
These built-in functions are replaced by their (now callable) type: slice() buffer() and these types can also be called (but have no built-in named function named after them) classobj (type name used to be "class") code function instance instancemethod (type name used to be "instance method") The module "new" has been replaced with a small backward compatibility placeholder in Python. A large portion of the patch simply removes the new module from various platform-specific build recipes. The following binary Mac project files still have references to it: Mac/Build/PythonCore.mcp Mac/Build/PythonStandSmall.mcp Mac/Build/PythonStandalone.mcp [I've tweaked the code layout and the doc strings here and there, and added a comment to types.py about StringTypes vs. basestring. --Guido]
-
- 05 Haz, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Also, added more regression tests to cover the new type and test its conformity with range().
-
- 21 May, 2002 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 01 Nis, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
I left the email pkg alone; I'm not sure how Barry would like to handle that.
-
- 02 Ara, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 29 Eki, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 26 Eyl, 2001 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
- 25 Eyl, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
Rather than add umpteen new obscure internal Iter types, got rid of all of them. See the new comment.
-
- 13 Eyl, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
Preliminary support. What's here works, but needs fine-tuning.
-
- 17 Agu, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
- Do not compile unicodeobject, unicodectype, and unicodedata if Unicode is disabled - check for Py_USING_UNICODE in all places that use Unicode functions - disables unicode literals, and the builtin functions - add the types.StringTypes list - remove Unicode literals from most tests.
-
- 11 Agu, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 08 Agu, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 02 Agu, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 15 Tem, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
the yield statement. I figure we have to have this in before I can release 2.2a1 on Wednesday. Note: test_generators is currently broken, I'm counting on Tim to fix this.
-
- 25 Haz, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
Iterators list for bringing it up!
-
- 10 Mar, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 04 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
The attached patches update the standard library so that all modules have docstrings beginning with one-line summaries. A new docstring was added to formatter. The docstring for os.py was updated to mention nt, os2, ce in addition to posix, dos, mac.
-
- 19 Mar, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 19 Ara, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
assignments.
-
- 26 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 29 Eyl, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 04 Eyl, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(though some type names are undefined in that case, e.g. CodeType (inaccessible), FileType (not always accessible), and TracebackType and FrameType (inaccessible).
-
- 11 Eki, 1996 2 kayıt (commit)
-
-
Guido van Rossum yazdı
be Ellipsis!). Bumped the API version because a linker-visible symbol is affected. Old C code will still compile -- there's a b/w compat macro. Similarly, old Python code will still run, builtin exports both Ellipses and Ellipsis.
-
Guido van Rossum yazdı
-
- 13 Şub, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 25 Ock, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 27 Şub, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 29 Eyl, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 23 Haz, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
StringIO implements pseudo files writing into and reading from strings.
-