1. cc0f932 Patch #605370: Add description[s] for RFC 2980 compliance. by Martin v. Löwis · 20 years ago
  2. 37ead8f Patch #997668: Correct explanation of salts. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  3. abba5c0 Explain that most floats are actually integers. This is a common confusion by Tim Peters · 20 years ago
  4. 9a729a1 Typo in new docs. by Tim Peters · 20 years ago
  5. d6ef193 SF bugs 996748: os.environ documentation should indicate unreliability by Tim Peters · 20 years ago
  6. 66bb6e6 SF bug 996392: math and cmath docs don't specify radians by Tim Peters · 20 years ago
  7. fe08083 Fix an uncorrect function prototype. Will backport to release23-maint. by Thomas Heller · 20 years ago
  8. 336689b A few trivial edits. by Tim Peters · 20 years ago
  9. cab5b94 SF bug #995983 and #995987: Documentation nits. by Raymond Hettinger · 20 years ago
  10. 7bd33c5 This change implements the following gettext features, as by Gustavo Niemeyer · 20 years ago
  11. c12527e [Bug #990524] Fix typo by Andrew M. Kuchling · 20 years ago
  12. 4ab0e9e revise wording to avoid confusion for non-native English speakers by Fred Drake · 20 years ago
  13. 20938f5 revise wording to avoid confusion for non-native English speakers by Fred Drake · 20 years ago
  14. b4bf62f Added an extra example to the basic example section by Vinay Sajip · 20 years ago
  15. 0ad20f1 Update Decimal section to match the current module by Andrew M. Kuchling · 20 years ago
  16. 65a3332 Add PEP 331; add constancy of None; minor edits by Andrew M. Kuchling · 20 years ago
  17. bf76075 fix typo, highlight True/False correctly by Skip Montanaro · 20 years ago
  18. 7728b47 SF #994605, fcntl example is broken by Neal Norwitz · 20 years ago
  19. d96d101 SF #918101, allow files >= 8 GB using GNU extension by Neal Norwitz · 20 years ago
  20. b0c319a Patch #993187: Make rstrip doc similar to lstrip. Backported to 2.3. by Martin v. Löwis · 20 years ago
  21. 76aa2ef Get doc to build (add missing backslash) by Neal Norwitz · 20 years ago
  22. 3d7d372 Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  23. 2bb146f Bring CJKCodecs 1.1 into trunk. This completely reorganizes source by Hye-Shik Chang · 20 years ago
  24. 910d8f1 Change CJK encoding aliases to their most popular variation of by Hye-Shik Chang · 20 years ago
  25. e970d2a Add a definition (found in the Debian patches for 2.3.4) by Andrew M. Kuchling · 20 years ago
  26. 2b05248 SF #990497: Fix a trivial typo in sorted() example. (Submitted by Daniel Pezely) by Hye-Shik Chang · 20 years ago
  27. 872dc5c Minor edits by Andrew M. Kuchling · 20 years ago
  28. 8ff9f9f Supply missing word in new datetime docs, aggravated by copy-paste-edit. by Tim Peters · 20 years ago
  29. 6c09a21 Fix for #795649: explain how to use TextEdit for editing Python code. by Jack Jansen · 20 years ago
  30. 0045717 Add thread-local feature by Andrew M. Kuchling · 20 years ago
  31. 2340689 Correct a paragraph: basicConfig() isn't actually new by Andrew M. Kuchling · 20 years ago
  32. de83321 SF bug 990749: os constants missing by Tim Peters · 20 years ago
  33. 5960d80 s/it's/its/, s/NULL/NULL{}/, where appropriate. by Tim Peters · 20 years ago
  34. eda2930 Formalize that the Py_VISIT macro requires that the tp_traverse by Tim Peters · 20 years ago
  35. 89ba1ff Bump version; update date by Andrew M. Kuchling · 20 years ago
  36. 9296023 Improve examples for working with the context API. by Raymond Hettinger · 20 years ago
  37. d15dc06 Implemented thread-local data as proposed on python-dev: by Jim Fulton · 20 years ago
  38. aa6389e Documented the new Py_VISIT macro to simplify implementation of by Jim Fulton · 20 years ago
  39. 8c5aeaa Implemented a new Py_CLEAR macro. This macro should be used when by Jim Fulton · 20 years ago
  40. 7a0e8bc Updated documentation to: by Jim Fulton · 20 years ago
  41. 8cec3ab - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects by Guido van Rossum · 20 years ago
  42. c0ed9c4 clarify where \versionadded and \versionchanged should be placed when by Fred Drake · 20 years ago
  43. e45d5a3 Claifications: visit procs are supplied by the core, users aren't by Tim Peters · 20 years ago
  44. 0751d55 generalize a bit; no need to mention my user id directly by Fred Drake · 20 years ago
  45. 2a510ce Wordsmithing by Andrew M. Kuchling · 20 years ago
  46. 71868e7 Add another point in the "Restrictions" section about how the handling of FTP by Brett Cannon · 20 years ago
  47. 20f42c4 Fixed minor bugs in the example configuration file by Vinay Sajip · 20 years ago
  48. d7c7115 Small elaboration and typo fixes. by Raymond Hettinger · 20 years ago
  49. ca1a775 Fix markup. by Raymond Hettinger · 20 years ago
  50. 1869df1 another note for amk by Anthony Baxter · 20 years ago
  51. 5af0e41 Bug #788520: Queue class has logic error when non-blocking by Tim Peters · 20 years ago
  52. 183dabc SF patch 986010: add missing doc for datetime C API, from Anthony Tuininga. by Tim Peters · 20 years ago
  53. e246508 Add FAQ on non-GNU make error. Update copyright date to 2004. by Kurt B. Kaiser · 20 years ago
  54. 2363e8f Added documentation for the "smtpd" module. Closes SF bug #450803. by Fred Drake · 20 years ago
  55. 88e8e34 Style nit. by Raymond Hettinger · 20 years ago
  56. 44dc13b Fix decimal write-up nits. by Raymond Hettinger · 20 years ago
  57. 65df07b Minor improvements, fixups and wording changes everywhere. by Raymond Hettinger · 20 years ago
  58. ad5206f Clarify requirement for GNU make by Kurt B. Kaiser · 20 years ago
  59. 8932b41 Patch 851752 (fixes bug 820583) by Kurt B. Kaiser · 20 years ago
  60. cd77dd6 Fix minor error in example. by Brett Cannon · 20 years ago
  61. 711e7d9 Add PyArg_VaParseTupleAndKeywords(). Document this function and by Brett Cannon · 20 years ago
  62. 91cc5cd Clarify docs for inspect.getargspec() that the fourth value is None when there by Brett Cannon · 20 years ago
  63. 3a2418a [Patch #969900] Various corrections and updates to cookielib docs by Andrew M. Kuchling · 20 years ago
  64. 300ce19 [Patch #972310] Apply correction to docs by Andrew M. Kuchling · 20 years ago
  65. 21f9fce Fix typo. by Raymond Hettinger · 20 years ago
  66. 099bd52 [Bug 949832] Fix example; edit sentence by Andrew M. Kuchling · 20 years ago
  67. bf44069 Improve Context construction and representation: by Raymond Hettinger · 20 years ago
  68. d9dfe02 Remove a few elderly sentences by Andrew M. Kuchling · 20 years ago
  69. ff8113f Replace example with simpler alternative using PyGILState_{Ensure,Require). Can someone please confirm this change is OK? by Andrew M. Kuchling · 20 years ago
  70. 371d98a [Bug #987835] Add documentation from PEP 311. (Untested TeX code.) by Andrew M. Kuchling · 20 years ago
  71. 0d278b8 SF bug #987486: fix typo. by Raymond Hettinger · 20 years ago
  72. 682be22 SF bug 988387: markup nits. by Raymond Hettinger · 20 years ago
  73. 5da4c83 reminder for amk by Anthony Baxter · 20 years ago
  74. 5aa478b Module and tests: by Raymond Hettinger · 20 years ago
  75. 97c9208 Incorporate Facundo's suggestions. by Raymond Hettinger · 20 years ago
  76. 9499658 Add a link to the decimal module docs. by Raymond Hettinger · 20 years ago
  77. 2b2795a show how easy it is to manipulate individual columns - from a request on c.l.py by Skip Montanaro · 20 years ago
  78. 081483c Fix markup and nits. by Raymond Hettinger · 20 years ago
  79. 536f76b Fix markup, typos, and nits. by Raymond Hettinger · 20 years ago
  80. 63a0191 Deal with macros that have to be replaced with simple text; only a by Fred Drake · 20 years ago
  81. e3c330b Replaced some tabs with spaces in verbatim section. by Vinay Sajip · 20 years ago
  82. ee5e4cd [Bug #984017] Incorrect prototype, fixed by Timothy Stranex by Andrew M. Kuchling · 20 years ago
  83. bcefe69 Add logging changes by Andrew M. Kuchling · 20 years ago
  84. 7497966 Typo repair. by Tim Peters · 20 years ago
  85. 2f55eb4 Demonstrate how to round final result. by Raymond Hettinger · 20 years ago
  86. 10959b1 Expand examples to show polymorphism by Raymond Hettinger · 20 years ago
  87. 77e13b4 Simplify examples. by Raymond Hettinger · 20 years ago
  88. c4f93d44 Doc tested the recipes. by Raymond Hettinger · 20 years ago
  89. 9c719ba Fix typo by Raymond Hettinger · 20 years ago
  90. d84efb3 * Added missing info on construction from a tuple. * Added a recipe section. by Raymond Hettinger · 20 years ago
  91. 8de63a2 Add decimal docs to the core. by Raymond Hettinger · 20 years ago
  92. 71432f1 Various edits by Andrew M. Kuchling · 20 years ago
  93. 3bf85f1 Various edits by Andrew M. Kuchling · 20 years ago
  94. 3b79091 Bump version #; write introductory para by Andrew M. Kuchling · 20 years ago
  95. d0b6d9d More additions by Andrew M. Kuchling · 20 years ago
  96. 068979c Textual change to make the doc reflect reality by Nicholas Bastin · 20 years ago
  97. d4be86c Write another section by Andrew M. Kuchling · 20 years ago
  98. c8f8a81 Rewrite two sections by Andrew M. Kuchling · 20 years ago
  99. a13c60b Moved example section up to just after the section on Logger objects, and changed it to use the new basicConfig() API by Vinay Sajip · 20 years ago
  100. 0a4dd39 Make weak references subclassable: by Fred Drake · 20 years ago