1. 677e10a Add example for the entry for argparse by Raymond Hettinger · 14 years ago
  2. b5d7933 Add entry for new pdb features by Raymond Hettinger · 14 years ago
  3. 3f9734c Add entry for the new sysconfig module. by Raymond Hettinger · 14 years ago
  4. 778645a Fix typo by David Malcolm · 14 years ago
  5. 1fa7682 Note improvements to the docs. by Raymond Hettinger · 14 years ago
  6. b87ba26 Typo fixups. by Raymond Hettinger · 14 years ago
  7. 65b2eb9 Fix title. by Georg Brandl · 14 years ago
  8. e5e1a98 Nits and todos by Raymond Hettinger · 14 years ago
  9. 3ad4675 Apply rest of #10628, and add a few todo comments. by Georg Brandl · 14 years ago
  10. 413abbc Spelling by Raymond Hettinger · 14 years ago
  11. dc2f9b5 Update the unittest section. by Raymond Hettinger · 14 years ago
  12. e5e728b New string format character. by Raymond Hettinger · 14 years ago
  13. d8fae4e Optimization notes. by Raymond Hettinger · 14 years ago
  14. 43b5a85 Describe the transform/untranform methods by Raymond Hettinger · 14 years ago
  15. dadf93c Note the updates to range objects. by Raymond Hettinger · 14 years ago
  16. c269ae8 Optimization of Timsort. by Raymond Hettinger · 14 years ago
  17. a5a3554 Start the argparse entry. by Raymond Hettinger · 14 years ago
  18. 6e35394 Mention itertools.accumulate(). by Raymond Hettinger · 14 years ago
  19. 6f04adc Fill-in stub for concurrent.futures by Raymond Hettinger · 14 years ago
  20. 932e49e Fix PEP number. by Martin v. Löwis · 14 years ago
  21. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  22. 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
  23. 7bb30b7 Improve Pydoc interactive browsing (#2001). Patch by Ron Adam. by Nick Coghlan · 14 years ago
  24. c74d518 Fix markup by Raymond Hettinger · 14 years ago
  25. 507e3f8 With Raymond's approval added a paragraph describing Unicode 6.0.0 changes. Not reST formatted. by Alexander Belopolsky · 14 years ago
  26. 7496b41 Add example, tighten text, and minor clean-ups. by Raymond Hettinger · 14 years ago
  27. 9fc443c Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences in addition to character strings by Nick Coghlan · 14 years ago
  28. 5e20bab Neaten-up a bit. by Raymond Hettinger · 14 years ago
  29. 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
  30. 326c57d Typo fix. by Georg Brandl · 14 years ago
  31. 8449932 #10526: fix typo. by Georg Brandl · 14 years ago
  32. 2baf1a6 #9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmostEquals, assertNotAlmostEquals, and assert_ by Ezio Melotti · 14 years ago
  33. e0f0465 Issue #10220: Add inspect.getgeneratorstate(). Initial patch by Rodolpho Eckhardt by Nick Coghlan · 14 years ago
  34. 97b20da Add stub for PEP 3148. by Georg Brandl · 14 years ago
  35. 7dff9e0 #10321: Add support for sending binary DATA and Message objects to smtplib by R. David Murray · 14 years ago
  36. afb078d More what's new by Antoine Pitrou · 14 years ago
  37. 7d15a72 Update 3.2 what's new by Antoine Pitrou · 14 years ago
  38. 47ce965 What's New in Python 3.2: update Unicode section by Victor Stinner · 14 years ago
  39. 543af75 Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer) by Nick Coghlan · 14 years ago
  40. ff150f2 Revert r85797 (and r85798): it broke the Windows buildbots because of by Antoine Pitrou · 14 years ago
  41. 45f9cf9 Update what's new by Antoine Pitrou · 14 years ago
  42. 961aaf5 Note the resolution of issue 9778. by Skip Montanaro · 14 years ago
  43. 8227045 Fix sphinx role markups. by Senthil Kumaran · 14 years ago
  44. 8f6b6b0 Issue #9992: Remove PYTHONFSENCODING environment variable. by Victor Stinner · 14 years ago
  45. 6c314ec Update whatsnew about pickle optimizations by Antoine Pitrou · 14 years ago
  46. 7c0a227 What's new entry for email 5.1. by R. David Murray · 14 years ago
  47. 0ee4c9f Update what's new by Antoine Pitrou · 14 years ago
  48. cd889af More new things in what's new by Antoine Pitrou · 14 years ago
  49. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  50. 977c707 Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher by Giampaolo Rodolà · 14 years ago
  51. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  52. 7d49bc9 Move library changes to the right section by Antoine Pitrou · 14 years ago
  53. d305200 Add entries to whatsnew by Antoine Pitrou · 14 years ago
  54. feb7307 #9210: remove --with-wctype-functions configure option. by Amaury Forgeot d'Arc · 14 years ago
  55. 0cbec57 Document changes on mbcs encoding by Victor Stinner · 14 years ago
  56. ba117ef #4617: Previously it was illegal to delete a name from the local by Amaury Forgeot d'Arc · 14 years ago
  57. 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
  58. cc6aac6 Fix typo in whatsnew (#9793) by Éric Araujo · 14 years ago
  59. 4b6fdf3 #6394: Add os.getppid() support for Windows. by Amaury Forgeot d'Arc · 14 years ago
  60. e572bce Add stub entry for argparse. by Georg Brandl · 14 years ago
  61. 09e4ebb Fix markup nits by Raymond Hettinger · 14 years ago
  62. 9e75cad Remove redundant word. by Georg Brandl · 14 years ago
  63. db9044e Fix nits by Raymond Hettinger · 14 years ago
  64. 92ba286 More updates to whatsnew3.2 by Raymond Hettinger · 14 years ago
  65. 6db7730 link to docs by Benjamin Peterson · 14 years ago
  66. 4234ad4 Fix typos and wording in what’s new 3.2. by Éric Araujo · 14 years ago
  67. da0a211 Rewrap and consistency fixes. by Georg Brandl · 14 years ago
  68. d881f31 Fill-in sqlite3 stubs by Raymond Hettinger · 14 years ago
  69. bcbd696 Add example of ftplib's new context manager. by Raymond Hettinger · 14 years ago
  70. ef2335c Add PEP 391 to whatsnew by Raymond Hettinger · 14 years ago
  71. 6e8fe97 More updates to whatsnew. by Raymond Hettinger · 14 years ago
  72. bb734c6 Add an example by Raymond Hettinger · 14 years ago
  73. 1784ff0 More updates to whatsnew by Raymond Hettinger · 14 years ago
  74. ebea6fa Update whatsnew for Pep3149. by Raymond Hettinger · 14 years ago
  75. f95b199 Update whatsnew for Pep3147. by Raymond Hettinger · 14 years ago
  76. 02566ec Adopt more descriptive attribute names as suggested on python-dev. by Raymond Hettinger · 14 years ago
  77. 661730e Add an entry in whatsnew about the PyCObject -> PyCapsule move. by Amaury Forgeot d'Arc · 14 years ago
  78. f11c6c4 Make PEP section a bit less ugly and at least list implemented PEPs. by Georg Brandl · 14 years ago
  79. 9802b39 PYTHONFSENCODING is not available on Windows or Mac OS X by Victor Stinner · 14 years ago
  80. e8d5145 Create os.fsdecode(): decode from the filesystem encoding with surrogateescape by Victor Stinner · 14 years ago
  81. dbe6042 what's new 3.2: use :mod: by Victor Stinner · 14 years ago
  82. 358b63a Fix typo by Éric Araujo · 14 years ago
  83. 4ea04a3 #7647: add ST_RDONLY, ST_NOSUID constants to os module. by Andrew M. Kuchling · 14 years ago
  84. 94908bb Issue #8622: Add PYTHONFSENCODING environment variable to override the by Victor Stinner · 14 years ago
  85. 42382fe fix issue #8807: adds a context parameter to POP3_SSL class. by Giampaolo Rodolà · 14 years ago
  86. ccfb91c fix issue #8866: parameters passed to socket.getaddrinfo can now be specified as single keyword arguments. by Giampaolo Rodolà · 14 years ago
  87. 8858d2c Clarify whatsnew entry for short float repr: roundtripping is not a new feature in 2.7. by Mark Dickinson · 14 years ago
  88. f309828 Remove the lfu_cache. Add more tests. by Raymond Hettinger · 14 years ago
  89. 6e451df Followup to r83869 and issue #8524: rename socket.forget() to socket.detach() by Antoine Pitrou · 14 years ago
  90. e43f9d0 Issue #8524: Add a forget() method to socket objects, so as to put the by Antoine Pitrou · 14 years ago
  91. 696e035 Issue #477863: Print a warning at shutdown if gc.garbage is not empty. by Antoine Pitrou · 14 years ago
  92. e9499ae Fix markup by Raymond Hettinger · 14 years ago
  93. 86f9613 Improve the whatsnew article on the lru/lfu cache decorators. by Raymond Hettinger · 14 years ago
  94. 7cb1319 Terminology fix: exceptions are raised, except in generator.throw(). by Georg Brandl · 14 years ago
  95. aed05eb Demonstrate the caching decorators in whatsnew. by Raymond Hettinger · 14 years ago
  96. d67075e Reorder entries by module lexicographic order by Antoine Pitrou · 14 years ago
  97. 4f2a0a8 Add ssl changes to the 3.2 "what's new". by Antoine Pitrou · 14 years ago
  98. a5eacee Fix some markup glitches. by Georg Brandl · 14 years ago
  99. de41bf3 Fix typo. by Georg Brandl · 14 years ago
  100. b0f0991 #9166: NotImplemented is not an exception. by Georg Brandl · 14 years ago