1. 66162de Add entries for the dummy_thread and dummy_threading modules. by Fred Drake · 23 years ago
  2. 740f800 - fix use of \refmodule markup by Fred Drake · 23 years ago
  3. 2969233 Add dummy_thread[ing] sections and reference these from libthread[ing]. by Guido van Rossum · 23 years ago
  4. ad50ca9 Brett Cannon's dummy_thread and dummy_threading modules (SF patch by Guido van Rossum · 23 years ago
  5. a37e5cc We're using strictly American spellings, so there's no diaresis over by Fred Drake · 23 years ago
  6. bad8ff0 A step on the way to making tzinfo classes writable by mortals: get rid by Tim Peters · 23 years ago
  7. 567332a Start something that might make table notes easier to deal with, eventually. by Fred Drake · 23 years ago
  8. 9bdeee4 Clean up a table so it passes formatting. by Fred Drake · 23 years ago
  9. 0de926f Added the \var{} markup so the tables will look good. by Raymond Hettinger · 23 years ago
  10. 6005a34 Added markup upto line 233. by Raymond Hettinger · 23 years ago
  11. d1adc8a Describe the new `errors' argument to Header.__init__() and Header.append() by Barry Warsaw · 23 years ago
  12. fa91858 More markup additions by Andrew M. Kuchling · 23 years ago
  13. d6d7cfa Minor grammar fix, and clarification by Andrew M. Kuchling · 23 years ago
  14. c97868e Mark up more text by Andrew M. Kuchling · 23 years ago
  15. 40f6217 SF patch 658251: Install a C implementation of the Mersenne Twister as the by Raymond Hettinger · 23 years ago
  16. c7b0769 Incorporate Skip's suggestion to use SciPy's validation test near by Raymond Hettinger · 23 years ago
  17. f8bcfb1 SF Bug 645777: list.extend() works with any iterable and is no longer by Raymond Hettinger · 23 years ago
  18. 276a8f3 astimezone(): document that None is an OK argument. by Tim Peters · 23 years ago
  19. 56b3184 Added a useful warning to the documentation. by Eric S. Raymond · 23 years ago
  20. 33e9443 Document killpg. by Martin v. Löwis · 23 years ago
  21. 438b534 Patch #657889: Implement posix.getloadavg. by Martin v. Löwis · 23 years ago
  22. 60c76e4 Make comparison and subtraction of aware objects ignore tzinfo if the by Tim Peters · 23 years ago
  23. 8982595 Backing out patch #642578 in anticipation of final acceptance of PEP 302. by Just van Rossum · 23 years ago
  24. e11b510 SF 658405: calendar.py to rely on the datetime module instead of the time by Raymond Hettinger · 23 years ago
  25. 80475bb Implemented datetime.astimezone() and datetimetz.astimezone(). by Tim Peters · 23 years ago
  26. 52d1348 Removed blurb admonishing users to raise an exception if the datetime by Tim Peters · 23 years ago
  27. 2483b61 Added note about technical pickle limitation on tzinfo instances. by Tim Peters · 23 years ago
  28. 1cff9fc tzinfo.{utcoffset,dst} can return timedelta (or integer or None). by Tim Peters · 23 years ago
  29. c7d8c68 Fix SF #658023, "What's New in 2.3", s12, verbatim error by Neal Norwitz · 23 years ago
  30. 12bf339 Implemented .replace() methods for date, datetime, datetimetz, time and timetz. by Tim Peters · 23 years ago
  31. 29fb9c7 Brought the strftime explanation into synch with the plain-text sandbox by Tim Peters · 23 years ago
  32. 446f323 Add in the datetime docs now that they pass LaTeX. Still ugly, but that can by Fred Drake · 23 years ago
  33. bbdb250 Lots of markup changes. This is still pretty sad, but passes LaTeX by Fred Drake · 23 years ago
  34. ce52008 Move the examples of concrete tzinfo classes to a separate file, so the by Fred Drake · 23 years ago
  35. 4a80a3e Added docs for (draft) pkgutil module. by Fred Drake · 23 years ago
  36. c4a3f41 Bump version number by Andrew M. Kuchling · 23 years ago
  37. 8ed8320 Fixed longstanding bug in the description of strftime's %W code. by Tim Peters · 23 years ago
  38. ca2623a Check in current, unfinished, draft of datetime docs by Andrew M. Kuchling · 23 years ago
  39. e0f02f0 Fix some small markup nits. by Fred Drake · 23 years ago
  40. 3e93b4d Fix typo spotted by Richie Hindle by Neal Norwitz · 23 years ago
  41. 3ebf56c Two more typo fixes. by Greg Ward · 23 years ago
  42. 1d5d8cf Typo fix. by Greg Ward · 23 years ago
  43. cfd3884 This is Richie Hindle's patch by Michael W. Hudson · 23 years ago
  44. 212b43f Add markup for base parameter by Neal Norwitz · 23 years ago
  45. 046b8a7 Fix SF # 641111, Undocumented side effect of eval by Neal Norwitz · 23 years ago
  46. e9ce25e Fix SF #642742, property() builtin not documented by Neal Norwitz · 23 years ago
  47. 0f30dbd Fix SF # 626275, missing DECREF's in embedding example by Neal Norwitz · 23 years ago
  48. 786ddb2 Fixed bug by Gustavo Niemeyer · 23 years ago
  49. 78429a6 Fixing bug by Gustavo Niemeyer · 23 years ago
  50. 8e5b53b Rewrite to produce a complete sentence by Andrew M. Kuchling · 23 years ago
  51. edd179e typo fix. by Just van Rossum · 23 years ago
  52. 45bda57 Added missing markup. by Raymond Hettinger · 23 years ago
  53. 866964c Apply SF patch 652930: Add optional base argument to math.log(x[, base]). by Raymond Hettinger · 23 years ago
  54. 6c50df2 Add Tkinter threading change Fix markup errors Rewrite a sentence by Andrew M. Kuchling · 23 years ago
  55. 63b4dd3 Description of description was really confusing, and added some markup. by Thomas Heller · 23 years ago
  56. 2c3bfc2 Raw documentation for the bdist_wininst postinstallation script. by Thomas Heller · 23 years ago
  57. d9a6ad3 Enhance issubclass() and PyObject_IsSubclass() so that a tuple is by Walter Dörwald · 23 years ago
  58. b083cb3 Patch #651621, approved by MvL. by Just van Rossum · 23 years ago
  59. 449a87d Various additions and changes suggested by Raymond Hettinger by Andrew M. Kuchling · 23 years ago
  60. 0479104 Patch #651006: Better explain what component might be empty. by Martin v. Löwis · 23 years ago
  61. d2bef82 Update comments about the performance of xrange(). by Raymond Hettinger · 23 years ago
  62. 85f7f83 Added a word to the heapq description in response to user confusion. by Tim Peters · 23 years ago
  63. 3bf99e3 Add support for binary pickles to the shelve module. In some situations by Skip Montanaro · 23 years ago
  64. 27cae1f Revise the __all__ index entry a touch. by Fred Drake · 23 years ago
  65. f9229d9 Add __all__ to Reference Manual index. Closes SF 643227. by Raymond Hettinger · 23 years ago
  66. ead60e5 Typo: propogate -> propagate by Thomas Heller · 23 years ago
  67. edb635f Remove extra ")" in example. by Fred Drake · 23 years ago
  68. 08d10f9 Typo: "dead lock" --> "deadlock" by Fred Drake · 23 years ago
  69. 6d5f30e Document that the second argument to PyObject_IsInstance by Walter Dörwald · 23 years ago
  70. a41b2bb Fix problem in example code. It's minor in this particular example, by Fred Drake · 23 years ago
  71. 7af24bd Fix example regular expressions that simulate scanf() constructs. by Fred Drake · 23 years ago
  72. 71aa6d6 Patch #646824: Remove extra \end. by Martin v. Löwis · 23 years ago
  73. b1e4bf9 Bug #647387: corrections to the logging section by Vinay Sanjip by Andrew M. Kuchling · 23 years ago
  74. 8af50bc _ssl.pyd available for Windows. by Mark Hammond · 23 years ago
  75. 75bc8ba Fix SF # 646578, Documentation Typo by Neal Norwitz · 23 years ago
  76. ae6bf4a Remove unused variable by Neal Norwitz · 23 years ago
  77. 5326257 Add ossaudiodev; fix typo by Andrew M. Kuchling · 23 years ago
  78. 3eb166b Slightly improved version of patch #642578: "Expose PyImport_FrozenModules by Just van Rossum · 23 years ago
  79. b6f7959 Fix value of 'propagate' (noted by Chris Reedy) Rewrite paragraph by Andrew M. Kuchling · 23 years ago
  80. fb97443 Fix typo. by Walter Dörwald · 23 years ago
  81. b492fa9 Mention dict.fromkeys() Various edits by Andrew M. Kuchling · 23 years ago
  82. 5ef2b21 Update e-mail address by Andrew M. Kuchling · 23 years ago
  83. d680a86 Bug #643631: MacOS 9 details missing from inst.tex by Andrew M. Kuchling · 23 years ago
  84. e33d3df SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class by Raymond Hettinger · 23 years ago
  85. e9cfcef Clarify the interpretation of the __getstate__() return value for by Fred Drake · 23 years ago
  86. 4add68b Add missing dependency information for the "What's New" document. by Fred Drake · 23 years ago
  87. 54fe3fd Noted the support for resource exclusion for regrtest. Some people by Fred Drake · 23 years ago
  88. 8c8aa5d Rename want_objects to wantobjects throughout, for consistency. by Martin v. Löwis · 23 years ago
  89. f955412 * Doc/ref/ref5.tex Fixed minor bug preventing documentation compilation. by Gustavo Niemeyer · 23 years ago
  90. 96bc3b4 This is not part of my patch by Michael W. Hudson · 23 years ago
  91. 39b4852 Report Tkinter changes. by Martin v. Löwis · 23 years ago
  92. 057ab14 * libbz2.tex by Gustavo Niemeyer · 23 years ago
  93. 9e7453d Remove \module{} in link text to avoid HTML generation bug by Andrew M. Kuchling · 23 years ago
  94. 15353f5 Remove extra word by Andrew M. Kuchling · 23 years ago
  95. 1a54d71 Mention that .pth files can't be used to override standard modules by Andrew M. Kuchling · 23 years ago
  96. b5c980b Add unidata_version. Bump generator version number. by Martin v. Löwis · 23 years ago
  97. 5b21df4 Repaired inaccuracies in the % docs. In particular, we don't (and can't) by Tim Peters · 23 years ago
  98. 677bde2 Patch #626485: Support Unicode normalization. by Martin v. Löwis · 23 years ago
  99. 6e596b6 Added change note about returning a dictionary based on keyword arguments. by Fred Drake · 23 years ago
  100. a797d81 Patch #642500 with slight modifications: allow keyword arguments in by Just van Rossum · 23 years ago