1. 9984e70 add missing word by Fred Drake · 20 years ago
  2. 9483220 SF bug #1328915, try to word kill a bit more generically. Backport candidate. by Neal Norwitz · 20 years ago
  3. 98fcaaf SF bug #1323739, C API doc for PySequence_Tuple duplicated by Neal Norwitz · 20 years ago
  4. 34fed3a fix stupid typo by Fred Drake · 20 years ago
  5. 116078f SF bug #1323294, Minor error in the Library Reference doc. Will backport by Neal Norwitz · 20 years ago
  6. df4f6e9 Clarify the docs for Py_UNICODE. by Marc-André Lemburg · 20 years ago
  7. 007f8df Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specified by Walter Dörwald · 20 years ago
  8. d1c1e10 Part of SF patch #1313939: Speedup charmap decoding by extending by Walter Dörwald · 20 years ago
  9. c0d1125 Make close brace a paren to match open. by Neal Norwitz · 20 years ago
  10. 19f6b86 Armin caught this mistake in bug #973103. by Neal Norwitz · 20 years ago
  11. 178f906 open_new_win does not exist. use UNIX consistently, add autoraise parameter to open(). add versionadded tags to open_new_tab by Neal Norwitz · 20 years ago
  12. bee0d46 Correct docs for empty raise when no exception is active. by Raymond Hettinger · 20 years ago
  13. 4094d04 fix link to subsection (SF bug #1311674) by Fred Drake · 20 years ago
  14. e8f2443 Patch #754022: Greatly enhanced webbrowser.py. by Georg Brandl · 20 years ago
  15. 7ecbc19 SF Bug #1008310, os.major() os.minor() example and description change. Will backport. by Neal Norwitz · 20 years ago
  16. 92ff693 Fix SF bug #991735, os.access reports true for read-only directories. Will backport by Neal Norwitz · 20 years ago
  17. d157b1d SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP sockets. Will backport by Neal Norwitz · 20 years ago
  18. 58d118b SF patch #1227568, bug #1219273, Expression AST node not documented. Backport candidate if anyone cares. by Neal Norwitz · 20 years ago
  19. 1aa74ee bug [ 1298120 ] shlex does not support unicode by Georg Brandl · 20 years ago
  20. e53475d bug [ 1306449 ] PyString_AsStringAndSize() return value documented wrong by Georg Brandl · 20 years ago
  21. d1c0239 Minor clarification of effective level calculation by Vinay Sajip · 20 years ago
  22. 02cfa0b SF #1297059, doc incorrect return type for search() method. (There is a description of returned values at the top, so just remove the sentance and correct an example.) by Neal Norwitz · 20 years ago
  23. 5a13e91 update URL into the Python wiki (forward port revision 1.10.4.1) by Fred Drake · 20 years ago
  24. 532dacf patch [ 1277677 ] tkinter hello world example bug by Georg Brandl · 20 years ago
  25. ff52837 fix typo by Georg Brandl · 20 years ago
  26. 3225242 bug [ 1274828 ] splitunc not documented by Georg Brandl · 20 years ago
  27. 3fbf320 comma nit by Georg Brandl · 20 years ago
  28. 14f4fd0 Add more links to the 'What Next?' section; rewrite to be briefer by Andrew M. Kuchling · 20 years ago
  29. d430726 Better wording for integer ref entry. by Georg Brandl · 20 years ago
  30. ef369cd Shorten run-on sentence by Andrew M. Kuchling · 20 years ago
  31. b5d2118 Update link by Andrew M. Kuchling · 20 years ago
  32. 8e13af3 Update link by Andrew M. Kuchling · 20 years ago
  33. 1166638 Add FAQ entry regarding non-expoential representation. by Raymond Hettinger · 20 years ago
  34. b6e1c11 note that the return and yield statements cannot be used at the top level in by Fred Drake · 20 years ago
  35. b3dfc0a - fix typo report by email, only 1.5 years late by Fred Drake · 20 years ago
  36. 7da4eda Clarify what is meant with "whole numbers". by Georg Brandl · 20 years ago
  37. 99363b6 - Correct PyBool_FromLong's return type and its description. by Georg Brandl · 20 years ago
  38. c1c956b Remove statement about meaning of constants; arguably it's incorrect by Andrew M. Kuchling · 20 years ago
  39. c28dd1f Typo fix by Andrew M. Kuchling · 20 years ago
  40. 2330e9e From c.l.py comments: link to zlib manual, and disclaim completeness by Andrew M. Kuchling · 20 years ago
  41. 8230df3 Update URLs by Andrew M. Kuchling · 20 years ago
  42. e1a385a Explain what file descriptors are; this change has been sitting in my tree for a while by Andrew M. Kuchling · 20 years ago
  43. ff9ca5e SF bug #1277016: Turn sentence fragment into a complete sentence. by Walter Dörwald · 20 years ago
  44. 523c9f0 SF #1275796, fix distutils typo "sortcut" -> "shortcut" by Neal Norwitz · 20 years ago
  45. 9922a63 Add to-do list by Andrew M. Kuchling · 20 years ago
  46. b88f774 Remove rexec howto; it's kind of pointless now by Andrew M. Kuchling · 20 years ago
  47. e8f44d6 Commit the howto source to the main Python repository, with Fred's approval by Andrew M. Kuchling · 20 years ago
  48. c203370 Add missing \end, noted by George Yoshida by Andrew M. Kuchling · 20 years ago
  49. 0738206 Write section on PEP 342 by Andrew M. Kuchling · 20 years ago
  50. 9a19e5c patch [ 1274550 ] libtarfile.tex: external URL changed by Georg Brandl · 20 years ago
  51. 7f26a62 patch [ 1274630 ] documentation fixes by Georg Brandl · 20 years ago
  52. 375f83c patch [ 1274630 ] documentation fixes by Georg Brandl · 20 years ago
  53. 15ad935 __new__ is a static method by Georg Brandl · 20 years ago
  54. bd77da6 bug [ 1248199 ] shelve .sync operation not documented by Georg Brandl · 20 years ago
  55. 8fc18a2 bug [ 1261229 ] __new__ is class method by Georg Brandl · 20 years ago
  56. 36be8be Once upon a time, I used to know TeX... by Georg Brandl · 20 years ago
  57. 532efab patch #848017: make Cookie more RFC-compliant. by Georg Brandl · 20 years ago
  58. b925602 Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnld by Georg Brandl · 20 years ago
  59. 56066d2 Return complete lines from codec stream readers by Martin v. Löwis · 20 years ago
  60. 79c122f bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows by Georg Brandl · 20 years ago
  61. 6f2bbd3 bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOME by Georg Brandl · 20 years ago
  62. 38387b8 bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix by Georg Brandl · 20 years ago
  63. 76fb6d8 SF bug #1100368: Wrong "type()" syntax in docs by Raymond Hettinger · 20 years ago
  64. 2e8665a More tutorial nits. by Raymond Hettinger · 20 years ago
  65. 71da38b SF bug #1168135: Python 2.5a0 Tutorial errors and observations (Contributed by Michael R Bax.) by Raymond Hettinger · 20 years ago
  66. e66d437 SF bug #1168135: Python 2.5a0 Tutorial errors and observations by Raymond Hettinger · 20 years ago
  67. 5c419a9 In an e-mail to the webmaster alias, some suggested adding this text. Windows users, please correct/expand as necessary. by Andrew M. Kuchling · 20 years ago
  68. b406905 ord() documentation update; this is what remains applicable from by Fred Drake · 20 years ago
  69. 150e349 Note various items; write some shorter sections by Andrew M. Kuchling · 20 years ago
  70. f33d01d bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation by Georg Brandl · 20 years ago
  71. 7208af4 whoops, missed adding this last night in my hashlib commit by Gregory P. Smith · 20 years ago
  72. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 20 years ago
  73. f755432 SF bug #1168135: Python 2.5a0 Tutorial errors and observations by Raymond Hettinger · 20 years ago
  74. 6cd5377 Empty sets and frozensets are also false. by Georg Brandl · 20 years ago
  75. 1823ae7 SF bug #1121416: zip incorrectly and incompletely documented by Raymond Hettinger · 20 years ago
  76. a30616a SF bug #1249837: container methods raise KeyError not IndexError by Raymond Hettinger · 20 years ago
  77. b285974 Mention explicitly the False is considered false. by Georg Brandl · 20 years ago
  78. 7638249 Fix PySet_Pop() notes. by Raymond Hettinger · 20 years ago
  79. 0cbf400 Add info about the set API. by Raymond Hettinger · 20 years ago
  80. e024514 Typo fix by Andrew M. Kuchling · 20 years ago
  81. 1a66391 Fix markup. by Raymond Hettinger · 20 years ago
  82. cca3af3 Fix typo (fixes SF bug #1263086). by Walter Dörwald · 20 years ago
  83. 94fedf9 Expand the API notes. by Raymond Hettinger · 20 years ago
  84. 0c230b9 Note that the PyNumber protocol can access most set methods directly. by Raymond Hettinger · 20 years ago
  85. c47e01d Numerous fix-ups to C API and docs. Added tests for C API. by Raymond Hettinger · 20 years ago
  86. beb3101 Add a C API for sets and frozensets. by Raymond Hettinger · 20 years ago
  87. ba7d95e Document 'istext' parameter by Andrew M. Kuchling · 20 years ago
  88. 9f3ae3e fix minor markup errors by Fred Drake · 20 years ago
  89. ebd9d5b Patch #1180695: Implement nanosecond stat resolution on FreeBSD, by Martin v. Löwis · 20 years ago
  90. 2772c67 bug [ 1252706 ] poplib list() docstring fix (and docs too) by Georg Brandl · 20 years ago
  91. b370059 bug [ 1250306 ] incorrect description of range function by Georg Brandl · 20 years ago
  92. 6af7fe0 Add example by Andrew M. Kuchling · 20 years ago
  93. a2e21cb Add note by Andrew M. Kuchling · 20 years ago
  94. f13c4ba [ 1243192 ] Incorrect documentation of re.UNICODE by Georg Brandl · 20 years ago
  95. 6a69450 Minor tweak as a side effect of fixing #1243553. The Unicode name for " is by Skip Montanaro · 20 years ago
  96. fe25643 use a test for PDF support that is more portable across teTeX major versions by Fred Drake · 20 years ago
  97. c320c22 Documentation added about changes in 2.4 to basicConfig(), including documentation of the keyword arguments. A version change note was also added to the basic example. by Vinay Sajip · 20 years ago
  98. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 20 years ago
  99. 08c02db [ 1243081 ] repair typos by Georg Brandl · 20 years ago
  100. 21c8254 add information about alternate implementations, noting that documentation by Fred Drake · 20 years ago