1. 4f6ec9d add headings by Benjamin Peterson · 17 years ago
  2. 2d54e72 copy sentence from docstring by Benjamin Peterson · 17 years ago
  3. 4b3ed5d Fix typo in Python equivalent for bit_length. by Mark Dickinson · 17 years ago
  4. ba666a5 Fix-up and clean-up docs for int.bit_length(). by Raymond Hettinger · 17 years ago
  5. 2b97b71 _call_method -> _callmethod and _get_value to _getvalue by Benjamin Peterson · 17 years ago
  6. dd5312d fix typo by Benjamin Peterson · 17 years ago
  7. 1a70798 Issue #3439: add bit_length method to int and long. by Mark Dickinson · 17 years ago
  8. d0c3515 Issue #2183: Simplify and optimize bytecode for list comprehensions. by Antoine Pitrou · 17 years ago
  9. 60b2e38 #4568: remove limitation in varargs callback example. by Georg Brandl · 17 years ago
  10. d729aad specify how things are copied by Benjamin Peterson · 17 years ago
  11. f8668ce #4457: rewrite __import__() documentation. by Georg Brandl · 17 years ago
  12. f5d5a66 Follow-up to #4488: document PIPE and STDOUT properly. by Georg Brandl · 17 years ago
  13. 248e172 Move __import__ to the bottom of the functions list. by Georg Brandl · 17 years ago
  14. 95a840b #3171: document that *slice are removed in 3k. by Georg Brandl · 17 years ago
  15. 905e0f6 #4478: document that copyfile() can raise Error. by Georg Brandl · 17 years ago
  16. e70ff4b #4441 followup: Add link to open() docs for Windows. by Georg Brandl · 17 years ago
  17. 8d6c490 Use markup. by Georg Brandl · 17 years ago
  18. 0c880bd #4441: improve doc for os.open() flags. by Georg Brandl · 17 years ago
  19. 5b5f273 #4409: fix asterisks looking like footnotes. by Georg Brandl · 17 years ago
  20. b46f0d7 #4408: document regex.groups. by Georg Brandl · 17 years ago
  21. 2657680 rename the new check_call_output to check_output. its less ugly. by Gregory P. Smith · 17 years ago
  22. 1743201 Clarification to avoid confusing output with file descriptors. by Georg Brandl · 17 years ago
  23. 97f49f4 Adds a subprocess.check_call_output() function to return the output from a by Gregory P. Smith · 17 years ago
  24. 32d1408 Add another heapq example. by Georg Brandl · 17 years ago
  25. 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
  26. 4f21f98 StringIO.close() stops you from using the buffer, too by Benjamin Peterson · 17 years ago
  27. a280fd7 mp docs - fix issues 4012,3518,4193 by Jesse Noller · 17 years ago
  28. 78f98a4 fix typo in sqlite3 docs by Benjamin Peterson · 17 years ago
  29. 6234291 #4404: make clear what "path" is. by Georg Brandl · 17 years ago
  30. df9bcf1 Fix typo. by Georg Brandl · 17 years ago
  31. 39ff59e replace reference to debugger-hooks by Benjamin Peterson · 17 years ago
  32. 0b9999c #4399: fix typo. by Georg Brandl · 17 years ago
  33. 061d2e2 #4392: fix parameter name. by Georg Brandl · 17 years ago
  34. b053f99 #4364: fix attribute name on ctypes object. by Georg Brandl · 17 years ago
  35. 3226565 Fixed issue #4233. by Amaury Forgeot d'Arc · 17 years ago
  36. 050f4ad fix indentation and a sphinx warning by Benjamin Peterson · 17 years ago
  37. 5ab9c3b move useful sys.settrace information to the function's documentation from the debugger by Benjamin Peterson · 17 years ago
  38. 031f3fb Clarify the docs for the 'strict' argument to httplib.HTTPConnection. by Brett Cannon · 17 years ago
  39. ee1a7da #4324: fix getlocale() argument. by Georg Brandl · 17 years ago
  40. c4d39b2 use correct name by Benjamin Peterson · 17 years ago
  41. 942e477 clarify what was added by Benjamin Peterson · 17 years ago
  42. 728c6f6 move context clue to versionchanged tag by Benjamin Peterson · 17 years ago
  43. d923f98 a few compile() and ast doc improvements by Benjamin Peterson · 17 years ago
  44. 01ba86a #4245: move Thread section to the top. by Georg Brandl · 17 years ago
  45. b9bfea7 #4267: small fixes in sqlite3 docs. by Georg Brandl · 17 years ago
  46. 8986706 #4268: Use correct module for two toplevel functions. by Georg Brandl · 17 years ago
  47. ad1cb66 #4167: fix markup glitches. by Georg Brandl · 17 years ago
  48. accb38c clarify by splitting into multiple paragraphs by Benjamin Peterson · 17 years ago
  49. 8928a7e rephrase has_key doc by Benjamin Peterson · 17 years ago
  50. d79af0f finish backporting binary literals and new octal literals docs by Benjamin Peterson · 17 years ago
  51. b5f8208 backport bin() documentation by Benjamin Peterson · 17 years ago
  52. b06b4c3 mention the version gettempdir() was added by Benjamin Peterson · 17 years ago
  53. 611e48c Use the correct names of the stateless codec functions (Fixes issue 4178). by Walter Dörwald · 17 years ago
  54. cd29e9d and another typo... by Benjamin Peterson · 17 years ago
  55. 92be539 fix a few typos by Benjamin Peterson · 17 years ago
  56. f3d0ce1 mention -n by Benjamin Peterson · 17 years ago
  57. 92b70bc Fix duplicate word. by Georg Brandl · 17 years ago
  58. c2f1440 clarify CALL_FUNCTION #4141 by Benjamin Peterson · 17 years ago
  59. 19cc944 part of #4012: kill off old name "processing". by Georg Brandl · 17 years ago
  60. 0a6b28a #4131: FF3 doesn't write cookies.txt files. by Georg Brandl · 17 years ago
  61. 5c4e006 document that deque indexing is O(n) #4123 by Benjamin Peterson · 17 years ago
  62. 1fb8451 add a much requested newline by Benjamin Peterson · 17 years ago
  63. 0ecbcca document how to disable fixers by Benjamin Peterson · 17 years ago
  64. 83ca0a6 talk about how you can unzip with zip by Benjamin Peterson · 17 years ago
  65. cae5848 fix a small typo by Benjamin Peterson · 17 years ago
  66. 1178e02 Typo: "ThreadError" is the name in the C source. by Armin Rigo · 17 years ago
  67. 26497d9 #4059: patch up some sqlite docs. by Georg Brandl · 17 years ago
  68. f9db596 fix typo by Benjamin Peterson · 17 years ago
  69. 34211e9 #4041: don't refer to removed and outdated modules. by Georg Brandl · 17 years ago
  70. 0806749 Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when by Gregory P. Smith · 17 years ago
  71. cad8da8 Markup fixes. (optparse.rst probably needs an entire revision pass.) by Andrew M. Kuchling · 17 years ago
  72. 83b3910 Edits, and add markup by Andrew M. Kuchling · 17 years ago
  73. 37040cd issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller by Jesse Noller · 17 years ago
  74. e563aa4 Issue #3965: Allow repeated calls to turtle.Screen, by making it a by Martin v. Löwis · 17 years ago
  75. b51f81d note the 2to3 -d could be useful for other refactoring by Benjamin Peterson · 17 years ago
  76. 4fad6fa better grammar by Benjamin Peterson · 17 years ago
  77. 7a4a93b #1415508: Document two functions by Andrew M. Kuchling · 17 years ago
  78. ac77166 #1579477: mention necessity to flush output before exec'ing by Andrew M. Kuchling · 17 years ago
  79. e689605 #3510: future-proof text by Andrew M. Kuchling · 17 years ago
  80. 7f8f660 2to3's api should be considered unstable by Benjamin Peterson · 17 years ago
  81. 8798c90 Improve wording by Andrew M. Kuchling · 17 years ago
  82. 1379ae0 Indentation normalization. by Georg Brandl · 17 years ago
  83. 3e876fd clean up docs for platform's linux_distribution and dist functions by Benjamin Peterson · 17 years ago
  84. afeea07 #3918: note that uniform() args can be swapped. by Georg Brandl · 17 years ago
  85. 4517323 #3912: document default for *places* arg. by Georg Brandl · 17 years ago
  86. 2f3bd83 #3852: fix some select.kqueue and kevent docs. by Georg Brandl · 17 years ago
  87. 3134f14 Improve docs for super(). by Raymond Hettinger · 17 years ago
  88. 5aaa3e5 Fix for documentation bug. Fixes issue 3904. by Josiah Carlson · 17 years ago
  89. b8966ab document compileall command flags by Benjamin Peterson · 17 years ago
  90. b40890d usage by Skip Montanaro · 17 years ago
  91. 6be425c be less wordy by Benjamin Peterson · 17 years ago
  92. 881c487 clarify that radix for int is not 'guessed' by Benjamin Peterson · 17 years ago
  93. 9af9498 Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. by Georg Brandl · 17 years ago
  94. 09e8093 #3288: Document as_integer_ratio by Andrew M. Kuchling · 17 years ago
  95. bf64c04 Remove extra 'the'; the following title includes it by Andrew M. Kuchling · 17 years ago
  96. b535d32 fix typo by Benjamin Peterson · 17 years ago
  97. d2e0938 Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon) by Nick Coghlan · 17 years ago
  98. 24329ba Issue #3811: The Unicode database was updated to 5.1. by Martin v. Löwis · 17 years ago
  99. 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 17 years ago
  100. 61c001a incorporate fixes from issue 3162; SSL doc patch by Bill Janssen · 17 years ago