1. 8e39ec7 - Patch #360466: Replace the MD5 implementation from RSA Data Security Inc by Matthias Klose · 18 years ago
  2. ebed3f6 preparation for 2.5a1 by Anthony Baxter · 18 years ago
  3. af7ee99 Add sections for new modules; will write tutorial later by Andrew M. Kuchling · 18 years ago
  4. 92e212f Accept keyword arguments for __import__ and doc the addition of the level param from PEP 328. by Neal Norwitz · 18 years ago
  5. 5f284da Document recent fdopen() change. by Georg Brandl · 18 years ago
  6. 31fe35b end the sentence... by Fredrik Lundh · 18 years ago
  7. 1c0e328 fix markup error by Fred Drake · 18 years ago
  8. e805829 Grammar fix by Andrew M. Kuchling · 18 years ago
  9. 38f8507 Write various sections; I haven't been able to check whether the TeX markup is correct by Andrew M. Kuchling · 18 years ago
  10. ad5177c Patch #624325: urlparse.urlparse() and urlparse.urlsplit() results by Fred Drake · 18 years ago
  11. f878b81 Make firstweekday a simple attribute instead by Walter Dörwald · 18 years ago
  12. cd10347 Fix LaTeX oversight. by Georg Brandl · 18 years ago
  13. f2d712b Update status of this PEP by Andrew M. Kuchling · 18 years ago
  14. 9cdf563 clarify new docs on attr value entity expansion by Georg Brandl · 18 years ago
  15. 7f6b67c patch #1462498: handle entityrefs in attribute values. by Georg Brandl · 18 years ago
  16. 48d5e50 Bug #947906: Add classes LocaleTextCalendar and LocaleHTMLCalendar, by Walter Dörwald · 18 years ago
  17. 014d29f Patch #1462496: typo in libsignal.tex by Georg Brandl · 18 years ago
  18. 22a9dc8 Patch #1459631: documnent zlib.Decompress.flush() length parameter. by Georg Brandl · 18 years ago
  19. dcfdae7 Bug #1460564: document that socket.fromfd() duplicates the given by Georg Brandl · 18 years ago
  20. e071b00 bug #1462278: small fix in documentation of __op__ vs __rop__ methods by Georg Brandl · 18 years ago
  21. 23fd3d4 add support for the sips: scheme (identical to sip: except for scheme name) by Fred Drake · 18 years ago
  22. b88e19c bug #1444104: add note about fdopen() to os.open(). by Georg Brandl · 18 years ago
  23. 338ef7d Bug #1445068: getpass.getpass() can now be given an explicit stream by Georg Brandl · 18 years ago
  24. 22f3a6a Add 2.5 libraries. by Martin v. Löwis · 18 years ago
  25. 76a2cae typos by Georg Brandl · 18 years ago
  26. 3bf538f Complete markup. by Georg Brandl · 18 years ago
  27. 58917a6 Bug #947906: An object oriented interface has been added to the calendar by Walter Dörwald · 18 years ago
  28. 4c97498 Add index entries for new-style/old-style class. by Georg Brandl · 18 years ago
  29. b227bea object() is a function, not a base class. by Georg Brandl · 18 years ago
  30. 1320cf8 Bug #1461610: xmlrpclib has no function "binary". by Georg Brandl · 18 years ago
  31. c44e14e Fix typos. by Walter Dörwald · 18 years ago
  32. a35b05e Clarify what the final argument does in IncrementalDecoder.decode(). by Walter Dörwald · 18 years ago
  33. 7b8cf38 improve reporting of illegal section nesting (provide location which by Fred Drake · 18 years ago
  34. 842ab70 fix sectioning: cannot skip section levels by Fred Drake · 18 years ago
  35. 176014f SF patch #1458476 with modifications based on discussions in python-dev. This by Barry Warsaw · 18 years ago
  36. 80a5d01 Mark the upload command as new in 2.5, per Neal Norwitz's request. by Phillip J. Eby · 18 years ago
  37. 66bc4ef fill in refcount information for APIs first documented in Python 2.5 by Fred Drake · 18 years ago
  38. 3e482d9 merge revision 43437 from the release24-maint branch: by Fred Drake · 18 years ago
  39. 2e550b3 Implementation for patch request #1457316: support --identity option by Phillip J. Eby · 18 years ago
  40. 275935d document sys.maxint in std objects by Georg Brandl · 18 years ago
  41. 7fd548f Bug #1459103: add inter-section links for strftime section. by Georg Brandl · 18 years ago
  42. d03b073 Add version added info for with statement and context managers by Neal Norwitz · 18 years ago
  43. 168e99f Document objects that can be used with the ``with`` statement. by Phillip J. Eby · 18 years ago
  44. bdfd693 Fix some missing imports by Phillip J. Eby · 18 years ago
  45. d207b4f Document the contextlib module. by Phillip J. Eby · 18 years ago
  46. b6e92c4 Document change made to number of preallocated integers. by Georg Brandl · 18 years ago
  47. 16e86da The "with" statement needs a __future__. :) by Phillip J. Eby · 18 years ago
  48. 075ef1a Document the "with" statement. by Phillip J. Eby · 18 years ago
  49. 5d0f4c6 Document the PEP 343 context manager protocol methods. by Phillip J. Eby · 18 years ago
  50. a531e5b Guarantee evaluation order for izip(). Document its creative uses and its limitations. by Raymond Hettinger · 18 years ago
  51. 4d65af0 Add section headers and examples. by Raymond Hettinger · 18 years ago
  52. 6a91e94 SF bug # 1457358 and patch # 1458419, floor division not documented. Patch by Andy. by Neal Norwitz · 18 years ago
  53. 1a9fac0 Yield is now allowed in try-finally, so update docs accordingly by Phillip J. Eby · 18 years ago
  54. fd3fcf0 SF Patch #1455676: Simplify using Queues with daemon consumer threads by Raymond Hettinger · 18 years ago
  55. 98bcb70 Add documentation for PEP 338 by Nick Coghlan · 18 years ago
  56. bb03ac0 Correct API design mistake from rev. 43126: make socket attributes readonly properties. by Georg Brandl · 18 years ago
  57. 48b4bf7 Add a note about pow(x,y) equalling x**y (the "**" operator by Georg Brandl · 18 years ago
  58. 66760f8 Show an example of calling a named set method. by Raymond Hettinger · 18 years ago
  59. 05a4559 Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Schroeder. by Neal Norwitz · 18 years ago
  60. fa86907 SF [ 1231053 ] audioop - alaw encoding/decoding added, code updated by Anthony Baxter · 18 years ago
  61. 8a85ac6 Update tutorial wrt PEP 341 try-except-finally statement by Georg Brandl · 18 years ago
  62. 40ef006 Merge email package 4.0 from the sandbox, including documentation, test cases, by Barry Warsaw · 18 years ago
  63. 237037b You need at least one \item by Andrew M. Kuchling · 18 years ago
  64. b182db4 Write section by Andrew M. Kuchling · 18 years ago
  65. bc45a3f RFE #567972: Socket objects' family, type and proto properties are by Georg Brandl · 18 years ago
  66. a5a0704 Remove the lib-old modules from Doc/lib/libundoc.tex. by Georg Brandl · 18 years ago
  67. db815ab More \exception fixes. by Georg Brandl · 18 years ago
  68. da37604 Add two items by Andrew M. Kuchling · 18 years ago
  69. a062270 Markup fix by Andrew M. Kuchling · 18 years ago
  70. f4b0660 Remove mention of lib-old, and list more deleted modules by Andrew M. Kuchling · 18 years ago
  71. 01e3d26 Add some items by Andrew M. Kuchling · 18 years ago
  72. 6bed1c1 Add some versionadded info to new incremental codec docs and fix doco nits. by Neal Norwitz · 18 years ago
  73. 10be10c Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. by Neal Norwitz · 18 years ago
  74. 21d3a7c Add section by Andrew M. Kuchling · 18 years ago
  75. abb02e5 Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass by Walter Dörwald · 18 years ago
  76. f688cc5 Unicode database updated; use SVN instead of CVS by Andrew M. Kuchling · 18 years ago
  77. 5bd7c02 Avoid forward-declaring the methods array. by Martin v. Löwis · 18 years ago
  78. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 18 years ago
  79. aeadf95 Write a section by Andrew M. Kuchling · 18 years ago
  80. d0fcc02 Markup fix by Andrew M. Kuchling · 18 years ago
  81. e362d93 Write a section by Andrew M. Kuchling · 18 years ago
  82. 8f4b4db typo by Georg Brandl · 18 years ago
  83. ddb73fe Bug #1445901: os.path.realpath() is available on Win/Mac too. by Georg Brandl · 18 years ago
  84. 533ff6f Patch #1434038: property() now uses the getter's docstring if there is by Georg Brandl · 18 years ago
  85. 025f14b Move version added tag from PyObject_Length/Size to PyNumber_Index. by Neal Norwitz · 18 years ago
  86. 8f4d255 Add section by Andrew M. Kuchling · 18 years ago
  87. 437567c Some edits; add empty sections by Andrew M. Kuchling · 18 years ago
  88. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago
  89. 58780d2 Bug #1440831: fix csv UnicodeWriter example by Georg Brandl · 18 years ago
  90. d3c38ff SF patch #1443865; gc.get_count() added and optional argument 'generation' by Barry Warsaw · 18 years ago
  91. 0917988 Fix SF #1442937, Bad Coroutine link by Neal Norwitz · 18 years ago
  92. 7356dcb SF #1442767, docs for os.statvfs miss f_bsize parameter. Will backport. by Neal Norwitz · 18 years ago
  93. 3096c53 Fix latex typos as spotted by George Yoshida. by Brett Cannon · 18 years ago
  94. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 18 years ago
  95. 54ac294 Document PEP 352 changes. Also added GeneratorExit. by Brett Cannon · 18 years ago
  96. c9066ca Fix warning that texcheck complained about. by Martin v. Löwis · 18 years ago
  97. 1f2dac5 markup glitch (spotted by George Yoshida) by Fredrik Lundh · 18 years ago
  98. 3b19754 Document new Py_ssize_t API. by Martin v. Löwis · 18 years ago
  99. 497114e Add tool to check documentation against declaration. by Martin v. Löwis · 18 years ago
  100. 29fafd8 Make documentation match the implementation. by Martin v. Löwis · 18 years ago