| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos. | Raymond Hettinger | 2009-01-20 | 1 | -3/+3 |
|
|
* | Forward port r68797: Fix-up jump targets in collections docs. | Raymond Hettinger | 2009-01-20 | 1 | -15/+1 |
|
|
* | Forward port r68792 and r68789 putting Counter in __all__ and adding Counter ... | Raymond Hettinger | 2009-01-20 | 1 | -4/+33 |
|
|
* | Document the (very small) public API for importlib. As time goes on and some | Brett Cannon | 2009-01-20 | 2 | -0/+79 |
|
|
* | Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 ... | Benjamin Peterson | 2009-01-18 | 4 | -33/+32 |
|
|
* | #4975: fix bytes/str issue. | Georg Brandl | 2009-01-18 | 1 | -1/+1 |
|
|
* | #4983: clarify what "byte sequence" is. | Georg Brandl | 2009-01-18 | 1 | -5/+6 |
|
|
* | #4984: fix number of types. | Georg Brandl | 2009-01-18 | 1 | -1/+1 |
|
|
* | Merge r68708 to py3k, fixes 4449 | Jesse Noller | 2009-01-18 | 1 | -3/+3 |
|
|
* | Fix a few more references to long integers in the docs. | Mark Dickinson | 2009-01-17 | 2 | -2/+2 |
|
|
* | Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-... | Benjamin Peterson | 2009-01-16 | 8 | -48/+85 |
|
|
* | Issue #1696199: Add collections.Counter(). | Raymond Hettinger | 2009-01-14 | 1 | -0/+134 |
|
|
* | ricos isn't supported | Benjamin Peterson | 2009-01-10 | 1 | -1/+0 |
|
|
* | Corrected minor typo and added .currentmodule directives to fix missing cross... | Vinay Sajip | 2009-01-10 | 1 | -3/+11 |
|
|
* | Corrected an incorrect self-reference. | Vinay Sajip | 2009-01-10 | 1 | -1/+0 |
|
|
* | Minor documentation changes relating to NullHandler, the module used for hand... | Vinay Sajip | 2009-01-10 | 1 | -2/+6 |
|
|
* | Merged revisions 68167,68276,68292-68293,68344 via svnmerge from | Benjamin Peterson | 2009-01-09 | 1 | -15/+17 |
|
|
* | Merged revisions 68288-68291,68325-68326,68338,68388,68393,68423 via svnmerge... | Benjamin Peterson | 2009-01-09 | 4 | -3/+3 |
|
|
* | Issue #4751: hashlib now releases the GIL when hashing large buffers | Antoine Pitrou | 2009-01-08 | 1 | -0/+5 |
|
|
* | Merge in r68394 fixing itertools.permutations() and combinations(). | Raymond Hettinger | 2009-01-08 | 1 | -3/+12 |
|
|
* | Merged revisions 68378 via svnmerge from | Mark Dickinson | 2009-01-07 | 1 | -3/+5 |
|
|
* | Merged revisions 68319 via svnmerge from | Antoine Pitrou | 2009-01-04 | 1 | -1/+10 |
|
|
* | Remove 2.6 versionchanges, turn 2.7 ones into 3.1. | Georg Brandl | 2009-01-04 | 6 | -19/+2 |
|
|
* | Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge... | Georg Brandl | 2009-01-03 | 9 | -29/+29 |
|
|
* | Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 ... | Georg Brandl | 2009-01-03 | 1 | -4/+4 |
|
|
* | Fix a few remaining problems found by rstlint. | Georg Brandl | 2009-01-03 | 3 | -5/+5 |
|
|
* | Merged revisions 68221 via svnmerge from | Georg Brandl | 2009-01-03 | 7 | -44/+41 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 72 | -406/+406 |
|
|
* | Merged revisions 68219 via svnmerge from | Georg Brandl | 2009-01-03 | 5 | -58/+57 |
|
|
* | Merged revisions 68214-68215,68217-68218 via svnmerge from | Georg Brandl | 2009-01-03 | 1 | -12/+12 |
|
|
* | Issue 4796: Add from_float methods to the decimal module. | Raymond Hettinger | 2009-01-03 | 1 | -0/+43 |
|
|
* | Issue #4718: Adapt the wsgiref package so that it actually works with Python ... | Antoine Pitrou | 2009-01-03 | 1 | -12/+12 |
|
|
* | Issue #4615. Document how to use itertools for de-duping. | Raymond Hettinger | 2009-01-02 | 1 | -0/+24 |
|
|
* | #4808: move old API below new API doc. | Georg Brandl | 2009-01-02 | 1 | -12/+14 |
|
|
* | Minor documentation changes relating to NullHandler, the module used for hand... | Vinay Sajip | 2009-01-02 | 1 | -3/+22 |
|
|
* | Merged revisions 68116-68119,68121,68123-68127 via svnmerge from | Benjamin Peterson | 2009-01-01 | 6 | -5/+47 |
|
|
* | Merged revisions 67952,67957-67958,67960-67961,67963,67973,67978,67995,68030,... | Benjamin Peterson | 2009-01-01 | 3 | -5/+17 |
|
|
* | Minor documentation change relating to NullHandler. | Vinay Sajip | 2008-12-30 | 1 | -4/+4 |
|
|
* | hexdigest() doesn't return bytes #4771 | Benjamin Peterson | 2008-12-29 | 1 | -2/+2 |
|
|
* | Merged revisions 67979 via svnmerge from | Antoine Pitrou | 2008-12-28 | 1 | -2/+7 |
|
|
* | Document bytes.translate(). | Georg Brandl | 2008-12-27 | 1 | -17/+16 |
|
|
* | #4697: clarify that the functions are Unix-only. | Georg Brandl | 2008-12-27 | 1 | -0/+4 |
|
|
* | Merged revisions 67946 via svnmerge from | Antoine Pitrou | 2008-12-27 | 1 | -2/+4 |
|
|
* | Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-... | Benjamin Peterson | 2008-12-21 | 7 | -86/+105 |
|
|
* | fix syntax | Benjamin Peterson | 2008-12-20 | 1 | -1/+1 |
|
|
* | Merged revisions 67857 via svnmerge from | Mark Dickinson | 2008-12-19 | 1 | -1/+1 |
|
|
* | Fix-up and clean-up docs for int.bit_length(). | Raymond Hettinger | 2008-12-19 | 1 | -21/+12 |
|
|
* | Merged revisions 67818 via svnmerge from | Antoine Pitrou | 2008-12-18 | 1 | -4/+15 |
|
|
* | Forward merge of r67822 to py3k: add bit_length method to int. | Mark Dickinson | 2008-12-17 | 1 | -0/+39 |
|
|
* | string.maketrans -> str.maketrans | Benjamin Peterson | 2008-12-13 | 1 | -6/+3 |
|
|