| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #1580: use short float repr where possible. | Mark Dickinson | 2009-04-16 | 1 | -0/+13 |
|
|
* | Merged revisions 71651 via svnmerge from | R. David Murray | 2009-04-16 | 1 | -4/+6 |
|
|
* | Merged revisions 71631 via svnmerge from | R. David Murray | 2009-04-15 | 1 | -0/+7 |
|
|
* | reference the io momdule in file and directory section | Benjamin Peterson | 2009-04-15 | 1 | -0/+4 |
|
|
* | Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate | Georg Brandl | 2009-04-12 | 2 | -13/+23 |
|
|
* | Merged revisions 70873,70904,70934,71490 via svnmerge from | R. David Murray | 2009-04-12 | 1 | -1/+2 |
|
|
* | Merged revisions 70912,70944,70968,71033,71041,71208,71263,71286,71395-71396,... | Benjamin Peterson | 2009-04-11 | 2 | -8/+26 |
|
|
* | Remove mentions of "long". | Georg Brandl | 2009-04-11 | 1 | -4/+4 |
|
|
* | Merged revisions 71465 via svnmerge from | Nick Coghlan | 2009-04-11 | 1 | -0/+24 |
|
|
* | Fix alignment | Raymond Hettinger | 2009-04-10 | 1 | -13/+13 |
|
|
* | Add examples. | Raymond Hettinger | 2009-04-10 | 1 | -58/+21 |
|
|
* | Update signature style for optional arguments, part 3. | Georg Brandl | 2009-04-10 | 14 | -70/+63 |
|
|
* | Clarify the table entries for combinatorics. | Raymond Hettinger | 2009-04-10 | 1 | -8/+13 |
|
|
* | Add note on using keyword arguments with OrderedDict. | Raymond Hettinger | 2009-04-09 | 1 | -0/+4 |
|
|
* | Update whatsnew based on doc search. | Raymond Hettinger | 2009-04-09 | 5 | -28/+28 |
|
|
* | Perform minor copy edits | Raymond Hettinger | 2009-04-08 | 1 | -40/+37 |
|
|
* | Update signature style of optional arguments, part two. | Georg Brandl | 2009-04-05 | 12 | -102/+83 |
|
|
* | Merged revisions 70908,70939,71009,71022,71036 via svnmerge from | Benjamin Peterson | 2009-04-05 | 1 | -2/+11 |
|
|
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 21 | -191/+266 |
|
|
* | #5391 make mmap work exclusively with bytes | Benjamin Peterson | 2009-04-04 | 1 | -27/+27 |
|
|
* | Merged revisions 70837,70864,70878,71004,71032,71043 via svnmerge from | Benjamin Peterson | 2009-04-04 | 1 | -22/+245 |
|
|
* | Add helpful link. | Raymond Hettinger | 2009-04-04 | 1 | -0/+6 |
|
|
* | Update documentation for csv module to reflect changes in code, | R. David Murray | 2009-04-04 | 1 | -120/+30 |
|
|
* | Undocument the existence of the memo attribute and its main use-case. | Alexandre Vassalotti | 2009-04-03 | 1 | -71/+0 |
|
|
* | Emphasize that Unpickler.memo is not necessarily a dict. | Alexandre Vassalotti | 2009-04-03 | 1 | -2/+3 |
|
|
* | Add more examples in pickle documentation. | Alexandre Vassalotti | 2009-04-03 | 1 | -27/+79 |
|
|
* | Remove old reference to cPickle. | Alexandre Vassalotti | 2009-04-03 | 1 | -9/+6 |
|
|
* | Fix typo. | Raymond Hettinger | 2009-04-03 | 1 | -2/+2 |
|
|
* | Update docs for namedtuple's renaming change. | Raymond Hettinger | 2009-04-02 | 1 | -1/+1 |
|
|
* | Clarify that datetime strftime does not produce leap seconds and datetime | R. David Murray | 2009-04-02 | 1 | -2/+6 |
|
|
* | First batch of signature documentation changes; using default argument syntax... | Georg Brandl | 2009-04-02 | 7 | -18/+19 |
|
|
* | fix markup | Benjamin Peterson | 2009-04-02 | 1 | -4/+3 |
|
|
* | Explain a little about the explanation. | Brett Cannon | 2009-04-01 | 1 | -0/+5 |
|
|
* | Add a meta path importer example. | Brett Cannon | 2009-04-01 | 1 | -7/+98 |
|
|
* | Merged revisions 70992,70995 via svnmerge from | Benjamin Peterson | 2009-04-01 | 1 | -3/+9 |
|
|
* | Add link to an alternative generator with a long-period. | Raymond Hettinger | 2009-04-01 | 1 | -0/+4 |
|
|
* | Add some clarification to the importlib docs. | Brett Cannon | 2009-04-01 | 1 | -4/+8 |
|
|
* | #5636: fix next -> __next__ in csv reader docs. | Georg Brandl | 2009-04-01 | 1 | -6/+3 |
|
|
* | Improve examples for collections.deque() | Raymond Hettinger | 2009-03-31 | 1 | -25/+23 |
|
|
* | Forward-port of #992207 fix: document that the parser only accepts \\n newlin... | Georg Brandl | 2009-03-31 | 1 | -12/+9 |
|
|
* | Update HTTPResponse documentation and add placeholder for HTTPMessage. | Jeremy Hylton | 2009-03-31 | 1 | -4/+26 |
|
|
* | Document public attributes of urllib.request.Request. | Jeremy Hylton | 2009-03-31 | 1 | -40/+78 |
|
|
* | Change email address. | Jeremy Hylton | 2009-03-31 | 1 | -1/+1 |
|
|
* | "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does ... | Barry Warsaw | 2009-03-30 | 1 | -1/+1 |
|
|
* | Make sure time.strptime only accepts strings (and document the fact like | Brett Cannon | 2009-03-30 | 1 | -6/+8 |
|
|
* | Thorough review of importlib docs. Reviewed by Brett himself. | Guido van Rossum | 2009-03-30 | 1 | -34/+50 |
|
|
* | Merged revisions 70746 via svnmerge from | Ronald Oussoren | 2009-03-30 | 1 | -1/+1 |
|
|
* | Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge from | Benjamin Peterson | 2009-03-30 | 1 | -6/+22 |
|
|
* | Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-... | Benjamin Peterson | 2009-03-30 | 4 | -6/+10 |
|
|
* | Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct | Mark Dickinson | 2009-03-29 | 1 | -0/+10 |
|
|