1. 1d5d685 Logging documentation - further update. by Vinay Sajip · 14 years ago
  2. 97b886d Logging documentation - further update. by Vinay Sajip · 14 years ago
  3. 36675b6 Logging documentation - further update. by Vinay Sajip · 14 years ago
  4. 7bdfe77 Improve readability of the socket docs by Antoine Pitrou · 14 years ago
  5. 64a467d Homogenize the "optional OS services" menu by Antoine Pitrou · 14 years ago
  6. f10f162 Consistent ordering of availability statements by Antoine Pitrou · 14 years ago
  7. e72b586 Fix heading level by Antoine Pitrou · 14 years ago
  8. a654090 Remove redundant sentence, and fix markup by Antoine Pitrou · 14 years ago
  9. cc4edd5 Add link to the buffer protocol description from the memory description. by Antoine Pitrou · 14 years ago
  10. 8abc935 Better explain the buffer interface (hopefully) by Antoine Pitrou · 14 years ago
  11. 36730e8 Make this a warning and fix indentation by Antoine Pitrou · 14 years ago
  12. 19d6ce0 Obsolete aliases needn't be documented by Antoine Pitrou · 14 years ago
  13. b387ad6 Remove reference to stuff which is already obsolete in 2.x. by Antoine Pitrou · 14 years ago
  14. c58bde1 SET_LINENO was removed in 2.3 by Antoine Pitrou · 14 years ago
  15. f234eb9 Logging documentation - further update. by Vinay Sajip · 14 years ago
  16. 0e65cf0 Logging documentation - further update. by Vinay Sajip · 14 years ago
  17. 5286ccf Logging documentation - further update. by Vinay Sajip · 14 years ago
  18. a18b959 Logging documentation update. by Vinay Sajip · 14 years ago
  19. 28a4dce remove (un)transform methods by Benjamin Peterson · 14 years ago
  20. 18d378d Fix markup. by Georg Brandl · 14 years ago
  21. 6d9839d Add versionchanged for parameter type changes. by Martin v. Löwis · 14 years ago
  22. dd59097 Adjust PySlice_GetIndices documentation to signature change. by Martin v. Löwis · 14 years ago
  23. cc9d237 Fix typo. by Georg Brandl · 14 years ago
  24. fc55789 Updated UCD version and unicode.org links to Unicode 6.0.0 by Alexander Belopolsky · 14 years ago
  25. 070ec70 Move nntp entry back to changed modules section and add entry for non-ascii import directories. by Raymond Hettinger · 14 years ago
  26. dfa0a2a Minor documentation tweak. by Vinay Sajip · 14 years ago
  27. 522cc0a Reclassify some entries and remove a couple of minor ones. by Raymond Hettinger · 14 years ago
  28. 21ec4bc Overview of email module and recategorize various entries. by Raymond Hettinger · 14 years ago
  29. 5eb6390 Doh! Example pasted twice, but only once in the right place. by Raymond Hettinger · 14 years ago
  30. fb1720b Fix "seperate". by Georg Brandl · 14 years ago
  31. 792c076 Entries for datetime, callable, and collections.Counter. by Raymond Hettinger · 14 years ago
  32. 53a9dd7 Issue #10546: UTF-16-LE and UTF-16-BE *do* support non-BMP characters by Victor Stinner · 14 years ago
  33. 84cc062 Edited the Unicode 6.0.0 entry to add unicode.org links and trim the summary. by Alexander Belopolsky · 14 years ago
  34. 7257231 Added a datetime new features entry by Alexander Belopolsky · 14 years ago
  35. 515fabb Entry for inspect.getattr_static(). by Raymond Hettinger · 14 years ago
  36. b1ff402 Example of argparge with subparsers. by Raymond Hettinger · 14 years ago
  37. 2ffa671 range() example by Raymond Hettinger · 14 years ago
  38. 24a0941 Nits. by Raymond Hettinger · 14 years ago
  39. 83d8079 Clean-ups. by Raymond Hettinger · 14 years ago
  40. b105519 Add example for concurrent.futures. by Raymond Hettinger · 14 years ago
  41. 3fcf002 Update whatsnew. Salt the random number seed. by Raymond Hettinger · 14 years ago
  42. 2c1ecc3 Martin's name with Unicode. by Raymond Hettinger · 14 years ago
  43. c2c7c37 Make the example a little more interesting and useful. by Raymond Hettinger · 14 years ago
  44. 673ccf2 Clean-ups and examples. by Raymond Hettinger · 14 years ago
  45. 68f1e8d Spelling. by Raymond Hettinger · 14 years ago
  46. a026633 More cleanups and examples. by Raymond Hettinger · 14 years ago
  47. 677e10a Add example for the entry for argparse by Raymond Hettinger · 14 years ago
  48. b5d7933 Add entry for new pdb features by Raymond Hettinger · 14 years ago
  49. 3f9734c Add entry for the new sysconfig module. by Raymond Hettinger · 14 years ago
  50. 778645a Fix typo by David Malcolm · 14 years ago
  51. 1fa7682 Note improvements to the docs. by Raymond Hettinger · 14 years ago
  52. fbb56ed Remove visible XXX comments. by Georg Brandl · 14 years ago
  53. b87ba26 Typo fixups. by Raymond Hettinger · 14 years ago
  54. 65b2eb9 Fix title. by Georg Brandl · 14 years ago
  55. e5e1a98 Nits and todos by Raymond Hettinger · 14 years ago
  56. 3ad4675 Apply rest of #10628, and add a few todo comments. by Georg Brandl · 14 years ago
  57. 413abbc Spelling by Raymond Hettinger · 14 years ago
  58. dc2f9b5 Update the unittest section. by Raymond Hettinger · 14 years ago
  59. e5e728b New string format character. by Raymond Hettinger · 14 years ago
  60. d8fae4e Optimization notes. by Raymond Hettinger · 14 years ago
  61. 43b5a85 Describe the transform/untranform methods by Raymond Hettinger · 14 years ago
  62. dadf93c Note the updates to range objects. by Raymond Hettinger · 14 years ago
  63. c269ae8 Optimization of Timsort. by Raymond Hettinger · 14 years ago
  64. a5a3554 Start the argparse entry. by Raymond Hettinger · 14 years ago
  65. 6e35394 Mention itertools.accumulate(). by Raymond Hettinger · 14 years ago
  66. 6f04adc Fill-in stub for concurrent.futures by Raymond Hettinger · 14 years ago
  67. d9404b5 Doc nit. by Raymond Hettinger · 14 years ago
  68. 4640237 Fix markup errors. by Georg Brandl · 14 years ago
  69. bccb8be Update suspicious exceptions. by Georg Brandl · 14 years ago
  70. 8c647cd clarify the docs and new warning message. by Gregory P. Smith · 14 years ago
  71. 13d49ee Issue #10601: sys.displayhook uses 'backslashreplace' error handler on by Victor Stinner · 14 years ago
  72. cbc79c7 Add display/undisplay pdb commands. by Georg Brandl · 14 years ago
  73. 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
  74. 932e49e Fix PEP number. by Martin v. Löwis · 14 years ago
  75. 2cf9ddb configparser: fixed inconsistency where in SafeConfigParser option values by Łukasz Langa · 14 years ago
  76. 09b0b3a issue10622: fix superflous scrollbar on the right side of <pre> boxes in the by Gregory P. Smith · 14 years ago
  77. 1acb746 Add the "interact" pdb command from pdb++. by Georg Brandl · 14 years ago
  78. 732324a #7905: Actually respect the keyencoding parameter to shelve.Shelf. by Georg Brandl · 14 years ago
  79. 9d87119 #1772833: add -q command line option. by Georg Brandl · 14 years ago
  80. 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
  81. d9e833c #6045: provide at least get() and setdefault() for all dbm modules. by Georg Brandl · 14 years ago
  82. d23047b issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument is by Gregory P. Smith · 14 years ago
  83. e8b0d61 Fix typo. by Georg Brandl · 14 years ago
  84. 942af5a Issue #10557: Fixed error messages from float() and other numeric by Alexander Belopolsky · 14 years ago
  85. 37d120a Issue 10620: Specifying test modules by path instead of module name to 'python -m unittest' by Michael Foord · 14 years ago
  86. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  87. 500be24 Fix indentation. by Georg Brandl · 14 years ago
  88. bed81c8 Add an "advanced topics" section to the io doc. by Antoine Pitrou · 14 years ago
  89. 74a7c67 by Terry Reedy · 14 years ago
  90. 38e117d Fix punctuation. by Georg Brandl · 14 years ago
  91. b6a6f5f Issue 10499: Modular interpolation in configparser by Łukasz Langa · 14 years ago
  92. 1eb40bc Markup consistency fixes. by Georg Brandl · 14 years ago
  93. 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
  94. 6156152 logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests. by Vinay Sajip · 14 years ago
  95. 34e9fc2 Add a line with the actual changes. by Georg Brandl · 14 years ago
  96. 7bb30b7 Improve Pydoc interactive browsing (#2001). Patch by Ron Adam. by Nick Coghlan · 14 years ago
  97. bb7b753 Add missing versionchanged, correct 'throw' wording to 'raise'. by R. David Murray · 14 years ago
  98. b579dba #1486713: Add a tolerant mode to HTMLParser. by R. David Murray · 14 years ago
  99. 79cdb66 Fix #10554. Added context manager support to Popen objects. by Brian Curtin · 14 years ago
  100. 2d93e6e Update the itertools.accumulate() docs. by Raymond Hettinger · 14 years ago