Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | 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 |
|\ \ \ | |/ / | |||||
| * | | Issue #24774: Fix docstring in http.server.test. | Robert Collins | 2015-08-17 | 3 | -2/+4 |
| |\ \ | | |/ | |||||
| | * | Issue #24774: Fix docstring in http.server.test. | Robert Collins | 2015-08-17 | 3 | -2/+4 |
* | | | 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 |
* | | | 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 |
* | | | | 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 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #21159: Improve message in configparser.InterpolationMissingOptionError. | Robert Collins | 2015-08-13 | 3 | -18/+21 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Issue #21159: Improve message in configparser.InterpolationMissingOptionError. | Robert Collins | 2015-08-13 | 3 | -18/+21 |
* | | | | Issue #21159: Improve message in configparser.InterpolationMissingOptionError. | Robert Collins | 2015-08-13 | 1 | -0/+3 |
* | | | | Issue #23530: fix clinic comment. | Charles-François Natali | 2015-08-13 | 2 | -8/+14 |