1. 971f483 minor clean-up. by Raymond Hettinger · 14 years ago
  2. cbc903b Add tracker references. by Raymond Hettinger · 14 years ago
  3. 98b140c Add entry for reprlib. by Raymond Hettinger · 14 years ago
  4. 0929b1f Add entry for shutil's archiving operations. by Raymond Hettinger · 14 years ago
  5. 00d650b Fix JSON docs about loads() accepting only str objects, not bytes. by Antoine Pitrou · 14 years ago
  6. 2e042d3 Use a Latin-1 example that won't break the LaTeX PDF build. by Raymond Hettinger · 14 years ago
  7. 7a168d9 Add example for __wrapped__. by Raymond Hettinger · 14 years ago
  8. f1dae31 Clarify what changed with respect to date ranges and two-digit years. by Raymond Hettinger · 14 years ago
  9. 9ee94de Corrected the entry about new year range in the time module. by Alexander Belopolsky · 14 years ago
  10. 00db6aa Add an entry for the code repository. by Raymond Hettinger · 14 years ago
  11. 2270d58 Make an entry for the os module's bytes accessors. by Raymond Hettinger · 14 years ago
  12. 03ca1a9 Add hasattr() example. by Raymond Hettinger · 14 years ago
  13. a275c98 Add more examples by Raymond Hettinger · 14 years ago
  14. ecdd63f #10944: add c_bool to types table. by Georg Brandl · 14 years ago
  15. 41a99bc Issue #10934: Fixed and expanded Internaldate2tuple() and by Alexander Belopolsky · 14 years ago
  16. be9994e Fix markup. by Raymond Hettinger · 14 years ago
  17. f3923cf Suppress trailing spaces in table paragraphs. by Georg Brandl · 14 years ago
  18. 89c1cd1 Expand entry for pydoc. by Raymond Hettinger · 14 years ago
  19. c1dfa2e Improve looks by replacing a bullet list with a table. by Raymond Hettinger · 14 years ago
  20. 4bea978 Add examples for inspect. by Raymond Hettinger · 14 years ago
  21. 4934864 Fix typo in example of barrier timeouts from r88102 by David Malcolm · 14 years ago
  22. 2c3865b Expand barrier example to show time-outs. by Raymond Hettinger · 14 years ago
  23. e0f1f32 Missing word. by Raymond Hettinger · 14 years ago
  24. 23ab101 Reword the OrderedDict entry to emphasize the default behavior, by Raymond Hettinger · 14 years ago
  25. c8a1686 Typos. by Raymond Hettinger · 14 years ago
  26. ba5512f More nits. by Raymond Hettinger · 14 years ago
  27. c136b04 Nits. by Raymond Hettinger · 14 years ago
  28. 93c8cad More nits. by Raymond Hettinger · 14 years ago
  29. 7ec790d Add example for the abc module. by Raymond Hettinger · 14 years ago
  30. ca904be Nits. by Raymond Hettinger · 14 years ago
  31. 9ba8b0a Add an import to the logging example by Raymond Hettinger · 14 years ago
  32. 02dd70b The example for configparser was weird. by Raymond Hettinger · 14 years ago
  33. 6f0d59b Beautify code examples. by Raymond Hettinger · 14 years ago
  34. 66352d2 Wording nits. by Raymond Hettinger · 14 years ago
  35. 1dcc84e Fix-up the XXX for importlib.abc. by Raymond Hettinger · 14 years ago
  36. 4854d14 Tidy-up the ssl section. by Raymond Hettinger · 14 years ago
  37. 15b47c5 Note that two-phase cyclic barriers are suitable for use in loops. by Raymond Hettinger · 14 years ago
  38. 83a682d Placeholder sentence pointing out that imoprtlib has updated (as well as deprecated) ABCs thanks to the new .pyc situation. by Brett Cannon · 14 years ago
  39. ebeb903 Mention deprecation of PyEval_{Acquire,Release}Lock(). by Antoine Pitrou · 14 years ago
  40. 2e8ec22 More SSL-related stuff by Antoine Pitrou · 14 years ago
  41. f7fb762 Mention HTTP 0.9's partial demise. by Antoine Pitrou · 14 years ago
  42. bcba434 Mention the new context parameter to FTP_TLS, and the small API change by Antoine Pitrou · 14 years ago
  43. b965629 Issue 10889: Added entry for handling of indexing and slicing with ranges bigger than sys.maxsize. by Raymond Hettinger · 14 years ago
  44. eec6dbf Get proper credit by Antoine Pitrou · 14 years ago
  45. 121a055 Fix misindent by Antoine Pitrou · 14 years ago
  46. 33da1d6 Better description of SSL-related changes by Antoine Pitrou · 14 years ago
  47. 9297709 Clean-up comment. by Raymond Hettinger · 14 years ago
  48. 52a43b5 Fix two small issues. by Georg Brandl · 14 years ago
  49. 23e924f Fix "make suspicious" errors and update ignore file. by Georg Brandl · 14 years ago
  50. 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 14 years ago
  51. 6dc50f3 Update to 1.0.7. by Georg Brandl · 14 years ago
  52. f5cf435 Nits by Antoine Pitrou · 14 years ago
  53. 5ace8e9 Issue #10913: Deprecate misleading functions PyEval_AcquireLock() and by Antoine Pitrou · 14 years ago
  54. bedd2c2 Reword and restructure the GIL API doc by Antoine Pitrou · 14 years ago
  55. 9bf8d1c Add mention of how to switch interpreters by Antoine Pitrou · 14 years ago
  56. f1dfe73 Improve description of issues by Antoine Pitrou · 14 years ago
  57. 8b50b83 Restructure a bit by Antoine Pitrou · 14 years ago
  58. 0765dd6 Standard streams use file descriptors, not FILE pointers. by Antoine Pitrou · 14 years ago
  59. ad30c42 Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks to Devin Jeanpierre for spotting the problem. by Eli Bendersky · 14 years ago
  60. c58be2d urllib doc: add versionchanged sections for parse_qs() and parse_qsl() by Victor Stinner · 14 years ago
  61. ac71c54 Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl() by Victor Stinner · 14 years ago
  62. 489f392 Issue #10902: Fix reference to run* methods by Eli Bendersky · 14 years ago
  63. cc75a86 Issue #9268: Documented -m pickletools usage. by Alexander Belopolsky · 14 years ago
  64. 37a80dc Fix the example output of count(). by Georg Brandl · 14 years ago
  65. ee31e31 Add semicolon for consistency. by Georg Brandl · 14 years ago
  66. 287d1fd Issue #10225: Fixed the simple mistakes in doctests. by Alexander Belopolsky · 14 years ago
  67. 1efb8dc fix weirdly ambigious sentence by Benjamin Peterson · 14 years ago
  68. b436b6c Revert r87946. The virtues of readability and of examples that by Raymond Hettinger · 14 years ago
  69. fdf2925 Issue #10225: Correct interactive Doc/howto/sorting.rst examples so doctest runs. by Terry Reedy · 14 years ago
  70. cf8a382 Update the email section by Raymond Hettinger · 14 years ago
  71. 9767365 Update the datetime and time section. by Raymond Hettinger · 14 years ago
  72. 3a8ae5f Clean-up threading.Barrier example. by Raymond Hettinger · 14 years ago
  73. 5cee47f Add entry for Barrier objects. by Raymond Hettinger · 14 years ago
  74. 6655d11 Add a todo. by Raymond Hettinger · 14 years ago
  75. 51e2107 Fix typos and markup. by Raymond Hettinger · 14 years ago
  76. 5fc850b Improved footnote for the %Y directive slightly. by Alexander Belopolsky · 14 years ago
  77. 085556a Improved description of %Y directive. by Alexander Belopolsky · 14 years ago
  78. 262cc7f Issue #10875: Update Regular Expression HOWTO; last bit. by Terry Reedy · 14 years ago
  79. 9971e00 Issue #2568: Removed bogus rationale for supporting tm_sec=61. by Alexander Belopolsky · 14 years ago
  80. dc004a3 Removed time.ctime from the list of functions that take a time tuple argument by Alexander Belopolsky · 14 years ago
  81. bd96b06 Added entries about removal of year 1900 limit. by Alexander Belopolsky · 14 years ago
  82. aacfd4a Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'. by Terry Reedy · 14 years ago
  83. eb70b90 Misspelling. by Raymond Hettinger · 14 years ago
  84. 05ce079 Missed two source links by Raymond Hettinger · 14 years ago
  85. 4f707fd Separate source link from main text. by Raymond Hettinger · 14 years ago
  86. 04da1e0 Fixed a footnote reference by Alexander Belopolsky · 14 years ago
  87. de2e618 Fix typos. by Raymond Hettinger · 14 years ago
  88. 1048094 Move source links to consistent location and remove wordy, big yellow boxes. by Raymond Hettinger · 14 years ago
  89. 04536b0 #10871: "file" does not exist anymore in Python 3. Also adapt the reprs of opened file objects. by Georg Brandl · 14 years ago
  90. c900708 Wrap some long examples and signatures. by Georg Brandl · 14 years ago
  91. 619e7ba #10869: do not visit root node twice in ast.increment_lineno(). by Georg Brandl · 14 years ago
  92. e3ee66f Issue #10357: Clarify what it means to be a mapping. by Raymond Hettinger · 14 years ago
  93. 4ad934f zlib only works with bytes objects. by Georg Brandl · 14 years ago
  94. 2997837 Fixed documentation to reflect recent changes for years < 1900. by Alexander Belopolsky · 14 years ago
  95. c08ea61 Markup fix by Raymond Hettinger · 14 years ago
  96. 83b1ab0 Issue 9717: Segregate and improve the documentation of "in-place" operators by Raymond Hettinger · 14 years ago
  97. d97b7b5 #10855: document close() semantics of wave objects. by Georg Brandl · 14 years ago
  98. 5254e97 Issue 10533: Need example of using __missing__. by Raymond Hettinger · 14 years ago
  99. 0ab10e4 Issue #10813: Small improvement to decimal money format recipe. by Raymond Hettinger · 14 years ago
  100. 9253214 #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s. by R. David Murray · 14 years ago