- 20 Agu, 2012 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Issue #14814: document the Interface APIs and fix various problems with the string representations (initial patch by Eli Bendersky).
-
- 19 Agu, 2012 12 kayıt (commit)
-
-
R David Murray yazdı
Patch by Francisco Martín Brugué.
-
R David Murray yazdı
Patch by Francisco Martín Brugué.
-
Stefan Krah yazdı
-
Andrew Svetlov yazdı
for certain locales (utf-16 and utf-32 family). Patch by Chris Jerdonek.
-
Andrew Svetlov yazdı
for certain locales (utf-16 and utf-32 family). Patch by Chris Jerdonek.
-
Andrew Svetlov yazdı
-
Brian Curtin yazdı
-
Andrew Svetlov yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
- 18 Agu, 2012 17 kayıt (commit)
-
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Antoine Pitrou yazdı
Patch by Kushal Das.
-
Antoine Pitrou yazdı
Patch by Kushal Das.
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Patch by Chris Jerdonek.
-
R David Murray yazdı
Patch by Chris Jerdonek.
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
This is analogous to the link for `flie objects` in the description of 'open' that exists in the 2.7 docs, and adds a similar link to the io docs. Patch by Chris Jerdonek.
-
R David Murray yazdı
This is analogous to the link for `flie objects` in the description of 'open' that exists in the 2.7 docs, and adds a similar link to the io docs. Patch by Chris Jerdonek.
-
- 17 Agu, 2012 10 kayıt (commit)
-
-
Stefan Krah yazdı
filling up with random data.
-
Ned Deily yazdı
command lines. It was broken as a side effect of the changes to pythonw.c in b79d276041a8 for #15307. Since sys.executable no longer includes 'Python.app' in the path name, test for a framework build instead. This should give the previous behavior in nearly all cases. Whether the previous behavior is sensible is left as an issue for later releases. IDLE.app behavior was not affected as it does its own manipulation of sys.executable.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Brett Cannon yazdı
The code for the class itself isn't deprecated for backwards-compatibility reasons, but the class shouldn't be directly inherited by anyone anymore as the API is no longer as widely valid as it used to be.
-
Brett Cannon yazdı
When the fromlist argument is specified for __import__() and the attribute doesn't already exist, an import is attempted. If that fails (e.g. module doesn't exist), the ImportError will now be silenced (for backwards-compatibility). This *does not* affect ``from ... import ...`` statements. Thanks to Eric Snow for the patch and Simon Feltman for reporting the regression.
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-