1. ddddd2f Updating the short blob about old/new-style classes to reflect (IMHO) more by Armin Rigo · 19 years ago
  2. bb2bf2c fixed one more typo by Fredrik Lundh · 19 years ago
  3. 428b413 fixed two typos in pprint reference page by Fredrik Lundh · 19 years ago
  4. 71dad72 SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode by Neal Norwitz · 19 years ago
  5. a2c110b Add missing dep for cookielib doc by Neal Norwitz · 19 years ago
  6. b164daf [Patch #1375417] Massive rearrangement of the Library Reference. by Andrew M. Kuchling · 19 years ago
  7. a0b25e9 Add more chapter intros by Andrew M. Kuchling · 19 years ago
  8. 9747301 Add markup by Andrew M. Kuchling · 19 years ago
  9. affd42d Add some chapter introductions (not linked into the LibRef yet) by Andrew M. Kuchling · 19 years ago
  10. 755c268 Update text by Andrew M. Kuchling · 19 years ago
  11. 509a41d Typo fix by Andrew M. Kuchling · 19 years ago
  12. 20be3c8 Typo fix by Andrew M. Kuchling · 19 years ago
  13. 5e8d8f9 [ 1388141 ] Minor error in md5 docs by Georg Brandl · 19 years ago
  14. 118be0c SF#1383115 by Fredrik Lundh · 19 years ago
  15. b04747f Add versionadded info by Neal Norwitz · 19 years ago
  16. 2a38a86 Expose Subversion revision number (calculated via "svnversion .") to Python. by Barry Warsaw · 19 years ago
  17. 11ca77e Doc for PEP 341, needs improvement by Neal Norwitz · 19 years ago
  18. 852a542 Bug #1373197: note that os.makedirs does not work with '..' by Georg Brandl · 19 years ago
  19. 69cb3cd Bug #1343671: clarify docs for os.removedirs by Georg Brandl · 19 years ago
  20. c1d2f7b Bug #1106572: clarify os.makedirs docs wrt umask by Georg Brandl · 19 years ago
  21. 08caadc Patch #1377848: typo in pyexpat docs by Georg Brandl · 19 years ago
  22. 071ae4c Patch #1376914: traceback.format_exc() has no "file" argument by Georg Brandl · 19 years ago
  23. 6ee3391 Remove reference to the "t" open() mode as it is platform dependent. by Georg Brandl · 19 years ago
  24. 50f8169 From a suggestion on c.l.py: modernize the introduction to the tutorial. by Andrew M. Kuchling · 19 years ago
  25. 245c619 r1076@spiff: Fredrik | 2005-12-12 22:32:28 +0100 by Fredrik Lundh · 19 years ago
  26. 7e0aef0 r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100 assorted xml.etree tweaks by Fredrik Lundh · 19 years ago
  27. 432be36 [Bug #1349316] Show how to use XML-RPC through a proxy by Andrew M. Kuchling · 19 years ago
  28. ef1b50d add common usage example by Skip Montanaro · 19 years ago
  29. 5ed262b Typo in a code example. by Armin Rigo · 19 years ago
  30. d54a0ae [Patch #1372995] Add \versionadded by Andrew M. Kuchling · 19 years ago
  31. 47a39b0 [Bug #1041501] Fix example by Andrew M. Kuchling · 19 years ago
  32. 427aedb [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServer by Andrew M. Kuchling · 19 years ago
  33. 10a16de [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXMLRPCRequestHandler by Andrew M. Kuchling · 19 years ago
  34. 6af5239 Add placeholder section on old and new-style classes by Andrew M. Kuchling · 19 years ago
  35. cf6b7c9 Bug #1368481: python.dir refers to whatsnew23 by Georg Brandl · 19 years ago
  36. eac2599 set expectations appropriately. ;) by Anthony Baxter · 19 years ago
  37. f91de8e Remove sorting HOWTO, after converting it to a wiki page at http://wiki.python.org/moin/HowTo/Sorting by Andrew M. Kuchling · 19 years ago
  38. 3f207b6 fix link by Fred Drake · 19 years ago
  39. ce53a02 SF#1368827 by Fredrik Lundh · 19 years ago
  40. d4bfe2c SF patch #1364946: Add a reference link from the dcoumentation of the encode by Walter Dörwald · 19 years ago
  41. f06e30a bug #1281408: make Py_BuildValue work with unsigned longs and long longs by Georg Brandl · 19 years ago
  42. e3faaeb Bug #1357604: os.makedirs handles UNC paths by Georg Brandl · 19 years ago
  43. 3c9f9ac Added example for the ** operator in function calls by Georg Brandl · 19 years ago
  44. 4bd165a Patch #1255218: libmultifile.tex: tell what a decoration is by Georg Brandl · 19 years ago
  45. f96f5f5 Bug #1359053: Doc: \Uxxxxxxxx escapes _are_ interpreted in raw unicode strings by Georg Brandl · 19 years ago
  46. a6ba602 Add a note to os.chown that permission constants can be combined by Georg Brandl · 19 years ago
  47. db57135 Add generator-expression nodes by Andrew M. Kuchling · 19 years ago
  48. cc9ab14 [Bug #449093] FloorDiv AST node type not listed by Andrew M. Kuchling · 19 years ago
  49. 4aef41f Remove import string and use string methods by Neal Norwitz · 19 years ago
  50. 5040fee Fix up incomplete sentence by Andrew M. Kuchling · 19 years ago
  51. 82a3e1a Fix typo in comment (reported on the pydotorg mailing list). by Walter Dörwald · 19 years ago
  52. 26f4c23 Make consistent with 2.4 by Neal Norwitz · 19 years ago
  53. 076b732 Add an import line to a code fragment. by Brett Cannon · 19 years ago
  54. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  55. 59c6191 add missing "and" by Fred Drake · 19 years ago
  56. 8c147c3 SF Bug #1341934: Fix a representation of "\n" to use a proper tag. by Hye-Shik Chang · 19 years ago
  57. 00b5c93 Minor update to HTTPHandler documentation to indicate that host:port can be used. by Vinay Sajip · 19 years ago
  58. 466e5b3 Update instructions according to Dave Abrahams instructions. by Martin v. Löwis · 19 years ago
  59. db85ed5 Add paragraphs on AST branch. AST'ers, please suggest corrections by Andrew M. Kuchling · 19 years ago
  60. 4fe4eb2 Add convenience makefile to check the latest what's new. by Andrew M. Kuchling · 19 years ago
  61. 9984e70 add missing word by Fred Drake · 19 years ago
  62. 9483220 SF bug #1328915, try to word kill a bit more generically. Backport candidate. by Neal Norwitz · 19 years ago
  63. 98fcaaf SF bug #1323739, C API doc for PySequence_Tuple duplicated by Neal Norwitz · 19 years ago
  64. 34fed3a fix stupid typo by Fred Drake · 19 years ago
  65. 116078f SF bug #1323294, Minor error in the Library Reference doc. Will backport by Neal Norwitz · 19 years ago
  66. df4f6e9 Clarify the docs for Py_UNICODE. by Marc-André Lemburg · 19 years ago
  67. 007f8df Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specified by Walter Dörwald · 19 years ago
  68. d1c1e10 Part of SF patch #1313939: Speedup charmap decoding by extending by Walter Dörwald · 19 years ago
  69. c0d1125 Make close brace a paren to match open. by Neal Norwitz · 19 years ago
  70. 19f6b86 Armin caught this mistake in bug #973103. by Neal Norwitz · 19 years ago
  71. 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 · 19 years ago
  72. bee0d46 Correct docs for empty raise when no exception is active. by Raymond Hettinger · 19 years ago
  73. 4094d04 fix link to subsection (SF bug #1311674) by Fred Drake · 19 years ago
  74. e8f2443 Patch #754022: Greatly enhanced webbrowser.py. by Georg Brandl · 19 years ago
  75. 7ecbc19 SF Bug #1008310, os.major() os.minor() example and description change. Will backport. by Neal Norwitz · 19 years ago
  76. 92ff693 Fix SF bug #991735, os.access reports true for read-only directories. Will backport by Neal Norwitz · 19 years ago
  77. d157b1d SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP sockets. Will backport by Neal Norwitz · 19 years ago
  78. 58d118b SF patch #1227568, bug #1219273, Expression AST node not documented. Backport candidate if anyone cares. by Neal Norwitz · 19 years ago
  79. 1aa74ee bug [ 1298120 ] shlex does not support unicode by Georg Brandl · 19 years ago
  80. e53475d bug [ 1306449 ] PyString_AsStringAndSize() return value documented wrong by Georg Brandl · 19 years ago
  81. d1c0239 Minor clarification of effective level calculation by Vinay Sajip · 19 years ago
  82. 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 · 19 years ago
  83. 5a13e91 update URL into the Python wiki (forward port revision 1.10.4.1) by Fred Drake · 19 years ago
  84. 532dacf patch [ 1277677 ] tkinter hello world example bug by Georg Brandl · 19 years ago
  85. ff52837 fix typo by Georg Brandl · 19 years ago
  86. 3225242 bug [ 1274828 ] splitunc not documented by Georg Brandl · 19 years ago
  87. 3fbf320 comma nit by Georg Brandl · 19 years ago
  88. 14f4fd0 Add more links to the 'What Next?' section; rewrite to be briefer by Andrew M. Kuchling · 19 years ago
  89. d430726 Better wording for integer ref entry. by Georg Brandl · 19 years ago
  90. ef369cd Shorten run-on sentence by Andrew M. Kuchling · 19 years ago
  91. b5d2118 Update link by Andrew M. Kuchling · 19 years ago
  92. 8e13af3 Update link by Andrew M. Kuchling · 19 years ago
  93. 1166638 Add FAQ entry regarding non-expoential representation. by Raymond Hettinger · 19 years ago
  94. b6e1c11 note that the return and yield statements cannot be used at the top level in by Fred Drake · 19 years ago
  95. b3dfc0a - fix typo report by email, only 1.5 years late by Fred Drake · 19 years ago
  96. 7da4eda Clarify what is meant with "whole numbers". by Georg Brandl · 19 years ago
  97. 99363b6 - Correct PyBool_FromLong's return type and its description. by Georg Brandl · 19 years ago
  98. c1c956b Remove statement about meaning of constants; arguably it's incorrect by Andrew M. Kuchling · 19 years ago
  99. c28dd1f Typo fix by Andrew M. Kuchling · 19 years ago
  100. 2330e9e From c.l.py comments: link to zlib manual, and disclaim completeness by Andrew M. Kuchling · 19 years ago