1. 84a7ee7 Typo fixes by Andrew M. Kuchling · 19 years ago
  2. 262fb92 Allow pstats.Stats creator to specify an alternate to stdout. by Skip Montanaro · 19 years ago
  3. 3b675d2 Change a footnote to a parenthetical (in two senses) paragraph by Andrew M. Kuchling · 19 years ago
  4. af015cf Argh, make another markup fix by Andrew M. Kuchling · 19 years ago
  5. 3343218 Markup fix by Andrew M. Kuchling · 19 years ago
  6. 63fe9b5 Add some items; add "New module" consistently; make contextlib.closing example more interesting and more correct (thanks Gustavo!); add a name by Andrew M. Kuchling · 19 years ago
  7. 94785ef Correct implementation and documentation of os.confstr. Add a simple test by Skip Montanaro · 19 years ago
  8. 6719131 Write datetime.strptime() item; show use of @contextmanager in defining __context__ methods; minor edits; add two names by Andrew M. Kuchling · 19 years ago
  9. e7670a3 fix typo by George Yoshida · 19 years ago
  10. 952f196 Add item by Andrew M. Kuchling · 19 years ago
  11. bd30f52 Patch #790710: Add breakpoint command lists in pdb. by Martin v. Löwis · 19 years ago
  12. 297bf82 fix long option markup by George Yoshida · 19 years ago
  13. 0d660c0 Update status of document by Andrew M. Kuchling · 19 years ago
  14. f7823a3 Remove translated code hidden inside a comment environment; latex2html gets confused and includes half of it anyway by Andrew M. Kuchling · 19 years ago
  15. 45bb98e Add item by Andrew M. Kuchling · 19 years ago
  16. de0a23f Describe contextlib module. (Done for today...) by Andrew M. Kuchling · 19 years ago
  17. d058d00 Write most of the 'writing context managers' section. I'd like comments on it, by Andrew M. Kuchling · 19 years ago
  18. 29b3d08 Add an item; better crediting; fix error in SQL example; minor edits by Andrew M. Kuchling · 19 years ago
  19. 8ed2914 Typo fix by Andrew M. Kuchling · 19 years ago
  20. 82972e7 Patch #702933: Undocument PyObject_NEW, PyObject_NEW_VAR, and PyObject_DEL. by Martin v. Löwis · 19 years ago
  21. 121c98c Typo fixes by Andrew M. Kuchling · 19 years ago
  22. c709584 Add more items by Andrew M. Kuchling · 19 years ago
  23. 984bdd7 Typo fix by Andrew M. Kuchling · 19 years ago
  24. 75ba244 Add an item and a reminder by Andrew M. Kuchling · 19 years ago
  25. 3adc4aa raise the minimum supported BerkeleyDB version to 3.3 and add notes to by Gregory P. Smith · 19 years ago
  26. 5d4cf5e Typo fix by Andrew M. Kuchling · 19 years ago
  27. 3b4fb04 [Bug #1464571] Mention that generator's .gi_frame can now be None by Andrew M. Kuchling · 19 years ago
  28. 6fc6976 Add some items by Andrew M. Kuchling · 19 years ago
  29. 0f1955d Include more detail on Coverity results and add a link; minor edits by Andrew M. Kuchling · 19 years ago
  30. 61434b6 Describe sys.subversion, Py_GetBuildInfo() Add metadata example by Andrew M. Kuchling · 19 years ago
  31. aa571c9 Add missing word by Andrew M. Kuchling · 19 years ago
  32. 9d54837 Add two entries about how to actually clear a list. by Georg Brandl · 19 years ago
  33. bb30011 Stop claiming that Py_Finalize releases all memory. Fixes part of #1445210. by Martin v. Löwis · 19 years ago
  34. 5f5a69b Fix {} mismatch spotted by George Yoshida. by Neal Norwitz · 19 years ago
  35. b66871f Fix typography of Martin's name by Andrew M. Kuchling · 19 years ago
  36. 28c5f1f Write some ctypes examples by Andrew M. Kuchling · 19 years ago
  37. 5f445bf Mention ASCII as default encoding; update TODO list; use PyCF_ONLY_AST by MvL's suggestion; typographical tidying of MvL's name by Andrew M. Kuchling · 19 years ago
  38. 8872dbf Bump version number; rearrange introduction a bit by Andrew M. Kuchling · 19 years ago
  39. 6a67e4e Add PEP 243 section by Andrew M. Kuchling · 19 years ago
  40. f7c6290 Note C API incompatibilities by Andrew M. Kuchling · 19 years ago
  41. 4e86195 Mention access to ASTs by Andrew M. Kuchling · 19 years ago
  42. 075e023 Complete the ElementTree section by Andrew M. Kuchling · 19 years ago
  43. ce27a06 Typo fix. by Georg Brandl · 19 years ago
  44. 678b8ec Forgot to mark up a PEP reference by Phillip J. Eby · 19 years ago
  45. 4703211 Updated the warnings, linecache, inspect, traceback, site, and doctest modules by Phillip J. Eby · 19 years ago
  46. 16ed521 Write part of ElementTree section by Andrew M. Kuchling · 19 years ago
  47. d58baf8 Give SQLite examples by Andrew M. Kuchling · 19 years ago
  48. 0bc2ab9 Patch #837242: id() for large ptr should return a long. by Martin v. Löwis · 19 years ago
  49. 6e3a66d Fix a few XXX markers by Andrew M. Kuchling · 19 years ago
  50. a4d651f Fix unfinished paragraph; markup fix by Andrew M. Kuchling · 19 years ago
  51. 4d8cd89 Expand the PEP 353 section; various smaller changes by Andrew M. Kuchling · 19 years ago
  52. 4dce8e4 Bug #1464658: make clear that PyList_GetItem doesn't take negative indices. by Georg Brandl · 19 years ago
  53. 729156e Bug #1465619: rot13 codec decodes to a Unicode string. by Georg Brandl · 19 years ago
  54. caf9539 Bug #1465600: note encoding issue in ZipFile.write(). by Georg Brandl · 19 years ago
  55. 8038163 revert incomplete changes committed by accident by Fred Drake · 19 years ago
  56. ca30e1d update URL to reflect new website by Fred Drake · 19 years ago
  57. 2cdb23e Bump version number after alpha1 release by Andrew M. Kuchling · 19 years ago
  58. d96a6ac Reference PEP 356 by Andrew M. Kuchling · 19 years ago
  59. c3749a9 Add a paragraph about PEP 353; add a few more fixes by Andrew M. Kuchling · 19 years ago
  60. 9c67ee0 Tidy up the document in preparation for 2.5alpha1. Hope I didn't break the markup... by Andrew M. Kuchling · 19 years ago
  61. f7bc5f9 Change the example classes UnicodeReader and UnicodeWriter so by Walter Dörwald · 19 years ago
  62. cb30f97 added another example of Unicode CSV parsing; reworked the example text a bit; corrected notice in the intro and added a link to the examples by David Goodger · 19 years ago
  63. 8e39ec7 - Patch #360466: Replace the MD5 implementation from RSA Data Security Inc by Matthias Klose · 19 years ago
  64. ebed3f6 preparation for 2.5a1 by Anthony Baxter · 19 years ago
  65. af7ee99 Add sections for new modules; will write tutorial later by Andrew M. Kuchling · 19 years ago
  66. 92e212f Accept keyword arguments for __import__ and doc the addition of the level param from PEP 328. by Neal Norwitz · 19 years ago
  67. 5f284da Document recent fdopen() change. by Georg Brandl · 19 years ago
  68. 31fe35b end the sentence... by Fredrik Lundh · 19 years ago
  69. 1c0e328 fix markup error by Fred Drake · 19 years ago
  70. e805829 Grammar fix by Andrew M. Kuchling · 19 years ago
  71. 38f8507 Write various sections; I haven't been able to check whether the TeX markup is correct by Andrew M. Kuchling · 19 years ago
  72. ad5177c Patch #624325: urlparse.urlparse() and urlparse.urlsplit() results by Fred Drake · 19 years ago
  73. f878b81 Make firstweekday a simple attribute instead by Walter Dörwald · 19 years ago
  74. cd10347 Fix LaTeX oversight. by Georg Brandl · 19 years ago
  75. f2d712b Update status of this PEP by Andrew M. Kuchling · 19 years ago
  76. 9cdf563 clarify new docs on attr value entity expansion by Georg Brandl · 19 years ago
  77. 7f6b67c patch #1462498: handle entityrefs in attribute values. by Georg Brandl · 19 years ago
  78. 48d5e50 Bug #947906: Add classes LocaleTextCalendar and LocaleHTMLCalendar, by Walter Dörwald · 19 years ago
  79. 014d29f Patch #1462496: typo in libsignal.tex by Georg Brandl · 19 years ago
  80. 22a9dc8 Patch #1459631: documnent zlib.Decompress.flush() length parameter. by Georg Brandl · 19 years ago
  81. dcfdae7 Bug #1460564: document that socket.fromfd() duplicates the given by Georg Brandl · 19 years ago
  82. e071b00 bug #1462278: small fix in documentation of __op__ vs __rop__ methods by Georg Brandl · 19 years ago
  83. 23fd3d4 add support for the sips: scheme (identical to sip: except for scheme name) by Fred Drake · 19 years ago
  84. b88e19c bug #1444104: add note about fdopen() to os.open(). by Georg Brandl · 19 years ago
  85. 338ef7d Bug #1445068: getpass.getpass() can now be given an explicit stream by Georg Brandl · 19 years ago
  86. 22f3a6a Add 2.5 libraries. by Martin v. Löwis · 19 years ago
  87. 76a2cae typos by Georg Brandl · 19 years ago
  88. 3bf538f Complete markup. by Georg Brandl · 19 years ago
  89. 58917a6 Bug #947906: An object oriented interface has been added to the calendar by Walter Dörwald · 19 years ago
  90. 4c97498 Add index entries for new-style/old-style class. by Georg Brandl · 19 years ago
  91. b227bea object() is a function, not a base class. by Georg Brandl · 19 years ago
  92. 1320cf8 Bug #1461610: xmlrpclib has no function "binary". by Georg Brandl · 19 years ago
  93. c44e14e Fix typos. by Walter Dörwald · 19 years ago
  94. a35b05e Clarify what the final argument does in IncrementalDecoder.decode(). by Walter Dörwald · 19 years ago
  95. 7b8cf38 improve reporting of illegal section nesting (provide location which by Fred Drake · 19 years ago
  96. 842ab70 fix sectioning: cannot skip section levels by Fred Drake · 19 years ago
  97. 176014f SF patch #1458476 with modifications based on discussions in python-dev. This by Barry Warsaw · 19 years ago
  98. 80a5d01 Mark the upload command as new in 2.5, per Neal Norwitz's request. by Phillip J. Eby · 19 years ago
  99. 66bc4ef fill in refcount information for APIs first documented in Python 2.5 by Fred Drake · 19 years ago
  100. 3e482d9 merge revision 43437 from the release24-maint branch: by Fred Drake · 19 years ago