1. 022a55c update - still some old .cvsignore files lying around by Anthony Baxter · 19 years ago
  2. e33da3b 2.4.3c1 by Anthony Baxter · 19 years ago
  3. ea901a1 Bug #1445901: os.path.realpath() is available on Win/Mac too. by Georg Brandl · 19 years ago
  4. a10a09d Backport: SF #1442767, docs for os.statvfs miss f_bsize parameter. by Neal Norwitz · 19 years ago
  5. aefbf72 backport by Skip Montanaro · 19 years ago
  6. e8cebba Bug #947571: By default, urllib.urlopen() does not raise IOErrors by Georg Brandl · 20 years ago
  7. f1a408d Bug #1102649: add a note to pickle docs that pickle files should be by Georg Brandl · 20 years ago
  8. 9c65202 Bug #1323369: document possible values of sys.getwindowsversion() platform field by Georg Brandl · 20 years ago
  9. 394e4af Bug #801349: document that start/stop/step slice arguments can be None by Georg Brandl · 20 years ago
  10. 2aaf918 Patch #1415507: clarify docs on reference stealing by Georg Brandl · 20 years ago
  11. f1fadcc Remove soundex from "undocumented modules". by Georg Brandl · 20 years ago
  12. 222a704 use correct function in example (backport of trunk revision 42377) by Fred Drake · 20 years ago
  13. 6fc1da1 Even more copyright locations! by Georg Brandl · 20 years ago
  14. 2fec8b9 Update general copyright year to 2006. by Georg Brandl · 20 years ago
  15. ada0d18 SF bug 1415455, fix typo in module name by Neal Norwitz · 20 years ago
  16. 29beb16 Correct misspellings. by Georg Brandl · 20 years ago
  17. 8b41b08 Backport typo fixes. by Georg Brandl · 20 years ago
  18. 1eb6bb6 Another typo. by Georg Brandl · 20 years ago
  19. ea3aa8f typo by Georg Brandl · 20 years ago
  20. b52ba9d Correct several typos in libos.tex. Bug #1412227. by Georg Brandl · 20 years ago
  21. 85ced98 Typo by Georg Brandl · 20 years ago
  22. 5105cb8 Backport winreg documentation quirk fix. by Georg Brandl · 20 years ago
  23. 7626cd9 Remove reference to Grail and Netscape 2.0 from cgi docs. by Georg Brandl · 20 years ago
  24. e446337 Patch #1410783: add documentation links for static/classmethod by Georg Brandl · 20 years ago
  25. 03c5a89 Document supported schemes. by Georg Brandl · 20 years ago
  26. e9b72e2 Add markup to a "Python Standard Library" doc reference I added for bug 839585. by Georg Brandl · 20 years ago
  27. 3b3e481 Bug #1402224: Add warning to dl docs about crashes. by Georg Brandl · 20 years ago
  28. 90394a5 Bug #1396471: Document that Windows' ftell() can return invalid by Georg Brandl · 20 years ago
  29. 543511c add missing version identification by Fred Drake · 20 years ago
  30. e87ccea Update documentation for email.Message.get_filename(). by Barry Warsaw · 20 years ago
  31. 22df553 Remove dots in \version{added,changed} arguments. by Georg Brandl · 20 years ago
  32. 8a82fe8 Bug #1397205: doc typo by Georg Brandl · 20 years ago
  33. a58cbd5 Bug #139571: wrong LaTeX label by Georg Brandl · 20 years ago
  34. 3951b1c bug #1395597: doc typo by Georg Brandl · 20 years ago
  35. 3dd5317 merge revision 41866 from trunk: update to reflect move to Subversion by Fred Drake · 20 years ago
  36. 967828c Bug #1394868: doc typos by Georg Brandl · 20 years ago
  37. f48e424 Revert checkin for bug #1386675. by Georg Brandl · 20 years ago
  38. 8d2dc47 Bug #1375599: Correct grammar error in tutorial by Georg Brandl · 20 years ago
  39. 31ecece Bug #1386675: winreg raises WindowsErrors (backport) by Georg Brandl · 20 years ago
  40. 19d245d Bug #1389673: document correct return value of set methods (backport) by Georg Brandl · 20 years ago
  41. 109e6d4 Bug #954981: urllib2 example wont work w/o ssl (backport) by Georg Brandl · 20 years ago
  42. 6638b86 Bug #839075 (backport): document that highly recursive data cannot be pickled by Georg Brandl · 20 years ago
  43. 26c221f Bug #839585: mention % string operator in language ref (backport) by Georg Brandl · 20 years ago
  44. b9ae3e3 Bug #756104 (backport): document that bufsize in socket.recv() should be small by Georg Brandl · 20 years ago
  45. 2108d55 Typo fix by Andrew M. Kuchling · 20 years ago
  46. 08a34f9 Typo fix by Andrew M. Kuchling · 20 years ago
  47. ddaf065 [ 1388141 ] Minor error in md5 docs (backport) by Georg Brandl · 20 years ago
  48. 3758868 Bug #1373197: note that os.makedirs does not work with '..' by Georg Brandl · 20 years ago
  49. 03f93a0 Bug #1343671: clarify docs for os.removedirs by Georg Brandl · 20 years ago
  50. e46a1de Bug #1106572: clarify os.makedirs docs wrt umask by Georg Brandl · 20 years ago
  51. 84eebf3 Patch #1377848: typo in pyexpat docs by Georg Brandl · 20 years ago
  52. 4e3335d Patch #1376914: traceback.format_exc() has no "file" argument. by Georg Brandl · 20 years ago
  53. 2f6c775 Remove reference to open() mode "t" as it is platform dependent. by Georg Brandl · 20 years ago
  54. 825ff5a Bug #1368481: python.dir refers to whatsnew23 by Georg Brandl · 20 years ago
  55. 7b08ff2 Backport checkin: by Walter Dörwald · 20 years ago
  56. b9c3283 bug #1281408: make Py_BuildValue work with unsigned longs and long longs by Georg Brandl · 20 years ago
  57. 62efb93 Bug #1357604: os.makedirs handles UNC paths by Georg Brandl · 20 years ago
  58. b058403 added example for the ** operator in function calls by Georg Brandl · 20 years ago
  59. 7bf4d58 Patch #1255218: libmultifile.tex: tell what a decoration is by Georg Brandl · 20 years ago
  60. 50541d1 Bug #1359035: Doc: Uxxxxxxxx escapes are interpreted in raw unicode literals. by Georg Brandl · 20 years ago
  61. a4e9aa6 Add a note to os.chown that permission constants can be combined by Georg Brandl · 20 years ago
  62. c6f6cb7 [Bug #449093] FloorDiv AST node type not listed by Andrew M. Kuchling · 20 years ago
  63. a68d719 Backport r41462: Fix typo in comment (reported on the pydotorg mailing list). by Walter Dörwald · 20 years ago
  64. e361d8a Make consistent with HEAD (some change was not backported) by Neal Norwitz · 20 years ago
  65. 19c431a Fix SF #1346026, doc typo by Neal Norwitz · 20 years ago
  66. ea16253 Add an import to a code fragment. by Brett Cannon · 20 years ago
  67. b32a299 add missing "and" by Fred Drake · 20 years ago
  68. 3606fca SF Bug #1341934: Fix a representation of "\n" to use a proper tag. by Hye-Shik Chang · 20 years ago
  69. 6468a28 add missing word (backported from trunk revision 1.38) by Fred Drake · 20 years ago
  70. aea9bca Backport: SF bug #1323739, C API doc for PySequence_Tuple duplicated by Neal Norwitz · 20 years ago
  71. b7704d9 fix stupid typo by Fred Drake · 20 years ago
  72. f890174 Backport: SF bug #1323294, Minor error in the Library Reference doc. by Neal Norwitz · 20 years ago
  73. 7bd3306 backport Py_UNICODE clarification by Skip Montanaro · 20 years ago
  74. 2c93c5a Make close brace a paren to match open. by Neal Norwitz · 20 years ago
  75. 02ea578 Armin caught this mistake in bug #973103. by Neal Norwitz · 20 years ago
  76. 4388f02 Correct docs for empty raise when no exception is active. by Raymond Hettinger · 20 years ago
  77. b828f9f fix link to subsection (SF bug #1311674) by Fred Drake · 20 years ago
  78. cb64ae1 Backport: SF Bug #1008310, os.major() os.minor() example and description change. by Neal Norwitz · 20 years ago
  79. 3f391a2 Fix SF bug #991735, os.access reports true for read-only directories. Will backport by Neal Norwitz · 20 years ago
  80. 42ffea4 Backport: SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP sockets. by Neal Norwitz · 20 years ago
  81. 33c2494 Minor clarification of effective level calculation by Vinay Sajip · 20 years ago
  82. 389e028 backport bug [ 1298120 ] shlex does not support unicode by Georg Brandl · 20 years ago
  83. 35425f1 backport of bugfix [ 1306449 ] PyString_AsStringAndSize() return value documented wrong by Georg Brandl · 20 years ago
  84. 85b25e6 set release date by Fred Drake · 20 years ago
  85. 98d504a Backport 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
  86. d115df0 update URL into the Python wiki by Fred Drake · 20 years ago
  87. 2d0aca6 the iSilo is not being built right now by Fred Drake · 20 years ago
  88. d8b9721 add 2.4.2 to the LaTeX version of the release history by Fred Drake · 20 years ago
  89. 8bb4dc6 Misc. backported changes by Vinay Sajip · 20 years ago
  90. a9fbcde backport patch [ 1277677 ] tkinter hello world example bug by Georg Brandl · 20 years ago
  91. bcafbbe fix typo by Georg Brandl · 20 years ago
  92. d82374d backport bug [ 1274828 ] splitunc not documented by Georg Brandl · 20 years ago
  93. 0a8c3ef comma nit by Georg Brandl · 20 years ago
  94. 562003d backport notes about basicConfig() changes to 2.4 branch by Skip Montanaro · 20 years ago
  95. ae4ae43 Better wording for integer ref entry (from HEAD 1.131). by Georg Brandl · 20 years ago
  96. f79e7b1 Add FAQ entry regarding non-expoential representation. by Raymond Hettinger · 20 years ago
  97. d7390a8d note that the return and yield statements cannot be used at the top level in by Fred Drake · 20 years ago
  98. 112255b - fix typo report by email, only 1.5 years late by Fred Drake · 20 years ago
  99. 3050c08 Clarify what is meant with "whole numbers". by Georg Brandl · 20 years ago
  100. 566da82 use a test for PDF support that is more portable across teTeX major versions by Matthias Klose · 20 years ago