- 08 Mar, 2014 13 kayıt (commit)
-
-
R David Murray yazdı
Also updated the base64 module title and introduction to adjust for the fact that these new encodings are included. Also adjusted the wording about the base64 alphabets (see issue #20837).
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Also clarify the documentation of this feature.
-
R David Murray yazdı
-
Nick Coghlan yazdı
Several of the introspection changes in Python 3.4 are indirect, where inspect module changes affected pydoc, and those in turn affected the help builtin. This update adds versionchanged notes in the key locations, as well as more coverage in the What's New document (in particular, a note in the porting section regarding the expanded domain for inspect.getfullargspec).
-
R David Murray yazdı
-
R David Murray yazdı
Added versionchanged to docs.
-
R David Murray yazdı
-
R David Murray yazdı
Also updated the docs and added the aliases mentioned by the references.
-
R David Murray yazdı
Since 3.3.4.... :(
-
R David Murray yazdı
This was perhaps on the border between a bug fix and a feature since the Python3 docs did not originally say it was unix only. However, the functions never worked anywhere but unix, and the docs were changed to say it was unix only well before the windows support was added. Unfortunately, windows support was added in 3.3.4 as well as 3.4. That leaves us in the uncomfortable position of needing the tag to say "version changed: 3.3.4" :(
-
R David Murray yazdı
This was perhaps on the border between a bug fix and a feature since the Python3 docs did not originally say it was unix only. However, the functions never worked anywhere but unix, and the docs were changed to say it was unix only well before the windows support was added. Unfortunately, windows support was added in 3.3.4 as well as 3.4. That leaves us in the uncomfortable position of needing the tag to say "version changed: 3.3.4" :(
-
- 07 Mar, 2014 3 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
Thanks to Nick Coghlan for the suggestion.
-
- 06 Mar, 2014 10 kayıt (commit)
-
-
Zachary Ware yazdı
pylauncher.vcxproj already has the same dependency, and adding it to the pywlauncher project eliminates the possibility of the pywlauncher build failing when building the solution in parallel. In particular, pywlauncher may fail to build when doing a "Rebuild Solution" from the VS Build menu. Merge with 3.3.
-
Zachary Ware yazdı
pylauncher.vcxproj already has the same dependency, and adding it to the pywlauncher project eliminates the possibility of the pywlauncher build failing when building the solution in parallel. In particular, pywlauncher may fail to build when doing a "Rebuild Solution" from the VS Build menu.
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Also tweaked the docs a bit and added the missing entry for the ipv6 is_global.
-
R David Murray yazdı
Original patch by Varun Sharma.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
as documented. The pattern and source keyword parameters are left as deprecated aliases.
-
- 05 Mar, 2014 2 kayıt (commit)
-
-
R David Murray yazdı
-
Kristján Valur Jónsson yazdı
index. This avoids the possibility of setting an iterator to an invalid state.
-
- 04 Mar, 2014 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
to the exhausted state.
-
- 03 Mar, 2014 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Thanks Vajrasky Kok and Zachary Ware.
-
R David Murray yazdı
I had missed that there was already an entry for the Frozen package change, so I combined mine with the existing one. Also added the info about the reload change to the entry for the other changes to reload, but I'm missing an issue number for the rest of the attribute behavior changes so I left myself an XXX as a reminder to find it.
-
R David Murray yazdı
-
- 06 Mar, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
as documented. The pattern and source keyword parameters are left as deprecated aliases.
-
Victor Stinner yazdı
not reliable
-
- 05 Mar, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
* Issue #159: Fix windows_utils.socketpair() - Use "127.0.0.1" (IPv4) or "::1" (IPv6) host instead of "localhost", because "localhost" may be a different IP address - Reject also invalid arguments: only AF_INET/AF_INET6 with SOCK_STREAM (and proto=0) are supported * Reject add/remove reader/writer when event loop is closed. * Fix ResourceWarning warnings
-
Kristján Valur Jónsson yazdı
index. This avoids the possibility of setting an iterator to an invalid state.
-
- 04 Mar, 2014 3 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
-
Victor Stinner yazdı
exception is raised. self is set to None to break a reference cycle.
-
Nick Coghlan yazdı
-
- 03 Mar, 2014 1 kayıt (commit)
-
-
Ethan Furman yazdı
-