- 21ec4bc Overview of email module and recategorize various entries. by Raymond Hettinger · 14 years ago
- 5eb6390 Doh! Example pasted twice, but only once in the right place. by Raymond Hettinger · 14 years ago
- fb1720b Fix "seperate". by Georg Brandl · 14 years ago
- 792c076 Entries for datetime, callable, and collections.Counter. by Raymond Hettinger · 14 years ago
- 53a9dd7 Issue #10546: UTF-16-LE and UTF-16-BE *do* support non-BMP characters by Victor Stinner · 14 years ago
- 84cc062 Edited the Unicode 6.0.0 entry to add unicode.org links and trim the summary. by Alexander Belopolsky · 14 years ago
- 7257231 Added a datetime new features entry by Alexander Belopolsky · 14 years ago
- 515fabb Entry for inspect.getattr_static(). by Raymond Hettinger · 14 years ago
- b1ff402 Example of argparge with subparsers. by Raymond Hettinger · 14 years ago
- 2ffa671 range() example by Raymond Hettinger · 14 years ago
- 24a0941 Nits. by Raymond Hettinger · 14 years ago
- 83d8079 Clean-ups. by Raymond Hettinger · 14 years ago
- b105519 Add example for concurrent.futures. by Raymond Hettinger · 14 years ago
- 3fcf002 Update whatsnew. Salt the random number seed. by Raymond Hettinger · 14 years ago
- 2c1ecc3 Martin's name with Unicode. by Raymond Hettinger · 14 years ago
- c2c7c37 Make the example a little more interesting and useful. by Raymond Hettinger · 14 years ago
- 673ccf2 Clean-ups and examples. by Raymond Hettinger · 14 years ago
- 68f1e8d Spelling. by Raymond Hettinger · 14 years ago
- a026633 More cleanups and examples. by Raymond Hettinger · 14 years ago
- 677e10a Add example for the entry for argparse by Raymond Hettinger · 14 years ago
- b5d7933 Add entry for new pdb features by Raymond Hettinger · 14 years ago
- 3f9734c Add entry for the new sysconfig module. by Raymond Hettinger · 14 years ago
- 778645a Fix typo by David Malcolm · 14 years ago
- 1fa7682 Note improvements to the docs. by Raymond Hettinger · 14 years ago
- fbb56ed Remove visible XXX comments. by Georg Brandl · 14 years ago
- b87ba26 Typo fixups. by Raymond Hettinger · 14 years ago
- 65b2eb9 Fix title. by Georg Brandl · 14 years ago
- e5e1a98 Nits and todos by Raymond Hettinger · 14 years ago
- 3ad4675 Apply rest of #10628, and add a few todo comments. by Georg Brandl · 14 years ago
- 413abbc Spelling by Raymond Hettinger · 14 years ago
- dc2f9b5 Update the unittest section. by Raymond Hettinger · 14 years ago
- e5e728b New string format character. by Raymond Hettinger · 14 years ago
- d8fae4e Optimization notes. by Raymond Hettinger · 14 years ago
- 43b5a85 Describe the transform/untranform methods by Raymond Hettinger · 14 years ago
- dadf93c Note the updates to range objects. by Raymond Hettinger · 14 years ago
- c269ae8 Optimization of Timsort. by Raymond Hettinger · 14 years ago
- a5a3554 Start the argparse entry. by Raymond Hettinger · 14 years ago
- 6e35394 Mention itertools.accumulate(). by Raymond Hettinger · 14 years ago
- 6f04adc Fill-in stub for concurrent.futures by Raymond Hettinger · 14 years ago
- d9404b5 Doc nit. by Raymond Hettinger · 14 years ago
- 4640237 Fix markup errors. by Georg Brandl · 14 years ago
- bccb8be Update suspicious exceptions. by Georg Brandl · 14 years ago
- 8c647cd clarify the docs and new warning message. by Gregory P. Smith · 14 years ago
- 13d49ee Issue #10601: sys.displayhook uses 'backslashreplace' error handler on by Victor Stinner · 14 years ago
- cbc79c7 Add display/undisplay pdb commands. by Georg Brandl · 14 years ago
- 44f2b64 #7245: Add a SIGINT handler on continue in pdb that allows to break a program again by pressing Ctrl-C. by Georg Brandl · 14 years ago
- 932e49e Fix PEP number. by Martin v. Löwis · 14 years ago
- 2cf9ddb configparser: fixed inconsistency where in SafeConfigParser option values by Łukasz Langa · 14 years ago
- 09b0b3a issue10622: fix superflous scrollbar on the right side of <pre> boxes in the by Gregory P. Smith · 14 years ago
- 1acb746 Add the "interact" pdb command from pdb++. by Georg Brandl · 14 years ago
- 732324a #7905: Actually respect the keyencoding parameter to shelve.Shelf. by Georg Brandl · 14 years ago
- 9d87119 #1772833: add -q command line option. by Georg Brandl · 14 years ago
- 8334fd9 Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. by Georg Brandl · 14 years ago
- d9e833c #6045: provide at least get() and setdefault() for all dbm modules. by Georg Brandl · 14 years ago
- d23047b issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument is by Gregory P. Smith · 14 years ago
- e8b0d61 Fix typo. by Georg Brandl · 14 years ago
- 942af5a Issue #10557: Fixed error messages from float() and other numeric by Alexander Belopolsky · 14 years ago
- 37d120a Issue 10620: Specifying test modules by path instead of module name to 'python -m unittest' by Michael Foord · 14 years ago
- 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
- 500be24 Fix indentation. by Georg Brandl · 14 years ago
- bed81c8 Add an "advanced topics" section to the io doc. by Antoine Pitrou · 14 years ago
- 74a7c67 by Terry Reedy · 14 years ago
- 38e117d Fix punctuation. by Georg Brandl · 14 years ago
- b6a6f5f Issue 10499: Modular interpolation in configparser by Łukasz Langa · 14 years ago
- 1eb40bc Markup consistency fixes. by Georg Brandl · 14 years ago
- 37ee850 Issue 2690: Add support for slicing and negative indices to range objects (includes precalculation and storage of the range length). by Nick Coghlan · 14 years ago
- 6156152 logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests. by Vinay Sajip · 14 years ago
- 34e9fc2 Add a line with the actual changes. by Georg Brandl · 14 years ago
- 7bb30b7 Improve Pydoc interactive browsing (#2001). Patch by Ron Adam. by Nick Coghlan · 14 years ago
- bb7b753 Add missing versionchanged, correct 'throw' wording to 'raise'. by R. David Murray · 14 years ago
- b579dba #1486713: Add a tolerant mode to HTMLParser. by R. David Murray · 14 years ago
- 79cdb66 Fix #10554. Added context manager support to Popen objects. by Brian Curtin · 14 years ago
- 2d93e6e Update the itertools.accumulate() docs. by Raymond Hettinger · 14 years ago
- d8ff465 Simplify the signature for itertools.accumulate() to match numpy. Handle one item iterable the same way as min()/max(). by Raymond Hettinger · 14 years ago
- 5074df6 Issue 7911: unittest.TestCase.longMessage defaults to True for improved failure messages by default by Michael Foord · 14 years ago
- 1203720 Re-add accidentally removed line. by Georg Brandl · 14 years ago
- a0b44b5 #8989: add 'domain' keyword to make_msgid. by R. David Murray · 14 years ago
- 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 14 years ago
- 0252462 #7475: add (un)transform method to bytes/bytearray and str, add back codecs that can be used with them from Python 2. by Georg Brandl · 14 years ago
- de0ab5e #10597: fix Py_SetPythonHome docs by pointing to where the meaning of PYTHONHOME is already documented. by Georg Brandl · 14 years ago
- c167368 Fix-up documentation of makedirs(). by Georg Brandl · 14 years ago
- 5a22b65 Issue 9299 Add exist_ok parameter to os.makedirs to suppress 'File exists' exception. Patch by Ray Allen. by Terry Reedy · 14 years ago
- 3cdf871 Neaten-up random module docs. by Raymond Hettinger · 14 years ago
- 2fdc7b1 Add an example to the random docs. by Raymond Hettinger · 14 years ago
- c74d518 Fix markup by Raymond Hettinger · 14 years ago
- 507e3f8 With Raymond's approval added a paragraph describing Unicode 6.0.0 changes. Not reST formatted. by Alexander Belopolsky · 14 years ago
- 30c7362 Clean-up last update (missing comma, unnecessary spacing change, spurious backtick). by Raymond Hettinger · 14 years ago
- adb8146 Add itertools.accumulate(). by Raymond Hettinger · 14 years ago
- 419e3de Fix some markup and style in the unittest docs. by Georg Brandl · 14 years ago
- f7f5a82 #10594: fix parameter names in PyList API docs. by Georg Brandl · 14 years ago
- 063f237 Add missing word, and add a better reference to the actual function. by Georg Brandl · 14 years ago
- 5ce0aa2 Add recipe to itertools doc. by Raymond Hettinger · 14 years ago
- c79fb0e Issue 10593: Adopt Nick's suggestion for an lru_cache with maxsize=None. by Raymond Hettinger · 14 years ago
- ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 14 years ago
- 6090187 #10535: Enable silenced warnings in unittest by default by Ezio Melotti · 14 years ago
- 00f2f97 Doc and docstring nits. by Raymond Hettinger · 14 years ago
- cc03858 Documentation nits. by Raymond Hettinger · 14 years ago
- 7496b41 Add example, tighten text, and minor clean-ups. by Raymond Hettinger · 14 years ago
- d01df46 Fix typo: "ofbytes" should be "of bytes" by Daniel Stutzbach · 14 years ago
- dcb4491 Add some internal links. by Raymond Hettinger · 14 years ago