- 31 Ara, 2010 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
R. David Murray yazdı
Patch by John Chandler.
-
- 30 Ara, 2010 14 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Add the missing __main__.py in the turtledemo package. It seems to have been lost during some mass rename action (r86095).
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a README file to Tools/demo.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 demo to Tools, and remove all the other Demo content.
-
Michael Foord yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Senthil Kumaran yazdı
-
- 29 Ara, 2010 7 kayıt (commit)
-
-
R. David Murray yazdı
-
Terry Reedy yazdı
-
R. David Murray yazdı
-
Senthil Kumaran yazdı
-
Victor Stinner yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
- 28 Ara, 2010 17 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Brian Quinlan yazdı
-
Terry Reedy yazdı
-
R. David Murray yazdı
There is a small chance of backward incompatibility here, but only for non-SimpleCookie applications reading SimpleCookie generated cookies. Even then, any such ap is likely to be handling escaped values already, and it would take a fairly perverse implementation of unescaping to fail to unescape these newly escaped chars, so the risk seems minimal.
-
Georg Brandl yazdı
-
Brian Curtin yazdı
on Windows, and is no longer needed by any tests or Lib/test/support.py
-
Brian Curtin yazdı
existing and mentioned the OSError possibility.
-
Senthil Kumaran yazdı
-
Brian Curtin yazdı
when the user doesn't hold the symbolic link privilege rather than hiding it.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
* Replace "bytes" by "bytes object" in struct error messages * Document the API change in What's new in Python 3.2 * Fix test_wave * Remove also ugly implicit conversions in test_struct
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#10739: document that on Windows, socket.makefile() does not make a file that has a true file descriptor usable where such a thing is expected.
-
Georg Brandl yazdı
-