1. 055d2e0 Advertise “python -m” instead of direct filename. by Éric Araujo · 14 years ago
  2. d6c5f74 No need to generate a link for something that’s just above. by Éric Araujo · 14 years ago
  3. 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 14 years ago
  4. 119cda0 Mark up one missed None in pkgutil.rst (#8851) by Éric Araujo · 14 years ago
  5. 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 · 14 years ago
  6. 67f0b6c Use nested method directives, rewrap long lines, fix whitespace. by Éric Araujo · 14 years ago
  7. d00862a Improve trace documentation (#9264). Patch by Eli Bendersky. by Éric Araujo · 14 years ago
  8. b8eb9cb Move the urllib-inherited API to a distinguished section by Antoine Pitrou · 14 years ago
  9. d89bc3f #10705: document what the values of debuglevel are and mean. by R. David Murray · 14 years ago
  10. 9a6b400 Logging documentation update. by Vinay Sajip · 14 years ago
  11. ec07331 #775964: skip YP/NIS entries instead of failing the test by R. David Murray · 14 years ago
  12. 8edd99d Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest. by Gregory P. Smith · 14 years ago
  13. 7ec754b #1078919: make add_header automatically do RFC2231 encoding when needed. by R. David Murray · 14 years ago
  14. 796343b #10698: fix typo in example. by R. David Murray · 14 years ago
  15. fd94b17 Logging documentation update. by Vinay Sajip · 14 years ago
  16. 7292b88 Logging documentation update. by Vinay Sajip · 14 years ago
  17. 9466fe8 Logging documentatio update. by Vinay Sajip · 14 years ago
  18. f560485 Get rid of the close_fds DeprecationWarning. Changes the default on a per by Gregory P. Smith · 14 years ago
  19. 1d5d685 Logging documentation - further update. by Vinay Sajip · 14 years ago
  20. 97b886d Logging documentation - further update. by Vinay Sajip · 14 years ago
  21. 36675b6 Logging documentation - further update. by Vinay Sajip · 14 years ago
  22. 7bdfe77 Improve readability of the socket docs by Antoine Pitrou · 14 years ago
  23. 64a467d Homogenize the "optional OS services" menu by Antoine Pitrou · 14 years ago
  24. f10f162 Consistent ordering of availability statements by Antoine Pitrou · 14 years ago
  25. e72b586 Fix heading level by Antoine Pitrou · 14 years ago
  26. a654090 Remove redundant sentence, and fix markup by Antoine Pitrou · 14 years ago
  27. cc4edd5 Add link to the buffer protocol description from the memory description. by Antoine Pitrou · 14 years ago
  28. 36730e8 Make this a warning and fix indentation by Antoine Pitrou · 14 years ago
  29. 19d6ce0 Obsolete aliases needn't be documented by Antoine Pitrou · 14 years ago
  30. b387ad6 Remove reference to stuff which is already obsolete in 2.x. by Antoine Pitrou · 14 years ago
  31. c58bde1 SET_LINENO was removed in 2.3 by Antoine Pitrou · 14 years ago
  32. f234eb9 Logging documentation - further update. by Vinay Sajip · 14 years ago
  33. 0e65cf0 Logging documentation - further update. by Vinay Sajip · 14 years ago
  34. 5286ccf Logging documentation - further update. by Vinay Sajip · 14 years ago
  35. a18b959 Logging documentation update. by Vinay Sajip · 14 years ago
  36. 28a4dce remove (un)transform methods by Benjamin Peterson · 14 years ago
  37. fc55789 Updated UCD version and unicode.org links to Unicode 6.0.0 by Alexander Belopolsky · 14 years ago
  38. dfa0a2a Minor documentation tweak. by Vinay Sajip · 14 years ago
  39. fb1720b Fix "seperate". by Georg Brandl · 14 years ago
  40. 53a9dd7 Issue #10546: UTF-16-LE and UTF-16-BE *do* support non-BMP characters by Victor Stinner · 14 years ago
  41. c2c7c37 Make the example a little more interesting and useful. by Raymond Hettinger · 14 years ago
  42. 677e10a Add example for the entry for argparse by Raymond Hettinger · 14 years ago
  43. 1fa7682 Note improvements to the docs. by Raymond Hettinger · 14 years ago
  44. 6e35394 Mention itertools.accumulate(). by Raymond Hettinger · 14 years ago
  45. d9404b5 Doc nit. by Raymond Hettinger · 14 years ago
  46. 4640237 Fix markup errors. by Georg Brandl · 14 years ago
  47. 8c647cd clarify the docs and new warning message. by Gregory P. Smith · 14 years ago
  48. 13d49ee Issue #10601: sys.displayhook uses 'backslashreplace' error handler on by Victor Stinner · 14 years ago
  49. cbc79c7 Add display/undisplay pdb commands. by Georg Brandl · 14 years ago
  50. 44f2b64 #7245: Add a SIGINT handler on continue in pdb that allows to break a program again by pressing Ctrl-C. by Georg Brandl · 14 years ago
  51. 2cf9ddb configparser: fixed inconsistency where in SafeConfigParser option values by Łukasz Langa · 14 years ago
  52. 1acb746 Add the "interact" pdb command from pdb++. by Georg Brandl · 14 years ago
  53. 732324a #7905: Actually respect the keyencoding parameter to shelve.Shelf. by Georg Brandl · 14 years ago
  54. 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 · 14 years ago
  55. d9e833c #6045: provide at least get() and setdefault() for all dbm modules. by Georg Brandl · 14 years ago
  56. d23047b issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument is by Gregory P. Smith · 14 years ago
  57. e8b0d61 Fix typo. by Georg Brandl · 14 years ago
  58. 37d120a Issue 10620: Specifying test modules by path instead of module name to 'python -m unittest' by Michael Foord · 14 years ago
  59. 500be24 Fix indentation. by Georg Brandl · 14 years ago
  60. bed81c8 Add an "advanced topics" section to the io doc. by Antoine Pitrou · 14 years ago
  61. 74a7c67 by Terry Reedy · 14 years ago
  62. 38e117d Fix punctuation. by Georg Brandl · 14 years ago
  63. b6a6f5f Issue 10499: Modular interpolation in configparser by Łukasz Langa · 14 years ago
  64. 1eb40bc Markup consistency fixes. by Georg Brandl · 14 years ago
  65. 37ee850 Issue 2690: Add support for slicing and negative indices to range objects (includes precalculation and storage of the range length). by Nick Coghlan · 14 years ago
  66. 6156152 logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests. by Vinay Sajip · 14 years ago
  67. 34e9fc2 Add a line with the actual changes. by Georg Brandl · 14 years ago
  68. 7bb30b7 Improve Pydoc interactive browsing (#2001). Patch by Ron Adam. by Nick Coghlan · 14 years ago
  69. bb7b753 Add missing versionchanged, correct 'throw' wording to 'raise'. by R. David Murray · 14 years ago
  70. b579dba #1486713: Add a tolerant mode to HTMLParser. by R. David Murray · 14 years ago
  71. 79cdb66 Fix #10554. Added context manager support to Popen objects. by Brian Curtin · 14 years ago
  72. 2d93e6e Update the itertools.accumulate() docs. by Raymond Hettinger · 14 years ago
  73. d8ff465 Simplify the signature for itertools.accumulate() to match numpy. Handle one item iterable the same way as min()/max(). by Raymond Hettinger · 14 years ago
  74. 5074df6 Issue 7911: unittest.TestCase.longMessage defaults to True for improved failure messages by default by Michael Foord · 14 years ago
  75. 1203720 Re-add accidentally removed line. by Georg Brandl · 14 years ago
  76. a0b44b5 #8989: add 'domain' keyword to make_msgid. by R. David Murray · 14 years ago
  77. 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 14 years ago
  78. 0252462 #7475: add (un)transform method to bytes/bytearray and str, add back codecs that can be used with them from Python 2. by Georg Brandl · 14 years ago
  79. c167368 Fix-up documentation of makedirs(). by Georg Brandl · 14 years ago
  80. 5a22b65 Issue 9299 Add exist_ok parameter to os.makedirs to suppress 'File exists' exception. Patch by Ray Allen. by Terry Reedy · 14 years ago
  81. 3cdf871 Neaten-up random module docs. by Raymond Hettinger · 14 years ago
  82. 2fdc7b1 Add an example to the random docs. by Raymond Hettinger · 14 years ago
  83. 30c7362 Clean-up last update (missing comma, unnecessary spacing change, spurious backtick). by Raymond Hettinger · 14 years ago
  84. adb8146 Add itertools.accumulate(). by Raymond Hettinger · 14 years ago
  85. 419e3de Fix some markup and style in the unittest docs. by Georg Brandl · 14 years ago
  86. 5ce0aa2 Add recipe to itertools doc. by Raymond Hettinger · 14 years ago
  87. c79fb0e Issue 10593: Adopt Nick's suggestion for an lru_cache with maxsize=None. by Raymond Hettinger · 14 years ago
  88. ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 14 years ago
  89. 6090187 #10535: Enable silenced warnings in unittest by default by Ezio Melotti · 14 years ago
  90. 00f2f97 Doc and docstring nits. by Raymond Hettinger · 14 years ago
  91. cc03858 Documentation nits. by Raymond Hettinger · 14 years ago
  92. 7496b41 Add example, tighten text, and minor clean-ups. by Raymond Hettinger · 14 years ago
  93. d01df46 Fix typo: "ofbytes" should be "of bytes" by Daniel Stutzbach · 14 years ago
  94. dcb4491 Add some internal links. by Raymond Hettinger · 14 years ago
  95. ff2a4ba Let’s keep “throw” for the generator method and use “raise” elsewhere. by Éric Araujo · 14 years ago
  96. 9fc443c Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences in addition to character strings by Nick Coghlan · 14 years ago
  97. 5aa580f Fix typo. by Georg Brandl · 14 years ago
  98. 8f358aa #10584: fix bad links. by Georg Brandl · 14 years ago
  99. 5e20bab Neaten-up a bit. by Raymond Hettinger · 14 years ago
  100. 234515a Issue 10586: change the new functools.lru_cache implementation to expose the maximum and current cache sizes through the public statistics API. This API is now a single function that returns a named tuple. by Nick Coghlan · 14 years ago