- 07 Jan, 2016 10 commits
-
-
Guido van Rossum authored
Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012. (Merge 3.5->3.6)
-
Guido van Rossum authored
Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012. (Merge 3.4->3.5)
-
Guido van Rossum authored
Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012.
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Davin Potts and Camilla Montonen.
-
Berker Peksag authored
Patch by Davin Potts and Camilla Montonen.
-
Senthil Kumaran authored
Issue16544 - Add a link to an external documentation resource in ast module docs.
-
Senthil Kumaran authored
Issue16544 - Add a link to an external documentation resource in ast module docs.
-
Senthil Kumaran authored
-
- 06 Jan, 2016 15 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). (Merge 3.5->3.6)
-
Guido van Rossum authored
Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). (Merge 3.4->3.5)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 05 Jan, 2016 1 commit
-
-
Serhiy Storchaka authored
-
- 04 Jan, 2016 3 commits
-
-
Senthil Kumaran authored
Issue24898 - Improve str.find documentation. Simplify str.find explaination as per Georg Brandl's suggestion.
-
Senthil Kumaran authored
Issue24898 - Improve str.find documentation. Simplify str.find explaination as per Georg Brandl's suggestion.
-
Senthil Kumaran authored
Simplify str.find explaination as per Georg Brandl's suggestion.
-
- 03 Jan, 2016 3 commits
-
-
Senthil Kumaran authored
Issue21221 - Explain the usage of tm_isdst attribute of mktime, with valid values and meaning. Patch contributed by Andrew Scheller.
-
Senthil Kumaran authored
Issue21221 - Explain the usage of tm_isdst attribute of mktime, with valid values and meaning. Patch contributed by Andrew Scheller.
-
Senthil Kumaran authored
values and meaning. Patch contributed by Andrew Scheller.
-
- 02 Jan, 2016 8 commits
-
-
R David Murray authored
-
R David Murray authored
and others, including imaplib's own behavior. I'm applying this only to 3.6 because there's a potential backward compatibility concern: if there are servers that include ] characters in the 'text' portion of their imap responses, this code change could introduce a new bug. Patch by Lita Cho, reviewed by Jessica McKellar, Berker Peksag, Maciej Szulik, silentghost, and me (I fleshed out the comments with the additional info/concerns.)
-
R David Murray authored
-
R David Murray authored
This restores backward compatibility lost in the fix for #21075, and is better duck typing. Patch by Akira Li.
-
Senthil Kumaran authored
Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki.
-
Senthil Kumaran authored
Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki.
-
Senthil Kumaran authored
-
Gregory P. Smith authored
Davis reviewing code.
-