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