1. 733024a Minor documentation change - hyperlink tidied up. by Vinay Sajip · 18 years ago
  2. af67f30 Fix old link. by Georg Brandl · 18 years ago
  3. 0751d1a Adapt pydoc to new doc URLs. by Georg Brandl · 18 years ago
  4. aa0de3f #997912: acknowledge nested scopes in tutorial. by Georg Brandl · 18 years ago
  5. f8dd5b3 Removing bundlebuilder docs again -- it's not to be used anymore (see #779825). by Georg Brandl · 18 years ago
  6. d7e3e60 Add a stub for bundlebuilder documentation. by Georg Brandl · 18 years ago
  7. 864de82 #1555501: document plistlib and move it to the general library. by Georg Brandl · 18 years ago
  8. 960b186 Fix example. by Georg Brandl · 18 years ago
  9. 845c403 #1087741: make mmap.mmap the type of mmap objects, not a by Georg Brandl · 18 years ago
  10. 21297fa Fix markup. by Georg Brandl · 18 years ago
  11. 27f7ab7 #1219903: fix tp_richcompare docs. by Georg Brandl · 18 years ago
  12. 23bf837 Add blurb about executable scripts on Windows. #760657. by Georg Brandl · 18 years ago
  13. 5235398 #1669: don't allow shutil.rmtree() to be called on a symlink. by Georg Brandl · 18 years ago
  14. 5611289 #1648: add sys.gettrace() and sys.getprofile(). by Georg Brandl · 18 years ago
  15. 92058d2 #652749: document the constants added to the builtins by site.py. by Georg Brandl · 18 years ago
  16. 440f2ff #799369: document possible sys.platform values. by Georg Brandl · 18 years ago
  17. 2235011 #856047: respect the ``no_proxy`` env var when checking for proxies by Georg Brandl · 18 years ago
  18. 9b0d46d #1178141: add addinfourl.code to get http status code from urllib. by Georg Brandl · 18 years ago
  19. da40723 Document that zipfile decryption is insanely slow and fix a typo and by Gregory P. Smith · 18 years ago
  20. 4a2762d Patch #1048820 from Stefan Wehr: add insert-mode editing to Textbox. by Andrew M. Kuchling · 18 years ago
  21. 79e3d55 Missed one big file to split up. by Georg Brandl · 18 years ago
  22. f684272 Split the monstrous C API manual files in smaller parts. by Georg Brandl · 18 years ago
  23. 8b506e7 Bug 1296: restore text describing OptionGroup by Andrew M. Kuchling · 18 years ago
  24. f558d2e #1509: fix sqlite3 docstrings and docs w.r.t. cursor.fetchXXX methods. by Georg Brandl · 18 years ago
  25. e3979f7 #1411695: clarify behavior of xml.sax.utils.[un]escape. by Georg Brandl · 18 years ago
  26. 309501a #1663329: add os.closerange() to close a range of fds, by Georg Brandl · 18 years ago
  27. 2686f4d Add item by Andrew M. Kuchling · 18 years ago
  28. 873c985 Fix #1693149. Now you can pass several modules separated by by Facundo Batista · 18 years ago
  29. 5c60bfc Patch #976880: add mmap .rfind() method, and 'end' paramter to .find(). by Andrew M. Kuchling · 18 years ago
  30. 6ebc527 Clarify thread.join() docs. #1873. by Georg Brandl · 18 years ago
  31. f60b641 Add item by Andrew M. Kuchling · 18 years ago
  32. e45a77a Patch #742598 from Michael Pomraning: add .timeout attribute to SocketServer that will call by Andrew M. Kuchling · 18 years ago
  33. 5e3745c Fix typos. by Georg Brandl · 18 years ago
  34. 4eab1f0 Polish sentence by Andrew M. Kuchling · 18 years ago
  35. f8f4eb6 Polish sentence by Andrew M. Kuchling · 18 years ago
  36. a7d70fd Amend curses docs by info how to write non-ascii characters. by Georg Brandl · 18 years ago
  37. f8e6afb Fix markup. by Georg Brandl · 18 years ago
  38. 45169fb Several tweaks: add construction from strings and .from_decimal(), change by Jeffrey Yasskin · 18 years ago
  39. 0fe6ca4 Better variable name in an example. by Raymond Hettinger · 18 years ago
  40. a9e073d Note that genexps are function scopes too and therefore won't see class attributes. by Georg Brandl · 18 years ago
  41. c740335 Added section on passing contextual information to logging and documentation for the LoggerAdapter class. by Vinay Sajip · 18 years ago
  42. bd865db Added win_add2path.py to Tools/scripts/ Added builddoc.bat to Doc/ by Christian Heimes · 18 years ago
  43. 6d22c39 Typo fix by Andrew M. Kuchling · 18 years ago
  44. a13d4fb Bump verson by Andrew M. Kuchling · 18 years ago
  45. 64cd1e2 Fix markup by Raymond Hettinger · 18 years ago
  46. 497fdbf Fix-up Timer() example. by Raymond Hettinger · 18 years ago
  47. ff6cc6b Updated new property syntax. An elaborate example for subclassing and the getter was missing. by Christian Heimes · 18 years ago
  48. d0ab014 Add advice on choosing between scheduler and threading.Timer(). by Raymond Hettinger · 18 years ago
  49. 4e06b8a Correction from Jordan Lewis: halfdelay() uses tenths of a second, not milliseconds by Andrew M. Kuchling · 18 years ago
  50. 44bd6c0 Issue #1861: Add read-only attribute listing upcoming events in the order they will be run. by Raymond Hettinger · 18 years ago
  51. d221956 Revise 3141 section a bit; add some Windows items by Andrew M. Kuchling · 18 years ago
  52. bde4ae4 Fixes (accepts patch) issue1339 - http://bugs.python.org/issue1339 by Gregory P. Smith · 18 years ago
  53. d59f457 Note versionadded. by Raymond Hettinger · 18 years ago
  54. 63bfc1d Comply with RFC 3207. Fixes issue 829951 - http://bugs.python.org/issue829951 by Gregory P. Smith · 18 years ago
  55. 4731709 Make starmap() match its pure python definition and accept any itertable input (not just tuples). by Raymond Hettinger · 18 years ago
  56. 171f391 Minor wordsmithing. by Raymond Hettinger · 18 years ago
  57. 2077131 Doc build should work with 2.4 now. by Georg Brandl · 18 years ago
  58. 7155a09 Add Python-specific content to Doc dir. Update configuration file by Georg Brandl · 18 years ago
  59. 5c8b2ab Fix MSDN library URL. (#1854) by Georg Brandl · 18 years ago
  60. 95f17bb Markup fix by Andrew M. Kuchling · 18 years ago
  61. aa35554 Add PEP 3141 section by Andrew M. Kuchling · 18 years ago
  62. e805782 Fix-up half-written paragraph in the docs by Raymond Hettinger · 18 years ago
  63. f59e962 Refactor if/elif chain for clarity and speed. Remove dependency on subclasses having to implement _empty and _full. by Raymond Hettinger · 18 years ago
  64. 7b1e917 Restore description of sys.dont_write_bytecode. by Andrew M. Kuchling · 18 years ago
  65. d7b0033 Add rational.Rational as an implementation of numbers.Rational with infinite by Jeffrey Yasskin · 18 years ago
  66. ca9c6e4 Remove duplicate entry. by Georg Brandl · 18 years ago
  67. af30b28 Typo. by Georg Brandl · 18 years ago
  68. 907cda6 Small grammar nit by Raymond Hettinger · 18 years ago
  69. f233b0c Better (?) text describing the lack of guarantees provided by qsize(), by Skip Montanaro · 18 years ago
  70. d4c2e86 Tighten the definition of a named tuple. by Raymond Hettinger · 18 years ago
  71. a01ed03 Repair unfinished sentence by Andrew M. Kuchling · 18 years ago
  72. 2e46355 Add many items by Andrew M. Kuchling · 18 years ago
  73. f15ff46 Markup fix by Andrew M. Kuchling · 18 years ago
  74. 7ce9b18 Typo fixes by Andrew M. Kuchling · 18 years ago
  75. 5d8b379 Update description of float_info by Andrew M. Kuchling · 18 years ago
  76. c94e2b5 Now that I've learnt about structseq objects I felt like converting sys.float_info to a structseq. It's by Christian Heimes · 18 years ago
  77. f31b69f Applied patch #1816: sys.flags patch by Christian Heimes · 18 years ago
  78. 9f1e2ec Clarify the effect of text mode. by Georg Brandl · 18 years ago
  79. 8bdd044 Fix spelling. by Raymond Hettinger · 18 years ago
  80. c20ed51 Named tuple is a concept, not a specific type. by Raymond Hettinger · 18 years ago
  81. fca4e1f Fix editing glitch. by Georg Brandl · 18 years ago
  82. 57fe0f2 Move OSError docs to exceptions doc, remove obsolete descriptions by Georg Brandl · 18 years ago
  83. 59bc20b Issue 1780: Allow leading and trailing whitespace in Decimal constructor, by Mark Dickinson · 18 years ago
  84. bed4dd4 Update the opcode docs for STORE_MAP and BUILD_MAP by Raymond Hettinger · 18 years ago
  85. de68037 Bug #1790: update link; remove outdated paragraph by Andrew M. Kuchling · 18 years ago
  86. e3c3db5 Documentation for r5990[3567]. by Georg Brandl · 18 years ago
  87. d1ef854 Run doctests on the collections module by Raymond Hettinger · 18 years ago
  88. 15b5e55 Neaten-up the named tuple docs by Raymond Hettinger · 18 years ago
  89. d08a8eb Closing issue1761. by Amaury Forgeot d'Arc · 18 years ago
  90. e850c46 Clarify how to add a field to a named tuple. by Raymond Hettinger · 18 years ago
  91. e165508 Examples for named tuple subclassing should include __slots__ by Raymond Hettinger · 18 years ago
  92. dc1854d Fix typo by Raymond Hettinger · 18 years ago
  93. e11230e Syntax highlighting only works when >>> lines are accompanied by ... lines by Raymond Hettinger · 18 years ago
  94. 8d10167 Better method for associating .py files with the interpreter. by Georg Brandl · 18 years ago
  95. 502d631 Fix markup errors from r59857 and clarify key.__enter__/__exit__ docs by Georg Brandl · 18 years ago
  96. b39a756 Added __enter__ and __exit__ functions to HKEY object by Christian Heimes · 18 years ago
  97. e0a49b6 Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objects by Andrew M. Kuchling · 18 years ago
  98. ac5742e Docs on named tuple's naming conventions and limits of subclassing by Raymond Hettinger · 18 years ago
  99. f6b769b Documentation nits. by Raymond Hettinger · 18 years ago
  100. f5e8af1 Use get() instead of pop() for the optimized version of _replace(). by Raymond Hettinger · 18 years ago