1. e9e8c9b #10739: document that on Windows, socket.makefile() does not make a file that has a true file descriptor usable where such a thing is expected. by Georg Brandl · 15 years ago
  2. 2c39c77 #10781: clarify that *encoding* is not a parameter for Node objects in general. by Georg Brandl · 15 years ago
  3. c28036b #10742: document readonly attribute of memoryviews. by Georg Brandl · 15 years ago
  4. 2a39b71 Replace sys.maxint mention by sys.maxsize. by Georg Brandl · 15 years ago
  5. 301e956 Issue #8966: Remove the documentation of ctypes.set_conversion_mode() by Victor Stinner · 15 years ago
  6. 0d4bcf4 Fix typo (#10770) by Éric Araujo · 15 years ago
  7. 2908765 Remove unexistent parameter (#3216) by Éric Araujo · 15 years ago
  8. 57bd00a Adopt symmetric names for arguments (actual/expected --> first/second). by Raymond Hettinger · 15 years ago
  9. 6518f5e Fix docs and comment for r87454. by Raymond Hettinger · 15 years ago
  10. 0d26798 Issue #10587: Document the meaning of str methods. by Alexander Belopolsky · 15 years ago
  11. 689b68a Logging documentation updates. by Vinay Sajip · 15 years ago
  12. 8ebe27f Deprecate assertDictContainsSubset() by Raymond Hettinger · 15 years ago
  13. f259076 Suggest sys.maxsize as a reliable way to know whether the interpreter is 64-bit. by Antoine Pitrou · 15 years ago
  14. 01094e1 Logging documentation updates. by Vinay Sajip · 15 years ago
  15. c63619b Logging documentation reorganised. by Vinay Sajip · 15 years ago
  16. 09a7df8 #3243 follow-up: remove debugging print and fix docs; data is a bytes object. by Georg Brandl · 15 years ago
  17. 7bc0d87 Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji Li and Chris AtLee. by Senthil Kumaran · 15 years ago
  18. c884350 Fix markup error and update suspicious file. by Georg Brandl · 15 years ago
  19. 7504302 Logging documentation update. by Vinay Sajip · 15 years ago
  20. addc6f5 #10573: use actual/expected consistently in unittest methods. The order of the args of assertCountEqual is also changed. by Ezio Melotti · 15 years ago
  21. 0bdfbfa #10723: add missing builtin exceptions. by Georg Brandl · 15 years ago
  22. 32e1771 #10728: the default for printing help is sys.stdout, not stderr. by R. David Murray · 15 years ago
  23. 77570e2 Fix typo. by Georg Brandl · 15 years ago
  24. 197c9c9 Make this a note again. by Antoine Pitrou · 15 years ago
  25. fd311a7 Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg for beta2 on the tracker. by Steven Bethard · 15 years ago
  26. c539a2a Add link to a sample solution to a common problem. by Raymond Hettinger · 15 years ago
  27. 71b37a5 100% test coverage, better mapping protocol compatibility, some minor bugfixes by Łukasz Langa · 15 years ago
  28. 2a1e3e6 Issue2690: Update docs to reflect the change made by issue2690. by Daniel Stutzbach · 15 years ago
  29. 988dbd7 Issue #10711: Remove HTTP 0.9 support from http.client. The `strict` by Antoine Pitrou · 15 years ago
  30. 94f58c3 #10454: clarify the compileall docs and help messages. by R. David Murray · 15 years ago
  31. b25a791 configparser API cleanup: default values now sensible, slightly incompatible. by Łukasz Langa · 15 years ago
  32. 930df31 Add missing docs and directives related to PEP 3147 and byte-compilation by Éric Araujo · 15 years ago
  33. 971dc01 Fix one versionchanged by Éric Araujo · 15 years ago
  34. f68fa05 Add versionadded directive missing from r78983. by Éric Araujo · 15 years ago
  35. 1d55c7e Advertise “python -m test” over test.regrtest (r87296 followup) by Éric Araujo · 15 years ago
  36. 7f64c8a Broken ConfigParser removed, SafeConfigParser renamed to ConfigParser. by Łukasz Langa · 15 years ago
  37. 48f3bd3 Nits by Raymond Hettinger · 15 years ago
  38. 055d2e0 Advertise “python -m” instead of direct filename. by Éric Araujo · 15 years ago
  39. d6c5f74 No need to generate a link for something that’s just above. by Éric Araujo · 15 years ago
  40. 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 15 years ago
  41. 119cda0 Mark up one missed None in pkgutil.rst (#8851) by Éric Araujo · 15 years ago
  42. 17a5925 Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes; avoid unneeded lists of SM.b2j keys and items in .__chain_b. Do not backport. by Terry Reedy · 15 years ago
  43. 67f0b6c Use nested method directives, rewrap long lines, fix whitespace. by Éric Araujo · 15 years ago
  44. d00862a Improve trace documentation (#9264). Patch by Eli Bendersky. by Éric Araujo · 15 years ago
  45. b8eb9cb Move the urllib-inherited API to a distinguished section by Antoine Pitrou · 15 years ago
  46. d89bc3f #10705: document what the values of debuglevel are and mean. by R. David Murray · 15 years ago
  47. 9a6b400 Logging documentation update. by Vinay Sajip · 15 years ago
  48. ec07331 #775964: skip YP/NIS entries instead of failing the test by R. David Murray · 15 years ago
  49. 8edd99d Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest. by Gregory P. Smith · 15 years ago
  50. 7ec754b #1078919: make add_header automatically do RFC2231 encoding when needed. by R. David Murray · 15 years ago
  51. 796343b #10698: fix typo in example. by R. David Murray · 15 years ago
  52. fd94b17 Logging documentation update. by Vinay Sajip · 15 years ago
  53. 7292b88 Logging documentation update. by Vinay Sajip · 15 years ago
  54. 9466fe8 Logging documentatio update. by Vinay Sajip · 15 years ago
  55. f560485 Get rid of the close_fds DeprecationWarning. Changes the default on a per by Gregory P. Smith · 15 years ago
  56. 1d5d685 Logging documentation - further update. by Vinay Sajip · 15 years ago
  57. 97b886d Logging documentation - further update. by Vinay Sajip · 15 years ago
  58. 36675b6 Logging documentation - further update. by Vinay Sajip · 15 years ago
  59. 7bdfe77 Improve readability of the socket docs by Antoine Pitrou · 15 years ago
  60. 64a467d Homogenize the "optional OS services" menu by Antoine Pitrou · 15 years ago
  61. f10f162 Consistent ordering of availability statements by Antoine Pitrou · 15 years ago
  62. e72b586 Fix heading level by Antoine Pitrou · 15 years ago
  63. a654090 Remove redundant sentence, and fix markup by Antoine Pitrou · 15 years ago
  64. cc4edd5 Add link to the buffer protocol description from the memory description. by Antoine Pitrou · 15 years ago
  65. 36730e8 Make this a warning and fix indentation by Antoine Pitrou · 15 years ago
  66. 19d6ce0 Obsolete aliases needn't be documented by Antoine Pitrou · 15 years ago
  67. b387ad6 Remove reference to stuff which is already obsolete in 2.x. by Antoine Pitrou · 15 years ago
  68. c58bde1 SET_LINENO was removed in 2.3 by Antoine Pitrou · 15 years ago
  69. f234eb9 Logging documentation - further update. by Vinay Sajip · 15 years ago
  70. 0e65cf0 Logging documentation - further update. by Vinay Sajip · 15 years ago
  71. 5286ccf Logging documentation - further update. by Vinay Sajip · 15 years ago
  72. a18b959 Logging documentation update. by Vinay Sajip · 15 years ago
  73. 28a4dce remove (un)transform methods by Benjamin Peterson · 15 years ago
  74. fc55789 Updated UCD version and unicode.org links to Unicode 6.0.0 by Alexander Belopolsky · 15 years ago
  75. dfa0a2a Minor documentation tweak. by Vinay Sajip · 15 years ago
  76. fb1720b Fix "seperate". by Georg Brandl · 15 years ago
  77. 53a9dd7 Issue #10546: UTF-16-LE and UTF-16-BE *do* support non-BMP characters by Victor Stinner · 15 years ago
  78. c2c7c37 Make the example a little more interesting and useful. by Raymond Hettinger · 15 years ago
  79. 677e10a Add example for the entry for argparse by Raymond Hettinger · 15 years ago
  80. 1fa7682 Note improvements to the docs. by Raymond Hettinger · 15 years ago
  81. 6e35394 Mention itertools.accumulate(). by Raymond Hettinger · 15 years ago
  82. d9404b5 Doc nit. by Raymond Hettinger · 15 years ago
  83. 4640237 Fix markup errors. by Georg Brandl · 15 years ago
  84. 8c647cd clarify the docs and new warning message. by Gregory P. Smith · 15 years ago
  85. 13d49ee Issue #10601: sys.displayhook uses 'backslashreplace' error handler on by Victor Stinner · 15 years ago
  86. cbc79c7 Add display/undisplay pdb commands. by Georg Brandl · 15 years ago
  87. 44f2b64 #7245: Add a SIGINT handler on continue in pdb that allows to break a program again by pressing Ctrl-C. by Georg Brandl · 15 years ago
  88. 2cf9ddb configparser: fixed inconsistency where in SafeConfigParser option values by Łukasz Langa · 15 years ago
  89. 1acb746 Add the "interact" pdb command from pdb++. by Georg Brandl · 15 years ago
  90. 732324a #7905: Actually respect the keyencoding parameter to shelve.Shelf. by Georg Brandl · 15 years ago
  91. 8334fd9 Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. by Georg Brandl · 15 years ago
  92. d9e833c #6045: provide at least get() and setdefault() for all dbm modules. by Georg Brandl · 15 years ago
  93. d23047b issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument is by Gregory P. Smith · 15 years ago
  94. e8b0d61 Fix typo. by Georg Brandl · 15 years ago
  95. 37d120a Issue 10620: Specifying test modules by path instead of module name to 'python -m unittest' by Michael Foord · 15 years ago
  96. 500be24 Fix indentation. by Georg Brandl · 15 years ago
  97. bed81c8 Add an "advanced topics" section to the io doc. by Antoine Pitrou · 15 years ago
  98. 74a7c67 by Terry Reedy · 15 years ago
  99. 38e117d Fix punctuation. by Georg Brandl · 15 years ago
  100. b6a6f5f Issue 10499: Modular interpolation in configparser by Łukasz Langa · 15 years ago