1. a924289 fix spelling by Benjamin Peterson · 16 years ago
  2. cebb25d fix markup by Benjamin Peterson · 16 years ago
  3. fe8076e specify what -3 warnings are about by Benjamin Peterson · 16 years ago
  4. 1a240fb fixed #4394 make the storage of the password optional in .pypirc by Tarek Ziadé · 16 years ago
  5. 5b913e3 Forward port r68394 for issue 4816. by Raymond Hettinger · 16 years ago
  6. 1a67f58 use new sphinx modules by Benjamin Peterson · 16 years ago
  7. 35b3454 string exceptions are gone by Benjamin Peterson · 16 years ago
  8. e6dc531 Issue #4869: clarify documentation for random.expovariate. by Mark Dickinson · 16 years ago
  9. e87a28c Update make.bat. by Georg Brandl · 16 years ago
  10. d680d96 use Jinja 2.1.1 by Benjamin Peterson · 16 years ago
  11. f0d2c3f Issue #4272: Add an optional argument to the GzipFile constructor to override the timestamp in the gzip stream. by Antoine Pitrou · 16 years ago
  12. dd7e313 Fix two issues found by the suspicious builder. by Georg Brandl · 16 years ago
  13. 700cf28 Add "suspicious" builder which finds leftover markup in the HTML files. by Georg Brandl · 16 years ago
  14. 775aa4a Test commit. by Georg Brandl · 16 years ago
  15. 248fb13 only check the actual compile() call for a SyntaxError by Benjamin Peterson · 16 years ago
  16. 8c8cc6b Manually merge r67868 from 2.6 branch. by Georg Brandl · 16 years ago
  17. fe42789 Manually merge r68095,68186,68187,68188,68190 from 2.6 branch. by Georg Brandl · 16 years ago
  18. c63785d Grammar fix. by Georg Brandl · 16 years ago
  19. 3b62c2f Disable the line length checker by default. by Georg Brandl · 16 years ago
  20. 7044b11 Remove tabs from the documentation. by Georg Brandl · 16 years ago
  21. c62ef8b Remove trailing whitespace. by Georg Brandl · 16 years ago
  22. e92818f Fix uses of the default role. by Georg Brandl · 16 years ago
  23. ae24e7b Recognize usage of the default role. by Georg Brandl · 16 years ago
  24. 9f7a339 Add rstlint, a little tool to find subtle markup problems and inconsistencies in the Doc sources. by Georg Brandl · 16 years ago
  25. a24067e Fix role name. by Georg Brandl · 16 years ago
  26. aa5bb32 Make indentation consistent. by Georg Brandl · 16 years ago
  27. 69bd8d2 Set eol-style correctly for mp_distributing.py. by Georg Brandl · 16 years ago
  28. f4d8597 Issue 4796: Add from_float methods to the decimal module. by Raymond Hettinger · 16 years ago
  29. 0fa10b3 Issue #4817: Remove unused function PyOS_GetLastModificationTime. by Martin v. Löwis · 16 years ago
  30. edd7d95 Fix indentation. by Georg Brandl · 16 years ago
  31. 44e1581 Issue #4615. Document how to use itertools for de-duping. by Raymond Hettinger · 16 years ago
  32. 10b1ec9 Add various items by Andrew M. Kuchling · 16 years ago
  33. fc29f27 #4811: fix markup glitches (mostly remains of the conversion), by Georg Brandl · 16 years ago
  34. 5110486 Minor documentation changes relating to NullHandler, the module used for handlers and references to ConfigParser. by Vinay Sajip · 16 years ago
  35. 0132ee34 document PyMemberDef by Benjamin Peterson · 16 years ago
  36. d6baa70 welcome to 2009, Python! by Benjamin Peterson · 16 years ago
  37. 8ea9999 fix highlighting by Benjamin Peterson · 16 years ago
  38. 4ba9f41 #4767: Use correct submodules for all MIME classes. by Georg Brandl · 16 years ago
  39. 430effb Handlers are in the `logging.handlers` module. by Georg Brandl · 16 years ago
  40. da550b0 #4776: add data_files and package_dir arguments. by Georg Brandl · 16 years ago
  41. 914fc88 #4782: Fix markup error that hid load() and loads(). by Georg Brandl · 16 years ago
  42. 07bfe45 #4784: ... on three counts ... by Georg Brandl · 16 years ago
  43. 3f74f57 Point to types module in new module deprecation notice. by Georg Brandl · 16 years ago
  44. 775c307 #4222: document dis.findlabels() and dis.findlinestarts() and by Georg Brandl · 16 years ago
  45. d0eb8f9 #4156: make clear that "protocol" is to be replaced with the protocol name. by Georg Brandl · 16 years ago
  46. fb22263 #4100: note that element children are not necessarily present on "start" events. by Georg Brandl · 16 years ago
  47. 3bcb0ce #4778: attributes can't be called. by Georg Brandl · 16 years ago
  48. 7cc9755 Minor documentation change relating to NullHandler. by Vinay Sajip · 16 years ago
  49. fc5a854 fix French by Benjamin Peterson · 16 years ago
  50. 80b5905 #4763 PyErr_ExceptionMatches won't blow up with NULL arguments by Benjamin Peterson · 16 years ago
  51. 88a3083 Update the fix for issue4064 to deal correctly with all three variants of by Ronald Oussoren · 16 years ago
  52. 4b48c61 Issue4064: architecture string for universal builds on OSX by Ronald Oussoren · 16 years ago
  53. cc928de wrong version number in doc changes committed in r67979 by Antoine Pitrou · 16 years ago
  54. 697ca3d Issue #4444: Allow assertRaises() to be used as a context handler. by Antoine Pitrou · 16 years ago
  55. e7d1e7e Document Py_VaBuildValue. by Alexandre Vassalotti · 16 years ago
  56. fbaeca7 fix markup by Benjamin Peterson · 16 years ago
  57. 1ffbfbc #4671: document that pydoc imports modules. by Georg Brandl · 16 years ago
  58. 6b28f39 Use :samp: role. by Georg Brandl · 16 years ago
  59. f5b04fc #4695: fix backslashery. by Georg Brandl · 16 years ago
  60. 50ae9e7 #4682: 'b' is actually unsigned char. by Georg Brandl · 16 years ago
  61. 348fa79 #4754: improve winsound documentation. by Georg Brandl · 16 years ago
  62. bedc343 #4752: actually use custom handler in example. by Georg Brandl · 16 years ago
  63. 6f193e0 Issue #4756: zipfile.is_zipfile() now supports file-like objects. by Antoine Pitrou · 16 years ago
  64. 1e551b4 python version is included in file name now by Benjamin Peterson · 16 years ago
  65. 42d19e6 pretend exceptions don't exist a while longer by Benjamin Peterson · 16 years ago
  66. 1966a23 Markup fix. by Georg Brandl · 16 years ago
  67. 2b996b4 Fix missing "svn" command. by Georg Brandl · 16 years ago
  68. 1c39785 less attitude by Benjamin Peterson · 16 years ago
  69. f281ff8 compute DISTVERSION with patchlevel.py by Benjamin Peterson · 16 years ago
  70. e1a36a5 there are way too many places which need to have the current version added by Benjamin Peterson · 16 years ago
  71. 2c85ed5 update readme by Benjamin Peterson · 16 years ago
  72. 5c29dd4 sphinx.web is long gone by Benjamin Peterson · 16 years ago
  73. a2813c9 silence annoying DeprecationWarning by Benjamin Peterson · 16 years ago
  74. 9de7298 remove redundant sentence by Benjamin Peterson · 16 years ago
  75. 4f6ec9d add headings by Benjamin Peterson · 16 years ago
  76. 2d54e72 copy sentence from docstring by Benjamin Peterson · 16 years ago
  77. 4b3ed5d Fix typo in Python equivalent for bit_length. by Mark Dickinson · 16 years ago
  78. ba666a5 Fix-up and clean-up docs for int.bit_length(). by Raymond Hettinger · 16 years ago
  79. 2b97b71 _call_method -> _callmethod and _get_value to _getvalue by Benjamin Peterson · 16 years ago
  80. dd5312d fix typo by Benjamin Peterson · 16 years ago
  81. 1a70798 Issue #3439: add bit_length method to int and long. by Mark Dickinson · 16 years ago
  82. d0c3515 Issue #2183: Simplify and optimize bytecode for list comprehensions. by Antoine Pitrou · 16 years ago
  83. 60b2e38 #4568: remove limitation in varargs callback example. by Georg Brandl · 16 years ago
  84. cbc1ed5 #4611: fix typo. by Georg Brandl · 16 years ago
  85. 3096c2d #4446: document "platforms" argument for setup(). by Georg Brandl · 16 years ago
  86. 3e1c67e fix missing bracket by Benjamin Peterson · 16 years ago
  87. 9f35070 fix incorrect example by Benjamin Peterson · 16 years ago
  88. d729aad specify how things are copied by Benjamin Peterson · 16 years ago
  89. f8668ce #4457: rewrite __import__() documentation. by Georg Brandl · 16 years ago
  90. 6212971 Add link to the favicon to the docs. by Georg Brandl · 16 years ago
  91. f5d5a66 Follow-up to #4488: document PIPE and STDOUT properly. by Georg Brandl · 16 years ago
  92. 205e719 Remove confusing sentence part. by Georg Brandl · 16 years ago
  93. 5066c0c Followup to #4511: add link from decorator glossary entry to definition. by Georg Brandl · 16 years ago
  94. 248e172 Move __import__ to the bottom of the functions list. by Georg Brandl · 16 years ago
  95. 95a840b #3171: document that *slice are removed in 3k. by Georg Brandl · 16 years ago
  96. 905e0f6 #4478: document that copyfile() can raise Error. by Georg Brandl · 16 years ago
  97. 9a05373 #4517: add "special method" glossary entry and clarify when __getattribute__ is bypassed. by Georg Brandl · 16 years ago
  98. e70ff4b #4441 followup: Add link to open() docs for Windows. by Georg Brandl · 16 years ago
  99. 8d6c490 Use markup. by Georg Brandl · 16 years ago
  100. 3fc4226 Add an index entry for "subclassing immutable types". by Georg Brandl · 16 years ago