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