1. 8f1f8f1 The trunk is (nominally) post-alpha. by Fred Drake · 22 years ago
  2. f15fb29 Results of a rewrite pass by Andrew M. Kuchling · 22 years ago
  3. 0f8e543 - use classdesc where we can (for better indexing) - more style consistency crud by Fred Drake · 22 years ago
  4. 436eadd General style conformance. Markup some unmarked constructs. by Fred Drake · 22 years ago
  5. f621232 Use funcdesc instead of classdesc to be consistent with out sections. by Raymond Hettinger · 22 years ago
  6. e2c6491 Further cleanup of exceptions. All interpolation-related exceptions by Fred Drake · 22 years ago
  7. 6222958 Spelling fix by Raymond Hettinger · 22 years ago
  8. cbd6cd2 Add markup for time object. Cleanup whitespace. Fix unbalanced parenthesis. by Raymond Hettinger · 22 years ago
  9. 9532298 Removed the now-untrue (or soon-to-be untrue) part of the astimezone() by Tim Peters · 22 years ago
  10. 2852cba Document the new ,netrc awareness in nntplib. by Eric S. Raymond · 22 years ago
  11. f91b461 Barry raised reasonable objections to the macro name \mimeheader, so by Fred Drake · 22 years ago
  12. f14730a - correct the deprecation markups so this formats again - some minor cleanups by Fred Drake · 22 years ago
  13. c5f5f87 Complete the markup for timedelta objects. by Raymond Hettinger · 22 years ago
  14. ae3bbf5 Add posix.loadavg() Add some times by Andrew M. Kuchling · 22 years ago
  15. f3edea5 Use the name (path) specified in the parameter list by Neal Norwitz · 22 years ago
  16. 96a60e4 Patch #658927: Add getctime to os.path. by Martin v. Löwis · 22 years ago
  17. 5c37a77 Document standard encodings. by Martin v. Löwis · 22 years ago
  18. ee71109 SmartCookie and SerialCookie were recently deprecated by Neal Norwitz · 22 years ago
  19. 99448e5 InterpolationSyntaxError was added in 2.3 by Neal Norwitz · 22 years ago
  20. a3661e1 Update version numbers. by Fred Drake · 22 years ago
  21. 2714706 Phrase repair. by Guido van Rossum · 22 years ago
  22. 8e7ec7c Minor markup and spelling repair. by Guido van Rossum · 22 years ago
  23. 5095a47 Add a hurriedly-written section on the datetime module by Andrew M. Kuchling · 22 years ago
  24. 974ab9d Add lots of items. The only thing missing now is the new date/time stuff. by Andrew M. Kuchling · 22 years ago
  25. 81e4aa7 - re-mark ESR's warning about extended registry syntax by Fred Drake · 22 years ago
  26. 66162de Add entries for the dummy_thread and dummy_threading modules. by Fred Drake · 22 years ago
  27. 740f800 - fix use of \refmodule markup by Fred Drake · 22 years ago
  28. 2969233 Add dummy_thread[ing] sections and reference these from libthread[ing]. by Guido van Rossum · 22 years ago
  29. ad50ca9 Brett Cannon's dummy_thread and dummy_threading modules (SF patch by Guido van Rossum · 22 years ago
  30. a37e5cc We're using strictly American spellings, so there's no diaresis over by Fred Drake · 22 years ago
  31. bad8ff0 A step on the way to making tzinfo classes writable by mortals: get rid by Tim Peters · 22 years ago
  32. 567332a Start something that might make table notes easier to deal with, eventually. by Fred Drake · 22 years ago
  33. 9bdeee4 Clean up a table so it passes formatting. by Fred Drake · 22 years ago
  34. 0de926f Added the \var{} markup so the tables will look good. by Raymond Hettinger · 22 years ago
  35. 6005a34 Added markup upto line 233. by Raymond Hettinger · 22 years ago
  36. d1adc8a Describe the new `errors' argument to Header.__init__() and Header.append() by Barry Warsaw · 22 years ago
  37. fa91858 More markup additions by Andrew M. Kuchling · 22 years ago
  38. d6d7cfa Minor grammar fix, and clarification by Andrew M. Kuchling · 22 years ago
  39. c97868e Mark up more text by Andrew M. Kuchling · 22 years ago
  40. 40f6217 SF patch 658251: Install a C implementation of the Mersenne Twister as the by Raymond Hettinger · 22 years ago
  41. c7b0769 Incorporate Skip's suggestion to use SciPy's validation test near by Raymond Hettinger · 22 years ago
  42. f8bcfb1 SF Bug 645777: list.extend() works with any iterable and is no longer by Raymond Hettinger · 22 years ago
  43. 276a8f3 astimezone(): document that None is an OK argument. by Tim Peters · 22 years ago
  44. 56b3184 Added a useful warning to the documentation. by Eric S. Raymond · 22 years ago
  45. 33e9443 Document killpg. by Martin v. Löwis · 22 years ago
  46. 438b534 Patch #657889: Implement posix.getloadavg. by Martin v. Löwis · 22 years ago
  47. 60c76e4 Make comparison and subtraction of aware objects ignore tzinfo if the by Tim Peters · 22 years ago
  48. 8982595 Backing out patch #642578 in anticipation of final acceptance of PEP 302. by Just van Rossum · 22 years ago
  49. e11b510 SF 658405: calendar.py to rely on the datetime module instead of the time by Raymond Hettinger · 22 years ago
  50. 80475bb Implemented datetime.astimezone() and datetimetz.astimezone(). by Tim Peters · 22 years ago
  51. 52d1348 Removed blurb admonishing users to raise an exception if the datetime by Tim Peters · 22 years ago
  52. 2483b61 Added note about technical pickle limitation on tzinfo instances. by Tim Peters · 22 years ago
  53. 1cff9fc tzinfo.{utcoffset,dst} can return timedelta (or integer or None). by Tim Peters · 22 years ago
  54. c7d8c68 Fix SF #658023, "What's New in 2.3", s12, verbatim error by Neal Norwitz · 22 years ago
  55. 12bf339 Implemented .replace() methods for date, datetime, datetimetz, time and timetz. by Tim Peters · 22 years ago
  56. 29fb9c7 Brought the strftime explanation into synch with the plain-text sandbox by Tim Peters · 22 years ago
  57. 446f323 Add in the datetime docs now that they pass LaTeX. Still ugly, but that can by Fred Drake · 22 years ago
  58. bbdb250 Lots of markup changes. This is still pretty sad, but passes LaTeX by Fred Drake · 22 years ago
  59. ce52008 Move the examples of concrete tzinfo classes to a separate file, so the by Fred Drake · 22 years ago
  60. 4a80a3e Added docs for (draft) pkgutil module. by Fred Drake · 22 years ago
  61. c4a3f41 Bump version number by Andrew M. Kuchling · 22 years ago
  62. 8ed8320 Fixed longstanding bug in the description of strftime's %W code. by Tim Peters · 22 years ago
  63. ca2623a Check in current, unfinished, draft of datetime docs by Andrew M. Kuchling · 22 years ago
  64. e0f02f0 Fix some small markup nits. by Fred Drake · 22 years ago
  65. 3e93b4d Fix typo spotted by Richie Hindle by Neal Norwitz · 22 years ago
  66. 3ebf56c Two more typo fixes. by Greg Ward · 22 years ago
  67. 1d5d8cf Typo fix. by Greg Ward · 22 years ago
  68. cfd3884 This is Richie Hindle's patch by Michael W. Hudson · 22 years ago
  69. 212b43f Add markup for base parameter by Neal Norwitz · 22 years ago
  70. 046b8a7 Fix SF # 641111, Undocumented side effect of eval by Neal Norwitz · 22 years ago
  71. e9ce25e Fix SF #642742, property() builtin not documented by Neal Norwitz · 22 years ago
  72. 0f30dbd Fix SF # 626275, missing DECREF's in embedding example by Neal Norwitz · 22 years ago
  73. 786ddb2 Fixed bug by Gustavo Niemeyer · 22 years ago
  74. 78429a6 Fixing bug by Gustavo Niemeyer · 22 years ago
  75. 8e5b53b Rewrite to produce a complete sentence by Andrew M. Kuchling · 22 years ago
  76. edd179e typo fix. by Just van Rossum · 22 years ago
  77. 45bda57 Added missing markup. by Raymond Hettinger · 22 years ago
  78. 866964c Apply SF patch 652930: Add optional base argument to math.log(x[, base]). by Raymond Hettinger · 22 years ago
  79. 6c50df2 Add Tkinter threading change Fix markup errors Rewrite a sentence by Andrew M. Kuchling · 22 years ago
  80. 63b4dd3 Description of description was really confusing, and added some markup. by Thomas Heller · 22 years ago
  81. 2c3bfc2 Raw documentation for the bdist_wininst postinstallation script. by Thomas Heller · 22 years ago
  82. d9a6ad3 Enhance issubclass() and PyObject_IsSubclass() so that a tuple is by Walter Dörwald · 22 years ago
  83. b083cb3 Patch #651621, approved by MvL. by Just van Rossum · 22 years ago
  84. 449a87d Various additions and changes suggested by Raymond Hettinger by Andrew M. Kuchling · 22 years ago
  85. 0479104 Patch #651006: Better explain what component might be empty. by Martin v. Löwis · 22 years ago
  86. d2bef82 Update comments about the performance of xrange(). by Raymond Hettinger · 22 years ago
  87. 85f7f83 Added a word to the heapq description in response to user confusion. by Tim Peters · 22 years ago
  88. 3bf99e3 Add support for binary pickles to the shelve module. In some situations by Skip Montanaro · 22 years ago
  89. 27cae1f Revise the __all__ index entry a touch. by Fred Drake · 22 years ago
  90. f9229d9 Add __all__ to Reference Manual index. Closes SF 643227. by Raymond Hettinger · 22 years ago
  91. ead60e5 Typo: propogate -> propagate by Thomas Heller · 22 years ago
  92. edb635f Remove extra ")" in example. by Fred Drake · 22 years ago
  93. 08d10f9 Typo: "dead lock" --> "deadlock" by Fred Drake · 22 years ago
  94. 6d5f30e Document that the second argument to PyObject_IsInstance by Walter Dörwald · 22 years ago
  95. a41b2bb Fix problem in example code. It's minor in this particular example, by Fred Drake · 22 years ago
  96. 7af24bd Fix example regular expressions that simulate scanf() constructs. by Fred Drake · 22 years ago
  97. 71aa6d6 Patch #646824: Remove extra \end. by Martin v. Löwis · 22 years ago
  98. b1e4bf9 Bug #647387: corrections to the logging section by Vinay Sanjip by Andrew M. Kuchling · 22 years ago
  99. 8af50bc _ssl.pyd available for Windows. by Mark Hammond · 22 years ago
  100. 75bc8ba Fix SF # 646578, Documentation Typo by Neal Norwitz · 22 years ago