1. f1dd4bc Fix error about "-*-" being mandatory in coding cookies. by Georg Brandl · 16 years ago
  2. b053f99 #4364: fix attribute name on ctypes object. by Georg Brandl · 16 years ago
  3. 3226565 Fixed issue #4233. by Amaury Forgeot d'Arc · 16 years ago
  4. 050f4ad fix indentation and a sphinx warning by Benjamin Peterson · 16 years ago
  5. 5ab9c3b move useful sys.settrace information to the function's documentation from the debugger by Benjamin Peterson · 16 years ago
  6. 65e8fc7 Try to fix problems with verbatim. by Georg Brandl · 16 years ago
  7. 233bb00 improve __hash__ docs by Benjamin Peterson · 16 years ago
  8. d0a05bf a few fixes on the download page by Benjamin Peterson · 16 years ago
  9. 031f3fb Clarify the docs for the 'strict' argument to httplib.HTTPConnection. by Brett Cannon · 16 years ago
  10. ee1a7da #4324: fix getlocale() argument. by Georg Brandl · 16 years ago
  11. c4d39b2 use correct name by Benjamin Peterson · 16 years ago
  12. d224fc6 update link by Benjamin Peterson · 16 years ago
  13. 942e477 clarify what was added by Benjamin Peterson · 16 years ago
  14. 728c6f6 move context clue to versionchanged tag by Benjamin Peterson · 16 years ago
  15. d923f98 a few compile() and ast doc improvements by Benjamin Peterson · 16 years ago
  16. 0d2fa3a Fix warning. by Georg Brandl · 16 years ago
  17. bce1f5f Update "Documenting" a bit. Concentrate on Python-specifics. by Georg Brandl · 16 years ago
  18. 012a1ff Don't use "HOWTO" as the title for all howto .tex files. by Georg Brandl · 16 years ago
  19. 14da8e8 Fix syntax. by Georg Brandl · 16 years ago
  20. fcdc80b Fix grammar error; reword two paragraphs by Andrew M. Kuchling · 16 years ago
  21. a8bb550 #4247: add "pass" examples to tutorial. by Georg Brandl · 16 years ago
  22. 01ba86a #4245: move Thread section to the top. by Georg Brandl · 16 years ago
  23. b9bfea7 #4267: small fixes in sqlite3 docs. by Georg Brandl · 16 years ago
  24. 8986706 #4268: Use correct module for two toplevel functions. by Georg Brandl · 16 years ago
  25. ad1cb66 #4167: fix markup glitches. by Georg Brandl · 16 years ago
  26. accb38c clarify by splitting into multiple paragraphs by Benjamin Peterson · 16 years ago
  27. 8928a7e rephrase has_key doc by Benjamin Peterson · 16 years ago
  28. d79af0f finish backporting binary literals and new octal literals docs by Benjamin Peterson · 16 years ago
  29. b5f8208 backport bin() documentation by Benjamin Peterson · 16 years ago
  30. b06b4c3 mention the version gettempdir() was added by Benjamin Peterson · 16 years ago
  31. c756dcd only nonempty __slots__ don't work by Benjamin Peterson · 16 years ago
  32. 611e48c Use the correct names of the stateless codec functions (Fixes issue 4178). by Walter Dörwald · 16 years ago
  33. cd29e9d and another typo... by Benjamin Peterson · 16 years ago
  34. 92be539 fix a few typos by Benjamin Peterson · 16 years ago
  35. f3d0ce1 mention -n by Benjamin Peterson · 16 years ago
  36. 92b70bc Fix duplicate word. by Georg Brandl · 16 years ago
  37. c2f1440 clarify CALL_FUNCTION #4141 by Benjamin Peterson · 16 years ago
  38. 865cd64 #4083: add "as" to except handler grammar as per PEP 3110. by Georg Brandl · 16 years ago
  39. 19cc944 part of #4012: kill off old name "processing". by Georg Brandl · 16 years ago
  40. 0a6b28a #4131: FF3 doesn't write cookies.txt files. by Georg Brandl · 16 years ago
  41. eaede31 Add more TOC to the whatsnew index page. by Georg Brandl · 16 years ago
  42. e529165 Fix wording (2.6.1 backport candidate) by Andrew M. Kuchling · 16 years ago
  43. 5c4e006 document that deque indexing is O(n) #4123 by Benjamin Peterson · 16 years ago
  44. 1fb8451 add a much requested newline by Benjamin Peterson · 16 years ago
  45. 0ecbcca document how to disable fixers by Benjamin Peterson · 16 years ago
  46. 9d1e2cd PyGILState_Acquire -> PyGILState_Ensure by Benjamin Peterson · 16 years ago
  47. 83ca0a6 talk about how you can unzip with zip by Benjamin Peterson · 16 years ago
  48. cae5848 fix a small typo by Benjamin Peterson · 16 years ago
  49. 1178e02 Typo: "ThreadError" is the name in the C source. by Armin Rigo · 16 years ago
  50. f660a53 update paragraph about __future__ for 2.6 by Benjamin Peterson · 16 years ago
  51. fc72de7 quiet sphinx warnings by Benjamin Peterson · 16 years ago
  52. 151f42f Make all whatsnew docs accessible. by Georg Brandl · 16 years ago
  53. 06a1386 #4058: fix some whatsnew markup. by Georg Brandl · 16 years ago
  54. 26497d9 #4059: patch up some sqlite docs. by Georg Brandl · 16 years ago
  55. 0e21a79 Note how bytes alias is expected to be used by Andrew M. Kuchling · 16 years ago
  56. f9db596 fix typo by Benjamin Peterson · 16 years ago
  57. 34211e9 #4041: don't refer to removed and outdated modules. by Georg Brandl · 16 years ago
  58. e6555dd silence Sphinx warning by Benjamin Peterson · 16 years ago
  59. ce1882b Add What's New for 2.7 by Andrew M. Kuchling · 16 years ago
  60. baa7fb5 Set svn:keywords by Andrew M. Kuchling · 16 years ago
  61. 462f96a two corrections by Andrew M. Kuchling · 16 years ago
  62. 081bb45 Typo fix by Andrew M. Kuchling · 16 years ago
  63. e489db8 Forward-port r66736. by Georg Brandl · 16 years ago
  64. 5927786 Today is the release date by Barry Warsaw · 16 years ago
  65. 0806749 Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when by Gregory P. Smith · 16 years ago
  66. cad8da8 Markup fixes. (optparse.rst probably needs an entire revision pass.) by Andrew M. Kuchling · 16 years ago
  67. db74c8a Markup fixes by Andrew M. Kuchling · 16 years ago
  68. 17ff29d Markup fix by Andrew M. Kuchling · 16 years ago
  69. 83b3910 Edits, and add markup by Andrew M. Kuchling · 16 years ago
  70. 37040cd issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller by Jesse Noller · 16 years ago
  71. e563aa4 Issue #3965: Allow repeated calls to turtle.Screen, by making it a by Martin v. Löwis · 16 years ago
  72. 7ff19fa Don't show version in title. by Georg Brandl · 16 years ago
  73. baf59e0 No downloads for RCs. by Georg Brandl · 16 years ago
  74. b51f81d note the 2to3 -d could be useful for other refactoring by Benjamin Peterson · 16 years ago
  75. 4fad6fa better grammar by Benjamin Peterson · 16 years ago
  76. 7a4a93b #1415508: Document two functions by Andrew M. Kuchling · 16 years ago
  77. ac77166 #1579477: mention necessity to flush output before exec'ing by Andrew M. Kuchling · 16 years ago
  78. 4008ef0 clarify a few things by Benjamin Peterson · 16 years ago
  79. e689605 #3510: future-proof text by Andrew M. Kuchling · 16 years ago
  80. 7f8f660 2to3's api should be considered unstable by Benjamin Peterson · 16 years ago
  81. f609cf2 Add a last bunch of items by Andrew M. Kuchling · 16 years ago
  82. da84d21 typos. by Georg Brandl · 16 years ago
  83. 0eee7c6 add an 'other options' section by Benjamin Peterson · 16 years ago
  84. f1c08f0 add the beginnings of a C-API 2 -> 3 porting guide by Benjamin Peterson · 16 years ago
  85. 8798c90 Improve wording by Andrew M. Kuchling · 16 years ago
  86. 1379ae0 Indentation normalization. by Georg Brandl · 16 years ago
  87. fe7c26d mention how to override boolean evaluation by Benjamin Peterson · 16 years ago
  88. 3e876fd clean up docs for platform's linux_distribution and dist functions by Benjamin Peterson · 16 years ago
  89. 29fdcad Fill out download page. by Georg Brandl · 16 years ago
  90. 267acd2 Add "dist" target. by Georg Brandl · 16 years ago
  91. afeea07 #3918: note that uniform() args can be swapped. by Georg Brandl · 16 years ago
  92. 450a7f5 Update readme and Makefile (web builder doesn't exist). by Georg Brandl · 16 years ago
  93. 83463ce #3914: add //= to the augmented assign operators. by Georg Brandl · 16 years ago
  94. 73ac29e #3916: fixes for docs wrt. Windows directory layout by Georg Brandl · 16 years ago
  95. 4517323 #3912: document default for *places* arg. by Georg Brandl · 16 years ago
  96. 2f3bd83 #3852: fix some select.kqueue and kevent docs. by Georg Brandl · 16 years ago
  97. 5576091 Correct information about the tarfile module. by Lars Gustäbel · 16 years ago
  98. 3134f14 Improve docs for super(). by Raymond Hettinger · 16 years ago
  99. 5aaa3e5 Fix for documentation bug. Fixes issue 3904. by Josiah Carlson · 16 years ago
  100. b8966ab document compileall command flags by Benjamin Peterson · 16 years ago