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
/
Modules
/
datetimemodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
A step on the way to making tzinfo classes writable by mortals: get rid
Tim Peters
2002-12-30
1
-32/+42
*
And put back a little code duplication, in the form of asserts.
Tim Peters
2002-12-27
1
-0/+3
*
Squash recently-introduced code duplication.
Tim Peters
2002-12-27
1
-66/+37
*
Make comparison and subtraction of aware objects ignore tzinfo if the
Tim Peters
2002-12-27
1
-27/+64
*
Implemented datetime.astimezone() and datetimetz.astimezone().
Tim Peters
2002-12-25
1
-18/+84
*
Implemented .replace() methods for date, datetime, datetimetz, time and
Tim Peters
2002-12-24
1
-26/+154
*
call_utc_tzinfo_method(): Got rid of the label and the gotos.
Tim Peters
2002-12-23
1
-7/+2
*
I give up: unless I write my own strftime by hand, datetime just can't
Tim Peters
2002-12-22
1
-0/+25
*
Python's strftime implementation does strange things with the year,
Tim Peters
2002-12-22
1
-1/+5
*
classify_object(): Renamed more meaningfully, to classify_utcoffset().
Tim Peters
2002-12-22
1
-20/+17
*
Implemented a Wiki suggestion:
Tim Peters
2002-12-22
1
-76/+123
*
format_utcoffset(): The natural type of the buflen arg is size_t, so
Tim Peters
2002-12-20
1
-10/+8
*
Fix another long vs int mismatch. test_datetime now passes on alpha
Neal Norwitz
2002-12-19
1
-3/+3
*
Fixed typo in string.
Tim Peters
2002-12-19
1
-5/+20
*
Fix crash on alphas due to mismatch between 'l' format and int variables.
Neal Norwitz
2002-12-19
1
-1/+1
*
delta_str(): Purged last uses of sprintf (in favor of PyOS_snprintf).
Tim Peters
2002-12-18
1
-10/+25
*
"time_second" is apparently a #define on MacOSX. Renamed the (static)
Jack Jansen
2002-12-17
1
-2/+2
*
Fix GCC warnings. It turns out two out of three pointed to real bugs!
Guido van Rossum
2002-12-16
1
-3/+3
*
datetime escapes the sandbox. The Windows build is all set. I leave it
Tim Peters
2002-12-16
1
-0/+5075
[prev]