- 09 Mar, 2014 14 commits
-
-
R David Murray authored
-
R David Murray authored
I decided to leave the (slightly expanded) Other Improvements entry as well, since someone looking for command line behavior changes isn't going to look in the 'sys' module section.
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
This fifth tuple element is unsupported in an old hg version still used on one buildbot, and it is not really necessary (only used in touch --help).
-
Georg Brandl authored
-
Georg Brandl authored
-
R David Murray authored
-
R David Murray authored
-
- 08 Mar, 2014 13 commits
-
-
R David Murray authored
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 authored
-
R David Murray authored
-
R David Murray authored
Also clarify the documentation of this feature.
-
R David Murray authored
-
Nick Coghlan authored
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 authored
-
R David Murray authored
Added versionchanged to docs.
-
R David Murray authored
-
R David Murray authored
Also updated the docs and added the aliases mentioned by the references.
-
R David Murray authored
Since 3.3.4.... :(
-
R David Murray authored
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 authored
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 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
Thanks to Nick Coghlan for the suggestion.
-
- 06 Mar, 2014 10 commits
-
-
Zachary Ware authored
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 authored
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 authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
Also tweaked the docs a bit and added the missing entry for the ipv6 is_global.
-
R David Murray authored
Original patch by Varun Sharma.
-
Victor Stinner authored
-
Victor Stinner authored
-
Serhiy Storchaka authored
as documented. The pattern and source keyword parameters are left as deprecated aliases.
-