1. 5b1070a Typo fix by Andrew M. Kuchling · 17 years ago
  2. 34be7ce Write PEP 3127 section; add items by Andrew M. Kuchling · 17 years ago
  3. 4a16723 #2525: update timezone info examples in the docs. by Georg Brandl · 17 years ago
  4. 5285760 changed "2500 components" to "several thousand" since the number keeps by Mark Summerfield · 17 years ago
  5. 295814e correct heading underline for new "Cross-compiling on Windows" section by Mark Hammond · 17 years ago
  6. 495cf99 Issue #2513: enable 64bit cross compilation on windows. by Mark Hammond · 17 years ago
  7. aa63d0d Make file objects as thread safe as the underlying libc FILE* implementation. by Gregory P. Smith · 17 years ago
  8. 2185241 Write PEP 3119 section by Andrew M. Kuchling · 17 years ago
  9. 3b1202d Mention that the tuple returned by __reduce__ is pickled as normal. by Georg Brandl · 17 years ago
  10. 217057f Markup fixes; write PEP 3118 section by Andrew M. Kuchling · 17 years ago
  11. b2ff8a7 Various edits by Andrew M. Kuchling · 17 years ago
  12. 1f2af8c Markup fix; explain what interval timers do; typo fix by Andrew M. Kuchling · 17 years ago
  13. 9ff4aea Minor edits by Andrew M. Kuchling · 17 years ago
  14. 89a01cd Added updates with respect to recent changes to TimedRotatingFileHandler. by Vinay Sajip · 17 years ago
  15. 092a1f7 PyErr_Warn is decrepated. Use PyErr_WarnEx by Benjamin Peterson · 17 years ago
  16. c52ed59 #2505: allow easier creation of AST nodes. by Georg Brandl · 17 years ago
  17. c15317e Documented the lastrowid attribute. by Gerhard Häring · 17 years ago
  18. 0069d85 Fix capitalization. by Georg Brandl · 17 years ago
  19. 594b76b Be explicit about what efficient means. by Raymond Hettinger · 17 years ago
  20. 4130930 Brought documentation for sqlite3 module up-to-date. Fixed Issue1625205 which by Gerhard Häring · 17 years ago
  21. d289ea6 #2502: add example how to do enum types with named tuples. by Georg Brandl · 17 years ago
  22. 489343e Don't use the confusing term "set membership". by Georg Brandl · 17 years ago
  23. 8ca6c84 Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*. by Georg Brandl · 17 years ago
  24. fc8eef3 Patch #1810 by Thomas Lee, reviewed by myself: by Georg Brandl · 17 years ago
  25. b980342 Accept patch issue2426 by Paul Kippes (kippesp). by Gregory P. Smith · 17 years ago
  26. 621cd26 #2406: add examples to gzip docs. by Georg Brandl · 17 years ago
  27. deaf2ca #2248: return result of QUIT from quit(). by Georg Brandl · 17 years ago
  28. 0cb3e86 Typo: "objects reference count" -> "object's reference count" by Mark Dickinson · 17 years ago
  29. 27f4374 Add an example for an RFC 822 continuation. by Georg Brandl · 17 years ago
  30. 7c29aae Add various items by Andrew M. Kuchling · 17 years ago
  31. 799b372 #2476: document that %default feature is new in 2.4. by Georg Brandl · 17 years ago
  32. d5b635f Make Py3k warnings consistent w.r.t. punctuation; also respect the by Georg Brandl · 17 years ago
  33. 18f1914 #868845: document <...> reprs. by Georg Brandl · 17 years ago
  34. aef18b1 Patch #2240: Implement signal.setitimer and signal.getitimer. by Martin v. Löwis · 17 years ago
  35. 9bdead0 #1700821: add a note to audioop docs about signedness of sample formats. by Georg Brandl · 17 years ago
  36. d145240 Tighten documentation for Random.triangular. by Raymond Hettinger · 17 years ago
  37. c4f7bab Adopt Nick's suggestion for useful default arguments. by Raymond Hettinger · 17 years ago
  38. bbc50ea Issue 1681432: Add triangular distribution the random module. by Raymond Hettinger · 17 years ago
  39. 6185433 Make the doctests presentation-friendlier. by Georg Brandl · 17 years ago
  40. e70bb8d Simplify demo code. by Raymond Hettinger · 17 years ago
  41. e8f1b00 Enable doctest running for several other documents. by Georg Brandl · 17 years ago
  42. 7a45ab8 Enable doctests in functions.rst. Already found two errors :) by Georg Brandl · 17 years ago
  43. 4f0f34f Test doctests in operator docs. by Georg Brandl · 17 years ago
  44. 3f04303 Test doctests in datetime docs. by Georg Brandl · 17 years ago
  45. 4c8bbe6 Make collections' doctests executable. by Georg Brandl · 17 years ago
  46. 3dd5781 Fix-up syntax problems. by Georg Brandl · 17 years ago
  47. 838b4b0 No need to specify explicit "doctest_block" anymore. by Georg Brandl · 17 years ago
  48. 473f164 Make more doctests in pprint docs testable. by Georg Brandl · 17 years ago
  49. 6199e32 Make doctests in re docs usable with sphinx' doctest. by Georg Brandl · 17 years ago
  50. 9f66232 Test decimal.rst doctests as far as possible with sphinx doctest. by Georg Brandl · 17 years ago
  51. 09a7fe6 Fixup this HOWTO's doctest blocks so that they can be run with sphinx' doctest builder. by Georg Brandl · 17 years ago
  52. b98fe5a Allow giving source names on the cmdline. by Georg Brandl · 17 years ago
  53. 17baef0 Activate the Sphinx doctest extension and convert howto/functional to use it. by Georg Brandl · 17 years ago
  54. 86f38c8 #1918: document that weak references *to* an object are by Georg Brandl · 17 years ago
  55. 0e9ab5f Applied patch #1657 epoll and kqueue wrappers for the select module by Christian Heimes · 17 years ago
  56. 5f79446 Add missing versionadded tag. by Georg Brandl · 17 years ago
  57. c326801 Update doc ACKS. by Georg Brandl · 17 years ago
  58. 4ab9feb #2160: document PyImport_GetImporter. by Georg Brandl · 17 years ago
  59. d346475 Add docs for print_function and future_builtins. Fixes #2442. by Georg Brandl · 17 years ago
  60. 3fbe20c Add docs for __func__ and __self__ on methods. by Georg Brandl · 17 years ago
  61. 0629118 Fix a code block in __future__ docs. by Georg Brandl · 17 years ago
  62. 859043c Fix markup. by Georg Brandl · 17 years ago
  63. 9c6c47b Mark the descitems in the tutorial as "noindex" so that :meth: cross-refs don't link to them. by Georg Brandl · 17 years ago
  64. 33dd094 Fixed PEP name. by Eric Smith · 17 years ago
  65. 9cf2f5d Add lots of items by Andrew M. Kuchling · 17 years ago
  66. 4e0c72b Clarfiy the availability of the extended support for win32_ver() in Py2.6. by Marc-André Lemburg · 17 years ago
  67. 53c7a60 Add documentation for updated Windows support in win32_ver(). by Marc-André Lemburg · 17 years ago
  68. 45ea86c Issue 2188: Documentation hint about disabling proxy detection. by Sean Reifscheider · 17 years ago
  69. a5cfcad Prevent ioctl op codes from being sign extended from int to unsigned long by Gregory P. Smith · 17 years ago
  70. 97e863e Another one. by Georg Brandl · 17 years ago
  71. 482d752 Remove footnote from versionchanged as it upsets LaTeX. by Georg Brandl · 17 years ago
  72. bde4007 Mention that crc32 and adler32 are available in a different module (zlib). by Gregory P. Smith · 17 years ago
  73. 6f778cf Document unicode.isnumeric() and unicode.isdecimal() (issue2326) by Steven Bethard · 17 years ago
  74. f48f9d3 Force zlib.crc32 and zlib.adler32 to return a signed integer on all platforms by Gregory P. Smith · 17 years ago
  75. 43da35d Added a footnote to each pointing out that for XML output if an encoding by Mark Summerfield · 17 years ago
  76. 91f0ee4 Clarified documentation on use of shutdown(). by Vinay Sajip · 17 years ago
  77. 87b0551 #2299: typos in newtypes.rst. by Georg Brandl · 17 years ago
  78. a6cfeb4 Update docs to reflect removal of Exact/Inexact by Raymond Hettinger · 17 years ago
  79. fc070d2 add %f format to datetime - issue 1158 by Skip Montanaro · 17 years ago
  80. 75e5168 note that fork and forkpty raise OSError on failure by Skip Montanaro · 17 years ago
  81. 0267781 Fix lots of broken links in the docs, found by Sphinx' external link checker. by Georg Brandl · 17 years ago
  82. bd77681 Remove obsolete paragraph. #2288. by Georg Brandl · 17 years ago
  83. 53bdf09 Issue 2274: Add heapq.heappushpop(). by Raymond Hettinger · 17 years ago
  84. d51e842 Add class decorators by Andrew M. Kuchling · 17 years ago
  85. 2e25551 #1720705: add docs about import/threading interaction, wording by Nick. by Georg Brandl · 17 years ago
  86. 4bb40b9 #2270: fix typo. by Georg Brandl · 17 years ago
  87. d85a13a #2265: fix example. by Georg Brandl · 17 years ago
  88. 513460f Improve docs for itemgetter(). Show that it works with slices. by Raymond Hettinger · 17 years ago
  89. e8b4b60 Add recipe to docs. by Raymond Hettinger · 17 years ago
  90. 5bb647d Update for newest Sphinx. by Georg Brandl · 17 years ago
  91. c557db5 #2249: document assertTrue and assertFalse. by Georg Brandl · 17 years ago
  92. c54aec1 Issue 1106316. post_mortem()'s parameter, traceback, is now by Facundo Batista · 17 years ago
  93. 372d55e #1533486: fix types in refcount intro. by Georg Brandl · 17 years ago
  94. 47a5aec #2253: fix continue vs. finally docs. by Georg Brandl · 17 years ago
  95. 31c6de4 Grammar fix by Andrew M. Kuchling · 17 years ago
  96. 7af53be Speed up with statements by storing the __exit__ method on the stack instead of in a temp variable (bumps the magic number for pyc files) by Nick Coghlan · 17 years ago
  97. e75f59a Progress on issue #1193577 by adding a polling .shutdown() method to by Jeffrey Yasskin · 17 years ago
  98. 38fb9be Tweak recipes and tests by Raymond Hettinger · 17 years ago
  99. a7bd27f #2225: return nonzero status code from py_compile if not all files could be compiled. by Georg Brandl · 17 years ago
  100. 6c45dc1 Add isinstance/issubclass to tutorial. by Georg Brandl · 17 years ago