Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | Make the example a little more interesting and useful. | Raymond Hettinger | 2010-12-07 | 1 | -0/+3 | |
* | 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 | 2 | -2/+60 | |
* | 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 | 3 | -10/+35 | |
* | Remove visible XXX comments. | Georg Brandl | 2010-12-06 | 1 | -3/+5 | |
* | 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 | 2 | -1/+19 | |
* | Fill-in stub for concurrent.futures | Raymond Hettinger | 2010-12-04 | 1 | -5/+43 | |
* | Doc nit. | Raymond Hettinger | 2010-12-04 | 1 | -1/+1 | |
* | Fix markup errors. | Georg Brandl | 2010-12-04 | 3 | -4/+4 | |
* | Update suspicious exceptions. | Georg Brandl | 2010-12-04 | 1 | -0/+7 | |
* | clarify the docs and new warning message. | Gregory P. Smith | 2010-12-04 | 1 | -1/+1 | |
* | Issue #10601: sys.displayhook uses 'backslashreplace' error handler on | Victor Stinner | 2010-12-04 | 1 | -2/+28 | |
* | Add display/undisplay pdb commands. | Georg Brandl | 2010-12-04 | 1 | -0/+16 | |
* | #7245: Add a SIGINT handler on continue in pdb that allows to break a program... | Georg Brandl | 2010-12-04 | 1 | -1/+11 | |
* | Fix PEP number. | Martin v. Löwis | 2010-12-04 | 1 | -1/+1 | |
* | configparser: fixed inconsistency where in SafeConfigParser option values | Łukasz Langa | 2010-12-04 | 1 | -4/+18 | |
* | issue10622: fix superflous scrollbar on the right side of <pre> boxes in the | Gregory P. Smith | 2010-12-04 | 1 | -0/+1 | |
* | Add the "interact" pdb command from pdb++. | Georg Brandl | 2010-12-04 | 1 | -0/+8 | |
* | #7905: Actually respect the keyencoding parameter to shelve.Shelf. | Georg Brandl | 2010-12-04 | 1 | -4/+11 | |
* | #1772833: add -q command line option. | Georg Brandl | 2010-12-04 | 1 | -0/+7 | |
* | Add an "optimize" parameter to compile() to control the optimization level, a... | Georg Brandl | 2010-12-04 | 5 | -33/+86 | |
* | #6045: provide at least get() and setdefault() for all dbm modules. | Georg Brandl | 2010-12-04 | 1 | -2/+7 | |
* | issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument is | Gregory P. Smith | 2010-12-04 | 1 | -1/+6 | |