Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reclassify some entries and remove a couple of minor ones. | Raymond Hettinger | 2010-12-10 | 1 | -43/+30 |
* | Overview of email module and recategorize various entries. | Raymond Hettinger | 2010-12-10 | 1 | -32/+45 |
* | Doh! Example pasted twice, but only once in the right place. | Raymond Hettinger | 2010-12-09 | 1 | -6/+1 |
* | Entries for datetime, callable, and collections.Counter. | Raymond Hettinger | 2010-12-09 | 1 | -15/+41 |
* | Edited the Unicode 6.0.0 entry to add unicode.org links and trim the summary. | Alexander Belopolsky | 2010-12-08 | 1 | -7/+10 |
* | Added a datetime new features entry | Alexander Belopolsky | 2010-12-08 | 1 | -0/+21 |
* | Entry for inspect.getattr_static(). | Raymond Hettinger | 2010-12-08 | 1 | -8/+9 |
* | Example of argparge with subparsers. | Raymond Hettinger | 2010-12-08 | 1 | -5/+24 |
* | range() example | Raymond Hettinger | 2010-12-08 | 1 | -1/+10 |
* | Nits. | Raymond Hettinger | 2010-12-08 | 1 | -2/+1 |
* | Clean-ups. | Raymond Hettinger | 2010-12-08 | 1 | -12/+13 |
* | Add example for concurrent.futures. | Raymond Hettinger | 2010-12-08 | 1 | -5/+25 |
* | Update whatsnew. Salt the random number seed. | Raymond Hettinger | 2010-12-08 | 1 | -6/+12 |
* | Martin's name with Unicode. | Raymond Hettinger | 2010-12-07 | 1 | -1/+4 |
* | Clean-ups and examples. | Raymond Hettinger | 2010-12-07 | 1 | -7/+8 |
* | Spelling. | Raymond Hettinger | 2010-12-07 | 1 | -4/+4 |
* | More cleanups and examples. | Raymond Hettinger | 2010-12-07 | 1 | -33/+64 |
* | Add example for the entry for argparse | Raymond Hettinger | 2010-12-07 | 1 | -2/+59 |
* | Add entry for new pdb features | Raymond Hettinger | 2010-12-07 | 1 | -0/+15 |
* | Add entry for the new sysconfig module. | Raymond Hettinger | 2010-12-07 | 1 | -0/+59 |
* | Fix typo | David Malcolm | 2010-12-07 | 1 | -1/+1 |
* | Note improvements to the docs. | Raymond Hettinger | 2010-12-06 | 1 | -6/+29 |
* | Typo fixups. | Raymond Hettinger | 2010-12-06 | 1 | -3/+3 |
* | Fix title.v3.2b1 | Georg Brandl | 2010-12-05 | 1 | -1/+1 |
* | Nits and todos | Raymond Hettinger | 2010-12-05 | 1 | -6/+9 |
* | Apply rest of #10628, and add a few todo comments. | Georg Brandl | 2010-12-05 | 1 | -2/+12 |
* | Spelling | Raymond Hettinger | 2010-12-05 | 1 | -3/+3 |
* | Update the unittest section. | Raymond Hettinger | 2010-12-05 | 1 | -17/+27 |
* | New string format character. | Raymond Hettinger | 2010-12-05 | 1 | -1/+14 |
* | Optimization notes. | Raymond Hettinger | 2010-12-05 | 1 | -5/+22 |
* | Describe the transform/untranform methods | Raymond Hettinger | 2010-12-05 | 1 | -0/+19 |
* | Note the updates to range objects. | Raymond Hettinger | 2010-12-05 | 1 | -23/+30 |
* | Optimization of Timsort. | Raymond Hettinger | 2010-12-05 | 1 | -3/+19 |
* | Start the argparse entry. | Raymond Hettinger | 2010-12-05 | 1 | -7/+30 |
* | Mention itertools.accumulate(). | Raymond Hettinger | 2010-12-04 | 1 | -1/+18 |
* | Fill-in stub for concurrent.futures | Raymond Hettinger | 2010-12-04 | 1 | -5/+43 |
* | Fix PEP number. | Martin v. Löwis | 2010-12-04 | 1 | -1/+1 |
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -0/+18 |
* | Issue 2690: Add support for slicing and negative indices to range objects (in... | Nick Coghlan | 2010-12-03 | 1 | -0/+4 |
* | Improve Pydoc interactive browsing (#2001). Patch by Ron Adam. | Nick Coghlan | 2010-12-03 | 1 | -1/+6 |
* | Fix markup | Raymond Hettinger | 2010-12-02 | 1 | -10/+11 |
* | With Raymond's approval added a paragraph describing Unicode 6.0.0 changes. ... | Alexander Belopolsky | 2010-12-02 | 1 | -0/+17 |
* | Add example, tighten text, and minor clean-ups. | Raymond Hettinger | 2010-11-30 | 1 | -4/+5 |
* | Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences... | Nick Coghlan | 2010-11-30 | 1 | -0/+8 |
* | Neaten-up a bit. | Raymond Hettinger | 2010-11-30 | 1 | -5/+3 |
* | Issue 10586: change the new functools.lru_cache implementation to expose the ... | Nick Coghlan | 2010-11-30 | 1 | -0/+2 |
* | Typo fix. | Georg Brandl | 2010-11-26 | 1 | -2/+2 |
* | #9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmo... | Ezio Melotti | 2010-11-22 | 1 | -0/+12 |
* | Issue #10220: Add inspect.getgeneratorstate(). Initial patch by Rodolpho Eckh... | Nick Coghlan | 2010-11-21 | 1 | -0/+8 |
* | Add stub for PEP 3148. | Georg Brandl | 2010-11-16 | 1 | -0/+5 |