1. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  2. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  3. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  4. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  5. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  6. 77d08bc SF bug #1193890: calendar.weekheader not found in __all__ by Raymond Hettinger · 19 years ago
  7. bbc0d44 SF bug 1065388: calendar day/month name lookup too slow by Tim Peters · 20 years ago
  8. 492faa5 There is no reason to have an underscore after self by Neal Norwitz · 20 years ago
  9. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  10. 6143648 SF 685011: calendar module overflow handling by Raymond Hettinger · 21 years ago
  11. e11b510 SF 658405: calendar.py to rely on the datetime module instead of the time by Raymond Hettinger · 22 years ago
  12. 9ecf9ce Patches #626105: by Raymond Hettinger · 22 years ago
  13. d058f08 Eliminate unused instance variable by Raymond Hettinger · 22 years ago
  14. 9c051d7 SF 570727 indexer() class no longer needed since lists now support slicing by Raymond Hettinger · 22 years ago
  15. 0c2c8e7 SF bug 533234: tm_isdst > 1 Passed to strftime. by Tim Peters · 22 years ago
  16. 07c57d4 better solution for bug #533234 courtesy of Tim. by Skip Montanaro · 22 years ago
  17. e8c6a3e guarantee that the dst flag of synthetic "time" tuples passed to strftime by Skip Montanaro · 22 years ago
  18. 1b9c177 Corrected _localized_name.__getitem__ based on code in patch 503202 (which I by Skip Montanaro · 22 years ago
  19. 4c83495 make _localized_name instances work more like the tuples they replaced. In by Skip Montanaro · 22 years ago
  20. 1d09910 Application of patch #401842 by Denis S. Otkidach to support by Barry Warsaw · 23 years ago
  21. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 23 years ago
  22. 88869f9 Whitespace normalization. by Tim Peters · 24 years ago
  23. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  24. 46735ad Fixed leapdays(). From Patch #101841, by Denis S. Otkidach. by Guido van Rossum · 24 years ago
  25. ad3bc44 patches from David Goodger. Closes patch 101085. by Skip Montanaro · 24 years ago
  26. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 24 years ago
  27. 4acc25b Mass patch by Ka-Ping Yee: by Guido van Rossum · 24 years ago
  28. b39aff8 Add unrelated but handy function: timegm(), to calculate Unix by Guido van Rossum · 25 years ago
  29. 00245cf No need to import gmtime, ctime, asctime. by Guido van Rossum · 25 years ago
  30. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  31. dd8cb44 Some minute changes. by Guido van Rossum · 31 years ago
  32. 5cfa5df * calendar.py: all libC functionality now moved to built-in time module by Guido van Rossum · 31 years ago
  33. 9b3bc71 * aifc.py: don't die on invalid MARK chunk by Guido van Rossum · 31 years ago
  34. 52fc1f6 * calendar.py: minor cleanups by Guido van Rossum · 31 years ago
  35. 995c33a aiff.py, calendar.py: change functions taking a tuple to really take a by Guido van Rossum · 31 years ago
  36. fea2af1 * More changes due to stricter argument passing rules by Guido van Rossum · 32 years ago
  37. 2db9135 Misc changes and new modules. whrandom is "objectified". SOCKET.py by Guido van Rossum · 32 years ago
  38. eb23155 Changed calendar.py to define lists of literals instead of tuples. by Guido van Rossum · 32 years ago
  39. bdfcfcc New == syntax by Guido van Rossum · 33 years ago
  40. 5c5e829 Use IOError. by Guido van Rossum · 33 years ago
  41. c636014 Initial revision by Guido van Rossum · 34 years ago