Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -2/+2 |
| | |||||
* | Remove duplicate of the entry in the seealso section | Raymond Hettinger | 2016-08-16 | 1 | -5/+0 |
| | |||||
* | Issue #27205: Fix doctests in Doc/library/collections.rst. | Zachary Ware | 2016-08-09 | 1 | -15/+15 |
| | | | | Initial patch by Jelle Zijlstra. | ||||
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -2/+3 |
| | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
* | Issue #27125: Fix various errors like “will [be] inherited” | Martin Panter | 2016-05-29 | 1 | -1/+1 |
| | |||||
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -1/+1 |
| | | | | Original patch by James Edwards. | ||||
* | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -3/+3 |
| | |||||
* | Mention types.SimpleNamespace in collections.namedtuple doc | Paul Moore | 2016-04-19 | 1 | -0/+5 |
| | | | | Issue #26805. | ||||
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵ | Georg Brandl | 2016-02-26 | 1 | -3/+3 |
| | | | | to SilentGhost for the patch. | ||||
* | Issue #26194: Inserting into a full deque to raise an IndexError | Raymond Hettinger | 2016-02-02 | 1 | -2/+2 |
| | |||||
* | Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen | Raymond Hettinger | 2016-01-27 | 1 | -0/+3 |
| | |||||
* | Issue #25700: Clarify that namedtuple property docstrings became writeable ↵ | Raymond Hettinger | 2015-11-24 | 1 | -0/+3 |
| | | | | in 3.5 | ||||
* | Improve appearance of example code | Raymond Hettinger | 2015-11-10 | 1 | -7/+7 |
| | |||||
* | Remove confusing section from named tuple recipes. | Raymond Hettinger | 2015-11-10 | 1 | -10/+0 |
| | |||||
* | Improve namedtuple doc string examples | Raymond Hettinger | 2015-11-09 | 1 | -2/+2 |
| | |||||
* | Merge typo fixes from 3.4 into 3.5 | Martin Panter | 2015-10-07 | 1 | -1/+1 |
|\ | |||||
| * | Various minor typos in documentation and comments | Martin Panter | 2015-10-07 | 1 | -1/+1 |
| | | |||||
* | | Issue #25286: Update dictionary view link; patch by Akira Li | Martin Panter | 2015-10-07 | 1 | -2/+2 |
| | | |||||
* | | whatsnew/3.5: First pass over NEWS is done. | Yury Selivanov | 2015-09-09 | 1 | -0/+4 |
| | | |||||
* | | merge | Raymond Hettinger | 2015-08-30 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Issue #24931: Resolve __dict__ conflict in namedtuple subclasses. | Raymond Hettinger | 2015-08-30 | 1 | -3/+3 |
| | | |||||
| * | Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple ↵ | Senthil Kumaran | 2015-06-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | documentation typos. Related Issues: #issue21528 #issue24453 | ||||
* | | Issue #24269: Minor doc fixups. | Raymond Hettinger | 2015-05-23 | 1 | -5/+6 |
| | | |||||
* | | Issue #24232: Fix typos. Patch by Ville Skyttä. | Berker Peksag | 2015-05-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #24232: Fix typos. Patch by Ville Skyttä. | Berker Peksag | 2015-05-18 | 1 | -1/+1 |
| | | |||||
* | | merge | Raymond Hettinger | 2015-05-13 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix mangled wording | Raymond Hettinger | 2015-05-13 | 1 | -2/+2 |
| | | |||||
* | | merge | Raymond Hettinger | 2015-05-13 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Issue #19934: Document *None* as an acceptable input to ↵ | Raymond Hettinger | 2015-05-13 | 1 | -3/+3 |
| | | | | | | | | Counter.most_common([n]) | ||||
* | | Issue #24064: Add __doc__ to the example in collections.rst. | Berker Peksag | 2015-05-13 | 1 | -3/+3 |
| | | |||||
* | | Issue #24064: Property() docstrings are now writeable. | Raymond Hettinger | 2015-05-13 | 1 | -0/+9 |
| | | | | | | | | (Patch by Berker Peksag.) | ||||
* | | Issue 23793: Add deque support for __add__(), __mul__(), and __imul__(). | Raymond Hettinger | 2015-03-31 | 1 | -0/+3 |
| | | |||||
* | | Issue 23704: Add index(), copy(), and insert() to deques. Register deques ↵ | Raymond Hettinger | 2015-03-21 | 1 | -0/+22 |
| | | | | | | | | as a MutableSequence. | ||||
* | | merge with 3.4 | Georg Brandl | 2014-10-31 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | #22613: minor other fixes in library docs (thanks Jacques Ducasse) | Georg Brandl | 2014-10-31 | 1 | -1/+4 |
| | | |||||
* | | merge with 3.4 | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixing broken links in doc, part 3: the rest | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | | |||||
| * | #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra. | Ezio Melotti | 2014-10-28 | 1 | -3/+4 |
| | | |||||
* | | #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra. | Ezio Melotti | 2014-10-28 | 1 | -3/+4 |
| | | |||||
* | | Fix Issue #21528 - Fix documentation typos | Donald Stufft | 2014-05-20 | 1 | -1/+1 |
| | | |||||
* | | Issue #19505: The items, keys, and values views of OrderedDict now support | Serhiy Storchaka | 2014-04-04 | 1 | -0/+3 |
|/ | | | | reverse iteration using reversed(). | ||||
* | Merge typo fix. | Zachary Ware | 2014-01-14 | 1 | -1/+1 |
|\ | |||||
| * | Fix typo. | Zachary Ware | 2014-01-14 | 1 | -1/+1 |
| | | |||||
* | | Removed spaces before colons and semicolons. | Serhiy Storchaka | 2013-12-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Removed spaces before colons and semicolons. | Serhiy Storchaka | 2013-12-24 | 1 | -1/+1 |
| | | |||||
* | | Issue #19271: By Python3.4, the Python 2.4 backport links are no longer of ↵ | Raymond Hettinger | 2013-10-21 | 1 | -13/+0 |
| | | | | | | | | much interest. | ||||
* | | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -3/+3 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Counter: fix recipe for "n least common elements". Found by Mikhail Golubev ↵ | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
| | | | | | | | | on docs@. |