| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix markup | Raymond Hettinger | 2009-04-09 | 1 | -2/+2 |
|
|
* | Update whatsnew based on doc search. | Raymond Hettinger | 2009-04-09 | 6 | -30/+77 |
|
|
* | Clean-up an example. | Raymond Hettinger | 2009-04-08 | 1 | -2/+2 |
|
|
* | Remove bits that pertained to earlier releases. | Raymond Hettinger | 2009-04-08 | 1 | -22/+4 |
|
|
* | Perform minor copy edits | Raymond Hettinger | 2009-04-08 | 1 | -40/+37 |
|
|
* | Add example for auto-renaming. | Raymond Hettinger | 2009-04-08 | 1 | -1/+12 |
|
|
* | Fix-up attribution per IRC discussion with GPolo. | Raymond Hettinger | 2009-04-08 | 1 | -2/+1 |
|
|
* | Add link. | Raymond Hettinger | 2009-04-07 | 1 | -1/+1 |
|
|
* | Fix make.bat to match makefile changes | Raymond Hettinger | 2009-04-07 | 1 | -1/+2 |
|
|
* | Put core language changes in a separate section from module changes. | Raymond Hettinger | 2009-04-07 | 1 | -21/+26 |
|
|
* | Fix nits | Raymond Hettinger | 2009-04-07 | 1 | -5/+5 |
|
|
* | Fix internal link. | Raymond Hettinger | 2009-04-07 | 1 | -2/+2 |
|
|
* | Add an example metaclass showing a use of __prepare__() as outlined in PEP 3... | Raymond Hettinger | 2009-04-07 | 1 | -0/+32 |
|
|
* | Fix nit. | Raymond Hettinger | 2009-04-06 | 1 | -2/+2 |
|
|
* | Improve the prose just a bit. | Raymond Hettinger | 2009-04-06 | 1 | -2/+2 |
|
|
* | Fix links to Decimal and ttk. | Raymond Hettinger | 2009-04-06 | 1 | -3/+3 |
|
|
* | Add example. Fix spelling. Fix patch attribution. | Raymond Hettinger | 2009-04-06 | 1 | -3/+7 |
|
|
* | Add more examples. | Raymond Hettinger | 2009-04-06 | 1 | -4/+27 |
|
|
* | Merged revisions 71291 via svnmerge from | Tarek Ziadé | 2009-04-05 | 1 | -4/+7 |
|
|
* | 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 | 34 | -291/+558 |
|
|
* | #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 |
|
|
* | Note an improvement to pydoc. | Raymond Hettinger | 2009-04-04 | 1 | -0/+5 |
|
|
* | Remove minor entry. Add the ttk module. | Raymond Hettinger | 2009-04-04 | 1 | -7/+9 |
|
|
* | Fix nits. | Raymond Hettinger | 2009-04-04 | 1 | -2/+2 |
|
|
* | Eliminate a duplicate entry. | Raymond Hettinger | 2009-04-04 | 1 | -9/+4 |
|
|
* | typo | Benjamin Peterson | 2009-04-04 | 1 | -1/+1 |
|
|
* | Complete the first-pass at whatsnew. | Raymond Hettinger | 2009-04-04 | 1 | -34/+50 |
|
|
* | More notes on 3.1 improvements. | Raymond Hettinger | 2009-04-04 | 1 | -2/+57 |
|
|
* | More updates to whatsnew | Raymond Hettinger | 2009-04-04 | 1 | -0/+29 |
|
|
* | Start building-up the whatsnew document for Py3.1 | Raymond Hettinger | 2009-04-04 | 1 | -2/+82 |
|
|
* | 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 |
|
|
* | Py_BuildValue's 'c' code should use byte strings #5666 | Benjamin Peterson | 2009-04-03 | 1 | -3/+7 |
|
|
* | 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 |
|
|
* | Merged revisions 71031 via svnmerge from | Brett Cannon | 2009-04-02 | 1 | -1/+1 |
|
|
* | First batch of signature documentation changes; using default argument syntax... | Georg Brandl | 2009-04-02 | 7 | -18/+19 |
|
|
* | make 'c' only accept bytes and 'C' only unicode #5499 | Benjamin Peterson | 2009-04-02 | 1 | -1/+5 |
|
|
* | 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 |
|
|