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. 46d3dc3 - New function sys.exc_clear() clears the current exception. This is by Guido van Rossum · 21 years ago
  4. 7aba3d4 Fix SF bug #691276, shutil.copytree documentation bug by Neal Norwitz · 21 years ago
  5. 61fe64d User requested changes to the itertools module. by Raymond Hettinger · 21 years ago
  6. f5dd753 I'm am the PyPy sprint waiting for a Grand Renaming so I killed a few by Michael W. Hudson · 21 years ago
  7. b7d1d3c Add some minimal doc for get_completer added for patch 676342 by Neal Norwitz · 21 years ago
  8. 1b56de0 Fill in missing table entries. by Raymond Hettinger · 21 years ago
  9. a97e4f3 SF bug #685775: turtle circle() documentation error by Raymond Hettinger · 21 years ago
  10. 1b18ba4 Markup and nits. by Raymond Hettinger · 21 years ago
  11. d08baa9 Add some notes about HIGHEST_PROTOCOL. by Neal Norwitz · 21 years ago
  12. 6fa635d SF patch #687683, Patches to logging (updates from Vinay) by Neal Norwitz · 21 years ago
  13. f927f14 Fix SF bug #687655, String formatting conversions misleading by Neal Norwitz · 21 years ago
  14. 117910d Migrate definitions of several platform-dependent path-related variables by Skip Montanaro · 21 years ago
  15. 002a5de extsep description: by Fred Drake · 21 years ago
  16. 47e46e2 add missing description of os.extsep by Skip Montanaro · 21 years ago
  17. 2835e37 SF bug #663701: sets module review by Raymond Hettinger · 21 years ago
  18. e544f6f SF bug #663701. The caret wasn't printing well in the PDF documentation. by Raymond Hettinger · 21 years ago
  19. 12d31e2 Try to doc the new pickle details being implemented as part of PEP 307. by Neal Norwitz · 21 years ago
  20. 2294c0d Cleanup from patch #683257: by Neal Norwitz · 21 years ago
  21. a33d0aa Unparenting BZ2File, as discussed in SF patch #661796. by Gustavo Niemeyer · 21 years ago
  22. eb18993 Fix so it compiles at least. by Michael W. Hudson · 21 years ago
  23. aab0260 Remove erroneous period. by Michael W. Hudson · 21 years ago
  24. 60eca93 C Code: by Raymond Hettinger · 21 years ago
  25. 07534a6 Comparison for timedelta, time, date and datetime objects: __eq__ and by Tim Peters · 21 years ago
  26. 2012f17 SF bug #681003: itertools issues by Raymond Hettinger · 21 years ago
  27. 2b09bc4 Fix SF bug #675259, os.environ leaks under FreeBSD and Mac OS X by Neal Norwitz · 22 years ago
  28. 694d9b3 Update doc to reflect code changes for obsoleting use_statcache parameter by Neal Norwitz · 22 years ago
  29. 93cf58b Typo fixes by Andrew M. Kuchling · 22 years ago
  30. ba37524 Fix description of filterwarnings() parameters (error noted by Richard Jones at by Andrew M. Kuchling · 22 years ago
  31. 292f56c Provide version changed info by Neal Norwitz · 22 years ago
  32. 983b008 Updated version of [ 558544 ] cmd.py: add instance-specific stdin/out by Anthony Baxter · 22 years ago
  33. 570e358 Markup fixes; in particular, the tables are now reasonable width by Andrew M. Kuchling · 22 years ago
  34. 604ade4 supports_unicode_filenames was not in the right location. by Fred Drake · 22 years ago
  35. 57d5752 Update to better reflect the usage of struct_time instances throughout; by Fred Drake · 22 years ago
  36. 4b37364 Bug #678077: Suggest alternative to os.getlogin() by Andrew M. Kuchling · 22 years ago
  37. 96ef811 Move itertools module from the sandbox and into production. by Raymond Hettinger · 22 years ago
  38. 2e0b18a Change the treatment of positions returned by PEP293 by Walter Dörwald · 22 years ago
  39. 2adbb83 SF bug #671447: StringIO doc doesn't say it's sometimes read-only. by Raymond Hettinger · 22 years ago
  40. 008a36a Fix markup error. by Fred Drake · 22 years ago
  41. 301eb71 Author markup: Andrew got to it first by Raymond Hettinger · 22 years ago
  42. 7934bc2 Move a footnote to the end of the sentence, so the note mark won't by Fred Drake · 22 years ago
  43. c23e019 More markup changes for consistency. by Fred Drake · 22 years ago
  44. 68e6d57 Various minor markup adjustments. by Fred Drake · 22 years ago
  45. 0a9cc58 Adjust some of Skip's latest changes slightly; these really are things by Fred Drake · 22 years ago
  46. 13a2863 * add \versionadded{} strings as appropriate by Skip Montanaro · 22 years ago
  47. 2ef85a7 Fix minor typos. by Raymond Hettinger · 22 years ago
  48. cd5c8c2 SF #638299, LaTeX documentation for logging package by Neal Norwitz · 22 years ago
  49. daae327 Fix markup by Neal Norwitz · 22 years ago
  50. 8d81a01 date and datetime comparison: when we don't know how to by Tim Peters · 22 years ago
  51. 6d9f9b3 Fred drives and fixes a formatting nit. by Barry Warsaw · 22 years ago
  52. 2a44a8d SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). by Tim Peters · 22 years ago
  53. 10cadce Reimplemented datetime.now() to be useful. by Tim Peters · 22 years ago
  54. f196a0a "Premature" doc changes, for new astimezone() rules, and the new by Tim Peters · 22 years ago
  55. b01c39b SF bug 671779: Error in tzinfo.dst() docs by Tim Peters · 22 years ago
  56. 1f7a271 more tweaks by Skip Montanaro · 22 years ago
  57. 190613c * document open() function by Skip Montanaro · 22 years ago
  58. 327098a New rule for tzinfo subclasses handling both standard and daylight time: by Tim Peters · 22 years ago
  59. 9543b34 SF patch #670423: Add missing identity tests to operator.c by Raymond Hettinger · 22 years ago
  60. 42b567f Fix a couple of markup errors. by Fred Drake · 22 years ago
  61. a5caa6f reference the os module and the lock flags in the os.open() function. by Skip Montanaro · 22 years ago
  62. 3801ec7 Document that __cmp__() is not defined for sets. by Raymond Hettinger · 22 years ago
  63. 0c6774d Patch #661719: Expose compilation errors as exceptions on request. by Martin v. Löwis · 22 years ago
  64. d69663d Patch #473586: Implement CGIXMLRPCRequestHandler. by Martin v. Löwis · 22 years ago
  65. 2bd1568 SF patch 664183 and SF bug 664044: Note that both u'%s' % 'x' and by Raymond Hettinger · 22 years ago
  66. 06daee9 Try to make a sentance more readable. by Neal Norwitz · 22 years ago
  67. e68fbc4 SF #665570, curses causes interpreter crash by Neal Norwitz · 22 years ago
  68. 8ec17a0 Minor correction and clarification. by Fred Drake · 22 years ago
  69. 3cb68a2 Remove extra 'types' Change a couple of list -> mylist by Neal Norwitz · 22 years ago
  70. 6fe1299 SF bug #652888: bad documentation for the "type" builtin by Raymond Hettinger · 22 years ago
  71. 312141c Purged reference to defunct datetimetz. by Tim Peters · 22 years ago
  72. 9b44571 Various minor edits by Andrew M. Kuchling · 22 years ago
  73. 0f0e6b9 Markup fix by Andrew M. Kuchling · 22 years ago
  74. 0037202 Massive fiddling to reflect that datetimetz and timetz no longer exist. by Tim Peters · 22 years ago
  75. 326c72a Add notes about the linuxaudiodev and ossaudiodev modules. by Fred Drake · 22 years ago
  76. 19b6f60 There's no such method as has_option() -- should be has_extn(). by Greg Ward · 22 years ago
  77. b6604b3 Document EX_OK and friends. by Barry Warsaw · 22 years ago
  78. 051314f SF #664011, move tarfile module in docs by Neal Norwitz · 22 years ago
  79. 8ef3d8d Fix spelling. by Raymond Hettinger · 22 years ago
  80. 488609e SF #642236, optparse LaTeX docs by Johannes Gijsbers by Neal Norwitz · 22 years ago
  81. 11f89b7 Strike any hint that from-import-* could ever be reasonable; it's a by Fred Drake · 22 years ago
  82. 2e3ae21 Fix some nits Guido brought up last August: by Fred Drake · 22 years ago
  83. 2b0a3d3 Fix markup so this will format again. by Fred Drake · 22 years ago
  84. 9f5b07d SF bug #592859: os.chmod is underdocumented by Raymond Hettinger · 22 years ago
  85. b9ef4ae SF #651082, tarfile module implementation from Lars Gustäbel by Neal Norwitz · 22 years ago
  86. 6d23b17 Fix a typo by Neal Norwitz · 22 years ago
  87. 75a6e3b datetime_from_timet_and_us(): ignore leap seconds if the platform by Tim Peters · 22 years ago
  88. adf6420 A new implementation of astimezone() that does what we agreed on in all by Tim Peters · 22 years ago
  89. 69bf8f3 SF bug #655271: Slightly modify locals() doc by Raymond Hettinger · 22 years ago
  90. 2ca2433 SF bug #651149: Review libshelve.tex when possible by Raymond Hettinger · 22 years ago
  91. 8827d0c Replaced the flawed "local time" example tzinfo class with the guts by Tim Peters · 22 years ago
  92. 397301e The tzinfo methods utcoffset() and dst() must return a timedelta object by Tim Peters · 22 years ago
  93. 4abd5f0 Allow list sort's comparison function to explicitly be None. See SF patch by Skip Montanaro · 22 years ago
  94. 710fb15 astimezone() internals: if utcoffset() returns a duration, complain if by Tim Peters · 22 years ago
  95. e149798 Add some version info for new methods and class by Neal Norwitz · 22 years ago
  96. 74bcac4 - documented Ellipsis, NotImplemented by Fred Drake · 22 years ago
  97. 45e482f Document that apply() is deprecated. See: by Fred Drake · 22 years ago
  98. f361515 A quicker astimezone() implementation, rehabilitating an earlier by Tim Peters · 22 years ago
  99. 0233bd9 mention built-in constants. by Skip Montanaro · 22 years ago
  100. 1f041e7 process libconsts.tex by Skip Montanaro · 22 years ago