GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Include
/
datetime.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-10381: Add timezone to datetime C API (#5032)
Paul Ganssle
2018-01-24
1
-0
/
+13
*
Closes issue #24773: Implement PEP 495 (Local Time Disambiguation).
Alexander Belopolsky
2016-07-22
1
-0
/
+17
*
#18466: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
1
-1
/
+1
*
Issue #13727: Add 3 macros to access PyDateTime_Delta members:
Amaury Forgeot d'Arc
2012-01-17
1
-0
/
+6
*
Merge branches/pep-0384.
Martin v. Löwis
2010-12-03
1
-1
/
+2
*
make hashes always the size of pointers; introduce Py_hash_t #9778
Benjamin Peterson
2010-10-17
1
-2
/
+2
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-59
/
+59
*
Merged revisions 76822,76824 via svnmerge from
Benjamin Peterson
2009-12-13
1
-1
/
+1
*
add a replacement API for PyCObject, PyCapsule #5630
Benjamin Peterson
2009-05-05
1
-11
/
+2
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes
2007-12-19
1
-10
/
+10
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-10
/
+10
*
Add missing backslash for PyDateTimeAPI->Delta_FromDelta() macro.
Brett Cannon
2004-06-28
1
-1
/
+1
*
SF patch 876130: add C API to datetime module, from Anthony Tuininga.
Tim Peters
2004-06-20
1
-0
/
+95
*
Got rid of the internal datetimetz type.
Tim Peters
2003-01-11
1
-19
/
+19
*
Minor fiddling to make the next part easier. Introduced an internal
Tim Peters
2003-01-11
1
-21
/
+41
*
Got rid of the timetz type entirely. This was a bit trickier than I
Tim Peters
2003-01-10
1
-12
/
+17
*
datetime escapes the sandbox. The Windows build is all set. I leave it
Tim Peters
2002-12-16
1
-0
/
+125