1. ad84ea1 Add links from builtins module docs to built-in functions and constants docs by Éric Araujo · 14 years ago
  2. 8d2a6fd Fix typo in 97a75fccd7c8 by Éric Araujo · 14 years ago
  3. 5dd034b Minor doc addition for clarity by Éric Araujo · 14 years ago
  4. ec464cf Add missing reST target to one heading in the tutorial by Éric Araujo · 14 years ago
  5. 8fde950 Improve glossary entry for ABCs. by Éric Araujo · 14 years ago
  6. beb9170 Merge #12417 followup, also removing an extra docstring by Éric Araujo · 14 years ago
  7. 345fff3 Remove mentions of previous license in profile module (#12417 followup) by Éric Araujo · 14 years ago
  8. 8171cf5 #12642: fix args names in open() doc. by Ezio Melotti · 14 years ago
  9. 528c4ad Issue #12102: Document that buffered files must be flushed before being used by Ross Lagerwall · 14 years ago
  10. f364ce2 Fix function name: open -> urlopen. by Georg Brandl · 14 years ago
  11. b952413 Fix markup. by Ezio Melotti · 14 years ago
  12. cd57ef1 merge from 3.2 - Fix closes issue12524 - update http.client POST example with a working example. - Patch contributed by Bharadwaj by Senthil Kumaran · 14 years ago
  13. aff394b A number of small fixups for the sorting howto guide. by Raymond Hettinger · 14 years ago
  14. 60bf489 merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 14 years ago
  15. 711cb58 Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 14 years ago
  16. c8ebbbc Better English. by R David Murray · 14 years ago
  17. 3a04b4b Add missing "a". by Georg Brandl · 14 years ago
  18. 1c0ebc0 fix whitespace in rst. by Senthil Kumaran · 14 years ago
  19. a2dd57a merge from 3.2 - Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and https_response. by Senthil Kumaran · 14 years ago
  20. 612b2b3 merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi by Senthil Kumaran · 14 years ago
  21. 4c9721a merge from 3.2 - Issue10403 - datetime module documentation changes based on review. by Senthil Kumaran · 14 years ago
  22. a09f13a merge from 3.2. by Senthil Kumaran · 14 years ago
  23. 877f2e4 Issue #12574: correct capitalization of the Queue module. Patch by Rafe Kettler by Eli Bendersky · 14 years ago
  24. cec795d It is really a suffix :-) by Raymond Hettinger · 14 years ago
  25. 0ab67ee Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 14 years ago
  26. fbe84d9 Clarify that PyErr_NewException creates an exception *class*, not instance. by Georg Brandl · 14 years ago
  27. 0504532 Mention logging.captureWarnings in the warnings module doc. by Antoine Pitrou · 14 years ago
  28. 7370590 Move sys.subversion at the right place in alphabetical order, by Antoine Pitrou · 14 years ago
  29. ea901ad Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 14 years ago
  30. 8703be9 Issue #12423: Fix os.abort() documentation by Victor Stinner · 14 years ago
  31. 6f18b98 Fix closes issue10403 - Let's not use members anymore. by Senthil Kumaran · 14 years ago
  32. e04d256 reST indentation fix in sqlite3 docs. rst uses 3 space indentation. by Senthil Kumaran · 14 years ago
  33. 43e1054 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 14 years ago
  34. 4601530 #11363: add missing functions from curses doc. Patch by Sandro Tosi. by Ezio Melotti · 14 years ago
  35. 14989cf #11363: clean up curses doc. by Ezio Melotti · 14 years ago
  36. 99c9c85 #11669: rephrase footnote in the Compound Statements page. by Ezio Melotti · 14 years ago
  37. 7bf5ba0 Fix Issue10020 - Doc update to sqlite3 module in 2.7 branch. by Senthil Kumaran · 14 years ago
  38. 196273e Use correct markup in zipimport.rst. Patch by Sara Magliacane. by Ezio Melotti · 14 years ago
  39. fd1cb596 Issue 12086: add example showing how to use name mangling. by Raymond Hettinger · 14 years ago
  40. 320b914 Issue 11889: Clarify docs for enumerate. by Raymond Hettinger · 14 years ago
  41. 653a53f Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi. by Mark Dickinson · 14 years ago
  42. 17e2b40 #9921: clarify os.path.join joining algorithm by R David Murray · 14 years ago
  43. 1d33651 #12389: fix missing space at sentence end. by R David Murray · 14 years ago
  44. 832288c merge 3.2 - Fix closes Issue12359 - Removing a confusing sentence from the previous change. by Senthil Kumaran · 14 years ago
  45. 98fec3a Fix issue12359. Minor doc update on import module description. by Senthil Kumaran · 14 years ago
  46. 491eb6a #6771: fix docs: curses.wrapper is exposed as a function, not a module by R David Murray · 14 years ago
  47. 898d43c update link to pycrypto (closes #12351) by Benjamin Peterson · 14 years ago
  48. ad52cb2 Closes #12206: documentation update for LogRecord constructor and Formatter.formatTime. by Vinay Sajip · 14 years ago
  49. 761473f Issue #12223: Typo fix in datamodel docs by Eli Bendersky · 14 years ago
  50. 5cf8660 Fix a few misuses of :option: I missed in r86521. by Éric Araujo · 14 years ago
  51. a65a880 Add examples that work on Windows to distutils docs (#1626300) by Éric Araujo · 14 years ago
  52. 3322a25 Remove outdated bit of advice (c882b5ff92d9 follow-up) by Éric Araujo · 14 years ago
  53. d66d95c Document working dir for “make html” (#12249). Patch by Tshepang Lekhonkhobe. by Éric Araujo · 14 years ago
  54. 45b0829 Fix named tuples to work with vars(). by Raymond Hettinger · 14 years ago
  55. 88fc661 Cleanup example by Raymond Hettinger · 14 years ago
  56. 690d4ae Multiple clean-ups to the docs for builtin functions. by Raymond Hettinger · 14 years ago
  57. 783a30f Link to suggestions for how to use super(). by Raymond Hettinger · 14 years ago
  58. 346d860 Fix markup: arguments in a class directive are __init__ arguments, not base classes by Éric Araujo · 14 years ago
  59. 28ef3c4 Re-add missing doc stub for the distutils check command by Éric Araujo · 14 years ago
  60. bee18a3 Backport doc improvements for distutils.cmd.Command (#9223). by Éric Araujo · 14 years ago
  61. 18176f0 Fix two typos by Éric Araujo · 14 years ago
  62. cf0d8ab Replay changeset 70238:03e488b5c009 from fubar branch. Original commit message: by Barry Warsaw · 14 years ago
  63. 29f6efa Issue 12003: fixing error in xrange alternative sample by Eli Bendersky · 14 years ago
  64. e91b305 Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 14 years ago
  65. 691a659 Simplify example by Raymond Hettinger · 14 years ago
  66. ce77def this should actually be an IOError by Benjamin Peterson · 14 years ago
  67. 30e10d8 add example for not using access by Benjamin Peterson · 14 years ago
  68. 52f63ea #12072: add missing parenthesis in the doc. Patch by Sandro Tosi. by Ezio Melotti · 14 years ago
  69. bfbd1a2 #12092: backport rephrasing of a paragraph in the tutorial. by Ezio Melotti · 14 years ago
  70. b429c57 #12093: fix typo in struct doc. Patch by Sandro Tosi. by Ezio Melotti · 14 years ago
  71. 11041f0 Port #6498 fix: fix several misspellings of "SystemExit" as "SystemError". by Georg Brandl · 14 years ago
  72. 9b323a5 #11979: improve wording and markup in sockets howto. Patch by Xavier Morel. by Ezio Melotti · 14 years ago
  73. 0730706 #12061: remove duplicate glossary entry. by Georg Brandl · 14 years ago
  74. 47d1d0d Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 14 years ago
  75. 3517612 Issue 12047: Expand the style guide. by Raymond Hettinger · 14 years ago
  76. b1241f9 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 14 years ago
  77. 87b86c8 Add a note to the str.find doc to suggest the use of the "in" operator. by Ezio Melotti · 14 years ago
  78. fe12aa6 #11997: fix typo in init.rst. by Ezio Melotti · 14 years ago
  79. 1602ec1 Fix #11834. Correct site-packages paths. by Brian Curtin · 14 years ago
  80. 001cc95 #11985: document the return value of platform.python_implementation for PyPy. by Ezio Melotti · 14 years ago
  81. 112d48a (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 14 years ago
  82. cfa8483 Branch merge by Éric Araujo · 14 years ago
  83. 941592a Fix grammar to include both integer types in 2.x by Éric Araujo · 14 years ago
  84. ec0ecb1 Fix spelling. by Raymond Hettinger · 14 years ago
  85. 17ebbdb note abcs of int and float (closes #11977) by Benjamin Peterson · 14 years ago
  86. 12b8fcf Split combined code/doctest code blocks in two blocks, to enable proper highlighting. by Georg Brandl · 14 years ago
  87. 2a53d33 Fix wording by Éric Araujo · 14 years ago
  88. dd6ab85 #11883: fix email examples by adding 'localhost' to SMTP constructor calls by R David Murray · 14 years ago
  89. dcaacbf #11901: post-commit review fixes per Georg Brandl by R David Murray · 14 years ago
  90. 2a7a3ee fix function name in example (closes #11966) by Benjamin Peterson · 14 years ago
  91. b22f39c fix formatting, :c:func: --> :cfunc: by Eli Bendersky · 14 years ago
  92. 11d1171 Issue #10912: add clarification for PyObject_RichCompareBool comparing identical objects by Eli Bendersky · 14 years ago
  93. bb23bd6 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 14 years ago
  94. 6940e61 #11952: Fix typo in multiprocessing doc. by Ezio Melotti · 14 years ago
  95. 9d68ad8 Merged solution for #11786 from 2.6 by Łukasz Langa · 14 years ago
  96. 22108f1 Closes #11786: ConfigParser.[Raw]ConfigParser optionxform(). by Łukasz Langa · 14 years ago
  97. bd0933a Issue #11940: Update external link. by Raymond Hettinger · 14 years ago
  98. cd12746 #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi. by Ezio Melotti · 14 years ago
  99. a0895db #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 14 years ago
  100. c69313a Fix some more markup glitches in argparse doc. by Ezio Melotti · 14 years ago