Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | 'Py_Buffer' should be 'Py_buffer' (closes #24883) | Benjamin Peterson | 2015-08-18 | 1 | -4/+4 | |
| | | | | | | ||||||
* | | | | | | Issue #24878: Add docstrings to selected namedtuples | Raymond Hettinger | 2015-08-18 | 6 | -2/+53 | |
| | | | | | | ||||||
* | | | | | | Merge 3.5 | Yury Selivanov | 2015-08-18 | 1 | -2/+15 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | docs: Improve docs for os.path.commonprefix | Yury Selivanov | 2015-08-18 | 1 | -2/+15 | |
| | | | | | | ||||||
* | | | | | | Issue #24079: merge from 3.5 | Ned Deily | 2015-08-18 | 1 | -11/+19 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Issue #24079: merge from 3.4 | Ned Deily | 2015-08-18 | 1 | -11/+19 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Issue #24079: Improve description of the text and tail attributes for | Ned Deily | 2015-08-18 | 1 | -11/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ElementTree Element objects. Initial patch by Martin Panter. | |||||
* | | | | | | Merge 3.5 | Yury Selivanov | 2015-08-17 | 1 | -3/+4 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | docs: Clarify that gi_yieldfrom was first added in 3.5 | Yury Selivanov | 2015-08-17 | 1 | -3/+4 | |
| | | | | | | ||||||
* | | | | | | Merge 3.5 | Yury Selivanov | 2015-08-17 | 1 | -4/+4 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | docs: Fix inspect docs re gi_yieldfrom | Yury Selivanov | 2015-08-17 | 1 | -4/+4 | |
| | | | | | | ||||||
* | | | | | | Merge with 3.5 Entries for idlelib/NEWS.txt | Terry Jan Reedy | 2015-08-17 | 1 | -0/+13 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Entries for idlelib/NEWS.txt | Terry Jan Reedy | 2015-08-17 | 1 | -0/+13 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Entries for idlelib/NEWS.txt | Terry Jan Reedy | 2015-08-17 | 1 | -1/+14 | |
| | | | | | | ||||||
* | | | | | | Issue #24379: Add operator.subscript() as a convenience for building slices. | Raymond Hettinger | 2015-08-17 | 4 | -2/+81 | |
| | | | | | | ||||||
* | | | | | | Idle NEWS entries. | Terry Jan Reedy | 2015-08-17 | 1 | -0/+16 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Idle NEWS entries. | Terry Jan Reedy | 2015-08-17 | 1 | -0/+16 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Idle NEWS entries. | Terry Jan Reedy | 2015-08-17 | 1 | -0/+13 | |
| | | | | | | ||||||
* | | | | | | Merge with 3.5 | Terry Jan Reedy | 2015-08-17 | 1 | -0/+1 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Merge with 3.4 | Terry Jan Reedy | 2015-08-17 | 1 | -0/+1 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Issue #23672: ACKS | Terry Jan Reedy | 2015-08-17 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Issue #24774: Fix docstring in http.server.test. | Robert Collins | 2015-08-17 | 3 | -2/+4 | |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | Patch from Chiu-Hsiang Hsu. | |||||
| * | | | | | Issue #24774: Fix docstring in http.server.test. | Robert Collins | 2015-08-17 | 3 | -2/+4 | |
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | Patch from Chiu-Hsiang Hsu. | |||||
| | * | | | | Issue #24774: Fix docstring in http.server.test. | Robert Collins | 2015-08-17 | 3 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Patch from Chiu-Hsiang Hsu. | |||||
* | | | | | | Add error information to a failing test to help diagnose a buildbot failure. | Raymond Hettinger | 2015-08-17 | 1 | -1/+4 | |
| | | | | | | ||||||
* | | | | | | Issue #24874: Speed-up itertools and make it pickles more compact. | Raymond Hettinger | 2015-08-16 | 2 | -21/+44 | |
| | | | | | | ||||||
* | | | | | | Neaten-up whitespace, vertical alignment, and line-wrapping. | Raymond Hettinger | 2015-08-16 | 1 | -15/+17 | |
| | | | | | | ||||||
* | | | | | | Inline PyIter_Next() matching what was done for other itertools. | Raymond Hettinger | 2015-08-16 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Issue #24842: Cross-reference types.SimpleNamespace from the namedtuple docs | Raymond Hettinger | 2015-08-16 | 1 | -0/+3 | |
| | | | | | | ||||||
* | | | | | | Fix oddly placed whitespace | Raymond Hettinger | 2015-08-15 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Remove dead code (unreachable) | Raymond Hettinger | 2015-08-15 | 1 | -5/+2 | |
| | | | | | | ||||||
* | | | | | | Improve comment | Raymond Hettinger | 2015-08-15 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Add more tests for pickling itertools.cycle | Raymond Hettinger | 2015-08-15 | 1 | -0/+17 | |
| | | | | | | ||||||
* | | | | | | Merge with 3.5 | Steve Dower | 2015-08-15 | 2 | -2/+13 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Enables building compressed Windows test builds with --pack option. | Steve Dower | 2015-08-15 | 2 | -2/+13 | |
| | | | | | | ||||||
* | | | | | | Fix crash in itertools.cycle.__setstate__() caused by lack of type checking. | Raymond Hettinger | 2015-08-15 | 3 | -1/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Will backport after the 3.6 release is done. | |||||
* | | | | | | Neaten-up vertical alignment of comments | Raymond Hettinger | 2015-08-14 | 1 | -62/+62 | |
| | | | | | | ||||||
* | | | | | | Merge with 3.5 | Terry Jan Reedy | 2015-08-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Merge with 3.4 | Terry Jan Reedy | 2015-08-14 | 1 | -1/+1 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Issue #24833: Add attribute reference needed for 3.x. | Terry Jan Reedy | 2015-08-14 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Merge 3.5 (issue #24867) | Yury Selivanov | 2015-08-14 | 4 | -1/+56 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Merge 3.4 (Issue #24867) | Yury Selivanov | 2015-08-14 | 4 | -1/+56 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Issue #24867: Fix Task.get_stack() for 'async def' coroutines | Yury Selivanov | 2015-08-14 | 2 | -1/+37 | |
| | | | | | | ||||||
* | | | | | | Merge from 3.5 for issue #24492 | Brett Cannon | 2015-08-14 | 2 | -7/+25 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Merge from 3.5.0 for issue #24492 | Brett Cannon | 2015-08-14 | 3 | -7/+29 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| | * | | | | Issue #24492: make sure that ``from ... import ...` raises an | Brett Cannon | 2015-08-12 | 3 | -7/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ImportError if __name__ is not defined on a package. Thanks to Armin Rigo for the bug report and diagnosing the cause. | |||||
* | | | | | | Minor cleanup. | Raymond Hettinger | 2015-08-14 | 1 | -3/+3 | |
| | | | | | | ||||||
* | | | | | | Issue #21159: Improve message in configparser.InterpolationMissingOptionError. | Robert Collins | 2015-08-14 | 2 | -18/+18 | |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | Patch from Łukasz Langa. | |||||
| * | | | | | Issue #21159: Improve message in configparser.InterpolationMissingOptionError. | Robert Collins | 2015-08-13 | 3 | -18/+21 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | Patch from Łukasz Langa. | |||||
| | * | | | | Issue #21159: Improve message in configparser.InterpolationMissingOptionError. | Robert Collins | 2015-08-13 | 3 | -18/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Patch from Łukasz Langa. |