1. 87418af Fix typo in 0311f62714f7 by Éric Araujo · 14 years ago
  2. 6a21f55 Don’t misuse “package data” in pprint example by Éric Araujo · 14 years ago
  3. 456ae89 Re-add missing doc stub for the distutils check command by Éric Araujo · 14 years ago
  4. 000893f Minor touch-ups in distutils.cmd.Command doc by Éric Araujo · 14 years ago
  5. f33de71 Minor doc addition for clarity by Éric Araujo · 14 years ago
  6. e0854f9 Add missing closing paren by Éric Araujo · 14 years ago
  7. 46ab96a Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 14 years ago
  8. 2340986 this should actually be an IOError by Benjamin Peterson · 14 years ago
  9. 249b508 add example for not using access by Benjamin Peterson · 14 years ago
  10. 261d855 #12072: add missing parenthesis in the doc. Patch by Sandro Tosi. by Ezio Melotti · 14 years ago
  11. 0b2489e Closes #6498: fix several misspellings of "SystemExit" as "SystemError". by Georg Brandl · 14 years ago
  12. 4ad78ab pprint usage example rethought. by Łukasz Langa · 14 years ago
  13. eda1990 #11979: improve wording and markup in sockets howto. Patch by Xavier Morel. by Ezio Melotti · 14 years ago
  14. ee18b6f Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 14 years ago
  15. 2f48d89 Stop trying to use _xmlplus in the xml module. Closes #11164. by Martin v. Löwis · 14 years ago
  16. 0ed8c68 Add a note to the str.find doc to suggest the use of the "in" operator. by Ezio Melotti · 14 years ago
  17. d92ab08 #11997: fix typo in init.rst. by Ezio Melotti · 14 years ago
  18. 308053e Fix #11834. Correct site-packages paths. by Brian Curtin · 14 years ago
  19. b351bcc #11985: document the return value of platform.python_implementation for PyPy. by Ezio Melotti · 14 years ago
  20. cd6756d Branch merge by Éric Araujo · 14 years ago
  21. b79c234 Add missing colon by Éric Araujo · 14 years ago
  22. 9b2fd32 Fix spelling. by Raymond Hettinger · 14 years ago
  23. a6cd0cf Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a by Victor Stinner · 14 years ago
  24. 10116d4 note abcs of int and float (closes #11977) by Benjamin Peterson · 14 years ago
  25. 3bba57d Fix wording by Éric Araujo · 14 years ago
  26. bb754b5 #11883: fix email examples by adding 'localhost' to SMTP constructor calls by R David Murray · 14 years ago
  27. 9beb34e #11901: post-commit review fixes per Georg Brandl by R David Murray · 14 years ago
  28. 4c02088 fix function name in example (closes #11966) by Benjamin Peterson · 14 years ago
  29. 73365dd whitespace... by Brian Curtin · 14 years ago
  30. e6242d7 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 14 years ago
  31. 2ee8835 #11952: Fix typo in multiprocessing doc. by Ezio Melotti · 14 years ago
  32. 507cbc1 Issue #11940: Update external link. by Raymond Hettinger · 14 years ago
  33. f95033b #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi. by Ezio Melotti · 14 years ago
  34. 9a42793 Branch merge by Éric Araujo · 14 years ago
  35. 10f3d7a Change markup so it generates a link by Éric Araujo · 14 years ago
  36. 2043f9c #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 14 years ago
  37. 16190c8 Change markup so that it creates a link by Éric Araujo · 14 years ago
  38. 5348b63 Branch merge by Éric Araujo · 14 years ago
  39. 2b9388a Fix weird executable name by Éric Araujo · 14 years ago
  40. de579d4 Add a space to make json doc a bit more readable by Éric Araujo · 14 years ago
  41. e402724 Fix wrong function name. Noticed by Clive Darke. by Ezio Melotti · 14 years ago
  42. 5c1a0c9 Fix argument name in reST doc to match the code by Éric Araujo · 14 years ago
  43. ad0790e Branch merge by Éric Araujo · 14 years ago
  44. 8dfcab0 Fix wrong number of functions noticed by Sandro Tosi. by Ezio Melotti · 14 years ago
  45. 340bb95 #11865: fix typo in init.rst. by Ezio Melotti · 14 years ago
  46. a0b3c32 Advertise nesting directives for class/method and class/data combos. by Éric Araujo · 14 years ago
  47. 340d269 Small wording fix. by Georg Brandl · 14 years ago
  48. 219cc77 Issue #11855: Apply missing formatting for urlretrieve by Eli Bendersky · 14 years ago
  49. 7bba683 Add another example to the collections module docs. by Raymond Hettinger · 14 years ago
  50. 181810b #11843: remove duplicate line from table in distutil doc. by Ezio Melotti · 14 years ago
  51. 60adf95 #4783: document that is not possible to use json.dump twice on the same stream. by Ezio Melotti · 14 years ago
  52. 046a764 Issue #11827: remove mention of list2cmdline in the doc of subprocess by Eli Bendersky · 14 years ago
  53. 95cd91c #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. by Ezio Melotti · 14 years ago
  54. 832c8bb #9101: backport json reference in configparser doc. by Ezio Melotti · 14 years ago
  55. e0fd2f8 Fix wording and clarify that the IDNA codec operates on full domain names. by R David Murray · 14 years ago
  56. 3dd02d6 #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 14 years ago
  57. b5ff3e4 Fix typo noticed by Sandro Tosi. by Ezio Melotti · 14 years ago
  58. acb6309 Merge issue 11662. by Guido van Rossum · 14 years ago
  59. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 14 years ago
  60. 9b2e67c #10617: add class directives to collections ABCs. by Ezio Melotti · 14 years ago
  61. 8b8f2ec Kill last reference to defunct module by Éric Araujo · 14 years ago
  62. 5ab4776 Tweaks to sys.flags description table. by Éric Araujo · 14 years ago
  63. a464d4e Remove untrue statement from tutorial by Éric Araujo · 14 years ago
  64. 4dcf502 Use universal construct os.path.expanduser('~') instead of os.environ['HOME'] by Éric Araujo · 14 years ago
  65. c706dbf Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. by Raymond Hettinger · 14 years ago
  66. 3b654be Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. by Raymond Hettinger · 14 years ago
  67. b199b22 Issue 10988: fix description of super's descriptor call. by Raymond Hettinger · 14 years ago
  68. e5820c6 Issue #11625: Fix Typo by Raymond Hettinger · 14 years ago
  69. 82d8ec5 Fix duplicate word. by Georg Brandl · 14 years ago
  70. 09eb980 Fix typo in class name by Éric Araujo · 14 years ago
  71. 9c0d5ea Markup fixes for #7198 patch. by R David Murray · 14 years ago
  72. f453deb #7198: really add newline='' to csv.writer docs. by R David Murray · 14 years ago
  73. 877766d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 14 years ago
  74. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  75. e3d09ff #11216: document all possible set_charset execution paths. by R David Murray · 14 years ago
  76. 7dedcb4 #11555: update doc for 3.x change to as_string mangle_from default. by R David Murray · 14 years ago
  77. f6db0bb Remove redundant __contains__ entry from Message docs. by R David Murray · 14 years ago
  78. 8fea2e6 Issue #10885: Fix multiprocessing docs typo by Ross Lagerwall · 14 years ago
  79. 6b19e50 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 14 years ago
  80. 2b73660 Fix markup in inputoutput.rst. by Ezio Melotti · 14 years ago
  81. 77845ce Fix typo. by Ezio Melotti · 14 years ago
  82. ab2b716 trunc -> math.trunc (closes #11475) by Benjamin Peterson · 14 years ago
  83. abd4a05 Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex by Senthil Kumaran · 14 years ago
  84. 7885833 #11446: fix incorrect PEP link. by Ezio Melotti · 14 years ago
  85. 9cc6249 Issue #11426: use 'with' statements on open files in CSV examples by Eli Bendersky · 14 years ago
  86. 3017806 #10999: Add missing documentation for chflags constants to stat module docs by R David Murray · 14 years ago
  87. c29cd93 Use simpler assert in basic example. by Ezio Melotti · 14 years ago
  88. c542547 Reword the finalization note. by Gregory P. Smith · 14 years ago
  89. c60137b Explicitly mention that people should not depend on immediate by Gregory P. Smith · 14 years ago
  90. 2d1e88a Backport from 3.2 several improvements and fixes for unittest.rst. by Ezio Melotti · 14 years ago
  91. 1d0a0f5 #11294: add missing ERA_T_FMT to locale docs. by Georg Brandl · 14 years ago
  92. 931e5c1 #11292: add missing A_REVERSE to curses attribute table. by Georg Brandl · 14 years ago
  93. a2388be #11239: add } to list of metacharacters (it is only a metacharacter sometimes, ie. when closing a {n,m} group, but so is ]. by Georg Brandl · 14 years ago
  94. 45ec333 #11227: use Host header in asyncore example. by Georg Brandl · 14 years ago
  95. 12a6153 #11373: fix spelling. by Georg Brandl · 14 years ago
  96. 3640e18 #11405: do not reference the string module again for its deprecated functions, only for Template class. by Georg Brandl · 14 years ago
  97. da22719 #11392: you can trust the computer, but you have to know what it does. by Georg Brandl · 14 years ago
  98. e32acd0 #11337: remove unreferenced footnote. by Georg Brandl · 14 years ago
  99. 310337f #11400: remove reference to pre-1.5 assignment behavior. by Georg Brandl · 14 years ago
  100. 5537d29 Add updated .hgeol file and fix newlines in the 3.1 branch. by Georg Brandl · 14 years ago