1. c63785d Grammar fix. by Georg Brandl · 17 years ago
  2. 3b62c2f Disable the line length checker by default. by Georg Brandl · 17 years ago
  3. 7044b11 Remove tabs from the documentation. by Georg Brandl · 17 years ago
  4. c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
  5. e92818f Fix uses of the default role. by Georg Brandl · 17 years ago
  6. ae24e7b Recognize usage of the default role. by Georg Brandl · 17 years ago
  7. 9f7a339 Add rstlint, a little tool to find subtle markup problems and inconsistencies in the Doc sources. by Georg Brandl · 17 years ago
  8. a24067e Fix role name. by Georg Brandl · 17 years ago
  9. aa5bb32 Make indentation consistent. by Georg Brandl · 17 years ago
  10. 69bd8d2 Set eol-style correctly for mp_distributing.py. by Georg Brandl · 17 years ago
  11. f4d8597 Issue 4796: Add from_float methods to the decimal module. by Raymond Hettinger · 17 years ago
  12. 0fa10b3 Issue #4817: Remove unused function PyOS_GetLastModificationTime. by Martin v. Löwis · 17 years ago
  13. edd7d95 Fix indentation. by Georg Brandl · 17 years ago
  14. 44e1581 Issue #4615. Document how to use itertools for de-duping. by Raymond Hettinger · 17 years ago
  15. 10b1ec9 Add various items by Andrew M. Kuchling · 17 years ago
  16. fc29f27 #4811: fix markup glitches (mostly remains of the conversion), by Georg Brandl · 17 years ago
  17. 5110486 Minor documentation changes relating to NullHandler, the module used for handlers and references to ConfigParser. by Vinay Sajip · 17 years ago
  18. 0132ee34 document PyMemberDef by Benjamin Peterson · 17 years ago
  19. d6baa70 welcome to 2009, Python! by Benjamin Peterson · 17 years ago
  20. 8ea9999 fix highlighting by Benjamin Peterson · 17 years ago
  21. 4ba9f41 #4767: Use correct submodules for all MIME classes. by Georg Brandl · 17 years ago
  22. 430effb Handlers are in the `logging.handlers` module. by Georg Brandl · 17 years ago
  23. da550b0 #4776: add data_files and package_dir arguments. by Georg Brandl · 17 years ago
  24. 914fc88 #4782: Fix markup error that hid load() and loads(). by Georg Brandl · 17 years ago
  25. 07bfe45 #4784: ... on three counts ... by Georg Brandl · 17 years ago
  26. 3f74f57 Point to types module in new module deprecation notice. by Georg Brandl · 17 years ago
  27. 775c307 #4222: document dis.findlabels() and dis.findlinestarts() and by Georg Brandl · 17 years ago
  28. d0eb8f9 #4156: make clear that "protocol" is to be replaced with the protocol name. by Georg Brandl · 17 years ago
  29. fb22263 #4100: note that element children are not necessarily present on "start" events. by Georg Brandl · 17 years ago
  30. 3bcb0ce #4778: attributes can't be called. by Georg Brandl · 17 years ago
  31. 7cc9755 Minor documentation change relating to NullHandler. by Vinay Sajip · 17 years ago
  32. fc5a854 fix French by Benjamin Peterson · 17 years ago
  33. 80b5905 #4763 PyErr_ExceptionMatches won't blow up with NULL arguments by Benjamin Peterson · 17 years ago
  34. 88a3083 Update the fix for issue4064 to deal correctly with all three variants of by Ronald Oussoren · 17 years ago
  35. 4b48c61 Issue4064: architecture string for universal builds on OSX by Ronald Oussoren · 17 years ago
  36. cc928de wrong version number in doc changes committed in r67979 by Antoine Pitrou · 17 years ago
  37. 697ca3d Issue #4444: Allow assertRaises() to be used as a context handler. by Antoine Pitrou · 17 years ago
  38. e7d1e7e Document Py_VaBuildValue. by Alexandre Vassalotti · 17 years ago
  39. fbaeca7 fix markup by Benjamin Peterson · 17 years ago
  40. 1ffbfbc #4671: document that pydoc imports modules. by Georg Brandl · 17 years ago
  41. 6b28f39 Use :samp: role. by Georg Brandl · 17 years ago
  42. f5b04fc #4695: fix backslashery. by Georg Brandl · 17 years ago
  43. 50ae9e7 #4682: 'b' is actually unsigned char. by Georg Brandl · 17 years ago
  44. 348fa79 #4754: improve winsound documentation. by Georg Brandl · 17 years ago
  45. bedc343 #4752: actually use custom handler in example. by Georg Brandl · 17 years ago
  46. 6f193e0 Issue #4756: zipfile.is_zipfile() now supports file-like objects. by Antoine Pitrou · 17 years ago
  47. 1e551b4 python version is included in file name now by Benjamin Peterson · 17 years ago
  48. 42d19e6 pretend exceptions don't exist a while longer by Benjamin Peterson · 17 years ago
  49. 1966a23 Markup fix. by Georg Brandl · 17 years ago
  50. 2b996b4 Fix missing "svn" command. by Georg Brandl · 17 years ago
  51. 1c39785 less attitude by Benjamin Peterson · 17 years ago
  52. f281ff8 compute DISTVERSION with patchlevel.py by Benjamin Peterson · 17 years ago
  53. e1a36a5 there are way too many places which need to have the current version added by Benjamin Peterson · 17 years ago
  54. 2c85ed5 update readme by Benjamin Peterson · 17 years ago
  55. 5c29dd4 sphinx.web is long gone by Benjamin Peterson · 17 years ago
  56. a2813c9 silence annoying DeprecationWarning by Benjamin Peterson · 17 years ago
  57. 9de7298 remove redundant sentence by Benjamin Peterson · 17 years ago
  58. 4f6ec9d add headings by Benjamin Peterson · 17 years ago
  59. 2d54e72 copy sentence from docstring by Benjamin Peterson · 17 years ago
  60. 4b3ed5d Fix typo in Python equivalent for bit_length. by Mark Dickinson · 17 years ago
  61. ba666a5 Fix-up and clean-up docs for int.bit_length(). by Raymond Hettinger · 17 years ago
  62. 2b97b71 _call_method -> _callmethod and _get_value to _getvalue by Benjamin Peterson · 17 years ago
  63. dd5312d fix typo by Benjamin Peterson · 17 years ago
  64. 1a70798 Issue #3439: add bit_length method to int and long. by Mark Dickinson · 17 years ago
  65. d0c3515 Issue #2183: Simplify and optimize bytecode for list comprehensions. by Antoine Pitrou · 17 years ago
  66. 60b2e38 #4568: remove limitation in varargs callback example. by Georg Brandl · 17 years ago
  67. cbc1ed5 #4611: fix typo. by Georg Brandl · 17 years ago
  68. 3096c2d #4446: document "platforms" argument for setup(). by Georg Brandl · 17 years ago
  69. 3e1c67e fix missing bracket by Benjamin Peterson · 17 years ago
  70. 9f35070 fix incorrect example by Benjamin Peterson · 17 years ago
  71. d729aad specify how things are copied by Benjamin Peterson · 17 years ago
  72. f8668ce #4457: rewrite __import__() documentation. by Georg Brandl · 17 years ago
  73. 6212971 Add link to the favicon to the docs. by Georg Brandl · 17 years ago
  74. f5d5a66 Follow-up to #4488: document PIPE and STDOUT properly. by Georg Brandl · 17 years ago
  75. 205e719 Remove confusing sentence part. by Georg Brandl · 17 years ago
  76. 5066c0c Followup to #4511: add link from decorator glossary entry to definition. by Georg Brandl · 17 years ago
  77. 248e172 Move __import__ to the bottom of the functions list. by Georg Brandl · 17 years ago
  78. 95a840b #3171: document that *slice are removed in 3k. by Georg Brandl · 17 years ago
  79. 905e0f6 #4478: document that copyfile() can raise Error. by Georg Brandl · 17 years ago
  80. 9a05373 #4517: add "special method" glossary entry and clarify when __getattribute__ is bypassed. by Georg Brandl · 17 years ago
  81. e70ff4b #4441 followup: Add link to open() docs for Windows. by Georg Brandl · 17 years ago
  82. 8d6c490 Use markup. by Georg Brandl · 17 years ago
  83. 3fc4226 Add an index entry for "subclassing immutable types". by Georg Brandl · 17 years ago
  84. 0c880bd #4441: improve doc for os.open() flags. by Georg Brandl · 17 years ago
  85. 5b5f273 #4409: fix asterisks looking like footnotes. by Georg Brandl · 17 years ago
  86. b46f0d7 #4408: document regex.groups. by Georg Brandl · 17 years ago
  87. 2657680 rename the new check_call_output to check_output. its less ugly. by Gregory P. Smith · 17 years ago
  88. 1743201 Clarification to avoid confusing output with file descriptors. by Georg Brandl · 17 years ago
  89. 97f49f4 Adds a subprocess.check_call_output() function to return the output from a by Gregory P. Smith · 17 years ago
  90. 32d1408 Add another heapq example. by Georg Brandl · 17 years ago
  91. 34196c8 Add reference to enumerate() to indices example. by Georg Brandl · 17 years ago
  92. 213faca Issue #4384: Added logging integration with warnings module using captureWarnings(). This change includes a NullHandler which does nothing; it will be of use to library developers who want to avoid the "No handlers could be found for logger XXX" message which can appear if the library user doesn't configure logging. by Vinay Sajip · 17 years ago
  93. cb948f1 let people using SVN Sphinx still build the docs by Benjamin Peterson · 17 years ago
  94. dedb0b1 fix pyspecific extensions that were broken by Sphinx's grand renaming by Benjamin Peterson · 17 years ago
  95. c70e5f9 w# requires Py_ssize_t by Christian Heimes · 17 years ago
  96. 4f21f98 StringIO.close() stops you from using the buffer, too by Benjamin Peterson · 17 years ago
  97. eac8071 Retain copyright of processing examples. This was requested by a Debian maintainer during packaging of the multiprocessing package for 2.4/2.5 by Christian Heimes · 17 years ago
  98. a280fd7 mp docs - fix issues 4012,3518,4193 by Jesse Noller · 17 years ago
  99. 78f98a4 fix typo in sqlite3 docs by Benjamin Peterson · 17 years ago
  100. 6234291 #4404: make clear what "path" is. by Georg Brandl · 17 years ago