Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | merge from 3.5 | Senthil Kumaran | 2016-01-07 | 1 | -0/+5 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | Issue16544 - Add a link to an external documentation resource in ast module docs. | |||||
| * | | | | merge from 3.4 | Senthil Kumaran | 2016-01-07 | 1 | -0/+5 | |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | Issue16544 - Add a link to an external documentation resource in ast module docs. | |||||
| | * | | | Issue16544 - Add a link to an external documentation resource in ast module ↵ | Senthil Kumaran | 2016-01-07 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | docs. | |||||
* | | | | | Docs for issue #22570. (Merge 3.5->3.6) | Guido van Rossum | 2016-01-06 | 2 | -0/+28 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Cross-reference os.DirEntry and pathlib.Path for issue #22570. | Guido van Rossum | 2016-01-06 | 2 | -0/+10 | |
| | | | | | ||||||
| * | | | | Add versionadded (3.4.5) to docs for issue #22570. (Merge 3.4->3.5) | Guido van Rossum | 2016-01-06 | 1 | -0/+1 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Add versionadded (3.4.5) to docs for issue #22570. | Guido van Rossum | 2016-01-06 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Docs for issue #22570. (Merge 3.4->3.5) | Guido van Rossum | 2016-01-06 | 1 | -0/+17 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Docs for issue #22570. | Guido van Rossum | 2016-01-06 | 1 | -0/+17 | |
| | | | | | ||||||
* | | | | | Issue #22570: Add 'path' attribute to pathlib.Path objects. (Merge 3.5->3.6) | Guido van Rossum | 2016-01-06 | 3 | -0/+40 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #22570: Add 'path' attribute to pathlib.Path objects. (Merge 3.4->3.5) | Guido van Rossum | 2016-01-06 | 3 | -0/+40 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Issue #22570: Add 'path' attribute to pathlib.Path objects. | Guido van Rossum | 2016-01-06 | 3 | -0/+40 | |
| | | | | | ||||||
* | | | | | Issue #26012: Don't traverse into symlinks for ** pattern in ↵ | Guido van Rossum | 2016-01-06 | 3 | -2/+22 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | pathlib.Path.[r]glob(). (Merge 3.5->3.6) | |||||
| * | | | | Issue #26012: Don't traverse into symlinks for ** pattern in ↵ | Guido van Rossum | 2016-01-06 | 3 | -2/+22 | |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | pathlib.Path.[r]glob(). (Merge 3.4->3.5) | |||||
| | * | | | Issue #26012: Don't traverse into symlinks for ** pattern in ↵ | Guido van Rossum | 2016-01-06 | 3 | -2/+22 | |
| | | | | | | | | | | | | | | | | | | | | pathlib.Path.[r]glob(). | |||||
* | | | | | Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich ↵ | Guido van Rossum | 2016-01-06 | 4 | -37/+59 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | Petri. (Merge 3.5->3.6) | |||||
| * | | | | Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich ↵ | Guido van Rossum | 2016-01-06 | 4 | -37/+59 | |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | Petri. (Merge 3.4->3.5) | |||||
| | * | | | Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. | Guido van Rossum | 2016-01-06 | 4 | -37/+59 | |
| | | | | | ||||||
* | | | | | Issue #20440: Cleaning up the code by using Py_SETREF. | Serhiy Storchaka | 2016-01-05 | 14 | -120/+39 | |
| | | | | | ||||||
* | | | | | merge from 3.5 | Senthil Kumaran | 2016-01-04 | 1 | -4/+3 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | Issue24898 - Improve str.find documentation. Simplify str.find explaination as per Georg Brandl's suggestion. | |||||
| * | | | | merge from 3.4 | Senthil Kumaran | 2016-01-04 | 1 | -4/+3 | |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | Issue24898 - Improve str.find documentation. Simplify str.find explaination as per Georg Brandl's suggestion. | |||||
| | * | | | Issue24898 - Improve str.find documentation. | Senthil Kumaran | 2016-01-04 | 1 | -4/+3 | |
| | | | | | | | | | | | | | | | | | | | | Simplify str.find explaination as per Georg Brandl's suggestion. | |||||
* | | | | | merge from 3.5 | Senthil Kumaran | 2016-01-03 | 1 | -3/+5 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | Issue21221 - Explain the usage of tm_isdst attribute of mktime, with valid values and meaning. Patch contributed by Andrew Scheller. | |||||
| * | | | | merge from 3.4 | Senthil Kumaran | 2016-01-03 | 1 | -3/+5 | |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | Issue21221 - Explain the usage of tm_isdst attribute of mktime, with valid values and meaning. Patch contributed by Andrew Scheller. | |||||
| | * | | | Issue21221 - Explain the usage of tm_isdst attribute of mktime, with valid | Senthil Kumaran | 2016-01-03 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | values and meaning. Patch contributed by Andrew Scheller. | |||||
* | | | | | #21815: Make the doc change match what I actually did. | R David Murray | 2016-01-02 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | #21815: violate IMAP RFC to be compatible with, e.g., gmail | R David Murray | 2016-01-02 | 4 | -1/+73 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.) | |||||
* | | | | | Merge: #22709: Use stdin as-is if it does not have a buffer attribute. | R David Murray | 2016-01-02 | 3 | -1/+15 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | #22709: Use stdin as-is if it does not have a buffer attribute. | R David Murray | 2016-01-02 | 3 | -1/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This restores backward compatibility lost in the fix for #21075, and is better duck typing. Patch by Akira Li. | |||||
* | | | | | merge from 3.5 | Senthil Kumaran | 2016-01-02 | 2 | -4/+2 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki. | |||||
| * | | | | merge from 3.4 | Senthil Kumaran | 2016-01-02 | 2 | -4/+2 | |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki. | |||||
| | * | | | Issue25917 : Fix howto links in docs. Point the reference documentation ↵ | Senthil Kumaran | 2016-01-02 | 2 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | instead of wiki. | |||||
* | | | | | Remove a duplicate test_addresses key:value as identified by Vincent | Gregory P. Smith | 2016-01-02 | 1 | -1/+0 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | Davis reviewing code. | |||||
| * | | | | Remove a duplicate test_addresses key:value as identified by Vincent | Gregory P. Smith | 2016-01-02 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | Davis reviewing code. | |||||
* | | | | | Update copyrights for 2016. | Ned Deily | 2016-01-01 | 5 | -8/+8 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Update copyrights for 2016. | Ned Deily | 2016-01-01 | 5 | -8/+8 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Update copyrights for 2016. | Ned Deily | 2016-01-01 | 5 | -8/+8 | |
| | | | | | ||||||
* | | | | | Merge with 3.5 | Zachary Ware | 2016-01-01 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fix grammar. | Zachary Ware | 2016-01-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Reported by Anatoly Techtonik on docs@ | |||||
* | | | | | merge 3.5 | Benjamin Peterson | 2016-01-01 | 5 | -32/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | merge 3.4 | Benjamin Peterson | 2016-01-01 | 5 | -32/+1 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | merge 3.3 | Benjamin Peterson | 2016-01-01 | 5 | -32/+1 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | remove some copyright notices supserseded by the toplevel ones | Benjamin Peterson | 2016-01-01 | 4 | -31/+0 | |
| | | | | | ||||||
| | | * | | add 2015 and 2016 | Benjamin Peterson | 2016-01-01 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | merge 3.5 | Benjamin Peterson | 2016-01-01 | 1 | -2/+3 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | merge 3.4 | Benjamin Peterson | 2016-01-01 | 1 | -2/+3 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | merge 3.3 | Benjamin Peterson | 2016-01-01 | 1 | -2/+3 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | reflow | Benjamin Peterson | 2016-01-01 | 1 | -2/+3 | |
| | | | | | ||||||
* | | | | | merge 3.5 | Benjamin Peterson | 2016-01-01 | 6 | -8/+8 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | merge 3.4 | Benjamin Peterson | 2016-01-01 | 6 | -8/+8 | |
| |\ \ \ \ | | |/ / / |