- 30 Dec, 2010 10 commits
-
-
Georg Brandl authored
Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a README file to Tools/demo.
-
Georg Brandl authored
-
Georg Brandl authored
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 authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Senthil Kumaran authored
-
- 29 Dec, 2010 7 commits
-
-
R. David Murray authored
-
Terry Reedy authored
-
R. David Murray authored
-
Senthil Kumaran authored
-
Victor Stinner authored
-
Brian Curtin authored
-
Brian Curtin authored
-
- 28 Dec, 2010 23 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Brian Quinlan authored
-
Terry Reedy authored
-
R. David Murray authored
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 authored
-
Brian Curtin authored
on Windows, and is no longer needed by any tests or Lib/test/support.py
-
Brian Curtin authored
existing and mentioned the OSError possibility.
-
Senthil Kumaran authored
-
Brian Curtin authored
when the user doesn't hold the symbolic link privilege rather than hiding it.
-
Victor Stinner authored
-
Victor Stinner authored
* 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 authored
-
Georg Brandl authored
#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 authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Victor Stinner authored
-
Georg Brandl authored
-