1. f069100 Fix bad markup. by Georg Brandl · 14 years ago
  2. 7f3cd98 Fix target path in message. by Georg Brandl · 14 years ago
  3. ac4e5ab #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 14 years ago
  4. 3eb67d5 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 14 years ago
  5. b34705f Issue #8890: Remove /tmp from examples. by Raymond Hettinger · 14 years ago
  6. 4850d52 #11363: add missing functions from curses doc. Patch by Sandro Tosi. by Ezio Melotti · 14 years ago
  7. b6b7371 #11363: clean up curses doc. by Ezio Melotti · 14 years ago
  8. fc3db8a #11669: rephrase footnote in the Compound Statements page. by Ezio Melotti · 14 years ago
  9. 54cc5fd Use correct markup in zipimport.rst. Patch by Sara Magliacane. by Ezio Melotti · 14 years ago
  10. 6ddefd7 Issue 12086: add example showing how to use name mangling. by Raymond Hettinger · 14 years ago
  11. 9d3df6d Issue 11889: Clarify docs for enumerate. by Raymond Hettinger · 14 years ago
  12. 7e4b5c6 Merge #12228 by Mark Dickinson · 14 years ago
  13. 40d9ebe Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi. by Mark Dickinson · 14 years ago
  14. 4d5208d Fix typo (reported by Hiro Ashiya). by Raymond Hettinger · 14 years ago
  15. 24eb4bc #9921: clarify os.path.join joining algorithm by R David Murray · 14 years ago
  16. 4707a99 Fix closes Issue12359 - Removing a confusing sentence from the previous change. by Senthil Kumaran · 14 years ago
  17. 656df5e Fix closes issue 12360 - correcting parameter names in asyncore documentation. by Senthil Kumaran · 14 years ago
  18. 1508570 minor space nit. by Senthil Kumaran · 14 years ago
  19. 5c0347b Fix closes Issue12359 - Minor update to module import description. by Senthil Kumaran · 14 years ago
  20. fd8d7e9 Whitespace nit fixed using reident. by Senthil Kumaran · 14 years ago
  21. ce9b596 Fix closes Issue12315 - Updates to http.client documentation. by Senthil Kumaran · 14 years ago
  22. a977acc merge from 3.1 for issue issue12261. by Senthil Kumaran · 14 years ago
  23. fe9230a Fix closes issue12261 - Minor documention changes in the urllib.parse.rst by Senthil Kumaran · 14 years ago
  24. 409c32f #6771: fix docs: curses.wrapper is exposed as a function, not a module by R David Murray · 14 years ago
  25. b4cfa3a merge heads by Benjamin Peterson · 14 years ago
  26. a08eb73 update link to pycrypto (closes #12351) by Benjamin Peterson · 14 years ago
  27. a63d45c Fix typo. by Raymond Hettinger · 14 years ago
  28. 8ddf7c2 Minor wording improvement by Éric Araujo · 14 years ago
  29. cdc7517 Updated Formatter.formatTime documentation. by Vinay Sajip · 14 years ago
  30. 0aaa9e1 Issue #12206: documentation for LogRecord constructor updated re. the level argument. by Vinay Sajip · 14 years ago
  31. 9fbfe15 Add missing reST target to one heading in the tutorial by Éric Araujo · 14 years ago
  32. 645e458 Documented change for Issue #12168. by Vinay Sajip · 14 years ago
  33. d2f8cec Fix a few misuses of :option: I missed in r86521. by Éric Araujo · 14 years ago
  34. 96deb75 Add links from builtins module docs to built-in functions and constants docs by Éric Araujo · 14 years ago
  35. b805c47 Add examples that work on Windows to distutils docs (#1626300) by Éric Araujo · 14 years ago
  36. b8f2ad0 Remove outdated bit of advice (584f9c213a6d follow-up) by Éric Araujo · 14 years ago
  37. fa088db Improve glossary entry for ABCs. by Éric Araujo · 14 years ago
  38. 07e58c3 Remove link that’s already present at the top of the file by Éric Araujo · 14 years ago
  39. 98e68ad Document working dir for “make html” (#12249). Patch by Tshepang Lekhonkhobe. by Éric Araujo · 14 years ago
  40. 3d89057 Fix named tuples to work with vars(). by Raymond Hettinger · 14 years ago
  41. 9028928 Forward port doc updates for builtin functions. by Raymond Hettinger · 14 years ago
  42. affcf29 Branch merge by Éric Araujo · 14 years ago
  43. 2e3a38a demote this to a note by Benjamin Peterson · 14 years ago
  44. 5864b9f Fix markup: arguments in a class directive are __init__ arguments, not base classes by Éric Araujo · 14 years ago
  45. 75e86a6 Merge 3.1 by Éric Araujo · 14 years ago
  46. 4b8f665 Branch merge by Éric Araujo · 14 years ago
  47. 87418af Fix typo in 0311f62714f7 by Éric Araujo · 14 years ago
  48. 6a21f55 Don’t misuse “package data” in pprint example by Éric Araujo · 14 years ago
  49. c5069e0 Merge doc touch-ups and fixes for #9831 and #9223 from 3.1 by Éric Araujo · 14 years ago
  50. 456ae89 Re-add missing doc stub for the distutils check command by Éric Araujo · 14 years ago
  51. 000893f Minor touch-ups in distutils.cmd.Command doc by Éric Araujo · 14 years ago
  52. f33de71 Minor doc addition for clarity by Éric Araujo · 14 years ago
  53. e0854f9 Add missing closing paren by Éric Araujo · 14 years ago
  54. d4701f4 Fix two typos by Éric Araujo · 14 years ago
  55. 4b244ef Clean-up example. by Raymond Hettinger · 14 years ago
  56. 2f1b396 Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 14 years ago
  57. 46ab96a Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 14 years ago
  58. f9ca76f Simplify example by Raymond Hettinger · 14 years ago
  59. 9c1928f Merge release branch after 3.2.1rc1. by Georg Brandl · 14 years ago
  60. 619323c merge 3.1 by Benjamin Peterson · 14 years ago
  61. 2340986 this should actually be an IOError by Benjamin Peterson · 14 years ago
  62. c7dd737 merge 3.1 by Benjamin Peterson · 14 years ago
  63. 249b508 add example for not using access by Benjamin Peterson · 14 years ago
  64. da5b852 #12072: merge with 3.1. by Ezio Melotti · 14 years ago
  65. 261d855 #12072: add missing parenthesis in the doc. Patch by Sandro Tosi. by Ezio Melotti · 14 years ago
  66. 521143d Update pydoc topics and handle suspicious markup. by Georg Brandl · 14 years ago
  67. 318e621 Merge #6498 fix from 3.1. by Georg Brandl · 14 years ago
  68. 0b2489e Closes #6498: fix several misspellings of "SystemExit" as "SystemError". by Georg Brandl · 14 years ago
  69. d8eab60 Merged rethought pprint usage example from 3.1. by Łukasz Langa · 14 years ago
  70. 4ad78ab pprint usage example rethought. by Łukasz Langa · 14 years ago
  71. 132bcf4 #11979: merge with 3.1. by Ezio Melotti · 14 years ago
  72. eda1990 #11979: improve wording and markup in sockets howto. Patch by Xavier Morel. by Ezio Melotti · 14 years ago
  73. 23157e5 Further beautification of the example by Raymond Hettinger · 14 years ago
  74. 9c47d77 Neaten up example so it can be cut and pasted. by Raymond Hettinger · 14 years ago
  75. 5166375 Use singular they. Thanks to Mark Summerfield. by Georg Brandl · 14 years ago
  76. 325477e Fix unbound local error in RE tokenizer example. Thanks to Herman L. Jackson. by Georg Brandl · 14 years ago
  77. cc5ea68 Merge in changes from 3.2.1b1 release repo. by Georg Brandl · 14 years ago
  78. c9557af merge - 7a3f3ad83676 Fixes Issue #12044. by Gregory P. Smith · 14 years ago
  79. 30439b2 Document default fmtspec. Fix inaccurate note. Document exceptions. by Raymond Hettinger · 14 years ago
  80. 57e6eac Issue #11968 - the start_response header values in wsgiref shoudl be str not by Senthil Kumaran · 14 years ago
  81. 1be815a Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 14 years ago
  82. cda41d3 Actually print out the description of what changed. by Łukasz Langa · 14 years ago
  83. bb1cf8d Issue 12047: Expand the style guide. by Raymond Hettinger · 14 years ago
  84. 17ca323 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 14 years ago
  85. ee18b6f Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 14 years ago
  86. 7254762 Closes #12036: ConfigParser: Document items() added the vars dictionary to the result by Łukasz Langa · 14 years ago
  87. 867754e merge 11164 by Martin v. Löwis · 14 years ago
  88. 2f48d89 Stop trying to use _xmlplus in the xml module. Closes #11164. by Martin v. Löwis · 14 years ago
  89. 74efb71 Merge with 3.1. by Ezio Melotti · 14 years ago
  90. 0ed8c68 Add a note to the str.find doc to suggest the use of the "in" operator. by Ezio Melotti · 14 years ago
  91. da71013 Update suspicious ignore file. by Georg Brandl · 14 years ago v3.2.1b1
  92. 0ded3e3 Issue #11647: allow contextmanager objects to be used as decorators as described in the docs. Initial patch by Ysj Ray. by Nick Coghlan · 14 years ago
  93. f77b74d #11997: merge with 3.1. by Ezio Melotti · 14 years ago
  94. d92ab08 #11997: fix typo in init.rst. by Ezio Melotti · 14 years ago
  95. 03b8d4e Fix #11834. Correct site-packages paths. by Brian Curtin · 14 years ago
  96. 308053e Fix #11834. Correct site-packages paths. by Brian Curtin · 14 years ago
  97. 5098d44 #11985: merge with 3.1. by Ezio Melotti · 14 years ago
  98. b351bcc #11985: document the return value of platform.python_implementation for PyPy. by Ezio Melotti · 14 years ago
  99. 38cfe89 Merge 3.1 by Éric Araujo · 14 years ago
  100. cd6756d Branch merge by Éric Araujo · 14 years ago