summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | #24789: merge with 3.5.Ezio Melotti2016-01-091-1/+1
|\ \ \ | |/ /
| * | #24789: fix docstring of ctypes.create_string_buffer. Patch by Matheus ↵Ezio Melotti2016-01-091-1/+1
| | | | | | | | | | | | Vieira Portela.
* | | Merge with 3.5Terry Jan Reedy2016-01-092-1/+2
|\ \ \ | |/ /
| * | Issue #26029: Remove extraneous word. Patch by Upendra Kumar.Terry Jan Reedy2016-01-092-1/+2
| | |
* | | merge from 3.5Senthil Kumaran2016-01-093-1/+33
|\ \ \ | |/ / | | | | | | | | | | | | | | | Issue #22138: Fix mock.patch behavior when patching descriptors. Restore original values after patching. Patch contributed by Sean McCully.
| * | Issue #22138: Fix mock.patch behavior when patching descriptors. RestoreSenthil Kumaran2016-01-093-1/+33
| | | | | | | | | | | | | | | | | | original values after patching. Patch contributed by Sean McCully.
* | | Issue #25802: Add an examples section to importlib.Brett Cannon2016-01-082-7/+99
| | | | | | | | | | | | Thanks to Berker Peksag for the patch review.
* | | merge from 3.5Senthil Kumaran2016-01-081-0/+5
|\ \ \ | |/ / | | | | | | Issue20969 - Set the Epub Author and Epub Publisher in Python docs.
| * | Issue20969 - Set the Epub Author and Epub Publisher in Python docs.Senthil Kumaran2016-01-081-0/+5
| | |
* | | merge 3.5 (#26046)Benjamin Peterson2016-01-081-1/+1
|\ \ \ | |/ /
| * | merge 3.4 (#26046)Benjamin Peterson2016-01-081-1/+1
| |\ \ | | |/
| | * fix typo in unittest docs (closes #26046)Benjamin Peterson2016-01-081-1/+1
| | | | | | | | | | | | Patch from Upendra Kumar.
* | | merge 3.5 (closes #25672)Benjamin Peterson2016-01-082-0/+20
|\ \ \ | |/ /
| * | enable SSL_MODE_RELEASE_BUFFERSBenjamin Peterson2016-01-082-0/+20
| | | | | | | | | | | | Patch by Cory Benfield.
* | | Hopeful fix for test_rglob_common on Windows without symlinks. (Merge 3.5->3.6)Guido van Rossum2016-01-071-2/+5
|\ \ \ | |/ /
| * | Hopeful fix for test_rglob_common on Windows without symlinks. (Merge 3.4->3.5)Guido van Rossum2016-01-071-2/+5
| |\ \ | | |/
| | * Hopeful fix for test_rglob_common on Windows without symlinks.Guido van Rossum2016-01-071-2/+5
| | |
* | | Add another try/except PermissionError to avoid depending on listdir order. ↵Guido van Rossum2016-01-072-13/+16
|\ \ \ | |/ / | | | | | | Fix issues #24120 and #26012. (Merge 3.5->3.6)
| * | Add another try/except PermissionError to avoid depending on listdir order. ↵Guido van Rossum2016-01-072-13/+16
| |\ \ | | |/ | | | | | | Fix issues #24120 and #26012. (Merge 3.4->3.5)
| | * Add another try/except PermissionError to avoid depending on listdir order. ↵Guido van Rossum2016-01-072-13/+16
| | | | | | | | | | | | Fix issues #24120 and #26012.
* | | Fix typo in docstring of multiprocessing.spawn.spawn_main()Berker Peksag2016-01-071-1/+1
|\ \ \ | |/ /
| * | Fix typo in docstring of multiprocessing.spawn.spawn_main()Berker Peksag2016-01-071-1/+1
| | |
* | | Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms ↵Berker Peksag2016-01-071-2/+4
|\ \ \ | |/ / | | | | | | | | | | | | has no effect Patch by Davin Potts and Camilla Montonen.
| * | Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms ↵Berker Peksag2016-01-071-2/+4
| | | | | | | | | | | | | | | | | | has no effect Patch by Davin Potts and Camilla Montonen.
* | | merge from 3.5Senthil Kumaran2016-01-071-0/+5
|\ \ \ | |/ / | | | | | | Issue16544 - Add a link to an external documentation resource in ast module docs.
| * | merge from 3.4Senthil Kumaran2016-01-071-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 Kumaran2016-01-071-0/+5
| | | | | | | | | | | | docs.
* | | Docs for issue #22570. (Merge 3.5->3.6)Guido van Rossum2016-01-062-0/+28
|\ \ \ | |/ /
| * | Cross-reference os.DirEntry and pathlib.Path for issue #22570.Guido van Rossum2016-01-062-0/+10
| | |
| * | Add versionadded (3.4.5) to docs for issue #22570. (Merge 3.4->3.5)Guido van Rossum2016-01-061-0/+1
| |\ \ | | |/
| | * Add versionadded (3.4.5) to docs for issue #22570.Guido van Rossum2016-01-061-0/+1
| | |
| * | Docs for issue #22570. (Merge 3.4->3.5)Guido van Rossum2016-01-061-0/+17
| |\ \ | | |/
| | * Docs for issue #22570.Guido van Rossum2016-01-061-0/+17
| | |
* | | Issue #22570: Add 'path' attribute to pathlib.Path objects. (Merge 3.5->3.6)Guido van Rossum2016-01-063-0/+40
|\ \ \ | |/ /
| * | Issue #22570: Add 'path' attribute to pathlib.Path objects. (Merge 3.4->3.5)Guido van Rossum2016-01-063-0/+40
| |\ \ | | |/
| | * Issue #22570: Add 'path' attribute to pathlib.Path objects.Guido van Rossum2016-01-063-0/+40
| | |
* | | Issue #26012: Don't traverse into symlinks for ** pattern in ↵Guido van Rossum2016-01-063-2/+22
|\ \ \ | |/ / | | | | | | pathlib.Path.[r]glob(). (Merge 3.5->3.6)
| * | Issue #26012: Don't traverse into symlinks for ** pattern in ↵Guido van Rossum2016-01-063-2/+22
| |\ \ | | |/ | | | | | | pathlib.Path.[r]glob(). (Merge 3.4->3.5)
| | * Issue #26012: Don't traverse into symlinks for ** pattern in ↵Guido van Rossum2016-01-063-2/+22
| | | | | | | | | | | | pathlib.Path.[r]glob().
* | | Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich ↵Guido van Rossum2016-01-064-37/+59
|\ \ \ | |/ / | | | | | | Petri. (Merge 3.5->3.6)
| * | Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich ↵Guido van Rossum2016-01-064-37/+59
| |\ \ | | |/ | | | | | | Petri. (Merge 3.4->3.5)
| | * Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri.Guido van Rossum2016-01-064-37/+59
| | |
* | | Issue #20440: Cleaning up the code by using Py_SETREF.Serhiy Storchaka2016-01-0514-120/+39
| | |
* | | merge from 3.5Senthil Kumaran2016-01-041-4/+3
|\ \ \ | |/ / | | | | | | | | | | | | Issue24898 - Improve str.find documentation. Simplify str.find explaination as per Georg Brandl's suggestion.
| * | merge from 3.4Senthil Kumaran2016-01-041-4/+3
| |\ \ | | |/ | | | | | | | | | | | | Issue24898 - Improve str.find documentation. Simplify str.find explaination as per Georg Brandl's suggestion.
| | * Issue24898 - Improve str.find documentation.Senthil Kumaran2016-01-041-4/+3
| | | | | | | | | | | | Simplify str.find explaination as per Georg Brandl's suggestion.
* | | merge from 3.5Senthil Kumaran2016-01-031-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.4Senthil Kumaran2016-01-031-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 validSenthil Kumaran2016-01-031-3/+5
| | | | | | | | | | | | | | | | | | values and meaning. Patch contributed by Andrew Scheller.
* | | #21815: Make the doc change match what I actually did.R David Murray2016-01-021-2/+2
| | |