- 25 Kas, 2008 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r67183 | benjamin.peterson | 2008-11-10 21:51:33 -0600 (Mon, 10 Nov 2008) | 1 line handle 'import x as y' in fix_imports; this still needs more work... ........ r67191 | benjamin.peterson | 2008-11-11 17:24:51 -0600 (Tue, 11 Nov 2008) | 1 line super() is good ........ r67371 | benjamin.peterson | 2008-11-24 16:02:00 -0600 (Mon, 24 Nov 2008) | 1 line don't blow up in the metaclass fixer when assignments in the class statement aren't simple ........
-
Benjamin Peterson yazdı
-
- 24 Kas, 2008 6 kayıt (commit)
-
-
Jeremy Hylton yazdı
class. These methods can be overridden. The tests verify that the overridden methods are called, and that changes to the connection have a visible effect on the request.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Gregory P. Smith yazdı
-
- 23 Kas, 2008 5 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Matthias Klose yazdı
-
Matthias Klose yazdı
always be present (non UNIX dependent)"
-
Benjamin Peterson yazdı
-
- 22 Kas, 2008 6 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
stack overflow. But doing this, it always crashes when the stack is nearly full. Reviewed by Martin von Loewis. Will backport to 2.6.
-
Amaury Forgeot d'Arc yazdı
and certainly not useful for any Windows build.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
- 21 Kas, 2008 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
Fixes #4367
-
Amaury Forgeot d'Arc yazdı
Will backport to 2.6
-
- 20 Kas, 2008 5 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
Changed semantic of _fileio.FileIO's close() method on file objects with closefd=False. The file descriptor is still kept open but the file object behaves like a closed file. The FileIO object also got a new readonly attribute closefd. Approved by Barry Backport of r67106 from the py3k branch
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 19 Kas, 2008 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
Fixes #4348 Reviewed by Brett
-
Brett Cannon yazdı
-
Josiah Carlson yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Georg Brandl yazdı
-
Skip Montanaro yazdı
-
- 18 Kas, 2008 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
Will backport to 2.4.
-
- 17 Kas, 2008 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
patch from Ziga Seilnacht
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 16 Kas, 2008 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
- 15 Kas, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
that their could be an arbitrary number of values passed in. Turns out the code did not match that. The code now matches the docs.
-