index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
calendar.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-4/+4
*
SF 685011: calendar module overflow handling
Raymond Hettinger
2003-02-13
1
-1/+1
*
SF 658405: calendar.py to rely on the datetime module instead of the time
Raymond Hettinger
2002-12-25
1
-18/+8
*
Patches #626105:
Raymond Hettinger
2002-10-22
1
-13/+6
*
Eliminate unused instance variable
Raymond Hettinger
2002-10-21
1
-5/+5
*
SF 570727 indexer() class no longer needed since lists now support slicing
Raymond Hettinger
2002-06-20
1
-13/+4
*
SF bug 533234: tm_isdst > 1 Passed to strftime.
Tim Peters
2002-03-23
1
-18/+43
*
better solution for bug #533234 courtesy of Tim.
Skip Montanaro
2002-03-22
1
-1/+2
*
guarantee that the dst flag of synthetic "time" tuples passed to strftime
Skip Montanaro
2002-03-22
1
-1/+1
*
Corrected _localized_name.__getitem__ based on code in patch 503202 (which I
Skip Montanaro
2002-03-15
1
-7/+9
*
make _localized_name instances work more like the tuples they replaced. In
Skip Montanaro
2002-03-15
1
-5/+12
*
Application of patch #401842 by Denis S. Otkidach to support
Barry Warsaw
2001-05-22
1
-9/+11
*
added __all__ lists to a number of Python modules
Skip Montanaro
2001-01-20
1
-0/+4
*
Whitespace normalization.
Tim Peters
2001-01-14
1
-3/+3
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
1
-1/+1
*
Fixed leapdays(). From Patch #101841, by Denis S. Otkidach.
Guido van Rossum
2000-10-09
1
-2/+4
*
patches from David Goodger. Closes patch 101085.
Skip Montanaro
2000-08-30
1
-69/+104
*
typos fixed by Rob Hooft
Jeremy Hylton
2000-06-28
1
-1/+1
*
Mass patch by Ka-Ping Yee:
Guido van Rossum
2000-02-02
1
-118/+116
*
Add unrelated but handy function: timegm(), to calculate Unix
Guido van Rossum
1999-06-09
1
-0/+17
*
No need to import gmtime, ctime, asctime.
Guido van Rossum
1999-05-03
1
-2/+2
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
1
-6/+1
*
Some minute changes.
Guido van Rossum
1993-12-29
1
-1/+0
*
* calendar.py: all libC functionality now moved to built-in time module
Guido van Rossum
1993-06-23
1
-27/+8
*
* aifc.py: don't die on invalid MARK chunk
Guido van Rossum
1993-06-20
1
-121/+81
*
* calendar.py: minor cleanups
Guido van Rossum
1993-06-17
1
-4/+7
*
aiff.py, calendar.py: change functions taking a tuple to really take a
Guido van Rossum
1993-02-05
1
-1/+2
*
* More changes due to stricter argument passing rules
Guido van Rossum
1993-01-04
1
-1/+2
*
Misc changes and new modules. whrandom is "objectified". SOCKET.py
Guido van Rossum
1992-10-18
1
-4/+4
*
Changed calendar.py to define lists of literals instead of tuples.
Guido van Rossum
1992-07-09
1
-9/+9
*
New == syntax
Guido van Rossum
1992-01-01
1
-4/+4
*
Use IOError.
Guido van Rossum
1991-12-26
1
-1/+1
*
Initial revision
Guido van Rossum
1990-10-13
1
-0/+213