- 12de8ac Credit Florent for porting by Antoine Pitrou · 14 years ago
- 202717d Add todo for WSGI by Raymond Hettinger · 14 years ago
- 9743e4f Improve the ContextDecorator example. by Raymond Hettinger · 14 years ago
- bb9686f Thank you ispell. by Raymond Hettinger · 14 years ago
- 48f3bd3 Nits by Raymond Hettinger · 14 years ago
- 6046e22 Entries for ElementTree, collectionsm, functools and ZipFile. by Raymond Hettinger · 14 years ago
- 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 14 years ago
- 07a605b Entry for decimal and fractions. by Raymond Hettinger · 14 years ago
- 480ed78 Add entries for structseq, ContextDecorator, and various C-API changes. by Raymond Hettinger · 14 years ago
- 99db3fd Elaborate on the calculation used in the random module. by Raymond Hettinger · 14 years ago
- e434b3b Add intro to the changed modules section. by Raymond Hettinger · 14 years ago
- 0358a17 Move email section in with other modules. Fix markup. by Raymond Hettinger · 14 years ago
- a55ffbc Minor regroupings. by Raymond Hettinger · 14 years ago
- bba537b Adopt Antoine's suggestion to improve readability with module subsections. by Raymond Hettinger · 14 years ago
- e0a9600 Add entries for the random module and the collections module. by Raymond Hettinger · 14 years ago
- 42877fe Typo fix by Andrew M. Kuchling · 14 years ago
- ffad35e Nits by Raymond Hettinger · 14 years ago
- 28a4dce remove (un)transform methods by Benjamin Peterson · 14 years ago
- cc9d237 Fix typo. by Georg Brandl · 14 years ago
- 070ec70 Move nntp entry back to changed modules section and add entry for non-ascii import directories. by Raymond Hettinger · 14 years ago
- 522cc0a Reclassify some entries and remove a couple of minor ones. by Raymond Hettinger · 14 years ago
- 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
- 792c076 Entries for datetime, callable, and collections.Counter. by Raymond Hettinger · 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
- 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
- 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
- 932e49e Fix PEP number. by Martin v. Löwis · 14 years ago
- 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 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
- 7bb30b7 Improve Pydoc interactive browsing (#2001). Patch by Ron Adam. by Nick Coghlan · 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
- 7496b41 Add example, tighten text, and minor clean-ups. by Raymond Hettinger · 14 years ago
- 9fc443c Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences in addition to character strings by Nick Coghlan · 14 years ago
- 5e20bab Neaten-up a bit. by Raymond Hettinger · 14 years ago
- 234515a Issue 10586: change the new functools.lru_cache implementation to expose the maximum and current cache sizes through the public statistics API. This API is now a single function that returns a named tuple. by Nick Coghlan · 14 years ago
- 326c57d Typo fix. by Georg Brandl · 14 years ago
- 2baf1a6 #9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmostEquals, assertNotAlmostEquals, and assert_ by Ezio Melotti · 14 years ago
- e0f0465 Issue #10220: Add inspect.getgeneratorstate(). Initial patch by Rodolpho Eckhardt by Nick Coghlan · 14 years ago
- 97b20da Add stub for PEP 3148. by Georg Brandl · 14 years ago
- 7dff9e0 #10321: Add support for sending binary DATA and Message objects to smtplib by R. David Murray · 14 years ago
- afb078d More what's new by Antoine Pitrou · 14 years ago
- 7d15a72 Update 3.2 what's new by Antoine Pitrou · 14 years ago
- 47ce965 What's New in Python 3.2: update Unicode section by Victor Stinner · 14 years ago
- 543af75 Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer) by Nick Coghlan · 14 years ago
- ff150f2 Revert r85797 (and r85798): it broke the Windows buildbots because of by Antoine Pitrou · 14 years ago
- 45f9cf9 Update what's new by Antoine Pitrou · 14 years ago
- 961aaf5 Note the resolution of issue 9778. by Skip Montanaro · 14 years ago
- 8227045 Fix sphinx role markups. by Senthil Kumaran · 14 years ago
- 8f6b6b0 Issue #9992: Remove PYTHONFSENCODING environment variable. by Victor Stinner · 14 years ago
- 6c314ec Update whatsnew about pickle optimizations by Antoine Pitrou · 14 years ago
- 7c0a227 What's new entry for email 5.1. by R. David Murray · 14 years ago
- 0ee4c9f Update what's new by Antoine Pitrou · 14 years ago
- cd889af More new things in what's new by Antoine Pitrou · 14 years ago
- 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
- 977c707 Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher by Giampaolo Rodolà · 14 years ago
- 7d49bc9 Move library changes to the right section by Antoine Pitrou · 14 years ago
- d305200 Add entries to whatsnew by Antoine Pitrou · 14 years ago
- feb7307 #9210: remove --with-wctype-functions configure option. by Amaury Forgeot d'Arc · 14 years ago
- 0cbec57 Document changes on mbcs encoding by Victor Stinner · 14 years ago
- ba117ef #4617: Previously it was illegal to delete a name from the local by Amaury Forgeot d'Arc · 14 years ago
- b383dbb Fix issue 9794: adds context manager protocol to socket.socket so that socket.create_connection() can be used with the 'with' statement. by Giampaolo Rodolà · 14 years ago
- cc6aac6 Fix typo in whatsnew (#9793) by Éric Araujo · 14 years ago
- 4b6fdf3 #6394: Add os.getppid() support for Windows. by Amaury Forgeot d'Arc · 14 years ago
- e572bce Add stub entry for argparse. by Georg Brandl · 14 years ago
- 09e4ebb Fix markup nits by Raymond Hettinger · 14 years ago
- 9e75cad Remove redundant word. by Georg Brandl · 14 years ago
- db9044e Fix nits by Raymond Hettinger · 14 years ago
- 92ba286 More updates to whatsnew3.2 by Raymond Hettinger · 14 years ago
- 6db7730 link to docs by Benjamin Peterson · 14 years ago