1. a635fbb Remove dots in \version{changed,added} argument and correct argument order. by Georg Brandl · 20 years ago
  2. 42a84fe Remove extra period at end. by Neal Norwitz · 20 years ago
  3. 11017b1 Patch #1103116: AF_NETLINK sockets basic support. by Martin v. Löwis · 20 years ago
  4. 5b093a0 added a missing +\versionadded{2.2} tag by Fredrik Lundh · 20 years ago
  5. 049fd90 added a few missing \versionadded{2.3} tags by Fredrik Lundh · 20 years ago
  6. 9ad6963 Bug #1397205: doc typo by Georg Brandl · 20 years ago
  7. ab92afd added a couple of missing periods. by Fredrik Lundh · 20 years ago
  8. b0cbf30 fixed broken sentence by Fredrik Lundh · 20 years ago
  9. b449c17 typo by Fredrik Lundh · 20 years ago
  10. b754fe4 Fix typos. by Walter Dörwald · 20 years ago
  11. 412ed3b Patch #1177307: UTF-8-Sig codec. by Martin v. Löwis · 20 years ago
  12. 74ef694 Correct typo by Georg Brandl · 20 years ago
  13. 43b5780 Drop sys.build_number. Add sys.subversion. by Martin v. Löwis · 20 years ago
  14. 5f86142 Bug #1395715: wrong LaTeX label by Georg Brandl · 20 years ago
  15. 36cbdf9 Updated doc from patch 1117398 by Neal Norwitz · 20 years ago
  16. 6bc6ed8 Bug #1395597: doc typo by Georg Brandl · 20 years ago
  17. 0f19423 Bug #1394868: doc typos by Georg Brandl · 20 years ago
  18. b9359c4 SF patch #1379023: document that a weakref callback is not invoked if the by Armin Rigo · 20 years ago
  19. f5bd3b4 adding in-place operators to the operator module. by Armin Rigo · 20 years ago
  20. ecc275b Typo. by Armin Rigo · 20 years ago
  21. 8bdaac7 typo by Skip Montanaro · 20 years ago
  22. c6224db Revert checkin for bug #1386675. by Georg Brandl · 20 years ago
  23. 0cdcec5 Bug #1386675: winreg raises WindowsErrors by Georg Brandl · 20 years ago
  24. 75400db Bug #1389673: document correct return value of set methods by Georg Brandl · 20 years ago
  25. 6c1908d Bug #489256: remove note about Python 1.1 profiler by Georg Brandl · 20 years ago
  26. a2764ad Bug #954981: urllib2 example wont work w/o ssl by Georg Brandl · 20 years ago
  27. d90d1c1 Bug #839075: document that highly recursive data cannot be pickled by Georg Brandl · 20 years ago
  28. 1014174 Bug #756104: document that bufsize in socket.recv() should be small by Georg Brandl · 20 years ago
  29. bb2bf2c fixed one more typo by Fredrik Lundh · 20 years ago
  30. 428b413 fixed two typos in pprint reference page by Fredrik Lundh · 20 years ago
  31. 71dad72 SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode by Neal Norwitz · 20 years ago
  32. b164daf [Patch #1375417] Massive rearrangement of the Library Reference. by Andrew M. Kuchling · 20 years ago
  33. a0b25e9 Add more chapter intros by Andrew M. Kuchling · 20 years ago
  34. 9747301 Add markup by Andrew M. Kuchling · 20 years ago
  35. affd42d Add some chapter introductions (not linked into the LibRef yet) by Andrew M. Kuchling · 20 years ago
  36. 755c268 Update text by Andrew M. Kuchling · 20 years ago
  37. 509a41d Typo fix by Andrew M. Kuchling · 20 years ago
  38. 20be3c8 Typo fix by Andrew M. Kuchling · 20 years ago
  39. 5e8d8f9 [ 1388141 ] Minor error in md5 docs by Georg Brandl · 20 years ago
  40. b04747f Add versionadded info by Neal Norwitz · 20 years ago
  41. 2a38a86 Expose Subversion revision number (calculated via "svnversion .") to Python. by Barry Warsaw · 20 years ago
  42. 852a542 Bug #1373197: note that os.makedirs does not work with '..' by Georg Brandl · 20 years ago
  43. 69cb3cd Bug #1343671: clarify docs for os.removedirs by Georg Brandl · 20 years ago
  44. c1d2f7b Bug #1106572: clarify os.makedirs docs wrt umask by Georg Brandl · 20 years ago
  45. 08caadc Patch #1377848: typo in pyexpat docs by Georg Brandl · 20 years ago
  46. 071ae4c Patch #1376914: traceback.format_exc() has no "file" argument by Georg Brandl · 20 years ago
  47. 6ee3391 Remove reference to the "t" open() mode as it is platform dependent. by Georg Brandl · 20 years ago
  48. 245c619 r1076@spiff: Fredrik | 2005-12-12 22:32:28 +0100 by Fredrik Lundh · 20 years ago
  49. 432be36 [Bug #1349316] Show how to use XML-RPC through a proxy by Andrew M. Kuchling · 20 years ago
  50. ef1b50d add common usage example by Skip Montanaro · 20 years ago
  51. 5ed262b Typo in a code example. by Armin Rigo · 20 years ago
  52. d54a0ae [Patch #1372995] Add \versionadded by Andrew M. Kuchling · 20 years ago
  53. 47a39b0 [Bug #1041501] Fix example by Andrew M. Kuchling · 20 years ago
  54. 427aedb [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServer by Andrew M. Kuchling · 20 years ago
  55. 10a16de [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXMLRPCRequestHandler by Andrew M. Kuchling · 20 years ago
  56. 3f207b6 fix link by Fred Drake · 20 years ago
  57. ce53a02 SF#1368827 by Fredrik Lundh · 20 years ago
  58. d4bfe2c SF patch #1364946: Add a reference link from the dcoumentation of the encode by Walter Dörwald · 20 years ago
  59. e3faaeb Bug #1357604: os.makedirs handles UNC paths by Georg Brandl · 20 years ago
  60. 4bd165a Patch #1255218: libmultifile.tex: tell what a decoration is by Georg Brandl · 20 years ago
  61. a6ba602 Add a note to os.chown that permission constants can be combined by Georg Brandl · 20 years ago
  62. db57135 Add generator-expression nodes by Andrew M. Kuchling · 20 years ago
  63. cc9ab14 [Bug #449093] FloorDiv AST node type not listed by Andrew M. Kuchling · 20 years ago
  64. 82a3e1a Fix typo in comment (reported on the pydotorg mailing list). by Walter Dörwald · 20 years ago
  65. 26f4c23 Make consistent with 2.4 by Neal Norwitz · 20 years ago
  66. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 20 years ago
  67. 8c147c3 SF Bug #1341934: Fix a representation of "\n" to use a proper tag. by Hye-Shik Chang · 20 years ago
  68. 00b5c93 Minor update to HTTPHandler documentation to indicate that host:port can be used. by Vinay Sajip · 20 years ago
  69. 9984e70 add missing word by Fred Drake · 20 years ago
  70. 9483220 SF bug #1328915, try to word kill a bit more generically. Backport candidate. by Neal Norwitz · 20 years ago
  71. 116078f SF bug #1323294, Minor error in the Library Reference doc. Will backport by Neal Norwitz · 20 years ago
  72. 007f8df Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specified by Walter Dörwald · 20 years ago
  73. 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 · 20 years ago
  74. 4094d04 fix link to subsection (SF bug #1311674) by Fred Drake · 20 years ago
  75. e8f2443 Patch #754022: Greatly enhanced webbrowser.py. by Georg Brandl · 20 years ago
  76. 7ecbc19 SF Bug #1008310, os.major() os.minor() example and description change. Will backport. by Neal Norwitz · 20 years ago
  77. 92ff693 Fix SF bug #991735, os.access reports true for read-only directories. Will backport by Neal Norwitz · 20 years ago
  78. d157b1d SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP sockets. Will backport by Neal Norwitz · 20 years ago
  79. 58d118b SF patch #1227568, bug #1219273, Expression AST node not documented. Backport candidate if anyone cares. by Neal Norwitz · 20 years ago
  80. 1aa74ee bug [ 1298120 ] shlex does not support unicode by Georg Brandl · 20 years ago
  81. d1c0239 Minor clarification of effective level calculation by Vinay Sajip · 20 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 · 20 years ago
  83. 532dacf patch [ 1277677 ] tkinter hello world example bug by Georg Brandl · 20 years ago
  84. 3225242 bug [ 1274828 ] splitunc not documented by Georg Brandl · 20 years ago
  85. 1166638 Add FAQ entry regarding non-expoential representation. by Raymond Hettinger · 20 years ago
  86. c1c956b Remove statement about meaning of constants; arguably it's incorrect by Andrew M. Kuchling · 20 years ago
  87. 2330e9e From c.l.py comments: link to zlib manual, and disclaim completeness by Andrew M. Kuchling · 20 years ago
  88. e1a385a Explain what file descriptors are; this change has been sitting in my tree for a while by Andrew M. Kuchling · 20 years ago
  89. ff9ca5e SF bug #1277016: Turn sentence fragment into a complete sentence. by Walter Dörwald · 20 years ago
  90. 9a19e5c patch [ 1274550 ] libtarfile.tex: external URL changed by Georg Brandl · 20 years ago
  91. 7f26a62 patch [ 1274630 ] documentation fixes by Georg Brandl · 20 years ago
  92. bd77da6 bug [ 1248199 ] shelve .sync operation not documented by Georg Brandl · 20 years ago
  93. 36be8be Once upon a time, I used to know TeX... by Georg Brandl · 20 years ago
  94. 532efab patch #848017: make Cookie more RFC-compliant. by Georg Brandl · 20 years ago
  95. b925602 Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnld by Georg Brandl · 20 years ago
  96. 56066d2 Return complete lines from codec stream readers by Martin v. Löwis · 20 years ago
  97. 79c122f bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows by Georg Brandl · 20 years ago
  98. 6f2bbd3 bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOME by Georg Brandl · 20 years ago
  99. 38387b8 bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix by Georg Brandl · 20 years ago
  100. 76fb6d8 SF bug #1100368: Wrong "type()" syntax in docs by Raymond Hettinger · 20 years ago