Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
ffdb8bb99c4017152a9dca70669f9d6b9831d454
/
Lib
/
calendar.py
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