1. 96b1c90 Patch #683592 revisited, after discussions with MvL: by Just van Rossum · 21 years ago
  2. f008998 Fix bug by Michael W. Hudson · 21 years ago
  3. 41bcbe3 Commit MvL's doc patch for SF bug #221327. This adds an example of by Guido van Rossum · 21 years ago
  4. 563389f Add updates for alpha2 by Andrew M. Kuchling · 21 years ago
  5. 41c3e00 Expand itertools paragraph by Andrew M. Kuchling · 21 years ago
  6. 46d3dc3 - New function sys.exc_clear() clears the current exception. This is by Guido van Rossum · 21 years ago
  7. d41eea0 SF doc patch #692001, properties and __getattribute__. I added some by Guido van Rossum · 21 years ago
  8. c61402b Update PyPI link by Andrew M. Kuchling · 21 years ago
  9. b6b4613 [Bug #693474, reported by Stuart Bishop] by Andrew M. Kuchling · 21 years ago
  10. 5860dab Documented linkmodel and WMAvailable(). by Jack Jansen · 21 years ago
  11. 7aba3d4 Fix SF bug #691276, shutil.copytree documentation bug by Neal Norwitz · 21 years ago
  12. 61fe64d User requested changes to the itertools module. by Raymond Hettinger · 21 years ago
  13. f5dd753 I'm am the PyPy sprint waiting for a Grand Renaming so I killed a few by Michael W. Hudson · 21 years ago
  14. b7d1d3c Add some minimal doc for get_completer added for patch 676342 by Neal Norwitz · 21 years ago
  15. 1b56de0 Fill in missing table entries. by Raymond Hettinger · 21 years ago
  16. a97e4f3 SF bug #685775: turtle circle() documentation error by Raymond Hettinger · 21 years ago
  17. 3004b09 SF bug #690377: Dud footnote reference in distutils docs by Raymond Hettinger · 21 years ago
  18. 1b18ba4 Markup and nits. by Raymond Hettinger · 21 years ago
  19. d08baa9 Add some notes about HIGHEST_PROTOCOL. by Neal Norwitz · 21 years ago
  20. cade713 Added a note about the new itertools module. (Omission noted by by Fred Drake · 21 years ago
  21. 3749507 logging.warn() renamed to warning() by Andrew M. Kuchling · 21 years ago
  22. 7f90c7f Bump version number. by Fred Drake · 21 years ago
  23. 6fa635d SF patch #687683, Patches to logging (updates from Vinay) by Neal Norwitz · 21 years ago
  24. d87eeb9 Add two acks; bump version number by Andrew M. Kuchling · 21 years ago
  25. 7ee9b51 [Bug #688261] Fix optparse example and output by Andrew M. Kuchling · 21 years ago
  26. acddabc [Bug #683416] Make PEP263 coverage a bit more explicit, and add it to the by Andrew M. Kuchling · 21 years ago
  27. f927f14 Fix SF bug #687655, String formatting conversions misleading by Neal Norwitz · 21 years ago
  28. 117910d Migrate definitions of several platform-dependent path-related variables by Skip Montanaro · 21 years ago
  29. 002a5de extsep description: by Fred Drake · 21 years ago
  30. 47e46e2 add missing description of os.extsep by Skip Montanaro · 21 years ago
  31. 2835e37 SF bug #663701: sets module review by Raymond Hettinger · 21 years ago
  32. e544f6f SF bug #663701. The caret wasn't printing well in the PDF documentation. by Raymond Hettinger · 21 years ago
  33. d8d2cf4 Remove deps on mac doc files which have been removed by Neal Norwitz · 21 years ago
  34. 15f742d first cut at a shell script to view a single section from the library by Skip Montanaro · 21 years ago
  35. 12d31e2 Try to doc the new pickle details being implemented as part of PEP 307. by Neal Norwitz · 21 years ago
  36. 2294c0d Cleanup from patch #683257: by Neal Norwitz · 21 years ago
  37. 7aeba45 Updated the Mac documentation to the current state of affairs. by Jack Jansen · 21 years ago
  38. a33d0aa Unparenting BZ2File, as discussed in SF patch #661796. by Gustavo Niemeyer · 21 years ago
  39. ada859c Remove duplicate word (rules) by Neal Norwitz · 21 years ago
  40. eb18993 Fix so it compiles at least. by Michael W. Hudson · 21 years ago
  41. 3e245d8 Add item pertaining to by Michael W. Hudson · 21 years ago
  42. 065f5fa Sundry very picky changes. by Michael W. Hudson · 21 years ago
  43. aab0260 Remove erroneous period. by Michael W. Hudson · 21 years ago
  44. 1e71b04 Update advice about __module__ and __name__ and tp_name wrt. new types. by Michael W. Hudson · 21 years ago
  45. bbe17f5 A typo, and desist from inaccurately describing some things as lists. by Michael W. Hudson · 21 years ago
  46. 72df65a Add Neil's suggestions for avoiding this warning by Andrew M. Kuchling · 21 years ago
  47. 60eca93 C Code: by Raymond Hettinger · 21 years ago
  48. 07534a6 Comparison for timedelta, time, date and datetime objects: __eq__ and by Tim Peters · 21 years ago
  49. b8a3905 Update URL by Andrew M. Kuchling · 21 years ago
  50. 693aea2 - make some links into the reference documentation relative for by Fred Drake · 21 years ago
  51. 2012f17 SF bug #681003: itertools issues by Raymond Hettinger · 21 years ago
  52. 2b09bc4 Fix SF bug #675259, os.environ leaks under FreeBSD and Mac OS X by Neal Norwitz · 21 years ago
  53. 694d9b3 Update doc to reflect code changes for obsoleting use_statcache parameter by Neal Norwitz · 21 years ago
  54. 241c2e9 Remove another lie. by Michael W. Hudson · 21 years ago
  55. 847f375 Correct lie about METH_NOARGS functions. by Michael W. Hudson · 21 years ago
  56. 93cf58b Typo fixes by Andrew M. Kuchling · 21 years ago
  57. 80fd785 Mention FutureWarning for large ints by Andrew M. Kuchling · 21 years ago
  58. ba37524 Fix description of filterwarnings() parameters (error noted by Richard Jones at by Andrew M. Kuchling · 21 years ago
  59. 292f56c Provide version changed info by Neal Norwitz · 21 years ago
  60. 983b008 Updated version of [ 558544 ] cmd.py: add instance-specific stdin/out by Anthony Baxter · 21 years ago
  61. 570e358 Markup fixes; in particular, the tables are now reasonable width by Andrew M. Kuchling · 21 years ago
  62. 604ade4 supports_unicode_filenames was not in the right location. by Fred Drake · 21 years ago
  63. 57d5752 Update to better reflect the usage of struct_time instances throughout; by Fred Drake · 21 years ago
  64. 5bbeb8d Twiddle. by Fred Drake · 21 years ago
  65. 4b37364 Bug #678077: Suggest alternative to os.getlogin() by Andrew M. Kuchling · 21 years ago
  66. b9ba4e6 [Bug #679251] Use correct constant name by Andrew M. Kuchling · 21 years ago
  67. 1ff49a7 * Add description of PyInt_FromString. by Skip Montanaro · 21 years ago
  68. ae31e9b Add PyFloat_FromString. Left the char **pend argument out of the by Skip Montanaro · 21 years ago
  69. 96ef811 Move itertools module from the sandbox and into production. by Raymond Hettinger · 21 years ago
  70. f9b0cc7 Document __module__. by Jeremy Hylton · 21 years ago
  71. 2e0b18a Change the treatment of positions returned by PEP293 by Walter Dörwald · 21 years ago
  72. 89fc4f3 Fix typo by Raymond Hettinger · 21 years ago
  73. 2adbb83 SF bug #671447: StringIO doc doesn't say it's sometimes read-only. by Raymond Hettinger · 21 years ago
  74. 008a36a Fix markup error. by Fred Drake · 21 years ago
  75. 301eb71 Author markup: Andrew got to it first by Raymond Hettinger · 21 years ago
  76. 49c5955 Make the footer at the end of a \verbatiminput stand out a little by Fred Drake · 21 years ago
  77. 7934bc2 Move a footnote to the end of the sentence, so the note mark won't by Fred Drake · 21 years ago
  78. c23e019 More markup changes for consistency. by Fred Drake · 21 years ago
  79. 68e6d57 Various minor markup adjustments. by Fred Drake · 21 years ago
  80. 7821d72 Added missing dependency. by Fred Drake · 21 years ago
  81. a31bb37 Update register example by Andrew M. Kuchling · 21 years ago
  82. 0a9cc58 Adjust some of Skip's latest changes slightly; these really are things by Fred Drake · 21 years ago
  83. 9db20c6 Make the "notice" environments somewhat similar, with less difference by Fred Drake · 21 years ago
  84. 13a2863 * add \versionadded{} strings as appropriate by Skip Montanaro · 21 years ago
  85. 2ef85a7 Fix minor typos. by Raymond Hettinger · 21 years ago
  86. cd5c8c2 SF #638299, LaTeX documentation for logging package by Neal Norwitz · 21 years ago
  87. daae327 Fix markup by Neal Norwitz · 21 years ago
  88. f536827 Include version annotation for PyObject_Call(). by Fred Drake · 21 years ago
  89. 8bd62af Fix typo reported to python-docs. by Fred Drake · 21 years ago
  90. 8d81a01 date and datetime comparison: when we don't know how to by Tim Peters · 21 years ago
  91. 6d9f9b3 Fred drives and fixes a formatting nit. by Barry Warsaw · 21 years ago
  92. 2a44a8d SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). by Tim Peters · 21 years ago
  93. 10cadce Reimplemented datetime.now() to be useful. by Tim Peters · 21 years ago
  94. f196a0a "Premature" doc changes, for new astimezone() rules, and the new by Tim Peters · 21 years ago
  95. b01c39b SF bug 671779: Error in tzinfo.dst() docs by Tim Peters · 21 years ago
  96. 1f7a271 more tweaks by Skip Montanaro · 21 years ago
  97. 190613c * document open() function by Skip Montanaro · 21 years ago
  98. 327098a New rule for tzinfo subclasses handling both standard and daylight time: by Tim Peters · 21 years ago
  99. f4ca5a2 Fix typo by Raymond Hettinger · 21 years ago
  100. e701dcb SF patch #634866: Alex Martelli's corrections to the ref manual. by Raymond Hettinger · 21 years ago