Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | | | | Issue #21159: Improve message in configparser.InterpolationMissingOptionError. | Robert Collins | 2015-08-13 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | Patch from Łukasz Langa. | ||||
* | | | | Issue #23530: fix clinic comment. | Charles-François Natali | 2015-08-13 | 2 | -8/+14 |
| | | | | |||||
* | | | | Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban. | Antoine Pitrou | 2015-08-13 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban. | Antoine Pitrou | 2015-08-13 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban. | Antoine Pitrou | 2015-08-13 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge: #21167: Fix definition of NAN when ICC used without -fp-model strict. | R David Murray | 2015-08-13 | 3 | -1/+27 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge: #21167: Fix definition of NAN when ICC used without -fp-model strict. | R David Murray | 2015-08-13 | 3 | -1/+27 |
| |\ \ \ | | |/ / | |||||
| | * | | #21167: Fix definition of NAN when ICC used without -fp-model strict. | R David Murray | 2015-08-13 | 3 | -1/+27 |
| | | | | | | | | | | | | | | | | Patch from Chris Hogan of Intel, reviewed by Mark Dickinson. | ||||
* | | | | Issue #23725: Overhaul tempfile docs. | Robert Collins | 2015-08-12 | 2 | -66/+92 |
|\ \ \ \ | |/ / / | | | | | | | | | Patch from Zbigniew Jędrzejewski-Szmek. | ||||
| * | | | Issue #23725: Overhaul tempfile docs. | Robert Collins | 2015-08-12 | 2 | -66/+95 |
| | | | | | | | | | | | | | | | | Patch from Zbigniew Jędrzejewski-Szmek. | ||||
* | | | | Issue #24847: Fixes tcltk installer layout of VC runtime DLL | Steve Dower | 2015-08-12 | 1 | -3/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #24847: Fixes tcltk installer layout of VC runtime DLL | Steve Dower | 2015-08-12 | 2 | -3/+5 |
| | | | | |||||
* | | | | Issue #9232: Support trailing commas in function declarations. | Robert Collins | 2015-08-11 | 6 | -65/+131 |
| | | | | | | | | | | | | | | | | | | | | | | | | For example, "def f(*, a = 3,): pass" is now legal. Patch from Mark Dickinson. | ||||
* | | | | Merge from 3.5 | Steve Dower | 2015-08-11 | 2 | -1/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #24839: platform._syscmd_ver raises DeprecationWarning | Steve Dower | 2015-08-11 | 2 | -1/+2 |
| | | | |