1. 0135b65 Add new CSV module to doc dependancies by Neal Norwitz · 21 years ago
  2. 5fbf836 include csv doc section - Fred, you may want to change the location by Skip Montanaro · 21 years ago
  3. b4a0417 new CSV file processing module - see PEP 305 by Skip Montanaro · 21 years ago
  4. 4cee220 - added example of using a comparison function with list.sort(), and by Fred Drake · 21 years ago
  5. 62364ff - apply SF patch #700798: fixes and cleanups for descriptor info by Fred Drake · 21 years ago
  6. 2a403e8 add descriptions of {get,set}defaulttimeout. by Skip Montanaro · 21 years ago
  7. 5c7b248 - explain what a UNC path is in the makedirs() description, since by Fred Drake · 21 years ago
  8. 43ed43b Take out my (long since disabled) POSIX signal mask handling code. by Michael W. Hudson · 21 years ago
  9. 60de2e8 SF bug #699237: Tutorial uses omitted slice indices before explaining them by Raymond Hettinger · 21 years ago
  10. 45c3941 Update the package version number by Barry Warsaw · 21 years ago
  11. a996d4f For email 2.5b1, we no longer add a trailing newline to by Barry Warsaw · 21 years ago
  12. 52b39f5 body_line_iterator() now takes a decode argument. by Barry Warsaw · 21 years ago
  13. 20ebc37 Describe what happens when decode=True and the payload has bogus base64 data. by Barry Warsaw · 21 years ago
  14. cd930f5 openmixer()'s 'mode' parameter has been removed. by Greg Ward · 21 years ago
  15. f882c77 Expand description of ossaudiodev.error exception. by Greg Ward · 21 years ago
  16. 3e34f59 Rewrite intro paragraphs and add a "See also" box for the link to the by Greg Ward · 21 years ago
  17. 074472b Fix two unformatted lists: one is now an 'enumerate' environment, the by Greg Ward · 21 years ago
  18. 41a28e3 Add libossaudiodev.tex. by Greg Ward · 21 years ago
  19. 33bcd98 Wrap all paragraphs to 72 columns. by Greg Ward · 21 years ago
  20. 620e343 Documentation for the ossaudiodev module. by Greg Ward · 21 years ago
  21. 5284b44 Add contributor name. by Raymond Hettinger · 21 years ago
  22. 42182eb SF 698520: Iterator for urllib.URLOpener Contributed by Brett Cannon. by Raymond Hettinger · 21 years ago
  23. 959c772 Add a little more verbiage about the bsddb module/package change. It's by Skip Montanaro · 21 years ago
  24. 9e1595e Minor clarification about the ob_size field. by Fred Drake · 21 years ago
  25. a3e1e4c SF patch #693753: fix for bug 639806: default for dict.pop by Raymond Hettinger · 21 years ago
  26. 1930949 Fix SF bug #697256, PyMarshal_WriteShortToFile() documented, but not implemented by Neal Norwitz · 21 years ago
  27. 1a2c373 Describe Charset.__repr__(). by Barry Warsaw · 21 years ago
  28. f32e313 Describe the new Header.encode() argument "splitchars". by Barry Warsaw · 21 years ago
  29. 73d538b Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, by Martin v. Löwis · 21 years ago
  30. 9c20615 Back in June in revision 1.98 Steve (accidentally, presumably) wiped by Michael W. Hudson · 21 years ago
  31. 2ab1d08 I thought it was common practice to check things compiled before by Michael W. Hudson · 21 years ago
  32. 55fa3bb Point e-mail address at the SIG by Andrew M. Kuchling · 21 years ago
  33. 69700ef Weaken recommendation of Friedl book; fix reference by Andrew M. Kuchling · 21 years ago
  34. 02a0b3b [bug #692016] update description of {m,n} modifier; you can omit the lower bound by Andrew M. Kuchling · 21 years ago
  35. 85f3227 [bug #696771] Remove misleading parenthetical aside by Andrew M. Kuchling · 21 years ago
  36. 96b1c90 Patch #683592 revisited, after discussions with MvL: by Just van Rossum · 21 years ago
  37. f008998 Fix bug by Michael W. Hudson · 21 years ago
  38. 41bcbe3 Commit MvL's doc patch for SF bug #221327. This adds an example of by Guido van Rossum · 21 years ago
  39. 563389f Add updates for alpha2 by Andrew M. Kuchling · 21 years ago
  40. 41c3e00 Expand itertools paragraph by Andrew M. Kuchling · 21 years ago
  41. 46d3dc3 - New function sys.exc_clear() clears the current exception. This is by Guido van Rossum · 21 years ago
  42. d41eea0 SF doc patch #692001, properties and __getattribute__. I added some by Guido van Rossum · 21 years ago
  43. c61402b Update PyPI link by Andrew M. Kuchling · 21 years ago
  44. b6b4613 [Bug #693474, reported by Stuart Bishop] by Andrew M. Kuchling · 21 years ago
  45. 5860dab Documented linkmodel and WMAvailable(). by Jack Jansen · 21 years ago
  46. 7aba3d4 Fix SF bug #691276, shutil.copytree documentation bug by Neal Norwitz · 21 years ago
  47. 61fe64d User requested changes to the itertools module. by Raymond Hettinger · 21 years ago
  48. f5dd753 I'm am the PyPy sprint waiting for a Grand Renaming so I killed a few by Michael W. Hudson · 21 years ago
  49. b7d1d3c Add some minimal doc for get_completer added for patch 676342 by Neal Norwitz · 21 years ago
  50. 1b56de0 Fill in missing table entries. by Raymond Hettinger · 21 years ago
  51. a97e4f3 SF bug #685775: turtle circle() documentation error by Raymond Hettinger · 21 years ago
  52. 3004b09 SF bug #690377: Dud footnote reference in distutils docs by Raymond Hettinger · 21 years ago
  53. 1b18ba4 Markup and nits. by Raymond Hettinger · 21 years ago
  54. d08baa9 Add some notes about HIGHEST_PROTOCOL. by Neal Norwitz · 21 years ago
  55. cade713 Added a note about the new itertools module. (Omission noted by by Fred Drake · 21 years ago
  56. 3749507 logging.warn() renamed to warning() by Andrew M. Kuchling · 21 years ago
  57. 7f90c7f Bump version number. by Fred Drake · 21 years ago
  58. 6fa635d SF patch #687683, Patches to logging (updates from Vinay) by Neal Norwitz · 21 years ago
  59. d87eeb9 Add two acks; bump version number by Andrew M. Kuchling · 21 years ago
  60. 7ee9b51 [Bug #688261] Fix optparse example and output by Andrew M. Kuchling · 21 years ago
  61. acddabc [Bug #683416] Make PEP263 coverage a bit more explicit, and add it to the by Andrew M. Kuchling · 21 years ago
  62. f927f14 Fix SF bug #687655, String formatting conversions misleading by Neal Norwitz · 21 years ago
  63. 117910d Migrate definitions of several platform-dependent path-related variables by Skip Montanaro · 21 years ago
  64. 002a5de extsep description: by Fred Drake · 21 years ago
  65. 47e46e2 add missing description of os.extsep by Skip Montanaro · 21 years ago
  66. 2835e37 SF bug #663701: sets module review by Raymond Hettinger · 21 years ago
  67. e544f6f SF bug #663701. The caret wasn't printing well in the PDF documentation. by Raymond Hettinger · 21 years ago
  68. d8d2cf4 Remove deps on mac doc files which have been removed by Neal Norwitz · 21 years ago
  69. 15f742d first cut at a shell script to view a single section from the library by Skip Montanaro · 21 years ago
  70. 12d31e2 Try to doc the new pickle details being implemented as part of PEP 307. by Neal Norwitz · 21 years ago
  71. 2294c0d Cleanup from patch #683257: by Neal Norwitz · 21 years ago
  72. 7aeba45 Updated the Mac documentation to the current state of affairs. by Jack Jansen · 21 years ago
  73. a33d0aa Unparenting BZ2File, as discussed in SF patch #661796. by Gustavo Niemeyer · 21 years ago
  74. ada859c Remove duplicate word (rules) by Neal Norwitz · 21 years ago
  75. eb18993 Fix so it compiles at least. by Michael W. Hudson · 21 years ago
  76. 3e245d8 Add item pertaining to by Michael W. Hudson · 21 years ago
  77. 065f5fa Sundry very picky changes. by Michael W. Hudson · 21 years ago
  78. aab0260 Remove erroneous period. by Michael W. Hudson · 21 years ago
  79. 1e71b04 Update advice about __module__ and __name__ and tp_name wrt. new types. by Michael W. Hudson · 21 years ago
  80. bbe17f5 A typo, and desist from inaccurately describing some things as lists. by Michael W. Hudson · 21 years ago
  81. 72df65a Add Neil's suggestions for avoiding this warning by Andrew M. Kuchling · 21 years ago
  82. 60eca93 C Code: by Raymond Hettinger · 21 years ago
  83. 07534a6 Comparison for timedelta, time, date and datetime objects: __eq__ and by Tim Peters · 21 years ago
  84. b8a3905 Update URL by Andrew M. Kuchling · 21 years ago
  85. 693aea2 - make some links into the reference documentation relative for by Fred Drake · 21 years ago
  86. 2012f17 SF bug #681003: itertools issues by Raymond Hettinger · 21 years ago
  87. 2b09bc4 Fix SF bug #675259, os.environ leaks under FreeBSD and Mac OS X by Neal Norwitz · 21 years ago
  88. 694d9b3 Update doc to reflect code changes for obsoleting use_statcache parameter by Neal Norwitz · 21 years ago
  89. 241c2e9 Remove another lie. by Michael W. Hudson · 21 years ago
  90. 847f375 Correct lie about METH_NOARGS functions. by Michael W. Hudson · 21 years ago
  91. 93cf58b Typo fixes by Andrew M. Kuchling · 21 years ago
  92. 80fd785 Mention FutureWarning for large ints by Andrew M. Kuchling · 21 years ago
  93. ba37524 Fix description of filterwarnings() parameters (error noted by Richard Jones at by Andrew M. Kuchling · 21 years ago
  94. 292f56c Provide version changed info by Neal Norwitz · 21 years ago
  95. 983b008 Updated version of [ 558544 ] cmd.py: add instance-specific stdin/out by Anthony Baxter · 21 years ago
  96. 570e358 Markup fixes; in particular, the tables are now reasonable width by Andrew M. Kuchling · 21 years ago
  97. 604ade4 supports_unicode_filenames was not in the right location. by Fred Drake · 21 years ago
  98. 57d5752 Update to better reflect the usage of struct_time instances throughout; by Fred Drake · 21 years ago
  99. 5bbeb8d Twiddle. by Fred Drake · 21 years ago
  100. 4b37364 Bug #678077: Suggest alternative to os.getlogin() by Andrew M. Kuchling · 22 years ago