| Commit message (Expand) | Author | Age | Files | Lines |
* | Beautify grouper() recipe in docs. | Raymond Hettinger | 2009-01-27 | 1 | -1/+1 |
|
|
* | Put functions back in alphabetical order. | Raymond Hettinger | 2009-01-27 | 1 | -39/+38 |
|
|
* | Forward port r69001: itertools.combinations_with_replacement(). | Raymond Hettinger | 2009-01-27 | 2 | -18/+48 |
|
|
* | Tweak column alignment in collections docs. | Raymond Hettinger | 2009-01-27 | 1 | -33/+26 |
|
|
* | Forward port r68941 adding itertools.compress(). | Raymond Hettinger | 2009-01-26 | 2 | -5/+15 |
|
|
* | Backport r68942: update powerset() recipe. | Raymond Hettinger | 2009-01-26 | 1 | -5/+3 |
|
|
* | As discussed on python-dev, remove several operator functions | Raymond Hettinger | 2009-01-26 | 1 | -76/+0 |
|
|
* | use the classmethod directive | Benjamin Peterson | 2009-01-25 | 1 | -4/+4 |
|
|
* | Merged revisions 68933 via svnmerge from | Tarek Ziadé | 2009-01-25 | 1 | -17/+0 |
|
|
* | Document both importlib.machinery.BuiltinImporter and FrozenImporter. | Brett Cannon | 2009-01-25 | 1 | -1/+47 |
|
|
* | Add the terms "finder", "loader", and "importer" to the glossary. | Brett Cannon | 2009-01-25 | 1 | -0/+14 |
|
|
* | merge r68915 to py3k | Jesse Noller | 2009-01-25 | 1 | -7/+51 |
|
|
* | Clean up pickle usage examples. | Alexandre Vassalotti | 2009-01-23 | 1 | -31/+18 |
|
|
* | Issue 2980: Protocol 0 is not truly restricted to ASCII. | Alexandre Vassalotti | 2009-01-23 | 1 | -2/+2 |
|
|
* | Remove obsolete note on binary-mode vs. text-mode file. | Alexandre Vassalotti | 2009-01-23 | 1 | -10/+0 |
|
|
* | Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from | Benjamin Peterson | 2009-01-23 | 4 | -60/+62 |
|
|
* | merge r68862 to py3k | Jesse Noller | 2009-01-22 | 1 | -1/+3 |
|
|
* | Fix markup for arguments in importlib docs. | Brett Cannon | 2009-01-22 | 1 | -2/+2 |
|
|
* | 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 negat... | Raymond Hettinger | 2009-01-21 | 1 | -14/+6 |
|
|
* | Beautify and cleanup the references section. | Raymond Hettinger | 2009-01-20 | 1 | -12/+19 |
|
|
* | 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 |
|
|
* | Clarify how the specify the name of a module with the 'module' directive. | Brett Cannon | 2009-01-20 | 1 | -3/+3 |
|
|
* | Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 ... | Benjamin Peterson | 2009-01-18 | 7 | -38/+41 |
|
|
* | Merged revisions 68568,68665 via svnmerge from | Benjamin Peterson | 2009-01-18 | 1 | -3/+3 |
|
|
* | #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 | 5 | -9/+9 |
|
|
* | Issue #4910, patch 3/3: rename nb_long to nb_reserved | Mark Dickinson | 2009-01-17 | 1 | -1/+7 |
|
|
* | Remove a couple of references to long in the c-api docs | Mark Dickinson | 2009-01-17 | 1 | -2/+2 |
|
|
* | Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-... | Benjamin Peterson | 2009-01-16 | 9 | -49/+85 |
|
|
* | Issue #1696199: Add collections.Counter(). | Raymond Hettinger | 2009-01-14 | 1 | -0/+134 |
|
|
* | encoding returns bytes objects | Benjamin Peterson | 2009-01-13 | 1 | -36/+40 |
|
|
* | Merged revisions 68425,68461,68498 via svnmerge from | Benjamin Peterson | 2009-01-13 | 2 | -5/+53 |
|
|
* | remove docs for PyBytes_Format #4917 | Benjamin Peterson | 2009-01-12 | 1 | -6/+0 |
|
|
* | ricos isn't supported | Benjamin Peterson | 2009-01-10 | 1 | -1/+0 |
|
|
* | Issue #4910: replace "long" with "int" in docstring for __long__ slot and | Mark Dickinson | 2009-01-10 | 1 | -7/+4 |
|
|
* | 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 | 11 | -37/+447 |
|
|
* | Merged revisions 68415 via svnmerge from | Tarek Ziadé | 2009-01-09 | 3 | -37/+55 |
|
|
* | Issue #4751: hashlib now releases the GIL when hashing large buffers | Antoine Pitrou | 2009-01-08 | 1 | -0/+5 |
|
|