1. 11 Mar, 2003 16 commits
  2. 10 Mar, 2003 21 commits
  3. 09 Mar, 2003 3 commits
    • Greg Ward's avatar
      Wrap all paragraphs to 72 columns. · 33bcd987
      Greg Ward authored
      Two spaces between sentences.
      Fix em-dashes -- should be "---" not " - ".
      Spelling fix.
      33bcd987
    • Greg Ward's avatar
      Documentation for the ossaudiodev module. · 620e343c
      Greg Ward authored
      Initial revision supplied by Nicholas FitzRoy-Dale <wzdd@lardcave.net>
      (emailed to me [gward@python.net] 2003-03-08 23:37 +1100).
      620e343c
    • Raymond Hettinger's avatar
      SF patch #691928: Use datetime in _strptime · 1fdb6335
      Raymond Hettinger authored
      Contributed by Brett Cannon.
      
      To prevent code duplication, I patched _strptime to use datetime's date
      object to do Julian day, Gregorian, and day of the week calculations.
      
      Patch also includes new regression tests to test results and the
      calculation gets triggered.
      
      Very minor comment changes and the contact email are also changed.
      1fdb6335