- 10 Agu, 2013 32 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Neil Schemenauer, minimally modified. (re-apply after fix for tkinter-related crash)
-
Antoine Pitrou yazdı
(issue #15721)
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
now working with comment block selections. Patch was part of 18226 patch.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Move comment code to a separate function so it can be separately tested. Original patches by Todd Rovito and Phil Webster.
-
Ethan Furman yazdı
-
Ethan Furman yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Before this patch it would raise an error when trying to display documentation for a method that used annotations. Patch by Claudiu Popa.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Eli Bendersky yazdı
Patch by Antoine Pitrou (based on Robin Schreiber's original patch)
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-I Run Python in isolated mode. This also implies -E and -s. In isolated mode sys.path contains neither the script’s directory nor the user’s site-packages directory. All PYTHON* environment variables are ignored, too. Further restrictions may be imposed to prevent the user from injecting malicious code.
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
- 09 Agu, 2013 3 kayıt (commit)
-
-
R David Murray yazdı
For 3.3, we just deleted the example. In 3.4 it was fixed.
-
R David Murray yazdı
Also, document the policy keyword that was added to Message in 3.3.
-
R David Murray yazdı
This was triggered by wanting to make the doctest in email.policy.rst pass; as_bytes and __bytes__ are clearly useful now that we have BytesGenerator. Also updated the Message docs to document the policy keyword that was added in 3.3.
-
- 08 Agu, 2013 5 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#18581: remove duplicate test and run a test class that was skipped. Initial patch by Vajrasky Kok.
-