Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
4b40c3e69ecd49121563b19cbe16e406c822a0ec
/
Lib
/
calendar.py
f5469cf
#18705: fix a number of typos. Patch by Févry Thibault.
by Ezio Melotti
· 11 years ago
8d510cd
Issue #17049: Localized calendar methods now return unicode if a locale
by Serhiy Storchaka
· 12 years ago
cadff70
#15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier.
by Ezio Melotti
· 12 years ago
79f096a
Merged revisions 85728 via svnmerge from
by Georg Brandl
· 14 years ago
7802522
Merged revisions 85725 via svnmerge from
by Alexander Belopolsky
· 14 years ago
1f3b4e1
Fix some py3k warnings in the standard library.
by Florent Xicluna
· 15 years ago
95287fa
Remove some from __future__ import with_statements
by Benjamin Peterson
· 17 years ago
d0e5b76
Fix typo in docstring for Calendar.itermonthdays().
by Walter Dörwald
· 17 years ago
edc526c
Fix TextCalendar.prweek(). This closes issue #1427.
by Walter Dörwald
· 17 years ago
ced1646
Fix for #1427: Error in standard module calendar
by Christian Heimes
· 17 years ago
f0d1c1f
Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation for
by Walter Dörwald
· 17 years ago
72ef8da
calendar.py gets no benefit from xrange() instead of range()
by Raymond Hettinger
· 17 years ago
da5b701
Get rid of __context__, per the latest changes to PEP 343 and python-dev
by Guido van Rossum
· 19 years ago
bc96609
Patch #1463288: use a context manager to temporarily switch locales.
by Walter Dörwald
· 19 years ago
7846f4d
missing 'self' from TextCalendar.prweek.
by Anthony Baxter
· 19 years ago
2a1b4a6
For backwards compatibility reasons the global function
by Walter Dörwald
· 19 years ago
72d84af
Always return firstweekday % 7 instead of complaining on setting.
by Walter Dörwald
· 19 years ago
aba10cf
Turn firstweekday into a property.
by Walter Dörwald
· 19 years ago
04ee870
Always use firstweekday module 7.
by Walter Dörwald
· 19 years ago
f878b81
Make firstweekday a simple attribute instead
by Walter Dörwald
· 19 years ago
48d5e50
Bug #947906: Add classes LocaleTextCalendar and LocaleHTMLCalendar,
by Walter Dörwald
· 19 years ago
58917a6
Bug #947906: An object oriented interface has been added to the calendar
by Walter Dörwald
· 19 years ago
77d08bc
SF bug #1193890: calendar.weekheader not found in __all__
by Raymond Hettinger
· 20 years ago
bbc0d44
SF bug 1065388: calendar day/month name lookup too slow
by Tim Peters
· 20 years ago
492faa5
There is no reason to have an underscore after self
by Neal Norwitz
· 20 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
6143648
SF 685011: calendar module overflow handling
by Raymond Hettinger
· 22 years ago
e11b510
SF 658405: calendar.py to rely on the datetime module instead of the time
by Raymond Hettinger
· 22 years ago
9ecf9ce
Patches #626105:
by Raymond Hettinger
· 22 years ago
d058f08
Eliminate unused instance variable
by Raymond Hettinger
· 22 years ago
9c051d7
SF 570727 indexer() class no longer needed since lists now support slicing
by Raymond Hettinger
· 22 years ago
0c2c8e7
SF bug 533234: tm_isdst > 1 Passed to strftime.
by Tim Peters
· 23 years ago
07c57d4
better solution for bug #533234 courtesy of Tim.
by Skip Montanaro
· 23 years ago
e8c6a3e
guarantee that the dst flag of synthetic "time" tuples passed to strftime
by Skip Montanaro
· 23 years ago
1b9c177
Corrected _localized_name.__getitem__ based on code in patch 503202 (which I
by Skip Montanaro
· 23 years ago
4c83495
make _localized_name instances work more like the tuples they replaced. In
by Skip Montanaro
· 23 years ago
1d09910
Application of patch #401842 by Denis S. Otkidach to support
by Barry Warsaw
· 23 years ago
e99d5ea
added __all__ lists to a number of Python modules
by Skip Montanaro
· 24 years ago
88869f9
Whitespace normalization.
by Tim Peters
· 24 years ago
8152d32
Update the code to better reflect recommended style:
by Fred Drake
· 24 years ago
46735ad
Fixed leapdays(). From Patch #101841, by Denis S. Otkidach.
by Guido van Rossum
· 24 years ago
ad3bc44
patches from David Goodger. Closes patch 101085.
by Skip Montanaro
· 24 years ago
a05e293
typos fixed by Rob Hooft
by Jeremy Hylton
· 24 years ago
4acc25b
Mass patch by Ka-Ping Yee:
by Guido van Rossum
· 25 years ago
b39aff8
Add unrelated but handy function: timegm(), to calculate Unix
by Guido van Rossum
· 25 years ago
00245cf
No need to import gmtime, ctime, asctime.
by Guido van Rossum
· 26 years ago
b6775db
Merge alpha100 branch back to main trunk
by Guido van Rossum
· 30 years ago
dd8cb44
Some minute changes.
by Guido van Rossum
· 31 years ago
5cfa5df
* calendar.py: all libC functionality now moved to built-in time module
by Guido van Rossum
· 31 years ago
9b3bc71
* aifc.py: don't die on invalid MARK chunk
by Guido van Rossum
· 31 years ago
52fc1f6
* calendar.py: minor cleanups
by Guido van Rossum
· 31 years ago
995c33a
aiff.py, calendar.py: change functions taking a tuple to really take a
by Guido van Rossum
· 32 years ago
fea2af1
* More changes due to stricter argument passing rules
by Guido van Rossum
· 32 years ago
2db9135
Misc changes and new modules. whrandom is "objectified". SOCKET.py
by Guido van Rossum
· 32 years ago
eb23155
Changed calendar.py to define lists of literals instead of tuples.
by Guido van Rossum
· 32 years ago
bdfcfcc
New == syntax
by Guido van Rossum
· 33 years ago
5c5e829
Use IOError.
by Guido van Rossum
· 33 years ago
c636014
Initial revision
by Guido van Rossum
· 34 years ago