1. 4234ad4 Fix typos and wording in what’s new 3.2. by Éric Araujo · 15 years ago
  2. a9b51d2 #9747: fix copy-paste error in getresgid() doc. by Georg Brandl · 15 years ago
  3. da0a211 Rewrap and consistency fixes. by Georg Brandl · 15 years ago
  4. d881f31 Fill-in sqlite3 stubs by Raymond Hettinger · 15 years ago
  5. bcbd696 Add example of ftplib's new context manager. by Raymond Hettinger · 15 years ago
  6. ef2335c Add PEP 391 to whatsnew by Raymond Hettinger · 15 years ago
  7. 6e8fe97 More updates to whatsnew. by Raymond Hettinger · 15 years ago
  8. bb734c6 Add an example by Raymond Hettinger · 15 years ago
  9. 1784ff0 More updates to whatsnew by Raymond Hettinger · 15 years ago
  10. ebea6fa Update whatsnew for Pep3149. by Raymond Hettinger · 15 years ago
  11. f95b199 Update whatsnew for Pep3147. by Raymond Hettinger · 15 years ago
  12. 02566ec Adopt more descriptive attribute names as suggested on python-dev. by Raymond Hettinger · 15 years ago
  13. 74a69fa Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced by Antoine Pitrou · 15 years ago
  14. cc645b9 add consistent support for the vars and default arguments on all by Fred Drake · 15 years ago
  15. 0b37b33 Fix missing word. by Georg Brandl · 15 years ago
  16. 661730e Add an entry in whatsnew about the PyCObject -> PyCapsule move. by Amaury Forgeot d'Arc · 15 years ago
  17. 3387f48 #9760: clarify what context expression is. by Georg Brandl · 15 years ago
  18. 0bb73b8 #9767: doctest run over json docs. by Georg Brandl · 15 years ago
  19. 8d58216 More inclusive title. by Georg Brandl · 15 years ago
  20. f11c6c4 Make PEP section a bit less ugly and at least list implemented PEPs. by Georg Brandl · 15 years ago
  21. 2b19f35 Add versionadded tag to PyUnicode_AsUnicodeCopy's doc by Victor Stinner · 15 years ago
  22. 0c8414e Typo by Florent Xicluna · 15 years ago
  23. 98c07bd Doc fix: unicode() is now str() by Daniel Stutzbach · 15 years ago
  24. e4ea994 Document PyUnicode_AsUnicodeCopy() by Victor Stinner · 15 years ago
  25. 045b3ba Issue #9212: Added the missing isdisjoint method to the dict_keys and by Daniel Stutzbach · 15 years ago
  26. ccb90e3 Keep contents order the same between versions. by Raymond Hettinger · 15 years ago
  27. f37ca3c Glossary cleanup by Raymond Hettinger · 15 years ago
  28. 6f80b4c Cleanup heapq docs by Raymond Hettinger · 15 years ago
  29. 6cb5ad0 #9677: fix link. by Georg Brandl · 15 years ago
  30. a09dc9e 'Using Python' now called 'Python Setup' by Raymond Hettinger · 15 years ago
  31. 1ce3eb5 Issue #8990: array.fromstring() and array.tostring() get renamed to by Antoine Pitrou · 15 years ago
  32. fce7fd6 Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() by Antoine Pitrou · 15 years ago
  33. 53c58f8 Forward port sorting howto by Raymond Hettinger · 15 years ago
  34. 9707fd2 More descriptive title. by Raymond Hettinger · 15 years ago
  35. d292a17 2-to-3 fixup for map() example in docs by Raymond Hettinger · 15 years ago
  36. 20933e0 Clean-up bisect docs. by Raymond Hettinger · 15 years ago
  37. f5a3d69 add nonlocal to pydoc topics #9724 by Benjamin Peterson · 15 years ago
  38. 40d9a4e Improved logging.Formatter date/time formatting documentation. by Vinay Sajip · 15 years ago
  39. 6b4fa77 rewrite and move open() docs only to functions.rst by Benjamin Peterson · 15 years ago
  40. 4e4ffb1 sync open() doc by Benjamin Peterson · 15 years ago
  41. b530e14 Issue #9715: improve documentation of the io module by Antoine Pitrou · 15 years ago
  42. 64a38c0 Issue #1512791: In setframerate method of Wave_write, round non-integral by Mark Dickinson · 15 years ago
  43. 8167561 #9681: typo. by Georg Brandl · 15 years ago
  44. 179249f #9689: add links from overview to in-depth class API descriptions. by Georg Brandl · 15 years ago
  45. 8790a07 Fix #7579. Add docstrings to msvcrt and adjust some wording for bytes. by Brian Curtin · 15 years ago
  46. 1768999 only catch AttributeError in hasattr() #9666 by Benjamin Peterson · 15 years ago
  47. 6a74da3 #9649: fix default value description. by Georg Brandl · 15 years ago
  48. 3cabbeb fix old markup by Benjamin Peterson · 15 years ago
  49. 2d55e2a provide sample implementations for attrgetter and methodcaller by Benjamin Peterson · 15 years ago
  50. c16f8b3 fix more indentation by Benjamin Peterson · 15 years ago
  51. ffec810 indent properly by Benjamin Peterson · 15 years ago
  52. 6cbe427 Add info about HTTP/1.1 and Connection:Close header. by Senthil Kumaran · 15 years ago
  53. 23110e7 alias macintosh to mac_roman #843590 by Benjamin Peterson · 15 years ago
  54. 8101021 Issue #9606: Updated documentation for Filter objects. by Vinay Sajip · 15 years ago
  55. 9802b39 PYTHONFSENCODING is not available on Windows or Mac OS X by Victor Stinner · 15 years ago
  56. e8d5145 Create os.fsdecode(): decode from the filesystem encoding with surrogateescape by Victor Stinner · 15 years ago
  57. dbe6042 what's new 3.2: use :mod: by Victor Stinner · 15 years ago
  58. 358b63a Fix typo by Éric Araujo · 15 years ago
  59. 4ea04a3 #7647: add ST_RDONLY, ST_NOSUID constants to os module. by Andrew M. Kuchling · 15 years ago
  60. 0fc86b8 Fix indentation level by Éric Araujo · 15 years ago
  61. 94908bb Issue #8622: Add PYTHONFSENCODING environment variable to override the by Victor Stinner · 15 years ago
  62. c14190d Add versionadded tag to PyModule_GetFilenameObject() doc by Victor Stinner · 15 years ago
  63. 6c00c14 Issue #9425: Create PyModule_GetFilenameObject() function by Victor Stinner · 15 years ago
  64. 6009ece Replace :func: by :cfunc: by Victor Stinner · 15 years ago
  65. f5be090 Fix example by Éric Araujo · 15 years ago
  66. cdfe1c5 Add versionadded tags by Antoine Pitrou · 15 years ago
  67. bf1a018 Modernize gzip examples by Antoine Pitrou · 15 years ago
  68. 79c5ef1 Issue #3488: Provide convenient shorthand functions `gzip.compress` by Antoine Pitrou · 15 years ago
  69. 3fccfcb Minor rewording to docs for the lru_cache decorator by Raymond Hettinger · 15 years ago
  70. 7ac98ae wrap by Benjamin Peterson · 15 years ago
  71. 42382fe fix issue #8807: adds a context parameter to POP3_SSL class. by Giampaolo Rodolà · 15 years ago
  72. ccfb91c fix issue #8866: parameters passed to socket.getaddrinfo can now be specified as single keyword arguments. by Giampaolo Rodolà · 15 years ago
  73. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 15 years ago
  74. 9e25701 Markup nits. by Georg Brandl · 15 years ago
  75. d26c18a Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the module to execute. Also updates all the cmd_line_script tests to validate the setting of sys.path[0] and the current working directory by Nick Coghlan · 15 years ago
  76. eae2da1 Issue 9147: Add dis.code_info() by Nick Coghlan · 15 years ago
  77. 9887683 Document and test the resolution of issue 3445 (tolerate missing attributes in functools.update_wrapper, previously implemented as a side effect of the __annotations__ copying patch) and implement issue 9567 (add a __wrapped__ attribute when using update_wrapper) by Nick Coghlan · 15 years ago
  78. 632a0c1 Remove some lingering remnants of the short-lived functools.lfu_cache by Nick Coghlan · 15 years ago
  79. ad1e0c5 added versionadded by Benjamin Peterson · 15 years ago
  80. 45c257f add support for abstract class and static methods #5867 by Benjamin Peterson · 15 years ago
  81. ad5b1df Add versionadded tag to PySys_FormatStd*() functions doc by Victor Stinner · 15 years ago
  82. 7976663 Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() by Victor Stinner · 15 years ago
  83. e3c39ae Replace readfp() with read_file() in configparser documentation. by Florent Xicluna · 15 years ago
  84. 8858d2c Clarify whatsnew entry for short float repr: roundtripping is not a new feature in 2.7. by Mark Dickinson · 15 years ago
  85. f309828 Remove the lfu_cache. Add more tests. by Raymond Hettinger · 15 years ago
  86. a893927 Fix typo by Éric Araujo · 15 years ago
  87. ac52107 Remove bad merge (from svnmerge r82301) by Florent Xicluna · 15 years ago
  88. 54ebb78 Typo fix. by Georg Brandl · 15 years ago
  89. 8e27fce Wording fix. by Georg Brandl · 15 years ago
  90. d7fc374 Oops, fix typo by Éric Araujo · 15 years ago
  91. 7142887 Fix reference (follow-up to #9061) by Éric Araujo · 15 years ago
  92. a85e217 Manually merge r83995: Fix version{added,changed} and spacing in NEWS by Éric Araujo · 15 years ago
  93. da668ff Use a marker in generated MANIFEST files, don't touch files without it. Fixes #8688. by Éric Araujo · 15 years ago
  94. 47fcb5b Issue #9542: Create PyUnicode_FSDecoder() function by Victor Stinner · 15 years ago
  95. 6fdb74f Re-apply r83871. by Antoine Pitrou · 15 years ago
  96. 4d22409 Fix copy-paste error. by Georg Brandl · 15 years ago
  97. 4a2b7a1 Issue #9425: Create PyErr_WarnFormat() function by Victor Stinner · 15 years ago
  98. 3603cc5 Issue #9425: PyFile_FromFd() ignores the name argument by Victor Stinner · 15 years ago
  99. 6e451df Followup to r83869 and issue #8524: rename socket.forget() to socket.detach() by Antoine Pitrou · 15 years ago
  100. f0769e8 Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Docs changed. by Senthil Kumaran · 15 years ago