Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #5059: fix example. | Georg Brandl | 2009-02-05 | 1 | -1/+1 |
| | |||||
* | #5153: fix typo in example. | Georg Brandl | 2009-02-05 | 1 | -1/+1 |
| | |||||
* | Tweak the docs for Counter() objects. | Raymond Hettinger | 2009-02-04 | 1 | -4/+4 |
| | |||||
* | Doc fixes. Remove overbroad, redundant warnings. Fixup example code. | Raymond Hettinger | 2009-02-04 | 1 | -27/+9 |
| | |||||
* | Minor doc fixups. | Raymond Hettinger | 2009-02-04 | 2 | -4/+4 |
| | |||||
* | Record operator deprecations in docs. | Raymond Hettinger | 2009-02-03 | 1 | -23/+19 |
| | |||||
* | wording for for issue4903. | Gregory P. Smith | 2009-02-01 | 1 | -7/+7 |
| | |||||
* | Update doc wording as suggested in issue4903. | Gregory P. Smith | 2009-02-01 | 1 | -3/+3 |
| | |||||
* | fix indentation | Benjamin Peterson | 2009-01-31 | 1 | -23/+23 |
| | |||||
* | Text edits and markup fixes | Andrew M. Kuchling | 2009-01-31 | 1 | -60/+64 |
| | |||||
* | Minor spelling mistake in datetime docs. | Brett Cannon | 2009-01-29 | 1 | -1/+1 |
| | |||||
* | Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the ↵ | Raymond Hettinger | 2009-01-28 | 1 | -15/+13 |
| | | | | table by taking out inherited requirements for abstract methods. | ||||
* | Added the ttk module. See issue #2983: Ttk support for Tkinter. | Guilherme Polo | 2009-01-28 | 2 | -1/+1402 |
| | |||||
* | Promote combinations_with_replacement() from a recipe to a regular itertool. | Raymond Hettinger | 2009-01-27 | 2 | -18/+48 |
| | |||||
* | Tweak column alignment for collections docs. | Raymond Hettinger | 2009-01-27 | 1 | -33/+26 |
| | |||||
* | Backport importlib in the form of providing importlib.import_module(). This has | Brett Cannon | 2009-01-26 | 2 | -0/+28 |
| | | | | been done purely to help transitions from 2.7 to 3.1. | ||||
* | Improved itertools recipe for generating powerset(). | Raymond Hettinger | 2009-01-25 | 1 | -5/+3 |
| | |||||
* | Promote compress() from a recipe to being a regular itertool. | Raymond Hettinger | 2009-01-25 | 2 | -5/+15 |
| | |||||
* | Properly document multiprocessing's logging support, resolve outstanding ↵ | Jesse Noller | 2009-01-25 | 1 | -7/+51 |
| | | | | issues with the custom levels | ||||
* | Issue 4593: apply() documentation is unclear | Jesse Noller | 2009-01-22 | 1 | -1/+3 |
| | |||||
* | More doc tweaks. | Raymond Hettinger | 2009-01-22 | 1 | -15/+12 |
| | |||||
* | Tighten-up the docs for Counter(). | Raymond Hettinger | 2009-01-21 | 1 | -25/+21 |
| | |||||
* | Simplify explanation of multiset operations by removing restrictions on ↵ | Raymond Hettinger | 2009-01-21 | 1 | -14/+6 |
| | | | | negative inputs. | ||||
* | Markup fixes | Andrew M. Kuchling | 2009-01-21 | 1 | -4/+5 |
| | |||||
* | Beautify and cleanup the references section. | Raymond Hettinger | 2009-01-20 | 1 | -12/+19 |
| | |||||
* | Fix typos. | Raymond Hettinger | 2009-01-20 | 1 | -3/+3 |
| | |||||
* | Don't disrupt automatic url target name generation | Raymond Hettinger | 2009-01-20 | 1 | -15/+1 |
| | | | | | | | | | | with manually specified, conflicting names. Before: http://docs.python.org/dev/library/collections.html#id1 After: http://docs.python.org/dev/library/collections.html#counter-objects | ||||
* | Build-outs for Counter() class: | Raymond Hettinger | 2009-01-20 | 1 | -4/+33 |
| | | | | | | * Constructor and update() support keyword args (like their dict counterparts). * The 'del' statement no longer raises KeyError for missing values. * Add multiset operations: __add__, __sub__, __and__, __or__. | ||||
* | add email address | Benjamin Peterson | 2009-01-19 | 1 | -1/+1 |
| | |||||
* | move BufferedIOBase into the base class section | Benjamin Peterson | 2009-01-19 | 1 | -53/+53 |
| | |||||
* | Added more cross-reference targets and tidied up list of useful handlers. | Vinay Sajip | 2009-01-19 | 1 | -22/+45 |
| | |||||
* | #4923: clarify what was added. | Georg Brandl | 2009-01-18 | 1 | -5/+6 |
| | |||||
* | #4979: correct result range for some random functions. | Georg Brandl | 2009-01-18 | 1 | -9/+10 |
| | |||||
* | #4914: trunc is in math. | Georg Brandl | 2009-01-18 | 1 | -1/+1 |
| | |||||
* | #4974: fix redundant mention of lists and tuples. | Georg Brandl | 2009-01-18 | 1 | -3/+3 |
| | |||||
* | #4976: union() and intersection() take multiple args, but talk about "the ↵ | Georg Brandl | 2009-01-18 | 1 | -2/+2 |
| | | | | other". | ||||
* | Resolve issue 4449: AssertionError in mp_benchmarks.py | Jesse Noller | 2009-01-18 | 1 | -3/+3 |
| | |||||
* | Change an example in the docs to avoid a mistake when the code is copy | Thomas Heller | 2009-01-16 | 1 | -1/+1 |
| | | | | pasted and changed afterwards. | ||||
* | Minor changes/corrections in markup. | Vinay Sajip | 2009-01-15 | 1 | -1/+5 |
| | |||||
* | Made minor changes/corrections in markup. Added a couple of section headings. | Vinay Sajip | 2009-01-15 | 1 | -21/+29 |
| | |||||
* | Fix-up indentation of sample code blocks for namedtuple mthod definitions. | Raymond Hettinger | 2009-01-14 | 1 | -5/+3 |
| | |||||
* | Minor doc tweaks. | Raymond Hettinger | 2009-01-14 | 1 | -19/+17 |
| | |||||
* | Note that first coord. is left alone | Andrew M. Kuchling | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | Add table of idioms/patterns for using Counter objects. | Raymond Hettinger | 2009-01-13 | 1 | -11/+21 |
| | | | | | | | Improve the appearance and flow of the References section -- it used to have a box around it that wasn't distinct from the preceding code boxes and it had a weird bolding pattern and hanging indents that made the section disproportionately large. | ||||
* | Minor documentation tweaks and simpler update() example. | Raymond Hettinger | 2009-01-13 | 1 | -15/+12 |
| | |||||
* | small logic correction | Benjamin Peterson | 2009-01-13 | 1 | -2/+1 |
| | |||||
* | Simplify Counter() API. Replace items keyword argument | Raymond Hettinger | 2009-01-13 | 1 | -16/+16 |
| | | | | | | | with a mapping. Makes Counter() idempotent, makes update() API the same as Counter.__init__(), makes a more readable repr, makes the API more dict-like, and allows Steven Bethard's update() example to work. | ||||
* | Issue 1696199: Add collections.Counter(). | Raymond Hettinger | 2009-01-12 | 1 | -0/+128 |
| | |||||
* | Minor changes/corrections in markup. | Vinay Sajip | 2009-01-12 | 1 | -17/+14 |
| | |||||
* | add email addresses | Benjamin Peterson | 2009-01-11 | 2 | -2/+2 |
| |