1. b66902f More docs for ctypes. by Thomas Heller · 18 years ago
  2. 317af10 Add ability to set stack size by Andrew M. Kuchling · 18 years ago
  3. 9291332 Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 18 years ago
  4. aabc5f6 Mention uuid module by Andrew M. Kuchling · 18 years ago
  5. f0d02fb The site module documentation also described the Windows behaviour incorrectly. by Nick Coghlan · 18 years ago
  6. d1c797e SF #1366250: optparse docs: fix inconsistency in variable name; minor tweaks. by Greg Ward · 18 years ago
  7. a754a22 Add versionadded to doc by Neal Norwitz · 18 years ago
  8. 7f54740 Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately, by Greg Ward · 18 years ago
  9. 82578c8 New docs for ctypes. by Thomas Heller · 18 years ago
  10. 9a7e445 credit for SF patch #1303595 by Fred Drake · 18 years ago
  11. 5e30626 SF patch #1303595: improve description of __builtins__, explaining how it by Fred Drake · 18 years ago
  12. c5221e1 Sync with Optik docs (rev 518): by Greg Ward · 18 years ago
  13. b3f2985 Add some wsgiref text by Andrew M. Kuchling · 18 years ago
  14. a04d118 Describe startswith()/endswiith() change; add reminder about wsgiref by Andrew M. Kuchling · 18 years ago
  15. 2425081 RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first argument. by Georg Brandl · 18 years ago
  16. 5cf565d Import wsgiref into the stdlib, as of the external version 0.1-r2181. by Phillip J. Eby · 18 years ago
  17. 7dbb1ff Markup fix by Andrew M. Kuchling · 18 years ago
  18. e878fe6 Update functools section by Andrew M. Kuchling · 18 years ago
  19. 676725d Add functools.update_wrapper() and functools.wraps() as described in PEP 356 by Nick Coghlan · 18 years ago
  20. 06c5c8a Typo fix by Andrew M. Kuchling · 18 years ago
  21. ec0d6f8 Clarify documentation for bf_getcharbuffer. by Brett Cannon · 18 years ago
  22. e275d3d Mention other placeholders by Andrew M. Kuchling · 18 years ago
  23. 3b336c7 Add an item; also, escape % by Andrew M. Kuchling · 18 years ago
  24. 1271f00 Mention other placeholders by Andrew M. Kuchling · 18 years ago
  25. 12238d7 Add an SQLite introduction, taken from the 'What's New' text by Andrew M. Kuchling · 18 years ago
  26. dba6318 On python-dev Thomas Heller said these were committed by Tim Peters · 18 years ago
  27. 56dab85 Specify argtypes for all test functions. Maybe that helps on strange ;-) architectures by Thomas Heller · 18 years ago
  28. 5332989 [Bug #1470026] Include link to list of classifiers by Andrew M. Kuchling · 18 years ago
  29. 760872d Remove use of Trove name, which isn't very helpful to users by Andrew M. Kuchling · 18 years ago
  30. bf0400a Remove doctest.testmod's deprecated (in 2.4) `isprivate` by Tim Peters · 18 years ago
  31. 1985ff7 Mention second encoding speedup by Andrew M. Kuchling · 18 years ago
  32. 28eeefe Revert revisions: by Tim Peters · 18 years ago
  33. 67966be Markup fix by George Yoshida · 18 years ago
  34. 660a4e9 Remove a redundant word by George Yoshida · 18 years ago
  35. fb2a169 Drop Mac wrappers for the WASTE library. by Ronald Oussoren · 18 years ago
  36. 6539d2d Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 18 years ago
  37. 4094b3d Minor rewording by Andrew M. Kuchling · 18 years ago
  38. 27ca711 [Bug #1441864] Clarify description of 'data' argument by Andrew M. Kuchling · 18 years ago
  39. 794c89b [Bug #1475554] Strengthen text to say 'must' instead of 'should' by Andrew M. Kuchling · 18 years ago
  40. 29d530b [Bug #1472084] Fix description of do_tag by Andrew M. Kuchling · 18 years ago
  41. d609b1a pprint functions used to sort a dict (by key) if and only if by Tim Peters · 18 years ago
  42. 07cf072 Mention SimpleXMLRPCServer change by Andrew M. Kuchling · 18 years ago
  43. 622f144 [Bug #1473048] by Andrew M. Kuchling · 18 years ago
  44. 0d272bb 'functional' module was renamed to 'functools' by Andrew M. Kuchling · 18 years ago
  45. 14a0952 Clarify wording on default values for strptime(); defaults are used when better by Brett Cannon · 18 years ago
  46. 261e251 Patches #1497027 and #972322: try HTTP digest auth first, by Georg Brandl · 18 years ago
  47. c649ec5 Apply modified version of Collin Winter's patch #1478788 by Nick Coghlan · 18 years ago
  48. f3c65de Patch #1080727: add "encoding" parameter to doctest.DocFileSuite by George Yoshida · 18 years ago
  49. a2d6c8a fix typo by George Yoshida · 18 years ago
  50. 3689571 End of Ch.3 is now about "with statement". by George Yoshida · 18 years ago
  51. 5e0b882 minor markup nits by George Yoshida · 18 years ago
  52. 87f5471 credit where credit is due by Richard Jones · 18 years ago
  53. dae266e Mention new-style exceptions by Andrew M. Kuchling · 18 years ago
  54. 7b9558d Conversion of exceptions over from faked-up classes to new-style C types. by Richard Jones · 18 years ago
  55. b98d65c Add Py_LOCAL macros by Andrew M. Kuchling · 18 years ago
  56. d004fc8 Patch 1494554: Update numeric properties to Unicode 4.1. by Martin v. Löwis · 18 years ago
  57. a89dbec Patch #1492218: document None being a constant. by Georg Brandl · 18 years ago
  58. cc7570f Write more docs. by Thomas Heller · 18 years ago
  59. e001816 Exception isn't the root of all exception classes anymore. by Georg Brandl · 18 years ago
  60. afe6598 Add rpartition() and path caching by Andrew M. Kuchling · 18 years ago
  61. 9c0e9c0 needspeed: rpartition documentation, tests, and a bug fixes. by Fredrik Lundh · 18 years ago
  62. 2d6c5a8 Reordered, and wrote more docs. by Thomas Heller · 18 years ago
  63. 69bfaab Write some docs. by Thomas Heller · 18 years ago
  64. ada638b For now, I gave up with automatic conversion of reST to Python-latex, by Thomas Heller · 18 years ago
  65. c6f5c87 Typo fix by Andrew M. Kuchling · 18 years ago
  66. 230c3e1 Add buffer support for struct, socket by Andrew M. Kuchling · 18 years ago
  67. ad0cb65 Add str.partition() by Andrew M. Kuchling · 18 years ago
  68. a0fcf50 Typo fixes by Andrew M. Kuchling · 18 years ago
  69. 0c93ff6 Clarify docs for str.partition(). by Georg Brandl · 18 years ago
  70. 06a69dd needforspeed: partition implementation, part two. by Fredrik Lundh · 18 years ago
  71. 485dbd1 Add a x-ref to newer calling APIs. by Georg Brandl · 18 years ago
  72. 9d67d5e Someone seems to just have copy-pasted the docs of by Georg Brandl · 18 years ago
  73. 61bbe6c fix broken links in PDF (SF patch #1281291, contributed by Rory Yorke) by Fred Drake · 18 years ago
  74. 3cdf24b Minor edits; add an item by Andrew M. Kuchling · 18 years ago
  75. 70bd199 Add item by Andrew M. Kuchling · 18 years ago
  76. 150faff Add two items by Andrew M. Kuchling · 18 years ago
  77. 3e134a5 Use 'speed' instead of 'performance', because I agree with the argument by Andrew M. Kuchling · 18 years ago
  78. 1cdace4 Mention string improvements by Andrew M. Kuchling · 18 years ago
  79. c602723 Add some items; mention the sprint by Andrew M. Kuchling · 18 years ago
  80. 658d513 PyErr_NewException now accepts a tuple of base classes as its "base" parameter. by Georg Brandl · 18 years ago
  81. 00f6e19 Apply patch #1492255 from Mike Foord. by George Yoshida · 18 years ago
  82. c120a6d Fix the TeX compile error. by George Yoshida · 18 years ago
  83. 1e9f574 Minor edits by Andrew M. Kuchling · 18 years ago
  84. b688b6c Apply patch #1492147 from Mike Foord. by George Yoshida · 18 years ago
  85. 5c6a5ec - Add 'as' and 'with' as new keywords in 2.5. by George Yoshida · 18 years ago
  86. 6fffa5e - markup fix - add clarifying words by George Yoshida · 18 years ago
  87. e04fe8c Typo fix; add clarifying word by Andrew M. Kuchling · 18 years ago
  88. 007a382 Bug #1490688: properly document %e, %f, %g format subtleties. by Georg Brandl · 18 years ago
  89. 7b90e16 Bug #1462152: file() now checks more thoroughly for invalid mode by Georg Brandl · 18 years ago
  90. b89316f Patch #1180296: improve locale string formatting functions by Georg Brandl · 18 years ago
  91. d419a93 Apply patch #1489784 from Michael Foord. by Georg Brandl · 18 years ago
  92. c01b6ae Remove misleading comment about type-class unification. by Georg Brandl · 18 years ago
  93. 1b38357 Text files missing the SVN eol-style property. by Tim Peters · 18 years ago
  94. 0c8d7b0 Document ImportWarning by George Yoshida · 18 years ago
  95. 2f6ce53 Mention that Exception is now a subclass of BaseException. by George Yoshida · 18 years ago
  96. c0a0dec PEP 243 has been withdrawn, so don't refer to it any more. by Andrew M. Kuchling · 18 years ago
  97. d779b35 Add item by Andrew M. Kuchling · 18 years ago
  98. 8d3342b Patch #1435422: zlib's compress and decompress objects now have a copy() method. by Georg Brandl · 18 years ago
  99. e6d9506 Typo repair. by Tim Peters · 18 years ago
  100. 8931ff1 Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatV by Tim Peters · 18 years ago