1. 9543b34 SF patch #670423: Add missing identity tests to operator.c by Raymond Hettinger · 22 years ago
  2. aac8c58 Various markup changes. by Fred Drake · 22 years ago
  3. 42b567f Fix a couple of markup errors. by Fred Drake · 22 years ago
  4. 376f0ef Clean up some files that LaTeX2HTML drops in the HTML output directory by Fred Drake · 22 years ago
  5. ee1bded Correct typos in example code. by Raymond Hettinger · 22 years ago
  6. 13dd9d9 Patch #662454: import a.b as c is ok, fixes #660811. by Martin v. Löwis · 22 years ago
  7. a5caa6f reference the os module and the lock flags in the os.open() function. by Skip Montanaro · 22 years ago
  8. 3801ec7 Document that __cmp__() is not defined for sets. by Raymond Hettinger · 22 years ago
  9. 0c6774d Patch #661719: Expose compilation errors as exceptions on request. by Martin v. Löwis · 22 years ago
  10. d69663d Patch #473586: Implement CGIXMLRPCRequestHandler. by Martin v. Löwis · 22 years ago
  11. a974b39 Move the date/time section into the modules section; it was in the by Andrew M. Kuchling · 22 years ago
  12. c1dd174 Link to MRO article Mention deprecation of string exceptions by Andrew M. Kuchling · 22 years ago
  13. 2bd1568 SF patch 664183 and SF bug 664044: Note that both u'%s' % 'x' and by Raymond Hettinger · 22 years ago
  14. 06daee9 Try to make a sentance more readable. by Neal Norwitz · 22 years ago
  15. e68fbc4 SF #665570, curses causes interpreter crash by Neal Norwitz · 22 years ago
  16. 8ec17a0 Minor correction and clarification. by Fred Drake · 22 years ago
  17. 3cb68a2 Remove extra 'types' Change a couple of list -> mylist by Neal Norwitz · 22 years ago
  18. 6fe1299 SF bug #652888: bad documentation for the "type" builtin by Raymond Hettinger · 22 years ago
  19. 312141c Purged reference to defunct datetimetz. by Tim Peters · 22 years ago
  20. 9b44571 Various minor edits by Andrew M. Kuchling · 22 years ago
  21. 0f0e6b9 Markup fix by Andrew M. Kuchling · 22 years ago
  22. 0037202 Massive fiddling to reflect that datetimetz and timetz no longer exist. by Tim Peters · 22 years ago
  23. 326c72a Add notes about the linuxaudiodev and ossaudiodev modules. by Fred Drake · 22 years ago
  24. 55d555f command doesn't work, but program does, not sure it's correct, though by Neal Norwitz · 22 years ago
  25. 19b6f60 There's no such method as has_option() -- should be has_extn(). by Greg Ward · 22 years ago
  26. d4fee28 Rewrite awkward/ungrammatical sentence. Typo fix. by Greg Ward · 22 years ago
  27. d97b01c Bump version number by Andrew M. Kuchling · 22 years ago
  28. b6604b3 Document EX_OK and friends. by Barry Warsaw · 22 years ago
  29. 051314f SF #664011, move tarfile module in docs by Neal Norwitz · 22 years ago
  30. 674b0bf Add tarfile module by Andrew M. Kuchling · 22 years ago
  31. ef893fe Add Tix and rexec changes by Andrew M. Kuchling · 22 years ago
  32. 8ef3d8d Fix spelling. by Raymond Hettinger · 22 years ago
  33. 488609e SF #642236, optparse LaTeX docs by Johannes Gijsbers by Neal Norwitz · 22 years ago
  34. 11f89b7 Strike any hint that from-import-* could ever be reasonable; it's a by Fred Drake · 22 years ago
  35. 2e3ae21 Fix some nits Guido brought up last August: by Fred Drake · 22 years ago
  36. 2b0a3d3 Fix markup so this will format again. by Fred Drake · 22 years ago
  37. 9f5b07d SF bug #592859: os.chmod is underdocumented by Raymond Hettinger · 22 years ago
  38. 1772f17 SF bug #661848 and #631055: Clarify use of __all__. by Raymond Hettinger · 22 years ago
  39. b9ef4ae SF #651082, tarfile module implementation from Lars Gustäbel by Neal Norwitz · 22 years ago
  40. 6d23b17 Fix a typo by Neal Norwitz · 22 years ago
  41. 75a6e3b datetime_from_timet_and_us(): ignore leap seconds if the platform by Tim Peters · 22 years ago
  42. adf6420 A new implementation of astimezone() that does what we agreed on in all by Tim Peters · 22 years ago
  43. 69bf8f3 SF bug #655271: Slightly modify locals() doc by Raymond Hettinger · 22 years ago
  44. 2ca2433 SF bug #651149: Review libshelve.tex when possible by Raymond Hettinger · 22 years ago
  45. 8827d0c Replaced the flawed "local time" example tzinfo class with the guts by Tim Peters · 22 years ago
  46. fdf65d9 Grammatical fix: change possessive "it's" to "its". by Greg Ward · 22 years ago
  47. aa1d3aa Spread the blame (err, I mean credit) for ossaudiodev around a bit. by Greg Ward · 22 years ago
  48. 5a22453 Write PEP 301 section Mention difference between 2.2.2 and 2.3 True and False by Andrew M. Kuchling · 22 years ago
  49. 87cebbf Add SSL support for imaplib; add empty PEP301 section by Andrew M. Kuchling · 22 years ago
  50. d15f4e3 [Patch #658093 ] Documentation support for PEP 301 by Andrew M. Kuchling · 22 years ago
  51. 1618ced Add contributor. by Raymond Hettinger · 22 years ago
  52. 04b8995 Fix error in previous correction; thanks, Just! by Andrew M. Kuchling · 22 years ago
  53. d5ac8d0 Fix PEP 302 description; bump version number by Andrew M. Kuchling · 22 years ago
  54. 397301e The tzinfo methods utcoffset() and dst() must return a timedelta object by Tim Peters · 22 years ago
  55. 4abd5f0 Allow list sort's comparison function to explicitly be None. See SF patch by Skip Montanaro · 22 years ago
  56. 710fb15 astimezone() internals: if utcoffset() returns a duration, complain if by Tim Peters · 22 years ago
  57. e555346 Update the copyright year. by Guido van Rossum · 22 years ago
  58. e149798 Add some version info for new methods and class by Neal Norwitz · 22 years ago
  59. 9e86ad7 Fix an example by Andrew M. Kuchling · 22 years ago
  60. 74bcac4 - documented Ellipsis, NotImplemented by Fred Drake · 22 years ago
  61. d0859aa Add dependency info for the recently added lib/libconsts.tex. by Fred Drake · 22 years ago
  62. 45e482f Document that apply() is deprecated. See: by Fred Drake · 22 years ago
  63. f361515 A quicker astimezone() implementation, rehabilitating an earlier by Tim Peters · 22 years ago
  64. 0233bd9 mention built-in constants. by Skip Montanaro · 22 years ago
  65. 1f041e7 process libconsts.tex by Skip Montanaro · 22 years ago
  66. 17804b1 new section - builtin constants by Skip Montanaro · 22 years ago
  67. 33fb554 Revert merge from 2.3 alpha 1 release branch; the change does not by Fred Drake · 22 years ago
  68. 88ad134 Merging in changes from r23a1-branch. Doc/makefile had conflicts, which by Tim Peters · 22 years ago
  69. 8f1f8f1 The trunk is (nominally) post-alpha. by Fred Drake · 22 years ago
  70. f15fb29 Results of a rewrite pass by Andrew M. Kuchling · 22 years ago
  71. 0f8e543 - use classdesc where we can (for better indexing) - more style consistency crud by Fred Drake · 22 years ago
  72. 436eadd General style conformance. Markup some unmarked constructs. by Fred Drake · 22 years ago
  73. f621232 Use funcdesc instead of classdesc to be consistent with out sections. by Raymond Hettinger · 22 years ago
  74. e2c6491 Further cleanup of exceptions. All interpolation-related exceptions by Fred Drake · 22 years ago
  75. 6222958 Spelling fix by Raymond Hettinger · 22 years ago
  76. cbd6cd2 Add markup for time object. Cleanup whitespace. Fix unbalanced parenthesis. by Raymond Hettinger · 22 years ago
  77. 9532298 Removed the now-untrue (or soon-to-be untrue) part of the astimezone() by Tim Peters · 22 years ago
  78. 2852cba Document the new ,netrc awareness in nntplib. by Eric S. Raymond · 22 years ago
  79. f91b461 Barry raised reasonable objections to the macro name \mimeheader, so by Fred Drake · 22 years ago
  80. f14730a - correct the deprecation markups so this formats again - some minor cleanups by Fred Drake · 22 years ago
  81. c5f5f87 Complete the markup for timedelta objects. by Raymond Hettinger · 22 years ago
  82. ae3bbf5 Add posix.loadavg() Add some times by Andrew M. Kuchling · 22 years ago
  83. f3edea5 Use the name (path) specified in the parameter list by Neal Norwitz · 22 years ago
  84. 96a60e4 Patch #658927: Add getctime to os.path. by Martin v. Löwis · 22 years ago
  85. 5c37a77 Document standard encodings. by Martin v. Löwis · 22 years ago
  86. ee71109 SmartCookie and SerialCookie were recently deprecated by Neal Norwitz · 22 years ago
  87. 99448e5 InterpolationSyntaxError was added in 2.3 by Neal Norwitz · 22 years ago
  88. a3661e1 Update version numbers. by Fred Drake · 22 years ago
  89. 2714706 Phrase repair. by Guido van Rossum · 22 years ago
  90. 8e7ec7c Minor markup and spelling repair. by Guido van Rossum · 22 years ago
  91. 5095a47 Add a hurriedly-written section on the datetime module by Andrew M. Kuchling · 22 years ago
  92. 974ab9d Add lots of items. The only thing missing now is the new date/time stuff. by Andrew M. Kuchling · 22 years ago
  93. 81e4aa7 - re-mark ESR's warning about extended registry syntax by Fred Drake · 22 years ago
  94. 66162de Add entries for the dummy_thread and dummy_threading modules. by Fred Drake · 22 years ago
  95. 740f800 - fix use of \refmodule markup by Fred Drake · 22 years ago
  96. 2969233 Add dummy_thread[ing] sections and reference these from libthread[ing]. by Guido van Rossum · 22 years ago
  97. ad50ca9 Brett Cannon's dummy_thread and dummy_threading modules (SF patch by Guido van Rossum · 22 years ago
  98. a37e5cc We're using strictly American spellings, so there's no diaresis over by Fred Drake · 22 years ago
  99. bad8ff0 A step on the way to making tzinfo classes writable by mortals: get rid by Tim Peters · 22 years ago
  100. 567332a Start something that might make table notes easier to deal with, eventually. by Fred Drake · 22 years ago