1. 1772f17 SF bug #661848 and #631055: Clarify use of __all__. by Raymond Hettinger · 22 years ago
  2. b9ef4ae SF #651082, tarfile module implementation from Lars Gustäbel by Neal Norwitz · 22 years ago
  3. 6d23b17 Fix a typo by Neal Norwitz · 22 years ago
  4. 75a6e3b datetime_from_timet_and_us(): ignore leap seconds if the platform by Tim Peters · 22 years ago
  5. adf6420 A new implementation of astimezone() that does what we agreed on in all by Tim Peters · 22 years ago
  6. 69bf8f3 SF bug #655271: Slightly modify locals() doc by Raymond Hettinger · 22 years ago
  7. 2ca2433 SF bug #651149: Review libshelve.tex when possible by Raymond Hettinger · 22 years ago
  8. 8827d0c Replaced the flawed "local time" example tzinfo class with the guts by Tim Peters · 22 years ago
  9. fdf65d9 Grammatical fix: change possessive "it's" to "its". by Greg Ward · 22 years ago
  10. aa1d3aa Spread the blame (err, I mean credit) for ossaudiodev around a bit. by Greg Ward · 22 years ago
  11. 5a22453 Write PEP 301 section Mention difference between 2.2.2 and 2.3 True and False by Andrew M. Kuchling · 22 years ago
  12. 87cebbf Add SSL support for imaplib; add empty PEP301 section by Andrew M. Kuchling · 22 years ago
  13. d15f4e3 [Patch #658093 ] Documentation support for PEP 301 by Andrew M. Kuchling · 22 years ago
  14. 1618ced Add contributor. by Raymond Hettinger · 22 years ago
  15. 04b8995 Fix error in previous correction; thanks, Just! by Andrew M. Kuchling · 22 years ago
  16. d5ac8d0 Fix PEP 302 description; bump version number by Andrew M. Kuchling · 22 years ago
  17. 397301e The tzinfo methods utcoffset() and dst() must return a timedelta object by Tim Peters · 22 years ago
  18. 4abd5f0 Allow list sort's comparison function to explicitly be None. See SF patch by Skip Montanaro · 22 years ago
  19. 710fb15 astimezone() internals: if utcoffset() returns a duration, complain if by Tim Peters · 22 years ago
  20. e555346 Update the copyright year. by Guido van Rossum · 22 years ago
  21. e149798 Add some version info for new methods and class by Neal Norwitz · 22 years ago
  22. 9e86ad7 Fix an example by Andrew M. Kuchling · 22 years ago
  23. 74bcac4 - documented Ellipsis, NotImplemented by Fred Drake · 22 years ago
  24. d0859aa Add dependency info for the recently added lib/libconsts.tex. by Fred Drake · 22 years ago
  25. 45e482f Document that apply() is deprecated. See: by Fred Drake · 22 years ago
  26. f361515 A quicker astimezone() implementation, rehabilitating an earlier by Tim Peters · 22 years ago
  27. 0233bd9 mention built-in constants. by Skip Montanaro · 22 years ago
  28. 1f041e7 process libconsts.tex by Skip Montanaro · 22 years ago
  29. 17804b1 new section - builtin constants by Skip Montanaro · 22 years ago
  30. 33fb554 Revert merge from 2.3 alpha 1 release branch; the change does not by Fred Drake · 22 years ago
  31. 88ad134 Merging in changes from r23a1-branch. Doc/makefile had conflicts, which by Tim Peters · 22 years ago
  32. 8f1f8f1 The trunk is (nominally) post-alpha. by Fred Drake · 22 years ago
  33. f15fb29 Results of a rewrite pass by Andrew M. Kuchling · 22 years ago
  34. 0f8e543 - use classdesc where we can (for better indexing) - more style consistency crud by Fred Drake · 22 years ago
  35. 436eadd General style conformance. Markup some unmarked constructs. by Fred Drake · 22 years ago
  36. f621232 Use funcdesc instead of classdesc to be consistent with out sections. by Raymond Hettinger · 22 years ago
  37. e2c6491 Further cleanup of exceptions. All interpolation-related exceptions by Fred Drake · 22 years ago
  38. 6222958 Spelling fix by Raymond Hettinger · 22 years ago
  39. cbd6cd2 Add markup for time object. Cleanup whitespace. Fix unbalanced parenthesis. by Raymond Hettinger · 22 years ago
  40. 9532298 Removed the now-untrue (or soon-to-be untrue) part of the astimezone() by Tim Peters · 22 years ago
  41. 2852cba Document the new ,netrc awareness in nntplib. by Eric S. Raymond · 22 years ago
  42. f91b461 Barry raised reasonable objections to the macro name \mimeheader, so by Fred Drake · 22 years ago
  43. f14730a - correct the deprecation markups so this formats again - some minor cleanups by Fred Drake · 22 years ago
  44. c5f5f87 Complete the markup for timedelta objects. by Raymond Hettinger · 22 years ago
  45. ae3bbf5 Add posix.loadavg() Add some times by Andrew M. Kuchling · 22 years ago
  46. f3edea5 Use the name (path) specified in the parameter list by Neal Norwitz · 22 years ago
  47. 96a60e4 Patch #658927: Add getctime to os.path. by Martin v. Löwis · 22 years ago
  48. 5c37a77 Document standard encodings. by Martin v. Löwis · 22 years ago
  49. ee71109 SmartCookie and SerialCookie were recently deprecated by Neal Norwitz · 22 years ago
  50. 99448e5 InterpolationSyntaxError was added in 2.3 by Neal Norwitz · 22 years ago
  51. a3661e1 Update version numbers. by Fred Drake · 22 years ago
  52. 2714706 Phrase repair. by Guido van Rossum · 22 years ago
  53. 8e7ec7c Minor markup and spelling repair. by Guido van Rossum · 22 years ago
  54. 5095a47 Add a hurriedly-written section on the datetime module by Andrew M. Kuchling · 22 years ago
  55. 974ab9d Add lots of items. The only thing missing now is the new date/time stuff. by Andrew M. Kuchling · 22 years ago
  56. 81e4aa7 - re-mark ESR's warning about extended registry syntax by Fred Drake · 22 years ago
  57. 66162de Add entries for the dummy_thread and dummy_threading modules. by Fred Drake · 22 years ago
  58. 740f800 - fix use of \refmodule markup by Fred Drake · 22 years ago
  59. 2969233 Add dummy_thread[ing] sections and reference these from libthread[ing]. by Guido van Rossum · 22 years ago
  60. ad50ca9 Brett Cannon's dummy_thread and dummy_threading modules (SF patch by Guido van Rossum · 22 years ago
  61. a37e5cc We're using strictly American spellings, so there's no diaresis over by Fred Drake · 22 years ago
  62. bad8ff0 A step on the way to making tzinfo classes writable by mortals: get rid by Tim Peters · 22 years ago
  63. 567332a Start something that might make table notes easier to deal with, eventually. by Fred Drake · 22 years ago
  64. 9bdeee4 Clean up a table so it passes formatting. by Fred Drake · 22 years ago
  65. 0de926f Added the \var{} markup so the tables will look good. by Raymond Hettinger · 22 years ago
  66. 6005a34 Added markup upto line 233. by Raymond Hettinger · 22 years ago
  67. d1adc8a Describe the new `errors' argument to Header.__init__() and Header.append() by Barry Warsaw · 22 years ago
  68. fa91858 More markup additions by Andrew M. Kuchling · 22 years ago
  69. d6d7cfa Minor grammar fix, and clarification by Andrew M. Kuchling · 22 years ago
  70. c97868e Mark up more text by Andrew M. Kuchling · 22 years ago
  71. 40f6217 SF patch 658251: Install a C implementation of the Mersenne Twister as the by Raymond Hettinger · 22 years ago
  72. c7b0769 Incorporate Skip's suggestion to use SciPy's validation test near by Raymond Hettinger · 22 years ago
  73. f8bcfb1 SF Bug 645777: list.extend() works with any iterable and is no longer by Raymond Hettinger · 22 years ago
  74. 276a8f3 astimezone(): document that None is an OK argument. by Tim Peters · 22 years ago
  75. 56b3184 Added a useful warning to the documentation. by Eric S. Raymond · 22 years ago
  76. 33e9443 Document killpg. by Martin v. Löwis · 22 years ago
  77. 438b534 Patch #657889: Implement posix.getloadavg. by Martin v. Löwis · 22 years ago
  78. 60c76e4 Make comparison and subtraction of aware objects ignore tzinfo if the by Tim Peters · 22 years ago
  79. 8982595 Backing out patch #642578 in anticipation of final acceptance of PEP 302. by Just van Rossum · 22 years ago
  80. e11b510 SF 658405: calendar.py to rely on the datetime module instead of the time by Raymond Hettinger · 22 years ago
  81. 80475bb Implemented datetime.astimezone() and datetimetz.astimezone(). by Tim Peters · 22 years ago
  82. 52d1348 Removed blurb admonishing users to raise an exception if the datetime by Tim Peters · 22 years ago
  83. 2483b61 Added note about technical pickle limitation on tzinfo instances. by Tim Peters · 22 years ago
  84. 1cff9fc tzinfo.{utcoffset,dst} can return timedelta (or integer or None). by Tim Peters · 22 years ago
  85. c7d8c68 Fix SF #658023, "What's New in 2.3", s12, verbatim error by Neal Norwitz · 22 years ago
  86. 12bf339 Implemented .replace() methods for date, datetime, datetimetz, time and timetz. by Tim Peters · 22 years ago
  87. 29fb9c7 Brought the strftime explanation into synch with the plain-text sandbox by Tim Peters · 22 years ago
  88. 446f323 Add in the datetime docs now that they pass LaTeX. Still ugly, but that can by Fred Drake · 22 years ago
  89. bbdb250 Lots of markup changes. This is still pretty sad, but passes LaTeX by Fred Drake · 22 years ago
  90. ce52008 Move the examples of concrete tzinfo classes to a separate file, so the by Fred Drake · 22 years ago
  91. 4a80a3e Added docs for (draft) pkgutil module. by Fred Drake · 22 years ago
  92. c4a3f41 Bump version number by Andrew M. Kuchling · 22 years ago
  93. 8ed8320 Fixed longstanding bug in the description of strftime's %W code. by Tim Peters · 22 years ago
  94. ca2623a Check in current, unfinished, draft of datetime docs by Andrew M. Kuchling · 22 years ago
  95. e0f02f0 Fix some small markup nits. by Fred Drake · 22 years ago
  96. 3e93b4d Fix typo spotted by Richie Hindle by Neal Norwitz · 22 years ago
  97. 3ebf56c Two more typo fixes. by Greg Ward · 22 years ago
  98. 1d5d8cf Typo fix. by Greg Ward · 22 years ago
  99. cfd3884 This is Richie Hindle's patch by Michael W. Hudson · 22 years ago
  100. 212b43f Add markup for base parameter by Neal Norwitz · 22 years ago