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