- 29 May, 2007 4 kayıt (commit)
-
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
-
Guido van Rossum yazdı
svn+ssh://pythondev@svn.python.org/python/branches/p3yk ........ r55598 | neal.norwitz | 2007-05-26 10:44:02 +0800 (Sat, 26 May 2007) | 1 line Fix refleak on infinite recursion ........ r55599 | neal.norwitz | 2007-05-26 10:47:45 +0800 (Sat, 26 May 2007) | 1 line Add news entry about overidding isinstance/issubclass (PEP 3119) ........ r55629 | brett.cannon | 2007-05-29 08:06:59 +0800 (Tue, 29 May 2007) | 3 lines Delete the cstubs module. Used as input to Modules/cgen.py to generate the gl module which has already been removed. ........
-
- 27 May, 2007 9 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Grr. Do we really want to support this module?
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 26 May, 2007 1 kayıt (commit)
-
-
Walter Dörwald yazdı
to return unicode strings.
-
- 25 May, 2007 5 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
svn+ssh://pythondev@svn.python.org/python/branches/p3yk ........ r55587 | guido.van.rossum | 2007-05-25 10:37:01 -0700 (Fri, 25 May 2007) | 2 lines Implement isinstance and issubclass overriding, a la PEP 3119. ........
-
Walter Dörwald yazdı
PyUnicode_FromFormatV() instead of PyString_FromFormatV()). Change calls to PyErr_Format() to benefit from the new format specifiers: Using %S, object instead of %s, PyString_AS_STRING(object) with will work with unicode objects too.
-
Walter Dörwald yazdı
PyUnicode_InternFromString().
-
Walter Dörwald yazdı
stringobject.c. Intern "True" and "False" in bool_repr() again as it was in the 8bit string era.
-
- 24 May, 2007 17 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
-
Guido van Rossum yazdı
Fixed test_array by removing tests that these two functions don't work with cStringIO objects (which makes no sense).
-
Walter Dörwald yazdı
appropriate one.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Add sys.__std{in,out,err}__. Make test_sys pass.
-
Guido van Rossum yazdı
-
Walter Dörwald yazdı
in the UnicodeError constructor tests, but the constructors take str arguments now.
-
Guido van Rossum yazdı
-
Walter Dörwald yazdı
file in text mode, so the file content comes back as str not bytes.
-
Walter Dörwald yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Lots of stuff fails now, including -S and -m command line flags.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
svn+ssh://pythondev@svn.python.org/python/branches/p3yk ........ r55526 | neal.norwitz | 2007-05-22 23:42:22 -0700 (Tue, 22 May 2007) | 1 line reduce was removed a while ago ........ r55544 | guido.van.rossum | 2007-05-23 19:23:53 -0700 (Wed, 23 May 2007) | 2 lines Fix test_inspect. It seems my previous "fix" was due to a stale .pyc file. ........
-
Guido van Rossum yazdı
Fix a path to an assert in fileio_read(). Some misc tweaks.
-
- 23 May, 2007 4 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Walter Dörwald yazdı
embeds the result of PyObject_Unicode() into the resulting unicode string.
-
Guido van Rossum yazdı
-