Lines Matching refs:month
1054 month = time.strftime("%B", T)
1056 url = "http://mail.gnome.org/archives/xml/%d-%s/date.html" % (year, month)
1202 print "Usage index.py [--force] [--archive] [--archive-year year] [--archive-month month] [--API] [--docs]"
1228 for month in months:
1230 str = "%s-%s" % (year, month)
1235 print "Failed to index month archive:"
1237 elif args[i] == '--archive-month':
1239 month = args[i]
1241 T = time.strptime(month, "%Y-%B")
1245 print "Failed to index month archive:"