1. 59584c4 Added versionchanged notices for optional 'delay' parameter to file handler classes. by Vinay Sajip · 15 years ago
  2. aa66a96 Remove potentially confusing sentence in __mangling description. by Georg Brandl · 15 years ago
  3. fb69631 Use locale.format_string() for more than one specifier. by Georg Brandl · 15 years ago
  4. 04fd324 #6679: Remove mention that sub supports no flags. by Georg Brandl · 15 years ago
  5. 4a46e1c #6658: fix two typos. by Georg Brandl · 15 years ago
  6. 43161a5 Fix punctuation and one copy-paste error. by Georg Brandl · 15 years ago
  7. 29bc2cd Fix base keyword arg name for int() and long(). by Georg Brandl · 15 years ago
  8. 8497efe Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note for from_address by Jesse Noller · 15 years ago
  9. 4809c73 Add donation link to docs footer. by Georg Brandl · 15 years ago
  10. 4326ad8 Issue #6595: Allow Decimal constructor to accept non-European decimal by Mark Dickinson · 15 years ago
  11. 9ad0b36 Documentation fix for change introduced in r71832 by Mark Dickinson · 15 years ago
  12. 4938fef Rewrite the section about classes a bit; mostly tidbits, and a larger update to the section about "private" variables to reflect the Pythonic consensus better. by Georg Brandl · 15 years ago
  13. 14bb28a Fix a few markup glitches. by Georg Brandl · 15 years ago
  14. ffefd5a Fix some markup and small factual glitches found by M. Markert. by Georg Brandl · 15 years ago
  15. 07e20f8 Add a link to readline, and mention IPython and bpython. by Georg Brandl · 15 years ago
  16. 019e8dd #6336: Add nb_divide. by Georg Brandl · 15 years ago
  17. f3d520c #6591: add reference to ioctl in fcntl module for platforms other than Windows. by Georg Brandl · 15 years ago
  18. 5b3e7e9 #6593: fix link targets. by Georg Brandl · 15 years ago
  19. fe67bd9 Issue #6561: '\d' regular expression should not match characters of by Mark Dickinson · 15 years ago
  20. 8d31f54 Clarify quote_plus() usage. by Georg Brandl · 15 years ago
  21. 8ab590e Remove leading blank line from cmath.rst by Mark Dickinson · 15 years ago
  22. 44ec7ac Issue #6458: Reorganize cmath documentation into sections (similar to by Mark Dickinson · 15 years ago
  23. 3591a8f Move member descriptions inside the classes. by Georg Brandl · 15 years ago
  24. d7d4fd7 builtin -> built-in. by Georg Brandl · 15 years ago
  25. 9fa61bb #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. by Georg Brandl · 15 years ago
  26. 74f8fc0 #6576: fix cross-refs in re docs. by Georg Brandl · 15 years ago
  27. 1ba9c87 #6571: add index entries for more operators. by Georg Brandl · 15 years ago
  28. e2d2704 #6564: fix section about the two raise syntaxes. by Georg Brandl · 15 years ago
  29. 36b30b5 Dont put "void" in signature for nullary functions. by Georg Brandl · 15 years ago
  30. f0b1733 Fix arg types of et#. by Georg Brandl · 15 years ago
  31. 617a558 use bools by Benjamin Peterson · 15 years ago
  32. 0e66914 #6548: dont suggest existence of real and imag functions in cmath. by Georg Brandl · 15 years ago
  33. 7fc214b #6423 has_key -> in by Ezio Melotti · 15 years ago
  34. d38d344 revert r74152 by Benjamin Peterson · 15 years ago
  35. bee2e18 simplify by Benjamin Peterson · 15 years ago
  36. dd89705 #6536 fixed typo by Ezio Melotti · 15 years ago
  37. 83dfc30 remove docs for deprecated -p option by Benjamin Peterson · 15 years ago
  38. 3bb4747 #6489: fix an ambiguity in getiterator() documentation. by Georg Brandl · 15 years ago
  39. a1a4bdb #6505: fix typos. by Georg Brandl · 15 years ago
  40. b4d0ef9 #6513: fix example code: warning categories are classes, not instances. by Georg Brandl · 15 years ago
  41. 2e1285b #6481: fix typo in os.system() replacement. by Georg Brandl · 15 years ago
  42. da33424 #6486: start with built in functions rather than "built in objects". by Georg Brandl · 15 years ago
  43. 573025f update year by Benjamin Peterson · 15 years ago
  44. 78c06bd Document the newly added codec by Amaury Forgeot d'Arc · 15 years ago
  45. 72f94f7 add versionadded by Benjamin Peterson · 15 years ago
  46. c91cbb9 array.array is actually a class. by Georg Brandl · 15 years ago
  47. b7e14ed #6456: clarify the meaning of constants used as arguments to nl_langinfo(). by Georg Brandl · 15 years ago
  48. 7750505 #6430: add note about size of "u" type. by Georg Brandl · 15 years ago
  49. 7c150bf #6448: clarify docs for find_module(). by Georg Brandl · 15 years ago
  50. 0294de0 #6446: fix import_spam() function to use correct error and reference handling. by Georg Brandl · 15 years ago
  51. 3405cbc Fix style. by Georg Brandl · 15 years ago
  52. ce32eb7 #6416: Fix compilation of the select module on Windows, as well as test_subprocess: by Amaury Forgeot d'Arc · 15 years ago
  53. 9d36fd2 Adds the select.PIPE_BUF attribute to expose the system constant. by Gregory P. Smith · 15 years ago
  54. 1e13960 another cStringIO restriction by Benjamin Peterson · 15 years ago
  55. fbba7cd Issue 6389: add documentation for the 'mode' flags defined in the stat module. by R. David Murray · 15 years ago
  56. 321afa8 Make punctuation prettier and break up run-on sentence. by R. David Murray · 15 years ago
  57. be96cf6 Fixed a backslash that was not supposed to be there by Ezio Melotti · 15 years ago
  58. c2f5a59 Fixed defaultTestCase -> defaultTestResult by Ezio Melotti · 15 years ago
  59. 1b90efb Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes in processes by Jesse Noller · 15 years ago
  60. 0c9eb43 #6371: fix link targets. by Georg Brandl · 15 years ago
  61. 3cd0bed #6384: Add a heading for the exception hierarchy. by Georg Brandl · 15 years ago
  62. 0d8649a #6374: add a bit of explanation about shell=True on Windows. by Georg Brandl · 15 years ago
  63. 3d5c87a #6376: fix copy-n-paste oversight. by Georg Brandl · 15 years ago
  64. 3411692 Issue 5740: multiprocessing.connection.* authkey fixes by Jesse Noller · 15 years ago
  65. d4792cd Bug 5906: add a documentation note for unix daemons vs. multiprocessing daemons by Jesse Noller · 15 years ago
  66. 8e7b476 update to sphinx 0.6.2 by Benjamin Peterson · 15 years ago
  67. 11c4941 More Decimal quote fixing; backport of r73642 by Mark Dickinson · 15 years ago
  68. e007860 http://bugs.python.org/issue6267 Cumulative patch to http and xmlrpc by Kristján Valur Jónsson · 15 years ago
  69. b4ad395 Fixed a wrong apostrophe by Ezio Melotti · 15 years ago
  70. 1dfd5d9 stmt and setup can contain multiple statements, see #5896 by Ezio Melotti · 15 years ago
  71. 00a58c3 link to extensive generator docs in the reference manual by Benjamin Peterson · 15 years ago
  72. f36bebd document is_declared_global() by Benjamin Peterson · 15 years ago
  73. f511fcc mark 3.1 as stable docs by Benjamin Peterson · 15 years ago
  74. 5c3d40e Add a couple of missing function alias declarations to the turtle docs. by R. David Murray · 15 years ago
  75. f1d11ef http://bugs.python.org/issue6192 by Kristján Valur Jónsson · 15 years ago
  76. 5a85d5c #6332: fix word dupes throughout the source. by Georg Brandl · 15 years ago
  77. 388637d Remove last remnants of the ipaddr package. by Amaury Forgeot d'Arc · 15 years ago
  78. 14fc673 Remove the ipaddr module per discussion on python-dev by Amaury Forgeot d'Arc · 15 years ago
  79. 4ee6d25 Improve English phrasing. by R. David Murray · 15 years ago
  80. 7c2bc83 Issue 6288: update the contextlib.nested() docs to explain why it has been deprecated and should generally be avoided by Nick Coghlan · 15 years ago
  81. 476849c #6255: document PyInt_FromSize_t. by Georg Brandl · 15 years ago
  82. 2fcf389 #6295: clarify blocking behavior of getch(). by Georg Brandl · 15 years ago
  83. 3a02624 Add usage note. by Raymond Hettinger · 15 years ago
  84. f5af720 Add tabularcolumns directive for tables with bullet lists in them. by Georg Brandl · 15 years ago
  85. fdefc0a Fixed #6287: documentation for the license field in distutils by Tarek Ziadé · 15 years ago
  86. 248886a use 'rc' for release candidates for consistency by Benjamin Peterson · 15 years ago
  87. 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 15 years ago
  88. 2c0cdca Issue 6261: Clarify behavior of random.uniform(). by Raymond Hettinger · 15 years ago
  89. 2742e7e Move comment to correct line. by Raymond Hettinger · 15 years ago
  90. 87be88c Add example of how to do key lookups with bisect(). by Raymond Hettinger · 15 years ago
  91. d81333c Fix a typo spotted by Nick Coghlan. by Amaury Forgeot d'Arc · 15 years ago
  92. d708c87 Both kind of types are concerned. by Amaury Forgeot d'Arc · 15 years ago
  93. 901f200 #6201: Fix test_winreg on Windows: by Amaury Forgeot d'Arc · 15 years ago
  94. ccb9d4b Issue 2947: document how return code handling translates from by R. David Murray · 15 years ago
  95. 2cc39ad #6238: add fillchar to string.just function family. by Georg Brandl · 15 years ago
  96. e590d57 #6194: O_SHLOCK/O_EXLOCK are not really more platform independent than lockf(). by Georg Brandl · 15 years ago
  97. 42a8264 Remove period from end of headings. by Georg Brandl · 15 years ago
  98. afefcfd http://bugs.python.org/issue6192 by Kristján Valur Jónsson · 15 years ago
  99. 18187e2 #6224: s/JPython/Jython/, and remove one link to a module nine years old. by Georg Brandl · 15 years ago
  100. e3b9b5e #6204: use a real reference instead of "see later". by Georg Brandl · 15 years ago