Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add MutableSet example. | Raymond Hettinger | 2009-03-20 | 1 | -1/+6 |
| | |||||
* | Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. | Mark Dickinson | 2009-03-20 | 2 | -0/+43 |
| | | | | Backport of r70459. | ||||
* | * Add clearer comment to initialization code. | Raymond Hettinger | 2009-03-19 | 1 | -2/+10 |
| | | | | | | * Add optional argument to popitem() -- modeled after Anthon van der Neut's C version. * Fix method markup in docs. | ||||
* | Issue 5381: Add object_pairs_hook to the json module. | Raymond Hettinger | 2009-03-19 | 1 | -3/+25 |
| | |||||
* | a much better example | Benjamin Peterson | 2009-03-18 | 1 | -18/+7 |
| | |||||
* | I thought this was begging for an example | Benjamin Peterson | 2009-03-17 | 1 | -0/+19 |
| | |||||
* | Add token markup. | Georg Brandl | 2009-03-16 | 1 | -1/+1 |
| | |||||
* | Fix markup in re docs and give a mail address in regex howto, so that | Georg Brandl | 2009-03-15 | 2 | -2/+2 |
| | | | | the recommendation to send suggestions to the author can be followed. | ||||
* | #5469: add with statement to list of name-binding constructs. | Georg Brandl | 2009-03-15 | 1 | -3/+4 |
| | |||||
* | #5276: document IDLESTARTUP and .Idle.py. | Georg Brandl | 2009-03-15 | 1 | -0/+18 |
| | |||||
* | #5478: fix copy-paste oversight in function signature. | Georg Brandl | 2009-03-15 | 1 | -1/+1 |
| | |||||
* | #5488: add missing struct member. | Georg Brandl | 2009-03-15 | 1 | -0/+1 |
| | |||||
* | #5491: clarify nested() semantics. | Georg Brandl | 2009-03-15 | 1 | -4/+5 |
| | |||||
* | #5493: clarify __nonzero__ docs. | Georg Brandl | 2009-03-15 | 1 | -4/+5 |
| | |||||
* | #5486: typos. | Georg Brandl | 2009-03-13 | 5 | -11/+11 |
| | |||||
* | Issue 5477: Fix buglet in the itertools documentation. | Raymond Hettinger | 2009-03-12 | 1 | -3/+4 |
| | |||||
* | Add reference to solution for a commonly asked question. | Raymond Hettinger | 2009-03-12 | 1 | -0/+3 |
| | |||||
* | Require implementations for warnings.showwarning() support the 'line' argument. | Brett Cannon | 2009-03-11 | 1 | -3/+2 |
| | | | | | | Was a DeprecationWarning for not supporting it since Python 2.6. Closes issue #3652. | ||||
* | Fix typo. | Raymond Hettinger | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | For collections.deque() objects, expose the maxlen parameter as a read-only ↵ | Raymond Hettinger | 2009-03-10 | 1 | -0/+9 |
| | | | | attribute. | ||||
* | Update the decimal FAQ for the from_float() classmethod and improve the ↵ | Raymond Hettinger | 2009-03-10 | 1 | -34/+15 |
| | | | | recipe for remove_exponent() to make it cut and pasteable. | ||||
* | Clarify the meaning of normal and subnormal. | Raymond Hettinger | 2009-03-10 | 1 | -3/+7 |
| | |||||
* | Update url for the spec. | Raymond Hettinger | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | Fix markup. | Raymond Hettinger | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | gzip and bz2 are context managers | Benjamin Peterson | 2009-03-09 | 2 | -0/+10 |
| | |||||
* | Add missing space. | Georg Brandl | 2009-03-09 | 1 | -1/+1 |
| | |||||
* | #5458: add a note when we started to raise RuntimeErrors. | Georg Brandl | 2009-03-09 | 1 | -1/+6 |
| | |||||
* | Add cross-reference to the collections docs. | Raymond Hettinger | 2009-03-09 | 1 | -0/+6 |
| | |||||
* | Add consume() recipe to itertools docs. | Raymond Hettinger | 2009-03-09 | 1 | -0/+4 |
| | |||||
* | Issue 5443: Fix typo. | Raymond Hettinger | 2009-03-09 | 1 | -1/+1 |
| | |||||
* | Minor bsddb documentation glitch | Jesus Cea | 2009-03-05 | 1 | -1/+1 |
| | |||||
* | add example | Benjamin Peterson | 2009-03-05 | 1 | -0/+6 |
| | |||||
* | Fixed a typo. | Facundo Batista | 2009-03-04 | 1 | -1/+1 |
| | |||||
* | Remove obsolete stuff from string module docs. | Georg Brandl | 2009-03-04 | 1 | -11/+8 |
| | |||||
* | making the writing more formal | Benjamin Peterson | 2009-03-03 | 1 | -26/+25 |
| | |||||
* | Fix markup. | Raymond Hettinger | 2009-03-03 | 1 | -1/+1 |
| | |||||
* | Backport 70111: Let configparser use ordered dicts by default. | Raymond Hettinger | 2009-03-03 | 1 | -0/+17 |
| | |||||
* | Backport 70106: Add OrderedDict support to collections.namedtuple(). | Raymond Hettinger | 2009-03-03 | 1 | -5/+9 |
| | |||||
* | Backport PEP 372: OrderedDict() | Raymond Hettinger | 2009-03-03 | 1 | -2/+30 |
| | |||||
* | Adds an optional flags argument to re.split, re.sub and re.subn to be | Gregory P. Smith | 2009-03-02 | 1 | -3/+16 |
| | | | | consistent with the other re module functions. | ||||
* | The note about caching of regular expression objects was incorrect ReST and | Gregory P. Smith | 2009-03-02 | 1 | -8/+12 |
| | | | | | thus invisible in the compiled documentation. Fixed. Also I cleaned up the wording. | ||||
* | Fix docs for ConfigParser. | Raymond Hettinger | 2009-03-01 | 1 | -2/+2 |
| | |||||
* | Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with | Jeffrey Yasskin | 2009-02-28 | 1 | -6/+16 |
| | | | | | | POP_JUMP_IF_{TRUE,FALSE} and JUMP_IF_{TRUE,FALSE}_OR_POP. This avoids executing a POP_TOP on each conditional and sometimes allows the peephole optimizer to skip a JUMP_ABSOLUTE entirely. It speeds up list comprehensions significantly. | ||||
* | Binary flag is needed on windows. | Hirokazu Yamamoto | 2009-02-28 | 1 | -2/+2 |
| | |||||
* | #5365: add quick look conversion table for different time representations. | Georg Brandl | 2009-02-27 | 1 | -0/+18 |
| | |||||
* | #5344: fix punctuation. | Georg Brandl | 2009-02-27 | 1 | -1/+1 |
| | |||||
* | #5363: fix cmpfiles() docs. Another instance where a prose description is ↵ | Georg Brandl | 2009-02-27 | 1 | -9/+16 |
| | | | | twice as long as the code. | ||||
* | #5361: fix typo. | Georg Brandl | 2009-02-27 | 1 | -1/+1 |
| | |||||
* | more info on long_description | Tarek Ziadé | 2009-02-27 | 2 | -126/+157 |
| | |||||
* | The curses panel library is now supported | Andrew M. Kuchling | 2009-02-26 | 1 | -1/+1 |
| |