1. 11b2306 Enable os.fsync() for Windows, mapping it to MS's _commit() there. The by Tim Peters · 21 years ago
  2. 863983e Add comment on performance. Fix missing right parenthesis. Add three examples. by Raymond Hettinger · 21 years ago
  3. 7099583 markup corrections by Fred Drake · 21 years ago
  4. 282be3a - explain the start argument to sum() by Fred Drake · 21 years ago
  5. a70b191 Adding new built-in function sum, with docs and tests. by Alex Martelli · 21 years ago
  6. 48f3dcc - Changed shlex.split() method to have more useful and meaningful parameters. by Gustavo Niemeyer · 21 years ago
  7. cf146d3 - Included examples documenting how the lastindex member of by Gustavo Niemeyer · 21 years ago
  8. 153c9e4 Patch #553171: Add writeback parameter. Also add protocol parameter. by Martin v. Löwis · 21 years ago
  9. a268540 - Several methods of nntplib.NNTP have grown an optional file argument by Guido van Rossum · 21 years ago
  10. b05df57 Added some more documentation to as_string() to make it clear that by Barry Warsaw · 21 years ago
  11. 338bcbc Change email address. by Martin v. Löwis · 21 years ago
  12. faf71ea Fix spelling of cedillas. by Martin v. Löwis · 21 years ago
  13. 07d4fb6 Correct methoddesc environments. by Martin v. Löwis · 21 years ago
  14. 281b2c6 Patch #536883: SimpleXMLRPCServer auto-docing subclass. by Martin v. Löwis · 21 years ago
  15. cf6d74a - accepted (slightly) modified version of docs for the OptionGroup by Fred Drake · 21 years ago
  16. 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 21 years ago
  17. 10cf218 Use True in a few more places. by Neal Norwitz · 21 years ago
  18. a6bdf2a Oops, missed updating doc to correct version for split by Neal Norwitz · 21 years ago
  19. 30b6e82 Added documentation for the handle_pi() method, based on SF patch #662464. by Fred Drake · 21 years ago
  20. aa3b5d2 markup banalities by Fred Drake · 21 years ago
  21. 68d8cef Implemented posix-mode parsing support in shlex.py, as dicussed in by Gustavo Niemeyer · 21 years ago
  22. 1475c49 Add version info for name2codepoint and codepoint2name by Neal Norwitz · 21 years ago
  23. 5688b7a Add two dictionaries to htmlentitydefs: name2codepoint maps by Walter Dörwald · 21 years ago
  24. 3a3cca5 - list.insert(i, x) now interprets negative i as it would be by Guido van Rossum · 21 years ago
  25. 44c62ef Typo fix by Andrew M. Kuchling · 21 years ago
  26. 125b9b0 Back out of setting the default charset to iso-8859-1. by Barry Warsaw · 21 years ago
  27. 06c7b62 Fix markup by Neal Norwitz · 21 years ago
  28. a1ce93f From http://mail.python.org/pipermail/i18n-sig/2003-April/001557.html by Barry Warsaw · 21 years ago
  29. ffe33b7 Attempt to make all the various string *strip methods the same. by Neal Norwitz · 21 years ago
  30. fcd845a Lots of small markup adjustments. by Fred Drake · 21 years ago
  31. fda5e27 extra punctuation removed by Anthony Baxter · 21 years ago
  32. d6e9fe3 + libtimeit by Skip Montanaro · 21 years ago
  33. ca65274 doc for timeit module/script - mostly just a recast of Tim's docstring by Skip Montanaro · 21 years ago
  34. 2c2068c Added example of using positional and keyword args with atexit.register(). by Fred Drake · 21 years ago
  35. de7ad2c Markup fix. by Fred Drake · 21 years ago
  36. 730f553 s/referrents/referents/g. Gotta love that referrers remains rife with rs. by Tim Peters · 21 years ago
  37. 0f81ab6 Finished implementing gc.get_referrents(): dealt with error and end by Tim Peters · 21 years ago
  38. cb8ed53 add note suggested by rhettinger about example. by Anthony Baxter · 21 years ago
  39. b3303ef patch [ 698505 ] docs for hotshot module by Anthony Baxter · 21 years ago
  40. 3ae0f7a Replace criterium with criterion. Fixes #705120. by Martin v. Löwis · 21 years ago
  41. bfa893f email is at version 2.5 now by Barry Warsaw · 21 years ago
  42. 5fbf836 include csv doc section - Fred, you may want to change the location by Skip Montanaro · 21 years ago
  43. b4a0417 new CSV file processing module - see PEP 305 by Skip Montanaro · 21 years ago
  44. 4cee220 - added example of using a comparison function with list.sort(), and by Fred Drake · 21 years ago
  45. 2a403e8 add descriptions of {get,set}defaulttimeout. by Skip Montanaro · 21 years ago
  46. 5c7b248 - explain what a UNC path is in the makedirs() description, since by Fred Drake · 21 years ago
  47. 43ed43b Take out my (long since disabled) POSIX signal mask handling code. by Michael W. Hudson · 21 years ago
  48. 45c3941 Update the package version number by Barry Warsaw · 21 years ago
  49. a996d4f For email 2.5b1, we no longer add a trailing newline to by Barry Warsaw · 21 years ago
  50. 52b39f5 body_line_iterator() now takes a decode argument. by Barry Warsaw · 21 years ago
  51. 20ebc37 Describe what happens when decode=True and the payload has bogus base64 data. by Barry Warsaw · 21 years ago
  52. cd930f5 openmixer()'s 'mode' parameter has been removed. by Greg Ward · 21 years ago
  53. f882c77 Expand description of ossaudiodev.error exception. by Greg Ward · 21 years ago
  54. 3e34f59 Rewrite intro paragraphs and add a "See also" box for the link to the by Greg Ward · 21 years ago
  55. 074472b Fix two unformatted lists: one is now an 'enumerate' environment, the by Greg Ward · 21 years ago
  56. 41a28e3 Add libossaudiodev.tex. by Greg Ward · 21 years ago
  57. 33bcd98 Wrap all paragraphs to 72 columns. by Greg Ward · 21 years ago
  58. 620e343 Documentation for the ossaudiodev module. by Greg Ward · 21 years ago
  59. 42182eb SF 698520: Iterator for urllib.URLOpener Contributed by Brett Cannon. by Raymond Hettinger · 21 years ago
  60. a3e1e4c SF patch #693753: fix for bug 639806: default for dict.pop by Raymond Hettinger · 21 years ago
  61. 1a2c373 Describe Charset.__repr__(). by Barry Warsaw · 21 years ago
  62. f32e313 Describe the new Header.encode() argument "splitchars". by Barry Warsaw · 21 years ago
  63. 73d538b Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, by Martin v. Löwis · 21 years ago
  64. 9c20615 Back in June in revision 1.98 Steve (accidentally, presumably) wiped by Michael W. Hudson · 21 years ago
  65. 69700ef Weaken recommendation of Friedl book; fix reference by Andrew M. Kuchling · 22 years ago
  66. 02a0b3b [bug #692016] update description of {m,n} modifier; you can omit the lower bound by Andrew M. Kuchling · 22 years ago
  67. 85f3227 [bug #696771] Remove misleading parenthetical aside by Andrew M. Kuchling · 22 years ago
  68. 96b1c90 Patch #683592 revisited, after discussions with MvL: by Just van Rossum · 22 years ago
  69. f008998 Fix bug by Michael W. Hudson · 22 years ago
  70. 46d3dc3 - New function sys.exc_clear() clears the current exception. This is by Guido van Rossum · 22 years ago
  71. 7aba3d4 Fix SF bug #691276, shutil.copytree documentation bug by Neal Norwitz · 22 years ago
  72. 61fe64d User requested changes to the itertools module. by Raymond Hettinger · 22 years ago
  73. f5dd753 I'm am the PyPy sprint waiting for a Grand Renaming so I killed a few by Michael W. Hudson · 22 years ago
  74. b7d1d3c Add some minimal doc for get_completer added for patch 676342 by Neal Norwitz · 22 years ago
  75. 1b56de0 Fill in missing table entries. by Raymond Hettinger · 22 years ago
  76. a97e4f3 SF bug #685775: turtle circle() documentation error by Raymond Hettinger · 22 years ago
  77. 1b18ba4 Markup and nits. by Raymond Hettinger · 22 years ago
  78. d08baa9 Add some notes about HIGHEST_PROTOCOL. by Neal Norwitz · 22 years ago
  79. 6fa635d SF patch #687683, Patches to logging (updates from Vinay) by Neal Norwitz · 22 years ago
  80. f927f14 Fix SF bug #687655, String formatting conversions misleading by Neal Norwitz · 22 years ago
  81. 117910d Migrate definitions of several platform-dependent path-related variables by Skip Montanaro · 22 years ago
  82. 002a5de extsep description: by Fred Drake · 22 years ago
  83. 47e46e2 add missing description of os.extsep by Skip Montanaro · 22 years ago
  84. 2835e37 SF bug #663701: sets module review by Raymond Hettinger · 22 years ago
  85. e544f6f SF bug #663701. The caret wasn't printing well in the PDF documentation. by Raymond Hettinger · 22 years ago
  86. 12d31e2 Try to doc the new pickle details being implemented as part of PEP 307. by Neal Norwitz · 22 years ago
  87. 2294c0d Cleanup from patch #683257: by Neal Norwitz · 22 years ago
  88. a33d0aa Unparenting BZ2File, as discussed in SF patch #661796. by Gustavo Niemeyer · 22 years ago
  89. eb18993 Fix so it compiles at least. by Michael W. Hudson · 22 years ago
  90. aab0260 Remove erroneous period. by Michael W. Hudson · 22 years ago
  91. 60eca93 C Code: by Raymond Hettinger · 22 years ago
  92. 07534a6 Comparison for timedelta, time, date and datetime objects: __eq__ and by Tim Peters · 22 years ago
  93. 2012f17 SF bug #681003: itertools issues by Raymond Hettinger · 22 years ago
  94. 2b09bc4 Fix SF bug #675259, os.environ leaks under FreeBSD and Mac OS X by Neal Norwitz · 22 years ago
  95. 694d9b3 Update doc to reflect code changes for obsoleting use_statcache parameter by Neal Norwitz · 22 years ago
  96. 93cf58b Typo fixes by Andrew M. Kuchling · 22 years ago
  97. ba37524 Fix description of filterwarnings() parameters (error noted by Richard Jones at by Andrew M. Kuchling · 22 years ago
  98. 292f56c Provide version changed info by Neal Norwitz · 22 years ago
  99. 983b008 Updated version of [ 558544 ] cmd.py: add instance-specific stdin/out by Anthony Baxter · 22 years ago
  100. 570e358 Markup fixes; in particular, the tables are now reasonable width by Andrew M. Kuchling · 22 years ago