1. 44ef774 #9608, #8518 : clarify and improve discussion of exceptions in howto. by R. David Murray · 14 years ago
  2. 4039aff Issue #9827: clarified LogRecord documentation. by Vinay Sajip · 14 years ago
  3. 1205f27 Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on by Victor Stinner · 14 years ago
  4. b55e498 Issue #767645: fix os.path.supports_unicode_filenames definition by Victor Stinner · 14 years ago
  5. d032532 add newline by Benjamin Peterson · 14 years ago
  6. 5b519e0 Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING by Victor Stinner · 14 years ago
  7. ba117ef #4617: Previously it was illegal to delete a name from the local by Amaury Forgeot d'Arc · 14 years ago
  8. 4785916 release() is probably not the most important method by Georg Brandl · 14 years ago
  9. 4f5e298 add reference to file object by Benjamin Peterson · 14 years ago
  10. e8814fb As per python-dev discussion with Eli, properly document and publish dis.show_code by Nick Coghlan · 14 years ago
  11. 6e6cc83 Issue #9757: memoryview objects get a release() method to release the by Antoine Pitrou · 14 years ago
  12. 6c60d09 Improve the repr for the TokenInfo named tuple. by Raymond Hettinger · 14 years ago
  13. 44d7b6a Add docstring to cmd.Cmd.do_help() by Raymond Hettinger · 14 years ago
  14. bd889e8 Add a working example for the cmd module. by Raymond Hettinger · 14 years ago
  15. 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
  16. 121a1c4 logging: Added QueueHandler. by Vinay Sajip · 14 years ago
  17. cc6aac6 Fix typo in whatsnew (#9793) by Éric Araujo · 14 years ago
  18. 4b6fdf3 #6394: Add os.getppid() support for Windows. by Amaury Forgeot d'Arc · 14 years ago
  19. e339651 Update nntplib examples to use a public news server. by Antoine Pitrou · 14 years ago
  20. e572bce Add stub entry for argparse. by Georg Brandl · 14 years ago
  21. 3149f9c typo by Raymond Hettinger · 14 years ago
  22. b21dac1 Remove outdated reference to Wichmann-Hill algorithm. by Raymond Hettinger · 14 years ago
  23. 0515661 Issues #7889, #9025 and #9379: Improvements to the random module. by Raymond Hettinger · 14 years ago
  24. f763a72 Document which part of the random module module are guaranteed. by Raymond Hettinger · 14 years ago
  25. 435cb0f Document which part of the random module module are guaranteed. by Raymond Hettinger · 14 years ago
  26. c31be63 Updated information on logging contextual information. by Vinay Sajip · 14 years ago
  27. f45abc9 Add method to OrderedDict for repositioning keys to the ends. by Raymond Hettinger · 14 years ago
  28. 09e4ebb Fix markup nits by Raymond Hettinger · 14 years ago
  29. 4bc12ef Issue #9754: Similarly to assertRaises and assertRaisesRegexp, unittest by Antoine Pitrou · 14 years ago
  30. 972ee13 Issue #5506: BytesIO objects now have a getbuffer() method exporting a by Antoine Pitrou · 14 years ago
  31. 6285774 Implement #7566 - os.path.sameopenfile for Windows. by Brian Curtin · 14 years ago
  32. 13b5529 hashlib has two new constant attributes: algorithms_guaranteed and by Gregory P. Smith · 14 years ago
  33. c86adb4 #9780: both { and } are not valid fill characters. by Georg Brandl · 14 years ago
  34. 9e75cad Remove redundant word. by Georg Brandl · 14 years ago
  35. 716ac38 Revert accidental commit, apologies for the noise by Éric Araujo · 14 years ago
  36. db9044e Fix nits by Raymond Hettinger · 14 years ago
  37. f63a6fc Update by Éric Araujo · 14 years ago
  38. 92ba286 More updates to whatsnew3.2 by Raymond Hettinger · 14 years ago
  39. 6db7730 link to docs by Benjamin Peterson · 14 years ago
  40. 7fefaff Clean-up example of using fileinput as a context manager. by Raymond Hettinger · 14 years ago
  41. 4234ad4 Fix typos and wording in what’s new 3.2. by Éric Araujo · 14 years ago
  42. a9b51d2 #9747: fix copy-paste error in getresgid() doc. by Georg Brandl · 14 years ago
  43. da0a211 Rewrap and consistency fixes. by Georg Brandl · 14 years ago
  44. d881f31 Fill-in sqlite3 stubs by Raymond Hettinger · 14 years ago
  45. bcbd696 Add example of ftplib's new context manager. by Raymond Hettinger · 14 years ago
  46. ef2335c Add PEP 391 to whatsnew by Raymond Hettinger · 14 years ago
  47. 6e8fe97 More updates to whatsnew. by Raymond Hettinger · 14 years ago
  48. bb734c6 Add an example by Raymond Hettinger · 14 years ago
  49. 1784ff0 More updates to whatsnew by Raymond Hettinger · 14 years ago
  50. ebea6fa Update whatsnew for Pep3149. by Raymond Hettinger · 14 years ago
  51. f95b199 Update whatsnew for Pep3147. by Raymond Hettinger · 14 years ago
  52. 02566ec Adopt more descriptive attribute names as suggested on python-dev. by Raymond Hettinger · 14 years ago
  53. 74a69fa Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced by Antoine Pitrou · 14 years ago
  54. cc645b9 add consistent support for the vars and default arguments on all by Fred Drake · 14 years ago
  55. 0b37b33 Fix missing word. by Georg Brandl · 14 years ago
  56. 661730e Add an entry in whatsnew about the PyCObject -> PyCapsule move. by Amaury Forgeot d'Arc · 14 years ago
  57. 3387f48 #9760: clarify what context expression is. by Georg Brandl · 14 years ago
  58. 0bb73b8 #9767: doctest run over json docs. by Georg Brandl · 14 years ago
  59. 8d58216 More inclusive title. by Georg Brandl · 14 years ago
  60. f11c6c4 Make PEP section a bit less ugly and at least list implemented PEPs. by Georg Brandl · 14 years ago
  61. 2b19f35 Add versionadded tag to PyUnicode_AsUnicodeCopy's doc by Victor Stinner · 14 years ago
  62. 0c8414e Typo by Florent Xicluna · 14 years ago
  63. 98c07bd Doc fix: unicode() is now str() by Daniel Stutzbach · 14 years ago
  64. e4ea994 Document PyUnicode_AsUnicodeCopy() by Victor Stinner · 14 years ago
  65. 045b3ba Issue #9212: Added the missing isdisjoint method to the dict_keys and by Daniel Stutzbach · 14 years ago
  66. ccb90e3 Keep contents order the same between versions. by Raymond Hettinger · 14 years ago
  67. f37ca3c Glossary cleanup by Raymond Hettinger · 14 years ago
  68. 6f80b4c Cleanup heapq docs by Raymond Hettinger · 14 years ago
  69. 6cb5ad0 #9677: fix link. by Georg Brandl · 14 years ago
  70. a09dc9e 'Using Python' now called 'Python Setup' by Raymond Hettinger · 14 years ago
  71. 1ce3eb5 Issue #8990: array.fromstring() and array.tostring() get renamed to by Antoine Pitrou · 14 years ago
  72. fce7fd6 Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() by Antoine Pitrou · 14 years ago
  73. 53c58f8 Forward port sorting howto by Raymond Hettinger · 14 years ago
  74. 9707fd2 More descriptive title. by Raymond Hettinger · 14 years ago
  75. d292a17 2-to-3 fixup for map() example in docs by Raymond Hettinger · 14 years ago
  76. 20933e0 Clean-up bisect docs. by Raymond Hettinger · 14 years ago
  77. f5a3d69 add nonlocal to pydoc topics #9724 by Benjamin Peterson · 14 years ago
  78. 40d9a4e Improved logging.Formatter date/time formatting documentation. by Vinay Sajip · 14 years ago
  79. 6b4fa77 rewrite and move open() docs only to functions.rst by Benjamin Peterson · 14 years ago
  80. 4e4ffb1 sync open() doc by Benjamin Peterson · 14 years ago
  81. b530e14 Issue #9715: improve documentation of the io module by Antoine Pitrou · 14 years ago
  82. 64a38c0 Issue #1512791: In setframerate method of Wave_write, round non-integral by Mark Dickinson · 14 years ago
  83. 8167561 #9681: typo. by Georg Brandl · 14 years ago
  84. 179249f #9689: add links from overview to in-depth class API descriptions. by Georg Brandl · 14 years ago
  85. 8790a07 Fix #7579. Add docstrings to msvcrt and adjust some wording for bytes. by Brian Curtin · 14 years ago
  86. 1768999 only catch AttributeError in hasattr() #9666 by Benjamin Peterson · 14 years ago
  87. 6a74da3 #9649: fix default value description. by Georg Brandl · 14 years ago
  88. 3cabbeb fix old markup by Benjamin Peterson · 14 years ago
  89. 2d55e2a provide sample implementations for attrgetter and methodcaller by Benjamin Peterson · 14 years ago
  90. c16f8b3 fix more indentation by Benjamin Peterson · 14 years ago
  91. ffec810 indent properly by Benjamin Peterson · 14 years ago
  92. 6cbe427 Add info about HTTP/1.1 and Connection:Close header. by Senthil Kumaran · 14 years ago
  93. 23110e7 alias macintosh to mac_roman #843590 by Benjamin Peterson · 14 years ago
  94. 8101021 Issue #9606: Updated documentation for Filter objects. by Vinay Sajip · 14 years ago
  95. 9802b39 PYTHONFSENCODING is not available on Windows or Mac OS X by Victor Stinner · 14 years ago
  96. e8d5145 Create os.fsdecode(): decode from the filesystem encoding with surrogateescape by Victor Stinner · 14 years ago
  97. dbe6042 what's new 3.2: use :mod: by Victor Stinner · 14 years ago
  98. 358b63a Fix typo by Éric Araujo · 14 years ago
  99. 4ea04a3 #7647: add ST_RDONLY, ST_NOSUID constants to os module. by Andrew M. Kuchling · 14 years ago
  100. 0fc86b8 Fix indentation level by Éric Araujo · 14 years ago