1. 7898ccd Improve compatibility with more versions of LaTeX2HTML and more LaTeX by Fred Drake · 21 years ago
  2. 9a5b6a6 - clean up table markup for readability by Fred Drake · 21 years ago
  3. 8120995 Update Tkinter3000 notes based on text from Fredrik Lundh. by Fred Drake · 21 years ago
  4. a6b7d34 Fixed a table that wasn't in a tableii block, and added a very simple by Anthony Baxter · 21 years ago
  5. dfda8d7 - explain about making Python scripts executable on Unix in more by Fred Drake · 21 years ago
  6. b93b3e7 Error noted in email to python-docs: PyObject corresponds to by Fred Drake · 21 years ago
  7. 7cb229d add versionadded for getcheckinterval by Neal Norwitz · 21 years ago
  8. e5e065b New function sys.getcheckinterval(), to complement setcheckinterval(). by Tim Peters · 21 years ago
  9. b25229d Fix SF bug #766288, property() example gives syntax error by Neal Norwitz · 21 years ago
  10. eec26f9 Correct documentation of check interval - it's 100 by default, not 10 any by Skip Montanaro · 21 years ago
  11. 5e4e39f Note that csv files (when they are actual files) must be opened in 'b'inary by Skip Montanaro · 21 years ago
  12. 774816f SF bug #764616: execfile(filename,...) not execfile(file,...) by Raymond Hettinger · 21 years ago
  13. f8020e0 Grammar nit. SF bug #757822 by Raymond Hettinger · 21 years ago
  14. c5528b1 Revert the previous change; this is now dealt with in a better way. by Fred Drake · 21 years ago
  15. 6675881 There's a better way to deal with the "comment" environment; I found by Fred Drake · 21 years ago
  16. 629dd99 Make the "install schema" tables follow the same table style we use by Fred Drake · 21 years ago
  17. 89de74e The Macintosh Modules Reference now formats to GNU info without errors by Fred Drake · 21 years ago
  18. 3b09558 Fill out the set of macros and environments supported somewhat. by Fred Drake · 21 years ago
  19. 1ec0bdf The datetime C API really isn't usable outside the datetime module by Fred Drake · 21 years ago
  20. 2884d6d Fix a variety of small markup nits. by Fred Drake · 21 years ago
  21. 3ede784 - note that super() only applies to new-style classes; by Fred Drake · 21 years ago
  22. 901a41e normalize markup for consistency by Fred Drake · 21 years ago
  23. 93ceaea showwarning() calls formatwarning(), not showwarning(). by Tim Peters · 21 years ago
  24. 9c8f78d Improve the wording a bit by Raymond Hettinger · 21 years ago
  25. 69d6356 Fix spelling, grammar, usage, and markup. by Raymond Hettinger · 21 years ago
  26. 8ee0060 SF #751062: Tutorial: remove string exceptions, add parnassus, #posts by Raymond Hettinger · 21 years ago
  27. 20def8b Make temporary change of using _strptime for time.strptime permanent. by Brett Cannon · 21 years ago
  28. ecc7171 Add versionadded info for the 2 new threading module functions by Neal Norwitz · 21 years ago
  29. 675580f Document the DISTUTILS_DEBUG variable. Closes sf #761401. by Thomas Heller · 21 years ago
  30. 220e839 We are now post-beta 2. by Fred Drake · 21 years ago
  31. f647b63 Added missing name (textwrap.dedent() docs). by Fred Drake · 21 years ago
  32. ccd615c SF bug #762990: Awful Grammar in Python Tutorial by Raymond Hettinger · 21 years ago
  33. 5728815 Fix broken markup, & tweak a couple of things for consistency. by Fred Drake · 21 years ago
  34. bfccb35 Add settrace() and setprofile() functions to the threading library. by Jeremy Hylton · 21 years ago
  35. 85d2757 Update copyright years. by Fred Drake · 21 years ago
  36. 32a5e87 minor wordsmithing by Skip Montanaro · 21 years ago
  37. be2528d SF patch #760257: add socket.timeout exception (Contributed by Bob Halley) by Raymond Hettinger · 21 years ago
  38. 5918f8d Minor fixes to punctuation and grammar. by Raymond Hettinger · 21 years ago
  39. 3e2244c Bump version information for Python 2.3 beta 2. by Fred Drake · 21 years ago
  40. 6595e15 Document PyThreadState_SetAsyncExc(). by Fred Drake · 21 years ago
  41. 6891cd3 A few minor improvements by Barry Warsaw · 21 years ago
  42. 6c71091 Rewrote the docs for supporting cyclic garbage collection to reflect by Jim Fulton · 21 years ago
  43. 9c3e957 Updated the depenencies to reflect changes in the sample code for by Jim Fulton · 21 years ago
  44. 18a6be9 Added tests for sample modules. by Jim Fulton · 21 years ago
  45. f0e38d1 Added s setup module to make it easier to test the sample modules. by Jim Fulton · 21 years ago
  46. 7050e92 Fixed bug in implementation of tp_init function. It should be an int by Jim Fulton · 21 years ago
  47. 4b59f91 Changed the assignment of PyType_GenericNew to tp_new slot. Now do by Jim Fulton · 21 years ago
  48. db6a569 Changed the assignment of PyType_GenericNew to tp_new slot. Now do by Jim Fulton · 21 years ago
  49. ded8e74 Correct markup errors that prevented formatting. by Fred Drake · 21 years ago
  50. 7928f38 Explain source encodings. Fixes #683486. by Martin v. Löwis · 21 years ago
  51. 3567a87 Add take() to examples. Tighten the islice() example by Raymond Hettinger · 21 years ago
  52. 5d2f515 fix markup nits by Fred Drake · 21 years ago
  53. 6f3eaa6 SF patch #761519: Fixes for bugs 760703 and 757821 by Raymond Hettinger · 21 years ago
  54. 6ebe61f A hack to ease compatibility with pre-2.3 Pythons: by default, doctest by Tim Peters · 21 years ago
  55. 095f817 Don't assume the name of the table of contents will be contents.html; by Fred Drake · 21 years ago
  56. 25b5358 Add definitions of the test and testlist symbols in the grammar so by Fred Drake · 21 years ago
  57. 6ab8b40 fix link-hovering so <a name='...'> (no href attribute) doesn't get by Fred Drake · 21 years ago
  58. df9eff0 * Markup nits for the Invoking Descriptors section by Raymond Hettinger · 21 years ago
  59. d0cda1d SF patch #760792: "wo" in "word" now valid but not documented as such by Raymond Hettinger · 21 years ago
  60. daa3404 * Fixed an unmatched parenthesis early in the text. by Raymond Hettinger · 21 years ago
  61. f91888b markup consistency nits by Fred Drake · 21 years ago
  62. 4db3661 remove _ from label: LaTeX rejects this due to all the magic we use to by Fred Drake · 21 years ago
  63. 2b9bc08 Removed useless intra-section references which jump to the top of the by Raymond Hettinger · 21 years ago
  64. 2dd8c42 SF bug #696777: How to make a class iterable using a member generator. by Raymond Hettinger · 21 years ago
  65. 03ec6d5 * Document how descriptors are invoked. by Raymond Hettinger · 21 years ago
  66. 35fd926 SF bug #757822: Additional index items, other minor details by Raymond Hettinger · 21 years ago
  67. 9e9a7c3 Patch #640236: Better eplain unused data. by Martin v. Löwis · 21 years ago
  68. 171be76 Patch #755683: Document that there might be a maximum indentation limit. by Martin v. Löwis · 21 years ago
  69. 47db252 Add some documentation which describes how to use the email package by Barry Warsaw · 21 years ago
  70. 3a03de4 SF #757229, fix libsocket.tex typo by Neal Norwitz · 21 years ago
  71. 2664cbb Remove heading from orphan section. by Fred Drake · 21 years ago
  72. 0799d0a Update link to Python book information. by Fred Drake · 21 years ago
  73. f5ed981 Avoid using 'dir' as a variable name and use os.path.join() to create paths. by Skip Montanaro · 21 years ago
  74. befa37d Minor updates: by Raymond Hettinger · 21 years ago
  75. 3a8fbe7 Include "instances of most classes" in a warning about mutable objects by Fred Drake · 21 years ago
  76. b5155e3 Fix typo. by Raymond Hettinger · 21 years ago
  77. 96a8233 SF patch #751038 fixing SF bug#750092: exec doesn't need newline by Raymond Hettinger · 21 years ago
  78. 93719b5 Updated documentation for the new slice arguments for list.index(). by Walter Dörwald · 21 years ago
  79. 364ca40 SF Patch 569574 - enhancements to cgitb for plain text display by Skip Montanaro · 21 years ago
  80. 938b7a0 Fix some markup nits by Neal Norwitz · 21 years ago
  81. 9ca3f02 ^D means EOF on Unix but not on Windows. Expand the example's prompt to by Tim Peters · 21 years ago
  82. 9e6fedd Add explicit text for where an obindex call for generators was since obindex does not cause output of its argument. by Brett Cannon · 21 years ago
  83. 097da0d Documented the fact that the main class now mimicks the OSA "application" class. by Jack Jansen · 21 years ago
  84. 7e902b2 * Added missing documentation for object(). by Raymond Hettinger · 21 years ago
  85. 3985df2 SF bug #660022: parameters for int(), str(), etc. by Raymond Hettinger · 21 years ago
  86. 132fa37 Add docs for get_grouped_opcodes(). by Raymond Hettinger · 21 years ago
  87. 80b3f68 SF bug: 751941 Invisible HTML tag by Raymond Hettinger · 21 years ago
  88. 9caa0d1 guess_all_extensions(): Return the empty list instead of None when by Barry Warsaw · 21 years ago
  89. e07b835 Document context_diff() and unified_diff() by Raymond Hettinger · 21 years ago
  90. 305908c SF #735051, add time.tzset documentation by Neal Norwitz · 21 years ago
  91. 9556fba - urllib2.py now knows how to order proxy classes, so the user doesn't by Gustavo Niemeyer · 21 years ago
  92. b268f03 SF bug #749759: comparisons yield bool not int by Raymond Hettinger · 21 years ago
  93. a104556 QUOTE_ALWAYS -> QUOTE_ALL by Skip Montanaro · 21 years ago
  94. 19a5a71 Patch #744238: Explain that different string types also may compare equal. by Martin v. Löwis · 21 years ago
  95. 7472336 Patch #744877: Explain filter in terms of list comprehension. Remove by Martin v. Löwis · 21 years ago
  96. d691c42 Include both </tr> tags in the thead, not just the first. by Fred Drake · 21 years ago
  97. 847207a SF bug #719367, string exceptions are deprecated by Neal Norwitz · 21 years ago
  98. d3d5768 isdatadescriptor() was added recently. by Neal Norwitz · 21 years ago
  99. 2748a4a Typo fix. by Greg Ward · 21 years ago
  100. fb1b5a1 Rewrite the description of setparameters() so it actually reflects the by Greg Ward · 21 years ago