2002-12-16 16:18:38 -04:00
|
|
|
/* C implementation for the date/time type documented at
|
|
|
|
* http://www.zope.org/Members/fdrake/DateTimeWiki/FrontPage
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "Python.h"
|
|
|
|
#include "modsupport.h"
|
|
|
|
#include "structmember.h"
|
|
|
|
|
|
|
|
#include <time.h>
|
|
|
|
|
2004-06-19 23:50:16 -03:00
|
|
|
#include "timefuncs.h"
|
2004-06-20 19:41:32 -03:00
|
|
|
|
|
|
|
/* Differentiate between building the core module and building extension
|
|
|
|
* modules.
|
|
|
|
*/
|
Merged revisions 55325-55327 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/p3yk
................
r55326 | guido.van.rossum | 2007-05-14 15:07:35 -0700 (Mon, 14 May 2007) | 2 lines
Don't use err.message, use err.args[0].
................
r55327 | guido.van.rossum | 2007-05-14 15:11:37 -0700 (Mon, 14 May 2007) | 259 lines
Merged revisions 54988-55226,55228-55323 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r54995 | neal.norwitz | 2007-04-26 23:45:32 -0700 (Thu, 26 Apr 2007) | 3 lines
This gets the test working on Solaris. It seems a little hokey to me,
but the test passed on Linux and Solaris, hopefully other platforms too.
........
r55002 | georg.brandl | 2007-04-27 12:20:00 -0700 (Fri, 27 Apr 2007) | 2 lines
Version fix (bug #1708710)
........
r55021 | neal.norwitz | 2007-04-29 16:53:24 -0700 (Sun, 29 Apr 2007) | 1 line
There really are some tests that are problematic.
........
r55024 | kristjan.jonsson | 2007-04-30 08:17:46 -0700 (Mon, 30 Apr 2007) | 1 line
Complete revamp of PCBuild8 directory. Use subdirectories for each project under the main pcbuild solution. Now make extensive use of property sheets to simplify project configuration. x64 build fully supported, and the process for building PGO version (Profiler Guided Optimization) simplified. All projects are now present, except _ssl, which needs to be reimplemented. Also, some of the projects that require external libraries need extra work to fully compile on x64.
........
r55025 | thomas.heller | 2007-04-30 08:44:17 -0700 (Mon, 30 Apr 2007) | 4 lines
Make sure to call PyErr_NoMemory() in several places where
PyMem_Malloc() could potentially fail.
Will backport to the release25-maint branch.
........
r55027 | thomas.heller | 2007-04-30 09:04:57 -0700 (Mon, 30 Apr 2007) | 8 lines
When accessing the .value attribute of a c_wchar_p instance, and the
instance does not point to a valid wchar_t zero-terminated string,
raise a ValueError. c_char_p does this already.
The ValueError message now contains the correct pointer address.
Will backport to release25-maint.
........
r55036 | georg.brandl | 2007-04-30 23:04:11 -0700 (Mon, 30 Apr 2007) | 2 lines
Bug #1710295: exceptions are now new-style classes.
........
r55038 | georg.brandl | 2007-04-30 23:08:15 -0700 (Mon, 30 Apr 2007) | 2 lines
Patch #1710352: add missing public functions to locale.__all__.
........
r55041 | vinay.sajip | 2007-05-01 03:20:03 -0700 (Tue, 01 May 2007) | 1 line
Added new optional credentials argument to SMTPHandler.__init__, and smtp.login() is now called in SMTPHandler.emit() if credentials are specified.
........
r55042 | vinay.sajip | 2007-05-01 03:21:45 -0700 (Tue, 01 May 2007) | 1 line
Added documentation for new optional credentials argument to SMTPHandler.__init__().
........
r55070 | neal.norwitz | 2007-05-01 21:47:55 -0700 (Tue, 01 May 2007) | 3 lines
Stop using PyMem_FREE while the GIL is not held. For details see:
http://mail.python.org/pipermail/python-dev/2007-May/072896.html
........
r55080 | armin.rigo | 2007-05-02 12:23:31 -0700 (Wed, 02 May 2007) | 6 lines
Fix for #1303614 and #1174712:
- __dict__ descriptor abuse for subclasses of built-in types
- subclassing from both ModuleType and another built-in types
Thanks zseil for the patch.
........
r55083 | georg.brandl | 2007-05-02 13:02:29 -0700 (Wed, 02 May 2007) | 3 lines
Actually raise an exception before calling ast_error_finish.
Triggers an assertion otherwise.
........
r55087 | neal.norwitz | 2007-05-02 23:47:18 -0700 (Wed, 02 May 2007) | 1 line
Handle a couple of uncaught errors. This should be backported
........
r55090 | neal.norwitz | 2007-05-03 00:20:57 -0700 (Thu, 03 May 2007) | 4 lines
Remove dead code. This code couldn't be reached because earlier in
the function there is another check for z != Py_None.
........
r55092 | thomas.heller | 2007-05-03 05:02:08 -0700 (Thu, 03 May 2007) | 1 line
Fix building _ctypes.pyd for x64 / Windows.
........
r55093 | thomas.heller | 2007-05-03 05:05:20 -0700 (Thu, 03 May 2007) | 1 line
Don't truncate pointers to integers (on win64 platform).
........
r55094 | walter.doerwald | 2007-05-03 08:13:55 -0700 (Thu, 03 May 2007) | 3 lines
Clarify the behaviour of PyUnicode_DecodeUTF16(): A BOM is only skipped
in native order mode, and only if it's the first two bytes.
........
r55101 | kristjan.jonsson | 2007-05-03 13:04:53 -0700 (Thu, 03 May 2007) | 2 lines
Fix pcbuild8 after recent overhaul: Added the version resource to python26.dll. Adjust stacksize to 2Mb and made large address aware for 32 bits, and set stacksize to 3Mb for 64 bits.
Todo: Set .dll optimized load addresses, and side-by-side packaging of the python26.dll.
........
r55102 | kristjan.jonsson | 2007-05-03 13:09:56 -0700 (Thu, 03 May 2007) | 1 line
Fix those parts in the testsuite that assumed that sys.maxint would cause overflow on x64. Now the testsuite is well behaved on that platform.
........
r55103 | kristjan.jonsson | 2007-05-03 13:27:03 -0700 (Thu, 03 May 2007) | 11 lines
Fix problems in x64 build that were discovered by the testsuite:
- Reenable modules on x64 that had been disabled aeons ago for Itanium.
- Cleared up confusion about compilers for 64 bit windows. There is only Itanium and x64. Added macros MS_WINI64 and MS_WINX64 for those rare cases where it matters, such as the disabling of modules above.
- Set target platform (_WIN32_WINNT and WINVER) to 0x0501 (XP) for x64, and 0x0400 (NT 4.0) otherwise, which are the targeted minimum platforms.
- Fixed thread_nt.h. The emulated InterlockedCompareExchange function didn?\194?\180t work on x64, probaby due to the lack of a "volatile" specifier. Anyway, win95 is no longer a target platform.
- Itertools module used wrong constant to check for overflow in count()
- PyInt_AsSsize_t couldn't deal with attribute error when accessing the __long__ member.
- PyLong_FromSsize_t() incorrectly specified that the operand were unsigned.
With these changes, the x64 passes the testsuite, for those modules present.
........
r55107 | kristjan.jonsson | 2007-05-03 17:25:08 -0700 (Thu, 03 May 2007) | 1 line
Revert compiler comment to AMD64 for x64/AMD64 builds.
........
r55115 | thomas.heller | 2007-05-04 00:14:39 -0700 (Fri, 04 May 2007) | 4 lines
Fix some ctypes test crashes, when running with a debug Python
version on win64 by using proper argtypes and restype function
attributes.
........
r55117 | thomas.heller | 2007-05-04 01:20:41 -0700 (Fri, 04 May 2007) | 4 lines
On 64-bit Windows, ffi_arg must be 8 bytes long. This fixes the
remaining crashes in the ctypes tests, when functions return float or
double types.
........
r55120 | kristjan.jonsson | 2007-05-04 08:48:15 -0700 (Fri, 04 May 2007) | 1 line
Update the pcbuild8 solution. Straightened out the _ctypes project by using a .vsproj file and a masm64.rules file to avoid redundancy
........
r55121 | kristjan.jonsson | 2007-05-04 10:28:06 -0700 (Fri, 04 May 2007) | 1 line
Minor fix of PCBuild8/_ctypes vcproj, moving include dir into the .vsprops file.
........
r55129 | thomas.heller | 2007-05-04 12:54:22 -0700 (Fri, 04 May 2007) | 3 lines
Do not truncate 64-bit pointers to 32-bit integers.
Fixes SF #1703286, will backport to release25-maint.
........
r55131 | thomas.heller | 2007-05-04 12:56:32 -0700 (Fri, 04 May 2007) | 1 line
Oops, these tests do not run on Windows CE.
........
r55140 | brett.cannon | 2007-05-04 18:34:02 -0700 (Fri, 04 May 2007) | 2 lines
Deprecate BaseException.message as per PEP 352.
........
r55154 | georg.brandl | 2007-05-05 11:55:37 -0700 (Sat, 05 May 2007) | 2 lines
Bug #1713535: typo in logging example.
........
r55158 | vinay.sajip | 2007-05-06 10:53:37 -0700 (Sun, 06 May 2007) | 1 line
Updates of recent changes to logging.
........
r55165 | neal.norwitz | 2007-05-07 00:02:26 -0700 (Mon, 07 May 2007) | 1 line
Verify changes to the trunk go to the normal checkins list
........
r55169 | kristjan.jonsson | 2007-05-07 09:46:54 -0700 (Mon, 07 May 2007) | 1 line
As per Armin Rigo's suggestion, remove special handing from intobject.c to deal with the peculiarities of classobject's implementation of the number protocol. The nb_long method of classobject now falls back to nb_int if there is no __long__ attribute present.
........
r55197 | collin.winter | 2007-05-08 21:14:36 -0700 (Tue, 08 May 2007) | 9 lines
Fix a bug in test.test_support.open_urlresource().
If the call to requires() doesn't precede the filesystem check, we get the following situation:
1. ./python Lib/test/regrtest.py test_foo # test needs urlfetch, not enabled, so skipped
2. ./python Lib/test/regrtest.py -u urlfetch test_foo # test runs
3. ./python Lib/test/regrtest.py test_foo # test runs (!)
By moving the call to requires() *before* the filesystem check, the fact that fetched files are cached on the local disk becomes an implementation detail, rather than a semantics-changing point of note.
........
r55198 | neal.norwitz | 2007-05-08 23:43:15 -0700 (Tue, 08 May 2007) | 1 line
Add markup for True/False. Will backport
........
r55205 | walter.doerwald | 2007-05-09 11:10:47 -0700 (Wed, 09 May 2007) | 4 lines
Backport checkin:
Fix a segfault when b"" was passed to b2a_qp() -- it was using strchr()
instead of memchr().
........
r55241 | neal.norwitz | 2007-05-10 22:55:15 -0700 (Thu, 10 May 2007) | 6 lines
Don't ever report a failure when the sum of the reference count differences
are zero. This should help reduce the false positives.
The message about references leaking is maintained to provide as much
info as possible rather than simply suppressing the message at the source.
........
r55242 | neal.norwitz | 2007-05-10 23:23:01 -0700 (Thu, 10 May 2007) | 1 line
Fix typo in docstring (the module is popen2, not 3).
........
r55244 | neal.norwitz | 2007-05-10 23:56:52 -0700 (Thu, 10 May 2007) | 1 line
Remove trailing whitespace in docstring
........
r55245 | neal.norwitz | 2007-05-10 23:57:33 -0700 (Thu, 10 May 2007) | 1 line
Deprecate os.popen* and popen2 module in favor of the subprocess module.
........
r55247 | neal.norwitz | 2007-05-11 00:13:30 -0700 (Fri, 11 May 2007) | 1 line
Deprecate os.popen* and popen2 module in favor of the subprocess module. (forgot the doc)
........
r55253 | georg.brandl | 2007-05-11 02:41:37 -0700 (Fri, 11 May 2007) | 3 lines
Remove an XXX that is unnecessary.
........
r55258 | georg.brandl | 2007-05-11 04:04:26 -0700 (Fri, 11 May 2007) | 2 lines
Patch #1714700: clarify os.linesep vs. tfiles opened in text mode.
(backport)
........
r55259 | georg.brandl | 2007-05-11 04:43:56 -0700 (Fri, 11 May 2007) | 2 lines
Update DDJ link.
........
r55273 | raymond.hettinger | 2007-05-11 10:59:59 -0700 (Fri, 11 May 2007) | 1 line
Better tests for posixpath.commonprefix
........
r55287 | georg.brandl | 2007-05-12 14:06:41 -0700 (Sat, 12 May 2007) | 2 lines
Bug #1046945: document SWIG options of distutils.
........
r55290 | georg.brandl | 2007-05-13 01:04:07 -0700 (Sun, 13 May 2007) | 2 lines
Add bz2 to content encodings.
........
r55297 | neal.norwitz | 2007-05-13 13:45:05 -0700 (Sun, 13 May 2007) | 3 lines
Remove Amoeba doc which was removed in version 1.0! according to Misc/HISTORY.
Hopefully Guido won't shed a tear. :-)
........
r55298 | neal.norwitz | 2007-05-13 13:54:19 -0700 (Sun, 13 May 2007) | 1 line
Remove references to stdwin which was removed long ago.
........
r55299 | neal.norwitz | 2007-05-13 14:13:42 -0700 (Sun, 13 May 2007) | 3 lines
Remove support for freebsd[23] which haven't been released since 2000
or earlier. http://www.freebsd.org/releases/index.html
........
r55320 | raymond.hettinger | 2007-05-14 13:52:31 -0700 (Mon, 14 May 2007) | 1 line
Small speedup.
........
................
2007-05-14 19:51:27 -03:00
|
|
|
#ifndef Py_BUILD_CORE
|
2004-06-20 19:41:32 -03:00
|
|
|
#define Py_BUILD_CORE
|
Merged revisions 55325-55327 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/p3yk
................
r55326 | guido.van.rossum | 2007-05-14 15:07:35 -0700 (Mon, 14 May 2007) | 2 lines
Don't use err.message, use err.args[0].
................
r55327 | guido.van.rossum | 2007-05-14 15:11:37 -0700 (Mon, 14 May 2007) | 259 lines
Merged revisions 54988-55226,55228-55323 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r54995 | neal.norwitz | 2007-04-26 23:45:32 -0700 (Thu, 26 Apr 2007) | 3 lines
This gets the test working on Solaris. It seems a little hokey to me,
but the test passed on Linux and Solaris, hopefully other platforms too.
........
r55002 | georg.brandl | 2007-04-27 12:20:00 -0700 (Fri, 27 Apr 2007) | 2 lines
Version fix (bug #1708710)
........
r55021 | neal.norwitz | 2007-04-29 16:53:24 -0700 (Sun, 29 Apr 2007) | 1 line
There really are some tests that are problematic.
........
r55024 | kristjan.jonsson | 2007-04-30 08:17:46 -0700 (Mon, 30 Apr 2007) | 1 line
Complete revamp of PCBuild8 directory. Use subdirectories for each project under the main pcbuild solution. Now make extensive use of property sheets to simplify project configuration. x64 build fully supported, and the process for building PGO version (Profiler Guided Optimization) simplified. All projects are now present, except _ssl, which needs to be reimplemented. Also, some of the projects that require external libraries need extra work to fully compile on x64.
........
r55025 | thomas.heller | 2007-04-30 08:44:17 -0700 (Mon, 30 Apr 2007) | 4 lines
Make sure to call PyErr_NoMemory() in several places where
PyMem_Malloc() could potentially fail.
Will backport to the release25-maint branch.
........
r55027 | thomas.heller | 2007-04-30 09:04:57 -0700 (Mon, 30 Apr 2007) | 8 lines
When accessing the .value attribute of a c_wchar_p instance, and the
instance does not point to a valid wchar_t zero-terminated string,
raise a ValueError. c_char_p does this already.
The ValueError message now contains the correct pointer address.
Will backport to release25-maint.
........
r55036 | georg.brandl | 2007-04-30 23:04:11 -0700 (Mon, 30 Apr 2007) | 2 lines
Bug #1710295: exceptions are now new-style classes.
........
r55038 | georg.brandl | 2007-04-30 23:08:15 -0700 (Mon, 30 Apr 2007) | 2 lines
Patch #1710352: add missing public functions to locale.__all__.
........
r55041 | vinay.sajip | 2007-05-01 03:20:03 -0700 (Tue, 01 May 2007) | 1 line
Added new optional credentials argument to SMTPHandler.__init__, and smtp.login() is now called in SMTPHandler.emit() if credentials are specified.
........
r55042 | vinay.sajip | 2007-05-01 03:21:45 -0700 (Tue, 01 May 2007) | 1 line
Added documentation for new optional credentials argument to SMTPHandler.__init__().
........
r55070 | neal.norwitz | 2007-05-01 21:47:55 -0700 (Tue, 01 May 2007) | 3 lines
Stop using PyMem_FREE while the GIL is not held. For details see:
http://mail.python.org/pipermail/python-dev/2007-May/072896.html
........
r55080 | armin.rigo | 2007-05-02 12:23:31 -0700 (Wed, 02 May 2007) | 6 lines
Fix for #1303614 and #1174712:
- __dict__ descriptor abuse for subclasses of built-in types
- subclassing from both ModuleType and another built-in types
Thanks zseil for the patch.
........
r55083 | georg.brandl | 2007-05-02 13:02:29 -0700 (Wed, 02 May 2007) | 3 lines
Actually raise an exception before calling ast_error_finish.
Triggers an assertion otherwise.
........
r55087 | neal.norwitz | 2007-05-02 23:47:18 -0700 (Wed, 02 May 2007) | 1 line
Handle a couple of uncaught errors. This should be backported
........
r55090 | neal.norwitz | 2007-05-03 00:20:57 -0700 (Thu, 03 May 2007) | 4 lines
Remove dead code. This code couldn't be reached because earlier in
the function there is another check for z != Py_None.
........
r55092 | thomas.heller | 2007-05-03 05:02:08 -0700 (Thu, 03 May 2007) | 1 line
Fix building _ctypes.pyd for x64 / Windows.
........
r55093 | thomas.heller | 2007-05-03 05:05:20 -0700 (Thu, 03 May 2007) | 1 line
Don't truncate pointers to integers (on win64 platform).
........
r55094 | walter.doerwald | 2007-05-03 08:13:55 -0700 (Thu, 03 May 2007) | 3 lines
Clarify the behaviour of PyUnicode_DecodeUTF16(): A BOM is only skipped
in native order mode, and only if it's the first two bytes.
........
r55101 | kristjan.jonsson | 2007-05-03 13:04:53 -0700 (Thu, 03 May 2007) | 2 lines
Fix pcbuild8 after recent overhaul: Added the version resource to python26.dll. Adjust stacksize to 2Mb and made large address aware for 32 bits, and set stacksize to 3Mb for 64 bits.
Todo: Set .dll optimized load addresses, and side-by-side packaging of the python26.dll.
........
r55102 | kristjan.jonsson | 2007-05-03 13:09:56 -0700 (Thu, 03 May 2007) | 1 line
Fix those parts in the testsuite that assumed that sys.maxint would cause overflow on x64. Now the testsuite is well behaved on that platform.
........
r55103 | kristjan.jonsson | 2007-05-03 13:27:03 -0700 (Thu, 03 May 2007) | 11 lines
Fix problems in x64 build that were discovered by the testsuite:
- Reenable modules on x64 that had been disabled aeons ago for Itanium.
- Cleared up confusion about compilers for 64 bit windows. There is only Itanium and x64. Added macros MS_WINI64 and MS_WINX64 for those rare cases where it matters, such as the disabling of modules above.
- Set target platform (_WIN32_WINNT and WINVER) to 0x0501 (XP) for x64, and 0x0400 (NT 4.0) otherwise, which are the targeted minimum platforms.
- Fixed thread_nt.h. The emulated InterlockedCompareExchange function didn?\194?\180t work on x64, probaby due to the lack of a "volatile" specifier. Anyway, win95 is no longer a target platform.
- Itertools module used wrong constant to check for overflow in count()
- PyInt_AsSsize_t couldn't deal with attribute error when accessing the __long__ member.
- PyLong_FromSsize_t() incorrectly specified that the operand were unsigned.
With these changes, the x64 passes the testsuite, for those modules present.
........
r55107 | kristjan.jonsson | 2007-05-03 17:25:08 -0700 (Thu, 03 May 2007) | 1 line
Revert compiler comment to AMD64 for x64/AMD64 builds.
........
r55115 | thomas.heller | 2007-05-04 00:14:39 -0700 (Fri, 04 May 2007) | 4 lines
Fix some ctypes test crashes, when running with a debug Python
version on win64 by using proper argtypes and restype function
attributes.
........
r55117 | thomas.heller | 2007-05-04 01:20:41 -0700 (Fri, 04 May 2007) | 4 lines
On 64-bit Windows, ffi_arg must be 8 bytes long. This fixes the
remaining crashes in the ctypes tests, when functions return float or
double types.
........
r55120 | kristjan.jonsson | 2007-05-04 08:48:15 -0700 (Fri, 04 May 2007) | 1 line
Update the pcbuild8 solution. Straightened out the _ctypes project by using a .vsproj file and a masm64.rules file to avoid redundancy
........
r55121 | kristjan.jonsson | 2007-05-04 10:28:06 -0700 (Fri, 04 May 2007) | 1 line
Minor fix of PCBuild8/_ctypes vcproj, moving include dir into the .vsprops file.
........
r55129 | thomas.heller | 2007-05-04 12:54:22 -0700 (Fri, 04 May 2007) | 3 lines
Do not truncate 64-bit pointers to 32-bit integers.
Fixes SF #1703286, will backport to release25-maint.
........
r55131 | thomas.heller | 2007-05-04 12:56:32 -0700 (Fri, 04 May 2007) | 1 line
Oops, these tests do not run on Windows CE.
........
r55140 | brett.cannon | 2007-05-04 18:34:02 -0700 (Fri, 04 May 2007) | 2 lines
Deprecate BaseException.message as per PEP 352.
........
r55154 | georg.brandl | 2007-05-05 11:55:37 -0700 (Sat, 05 May 2007) | 2 lines
Bug #1713535: typo in logging example.
........
r55158 | vinay.sajip | 2007-05-06 10:53:37 -0700 (Sun, 06 May 2007) | 1 line
Updates of recent changes to logging.
........
r55165 | neal.norwitz | 2007-05-07 00:02:26 -0700 (Mon, 07 May 2007) | 1 line
Verify changes to the trunk go to the normal checkins list
........
r55169 | kristjan.jonsson | 2007-05-07 09:46:54 -0700 (Mon, 07 May 2007) | 1 line
As per Armin Rigo's suggestion, remove special handing from intobject.c to deal with the peculiarities of classobject's implementation of the number protocol. The nb_long method of classobject now falls back to nb_int if there is no __long__ attribute present.
........
r55197 | collin.winter | 2007-05-08 21:14:36 -0700 (Tue, 08 May 2007) | 9 lines
Fix a bug in test.test_support.open_urlresource().
If the call to requires() doesn't precede the filesystem check, we get the following situation:
1. ./python Lib/test/regrtest.py test_foo # test needs urlfetch, not enabled, so skipped
2. ./python Lib/test/regrtest.py -u urlfetch test_foo # test runs
3. ./python Lib/test/regrtest.py test_foo # test runs (!)
By moving the call to requires() *before* the filesystem check, the fact that fetched files are cached on the local disk becomes an implementation detail, rather than a semantics-changing point of note.
........
r55198 | neal.norwitz | 2007-05-08 23:43:15 -0700 (Tue, 08 May 2007) | 1 line
Add markup for True/False. Will backport
........
r55205 | walter.doerwald | 2007-05-09 11:10:47 -0700 (Wed, 09 May 2007) | 4 lines
Backport checkin:
Fix a segfault when b"" was passed to b2a_qp() -- it was using strchr()
instead of memchr().
........
r55241 | neal.norwitz | 2007-05-10 22:55:15 -0700 (Thu, 10 May 2007) | 6 lines
Don't ever report a failure when the sum of the reference count differences
are zero. This should help reduce the false positives.
The message about references leaking is maintained to provide as much
info as possible rather than simply suppressing the message at the source.
........
r55242 | neal.norwitz | 2007-05-10 23:23:01 -0700 (Thu, 10 May 2007) | 1 line
Fix typo in docstring (the module is popen2, not 3).
........
r55244 | neal.norwitz | 2007-05-10 23:56:52 -0700 (Thu, 10 May 2007) | 1 line
Remove trailing whitespace in docstring
........
r55245 | neal.norwitz | 2007-05-10 23:57:33 -0700 (Thu, 10 May 2007) | 1 line
Deprecate os.popen* and popen2 module in favor of the subprocess module.
........
r55247 | neal.norwitz | 2007-05-11 00:13:30 -0700 (Fri, 11 May 2007) | 1 line
Deprecate os.popen* and popen2 module in favor of the subprocess module. (forgot the doc)
........
r55253 | georg.brandl | 2007-05-11 02:41:37 -0700 (Fri, 11 May 2007) | 3 lines
Remove an XXX that is unnecessary.
........
r55258 | georg.brandl | 2007-05-11 04:04:26 -0700 (Fri, 11 May 2007) | 2 lines
Patch #1714700: clarify os.linesep vs. tfiles opened in text mode.
(backport)
........
r55259 | georg.brandl | 2007-05-11 04:43:56 -0700 (Fri, 11 May 2007) | 2 lines
Update DDJ link.
........
r55273 | raymond.hettinger | 2007-05-11 10:59:59 -0700 (Fri, 11 May 2007) | 1 line
Better tests for posixpath.commonprefix
........
r55287 | georg.brandl | 2007-05-12 14:06:41 -0700 (Sat, 12 May 2007) | 2 lines
Bug #1046945: document SWIG options of distutils.
........
r55290 | georg.brandl | 2007-05-13 01:04:07 -0700 (Sun, 13 May 2007) | 2 lines
Add bz2 to content encodings.
........
r55297 | neal.norwitz | 2007-05-13 13:45:05 -0700 (Sun, 13 May 2007) | 3 lines
Remove Amoeba doc which was removed in version 1.0! according to Misc/HISTORY.
Hopefully Guido won't shed a tear. :-)
........
r55298 | neal.norwitz | 2007-05-13 13:54:19 -0700 (Sun, 13 May 2007) | 1 line
Remove references to stdwin which was removed long ago.
........
r55299 | neal.norwitz | 2007-05-13 14:13:42 -0700 (Sun, 13 May 2007) | 3 lines
Remove support for freebsd[23] which haven't been released since 2000
or earlier. http://www.freebsd.org/releases/index.html
........
r55320 | raymond.hettinger | 2007-05-14 13:52:31 -0700 (Mon, 14 May 2007) | 1 line
Small speedup.
........
................
2007-05-14 19:51:27 -03:00
|
|
|
#endif
|
2002-12-16 16:18:38 -04:00
|
|
|
#include "datetime.h"
|
2004-06-20 19:41:32 -03:00
|
|
|
#undef Py_BUILD_CORE
|
2002-12-16 16:18:38 -04:00
|
|
|
|
|
|
|
/* We require that C int be at least 32 bits, and use int virtually
|
|
|
|
* everywhere. In just a few cases we use a temp long, where a Python
|
|
|
|
* API returns a C long. In such cases, we have to ensure that the
|
|
|
|
* final result fits in a C int (this can be an issue on 64-bit boxes).
|
|
|
|
*/
|
|
|
|
#if SIZEOF_INT < 4
|
2010-05-09 13:14:21 -03:00
|
|
|
# error "datetime.c requires that C int have at least 32 bits"
|
2002-12-16 16:18:38 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#define MINYEAR 1
|
|
|
|
#define MAXYEAR 9999
|
2010-05-27 19:03:53 -03:00
|
|
|
#define MAXORDINAL 3652059 /* date(9999,12,31).toordinal() */
|
2002-12-16 16:18:38 -04:00
|
|
|
|
|
|
|
/* Nine decimal digits is easy to communicate, and leaves enough room
|
|
|
|
* so that two delta days can be added w/o fear of overflowing a signed
|
|
|
|
* 32-bit int, and with plenty of room left over to absorb any possible
|
|
|
|
* carries from adding seconds.
|
|
|
|
*/
|
|
|
|
#define MAX_DELTA_DAYS 999999999
|
|
|
|
|
|
|
|
/* Rename the long macros in datetime.h to more reasonable short names. */
|
2010-05-09 13:14:21 -03:00
|
|
|
#define GET_YEAR PyDateTime_GET_YEAR
|
|
|
|
#define GET_MONTH PyDateTime_GET_MONTH
|
|
|
|
#define GET_DAY PyDateTime_GET_DAY
|
|
|
|
#define DATE_GET_HOUR PyDateTime_DATE_GET_HOUR
|
|
|
|
#define DATE_GET_MINUTE PyDateTime_DATE_GET_MINUTE
|
|
|
|
#define DATE_GET_SECOND PyDateTime_DATE_GET_SECOND
|
|
|
|
#define DATE_GET_MICROSECOND PyDateTime_DATE_GET_MICROSECOND
|
2002-12-16 16:18:38 -04:00
|
|
|
|
|
|
|
/* Date accessors for date and datetime. */
|
2010-05-09 13:14:21 -03:00
|
|
|
#define SET_YEAR(o, v) (((o)->data[0] = ((v) & 0xff00) >> 8), \
|
|
|
|
((o)->data[1] = ((v) & 0x00ff)))
|
|
|
|
#define SET_MONTH(o, v) (PyDateTime_GET_MONTH(o) = (v))
|
|
|
|
#define SET_DAY(o, v) (PyDateTime_GET_DAY(o) = (v))
|
2002-12-16 16:18:38 -04:00
|
|
|
|
|
|
|
/* Date/Time accessors for datetime. */
|
2010-05-09 13:14:21 -03:00
|
|
|
#define DATE_SET_HOUR(o, v) (PyDateTime_DATE_GET_HOUR(o) = (v))
|
|
|
|
#define DATE_SET_MINUTE(o, v) (PyDateTime_DATE_GET_MINUTE(o) = (v))
|
|
|
|
#define DATE_SET_SECOND(o, v) (PyDateTime_DATE_GET_SECOND(o) = (v))
|
|
|
|
#define DATE_SET_MICROSECOND(o, v) \
|
|
|
|
(((o)->data[7] = ((v) & 0xff0000) >> 16), \
|
|
|
|
((o)->data[8] = ((v) & 0x00ff00) >> 8), \
|
|
|
|
((o)->data[9] = ((v) & 0x0000ff)))
|
2002-12-16 16:18:38 -04:00
|
|
|
|
|
|
|
/* Time accessors for time. */
|
2010-05-09 13:14:21 -03:00
|
|
|
#define TIME_GET_HOUR PyDateTime_TIME_GET_HOUR
|
|
|
|
#define TIME_GET_MINUTE PyDateTime_TIME_GET_MINUTE
|
|
|
|
#define TIME_GET_SECOND PyDateTime_TIME_GET_SECOND
|
|
|
|
#define TIME_GET_MICROSECOND PyDateTime_TIME_GET_MICROSECOND
|
|
|
|
#define TIME_SET_HOUR(o, v) (PyDateTime_TIME_GET_HOUR(o) = (v))
|
|
|
|
#define TIME_SET_MINUTE(o, v) (PyDateTime_TIME_GET_MINUTE(o) = (v))
|
|
|
|
#define TIME_SET_SECOND(o, v) (PyDateTime_TIME_GET_SECOND(o) = (v))
|
|
|
|
#define TIME_SET_MICROSECOND(o, v) \
|
|
|
|
(((o)->data[3] = ((v) & 0xff0000) >> 16), \
|
|
|
|
((o)->data[4] = ((v) & 0x00ff00) >> 8), \
|
|
|
|
((o)->data[5] = ((v) & 0x0000ff)))
|
2002-12-16 16:18:38 -04:00
|
|
|
|
|
|
|
/* Delta accessors for timedelta. */
|
2010-05-09 13:14:21 -03:00
|
|
|
#define GET_TD_DAYS(o) (((PyDateTime_Delta *)(o))->days)
|
|
|
|
#define GET_TD_SECONDS(o) (((PyDateTime_Delta *)(o))->seconds)
|
|
|
|
#define GET_TD_MICROSECONDS(o) (((PyDateTime_Delta *)(o))->microseconds)
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
#define SET_TD_DAYS(o, v) ((o)->days = (v))
|
|
|
|
#define SET_TD_SECONDS(o, v) ((o)->seconds = (v))
|
2002-12-16 16:18:38 -04:00
|
|
|
#define SET_TD_MICROSECONDS(o, v) ((o)->microseconds = (v))
|
|
|
|
|
2003-01-10 20:15:54 -04:00
|
|
|
/* p is a pointer to a time or a datetime object; HASTZINFO(p) returns
|
|
|
|
* p->hastzinfo.
|
|
|
|
*/
|
2010-05-09 13:14:21 -03:00
|
|
|
#define HASTZINFO(p) (((_PyDateTime_BaseTZInfo *)(p))->hastzinfo)
|
2003-01-10 20:15:54 -04:00
|
|
|
|
2004-03-21 19:38:41 -04:00
|
|
|
/* M is a char or int claiming to be a valid month. The macro is equivalent
|
|
|
|
* to the two-sided Python test
|
2010-05-09 13:14:21 -03:00
|
|
|
* 1 <= M <= 12
|
2004-03-21 19:38:41 -04:00
|
|
|
*/
|
|
|
|
#define MONTH_IS_SANE(M) ((unsigned int)(M) - 1 < 12)
|
|
|
|
|
2002-12-16 16:18:38 -04:00
|
|
|
/* Forward declarations. */
|
|
|
|
static PyTypeObject PyDateTime_DateType;
|
|
|
|
static PyTypeObject PyDateTime_DateTimeType;
|
|
|
|
static PyTypeObject PyDateTime_DeltaType;
|
|
|
|
static PyTypeObject PyDateTime_TimeType;
|
|
|
|
static PyTypeObject PyDateTime_TZInfoType;
|
|
|
|
|
|
|
|
/* ---------------------------------------------------------------------------
|
|
|
|
* Math utilities.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* k = i+j overflows iff k differs in sign from both inputs,
|
|
|
|
* iff k^i has sign bit set and k^j has sign bit set,
|
|
|
|
* iff (k^i)&(k^j) has sign bit set.
|
|
|
|
*/
|
|
|
|
#define SIGNED_ADD_OVERFLOWED(RESULT, I, J) \
|
2010-05-09 13:14:21 -03:00
|
|
|
((((RESULT) ^ (I)) & ((RESULT) ^ (J))) < 0)
|
2002-12-16 16:18:38 -04:00
|
|
|
|
|
|
|
/* Compute Python divmod(x, y), returning the quotient and storing the
|
|
|
|
* remainder into *r. The quotient is the floor of x/y, and that's
|
|
|
|
* the real point of this. C will probably truncate instead (C99
|
|
|
|
* requires truncation; C89 left it implementation-defined).
|
|
|
|
* Simplification: we *require* that y > 0 here. That's appropriate
|
|
|
|
* for all the uses made of it. This simplifies the code and makes
|
|
|
|
* the overflow case impossible (divmod(LONG_MIN, -1) is the only
|
|
|
|
* overflow case).
|
|
|
|
*/
|
|
|
|
static int
|
|
|
|
divmod(int x, int y, int *r)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
int quo;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
assert(y > 0);
|
|
|
|
quo = x / y;
|
|
|
|
*r = x - quo * y;
|
|
|
|
if (*r < 0) {
|
|
|
|
--quo;
|
|
|
|
*r += y;
|
|
|
|
}
|
|
|
|
assert(0 <= *r && *r < y);
|
|
|
|
return quo;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2003-01-02 12:32:54 -04:00
|
|
|
/* Round a double to the nearest long. |x| must be small enough to fit
|
|
|
|
* in a C long; this is not checked.
|
|
|
|
*/
|
|
|
|
static long
|
|
|
|
round_to_long(double x)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
if (x >= 0.0)
|
|
|
|
x = floor(x + 0.5);
|
|
|
|
else
|
|
|
|
x = ceil(x - 0.5);
|
|
|
|
return (long)x;
|
2003-01-02 12:32:54 -04:00
|
|
|
}
|
|
|
|
|
2002-12-16 16:18:38 -04:00
|
|
|
/* ---------------------------------------------------------------------------
|
|
|
|
* General calendrical helper functions
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* For each month ordinal in 1..12, the number of days in that month,
|
|
|
|
* and the number of days before that month in the same year. These
|
|
|
|
* are correct for non-leap years only.
|
|
|
|
*/
|
|
|
|
static int _days_in_month[] = {
|
2010-05-09 13:14:21 -03:00
|
|
|
0, /* unused; this vector uses 1-based indexing */
|
|
|
|
31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31
|
2002-12-16 16:18:38 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
static int _days_before_month[] = {
|
2010-05-09 13:14:21 -03:00
|
|
|
0, /* unused; this vector uses 1-based indexing */
|
|
|
|
0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334
|
2002-12-16 16:18:38 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
/* year -> 1 if leap year, else 0. */
|
|
|
|
static int
|
|
|
|
is_leap(int year)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
/* Cast year to unsigned. The result is the same either way, but
|
|
|
|
* C can generate faster code for unsigned mod than for signed
|
|
|
|
* mod (especially for % 4 -- a good compiler should just grab
|
|
|
|
* the last 2 bits when the LHS is unsigned).
|
|
|
|
*/
|
|
|
|
const unsigned int ayear = (unsigned int)year;
|
|
|
|
return ayear % 4 == 0 && (ayear % 100 != 0 || ayear % 400 == 0);
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* year, month -> number of days in that month in that year */
|
|
|
|
static int
|
|
|
|
days_in_month(int year, int month)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
assert(month >= 1);
|
|
|
|
assert(month <= 12);
|
|
|
|
if (month == 2 && is_leap(year))
|
|
|
|
return 29;
|
|
|
|
else
|
|
|
|
return _days_in_month[month];
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* year, month -> number of days in year preceeding first day of month */
|
|
|
|
static int
|
|
|
|
days_before_month(int year, int month)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
int days;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
assert(month >= 1);
|
|
|
|
assert(month <= 12);
|
|
|
|
days = _days_before_month[month];
|
|
|
|
if (month > 2 && is_leap(year))
|
|
|
|
++days;
|
|
|
|
return days;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* year -> number of days before January 1st of year. Remember that we
|
|
|
|
* start with year 1, so days_before_year(1) == 0.
|
|
|
|
*/
|
|
|
|
static int
|
|
|
|
days_before_year(int year)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
int y = year - 1;
|
|
|
|
/* This is incorrect if year <= 0; we really want the floor
|
|
|
|
* here. But so long as MINYEAR is 1, the smallest year this
|
|
|
|
* can see is 0 (this can happen in some normalization endcases),
|
|
|
|
* so we'll just special-case that.
|
|
|
|
*/
|
|
|
|
assert (year >= 0);
|
|
|
|
if (y >= 0)
|
|
|
|
return y*365 + y/4 - y/100 + y/400;
|
|
|
|
else {
|
|
|
|
assert(y == -1);
|
|
|
|
return -366;
|
|
|
|
}
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Number of days in 4, 100, and 400 year cycles. That these have
|
|
|
|
* the correct values is asserted in the module init function.
|
|
|
|
*/
|
2010-05-09 13:14:21 -03:00
|
|
|
#define DI4Y 1461 /* days_before_year(5); days in 4 years */
|
|
|
|
#define DI100Y 36524 /* days_before_year(101); days in 100 years */
|
|
|
|
#define DI400Y 146097 /* days_before_year(401); days in 400 years */
|
2002-12-16 16:18:38 -04:00
|
|
|
|
|
|
|
/* ordinal -> year, month, day, considering 01-Jan-0001 as day 1. */
|
|
|
|
static void
|
|
|
|
ord_to_ymd(int ordinal, int *year, int *month, int *day)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
int n, n1, n4, n100, n400, leapyear, preceding;
|
|
|
|
|
|
|
|
/* ordinal is a 1-based index, starting at 1-Jan-1. The pattern of
|
|
|
|
* leap years repeats exactly every 400 years. The basic strategy is
|
|
|
|
* to find the closest 400-year boundary at or before ordinal, then
|
|
|
|
* work with the offset from that boundary to ordinal. Life is much
|
|
|
|
* clearer if we subtract 1 from ordinal first -- then the values
|
|
|
|
* of ordinal at 400-year boundaries are exactly those divisible
|
|
|
|
* by DI400Y:
|
|
|
|
*
|
|
|
|
* D M Y n n-1
|
|
|
|
* -- --- ---- ---------- ----------------
|
|
|
|
* 31 Dec -400 -DI400Y -DI400Y -1
|
|
|
|
* 1 Jan -399 -DI400Y +1 -DI400Y 400-year boundary
|
|
|
|
* ...
|
|
|
|
* 30 Dec 000 -1 -2
|
|
|
|
* 31 Dec 000 0 -1
|
|
|
|
* 1 Jan 001 1 0 400-year boundary
|
|
|
|
* 2 Jan 001 2 1
|
|
|
|
* 3 Jan 001 3 2
|
|
|
|
* ...
|
|
|
|
* 31 Dec 400 DI400Y DI400Y -1
|
|
|
|
* 1 Jan 401 DI400Y +1 DI400Y 400-year boundary
|
|
|
|
*/
|
|
|
|
assert(ordinal >= 1);
|
|
|
|
--ordinal;
|
|
|
|
n400 = ordinal / DI400Y;
|
|
|
|
n = ordinal % DI400Y;
|
|
|
|
*year = n400 * 400 + 1;
|
|
|
|
|
|
|
|
/* Now n is the (non-negative) offset, in days, from January 1 of
|
|
|
|
* year, to the desired date. Now compute how many 100-year cycles
|
|
|
|
* precede n.
|
|
|
|
* Note that it's possible for n100 to equal 4! In that case 4 full
|
|
|
|
* 100-year cycles precede the desired day, which implies the
|
|
|
|
* desired day is December 31 at the end of a 400-year cycle.
|
|
|
|
*/
|
|
|
|
n100 = n / DI100Y;
|
|
|
|
n = n % DI100Y;
|
|
|
|
|
|
|
|
/* Now compute how many 4-year cycles precede it. */
|
|
|
|
n4 = n / DI4Y;
|
|
|
|
n = n % DI4Y;
|
|
|
|
|
|
|
|
/* And now how many single years. Again n1 can be 4, and again
|
|
|
|
* meaning that the desired day is December 31 at the end of the
|
|
|
|
* 4-year cycle.
|
|
|
|
*/
|
|
|
|
n1 = n / 365;
|
|
|
|
n = n % 365;
|
|
|
|
|
|
|
|
*year += n100 * 100 + n4 * 4 + n1;
|
|
|
|
if (n1 == 4 || n100 == 4) {
|
|
|
|
assert(n == 0);
|
|
|
|
*year -= 1;
|
|
|
|
*month = 12;
|
|
|
|
*day = 31;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Now the year is correct, and n is the offset from January 1. We
|
|
|
|
* find the month via an estimate that's either exact or one too
|
|
|
|
* large.
|
|
|
|
*/
|
|
|
|
leapyear = n1 == 3 && (n4 != 24 || n100 == 3);
|
|
|
|
assert(leapyear == is_leap(*year));
|
|
|
|
*month = (n + 50) >> 5;
|
|
|
|
preceding = (_days_before_month[*month] + (*month > 2 && leapyear));
|
|
|
|
if (preceding > n) {
|
|
|
|
/* estimate is too large */
|
|
|
|
*month -= 1;
|
|
|
|
preceding -= days_in_month(*year, *month);
|
|
|
|
}
|
|
|
|
n -= preceding;
|
|
|
|
assert(0 <= n);
|
|
|
|
assert(n < days_in_month(*year, *month));
|
|
|
|
|
|
|
|
*day = n + 1;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* year, month, day -> ordinal, considering 01-Jan-0001 as day 1. */
|
|
|
|
static int
|
|
|
|
ymd_to_ord(int year, int month, int day)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return days_before_year(year) + days_before_month(year, month) + day;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Day of week, where Monday==0, ..., Sunday==6. 1/1/1 was a Monday. */
|
|
|
|
static int
|
|
|
|
weekday(int year, int month, int day)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return (ymd_to_ord(year, month, day) + 6) % 7;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Ordinal of the Monday starting week 1 of the ISO year. Week 1 is the
|
|
|
|
* first calendar week containing a Thursday.
|
|
|
|
*/
|
|
|
|
static int
|
|
|
|
iso_week1_monday(int year)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
int first_day = ymd_to_ord(year, 1, 1); /* ord of 1/1 */
|
|
|
|
/* 0 if 1/1 is a Monday, 1 if a Tue, etc. */
|
|
|
|
int first_weekday = (first_day + 6) % 7;
|
|
|
|
/* ordinal of closest Monday at or before 1/1 */
|
|
|
|
int week1_monday = first_day - first_weekday;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (first_weekday > 3) /* if 1/1 was Fri, Sat, Sun */
|
|
|
|
week1_monday += 7;
|
|
|
|
return week1_monday;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ---------------------------------------------------------------------------
|
|
|
|
* Range checkers.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Check that -MAX_DELTA_DAYS <= days <= MAX_DELTA_DAYS. If so, return 0.
|
|
|
|
* If not, raise OverflowError and return -1.
|
|
|
|
*/
|
|
|
|
static int
|
|
|
|
check_delta_day_range(int days)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
if (-MAX_DELTA_DAYS <= days && days <= MAX_DELTA_DAYS)
|
|
|
|
return 0;
|
|
|
|
PyErr_Format(PyExc_OverflowError,
|
|
|
|
"days=%d; must have magnitude <= %d",
|
|
|
|
days, MAX_DELTA_DAYS);
|
|
|
|
return -1;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Check that date arguments are in range. Return 0 if they are. If they
|
|
|
|
* aren't, raise ValueError and return -1.
|
|
|
|
*/
|
|
|
|
static int
|
|
|
|
check_date_args(int year, int month, int day)
|
|
|
|
{
|
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (year < MINYEAR || year > MAXYEAR) {
|
|
|
|
PyErr_SetString(PyExc_ValueError,
|
|
|
|
"year is out of range");
|
|
|
|
return -1;
|
|
|
|
}
|
|
|
|
if (month < 1 || month > 12) {
|
|
|
|
PyErr_SetString(PyExc_ValueError,
|
|
|
|
"month must be in 1..12");
|
|
|
|
return -1;
|
|
|
|
}
|
|
|
|
if (day < 1 || day > days_in_month(year, month)) {
|
|
|
|
PyErr_SetString(PyExc_ValueError,
|
|
|
|
"day is out of range for month");
|
|
|
|
return -1;
|
|
|
|
}
|
|
|
|
return 0;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Check that time arguments are in range. Return 0 if they are. If they
|
|
|
|
* aren't, raise ValueError and return -1.
|
|
|
|
*/
|
|
|
|
static int
|
|
|
|
check_time_args(int h, int m, int s, int us)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
if (h < 0 || h > 23) {
|
|
|
|
PyErr_SetString(PyExc_ValueError,
|
|
|
|
"hour must be in 0..23");
|
|
|
|
return -1;
|
|
|
|
}
|
|
|
|
if (m < 0 || m > 59) {
|
|
|
|
PyErr_SetString(PyExc_ValueError,
|
|
|
|
"minute must be in 0..59");
|
|
|
|
return -1;
|
|
|
|
}
|
|
|
|
if (s < 0 || s > 59) {
|
|
|
|
PyErr_SetString(PyExc_ValueError,
|
|
|
|
"second must be in 0..59");
|
|
|
|
return -1;
|
|
|
|
}
|
|
|
|
if (us < 0 || us > 999999) {
|
|
|
|
PyErr_SetString(PyExc_ValueError,
|
|
|
|
"microsecond must be in 0..999999");
|
|
|
|
return -1;
|
|
|
|
}
|
|
|
|
return 0;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ---------------------------------------------------------------------------
|
|
|
|
* Normalization utilities.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* One step of a mixed-radix conversion. A "hi" unit is equivalent to
|
|
|
|
* factor "lo" units. factor must be > 0. If *lo is less than 0, or
|
|
|
|
* at least factor, enough of *lo is converted into "hi" units so that
|
|
|
|
* 0 <= *lo < factor. The input values must be such that int overflow
|
|
|
|
* is impossible.
|
|
|
|
*/
|
|
|
|
static void
|
|
|
|
normalize_pair(int *hi, int *lo, int factor)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
assert(factor > 0);
|
|
|
|
assert(lo != hi);
|
|
|
|
if (*lo < 0 || *lo >= factor) {
|
|
|
|
const int num_hi = divmod(*lo, factor, lo);
|
|
|
|
const int new_hi = *hi + num_hi;
|
|
|
|
assert(! SIGNED_ADD_OVERFLOWED(new_hi, *hi, num_hi));
|
|
|
|
*hi = new_hi;
|
|
|
|
}
|
|
|
|
assert(0 <= *lo && *lo < factor);
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Fiddle days (d), seconds (s), and microseconds (us) so that
|
2010-05-09 13:14:21 -03:00
|
|
|
* 0 <= *s < 24*3600
|
|
|
|
* 0 <= *us < 1000000
|
2002-12-16 16:18:38 -04:00
|
|
|
* The input values must be such that the internals don't overflow.
|
|
|
|
* The way this routine is used, we don't get close.
|
|
|
|
*/
|
|
|
|
static void
|
|
|
|
normalize_d_s_us(int *d, int *s, int *us)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
if (*us < 0 || *us >= 1000000) {
|
|
|
|
normalize_pair(s, us, 1000000);
|
|
|
|
/* |s| can't be bigger than about
|
|
|
|
* |original s| + |original us|/1000000 now.
|
|
|
|
*/
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
}
|
|
|
|
if (*s < 0 || *s >= 24*3600) {
|
|
|
|
normalize_pair(d, s, 24*3600);
|
|
|
|
/* |d| can't be bigger than about
|
|
|
|
* |original d| +
|
|
|
|
* (|original s| + |original us|/1000000) / (24*3600) now.
|
|
|
|
*/
|
|
|
|
}
|
|
|
|
assert(0 <= *s && *s < 24*3600);
|
|
|
|
assert(0 <= *us && *us < 1000000);
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Fiddle years (y), months (m), and days (d) so that
|
2010-05-09 13:14:21 -03:00
|
|
|
* 1 <= *m <= 12
|
|
|
|
* 1 <= *d <= days_in_month(*y, *m)
|
2002-12-16 16:18:38 -04:00
|
|
|
* The input values must be such that the internals don't overflow.
|
|
|
|
* The way this routine is used, we don't get close.
|
|
|
|
*/
|
2010-05-27 19:03:53 -03:00
|
|
|
static int
|
2002-12-16 16:18:38 -04:00
|
|
|
normalize_y_m_d(int *y, int *m, int *d)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
int dim; /* # of days in month */
|
|
|
|
|
|
|
|
/* This gets muddy: the proper range for day can't be determined
|
|
|
|
* without knowing the correct month and year, but if day is, e.g.,
|
|
|
|
* plus or minus a million, the current month and year values make
|
|
|
|
* no sense (and may also be out of bounds themselves).
|
|
|
|
* Saying 12 months == 1 year should be non-controversial.
|
|
|
|
*/
|
|
|
|
if (*m < 1 || *m > 12) {
|
|
|
|
--*m;
|
|
|
|
normalize_pair(y, m, 12);
|
|
|
|
++*m;
|
|
|
|
/* |y| can't be bigger than about
|
|
|
|
* |original y| + |original m|/12 now.
|
|
|
|
*/
|
|
|
|
}
|
|
|
|
assert(1 <= *m && *m <= 12);
|
|
|
|
|
|
|
|
/* Now only day can be out of bounds (year may also be out of bounds
|
|
|
|
* for a datetime object, but we don't care about that here).
|
|
|
|
* If day is out of bounds, what to do is arguable, but at least the
|
|
|
|
* method here is principled and explainable.
|
|
|
|
*/
|
|
|
|
dim = days_in_month(*y, *m);
|
|
|
|
if (*d < 1 || *d > dim) {
|
|
|
|
/* Move day-1 days from the first of the month. First try to
|
|
|
|
* get off cheap if we're only one day out of range
|
|
|
|
* (adjustments for timezone alone can't be worse than that).
|
|
|
|
*/
|
|
|
|
if (*d == 0) {
|
|
|
|
--*m;
|
|
|
|
if (*m > 0)
|
|
|
|
*d = days_in_month(*y, *m);
|
|
|
|
else {
|
|
|
|
--*y;
|
|
|
|
*m = 12;
|
|
|
|
*d = 31;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else if (*d == dim + 1) {
|
|
|
|
/* move forward a day */
|
|
|
|
++*m;
|
|
|
|
*d = 1;
|
|
|
|
if (*m > 12) {
|
|
|
|
*m = 1;
|
|
|
|
++*y;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
int ordinal = ymd_to_ord(*y, *m, 1) +
|
|
|
|
*d - 1;
|
2010-05-27 19:03:53 -03:00
|
|
|
if (ordinal < 1 || ordinal > MAXORDINAL) {
|
|
|
|
goto error;
|
|
|
|
} else {
|
|
|
|
ord_to_ymd(ordinal, y, m, d);
|
|
|
|
return 0;
|
|
|
|
}
|
2010-05-09 13:14:21 -03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
assert(*m > 0);
|
|
|
|
assert(*d > 0);
|
2010-05-27 19:03:53 -03:00
|
|
|
if (MINYEAR <= *y && *y <= MAXYEAR)
|
|
|
|
return 0;
|
|
|
|
error:
|
|
|
|
PyErr_SetString(PyExc_OverflowError,
|
|
|
|
"date value out of range");
|
|
|
|
return -1;
|
|
|
|
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Fiddle out-of-bounds months and days so that the result makes some kind
|
|
|
|
* of sense. The parameters are both inputs and outputs. Returns < 0 on
|
|
|
|
* failure, where failure means the adjusted year is out of bounds.
|
|
|
|
*/
|
|
|
|
static int
|
|
|
|
normalize_date(int *year, int *month, int *day)
|
|
|
|
{
|
2010-05-27 19:03:53 -03:00
|
|
|
return normalize_y_m_d(year, month, day);
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Force all the datetime fields into range. The parameters are both
|
|
|
|
* inputs and outputs. Returns < 0 on error.
|
|
|
|
*/
|
|
|
|
static int
|
|
|
|
normalize_datetime(int *year, int *month, int *day,
|
|
|
|
int *hour, int *minute, int *second,
|
|
|
|
int *microsecond)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
normalize_pair(second, microsecond, 1000000);
|
|
|
|
normalize_pair(minute, second, 60);
|
|
|
|
normalize_pair(hour, minute, 60);
|
|
|
|
normalize_pair(day, hour, 24);
|
|
|
|
return normalize_date(year, month, day);
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2003-05-17 12:57:00 -03:00
|
|
|
/* ---------------------------------------------------------------------------
|
|
|
|
* Basic object allocation: tp_alloc implementations. These allocate
|
|
|
|
* Python objects of the right size and type, and do the Python object-
|
|
|
|
* initialization bit. If there's not enough memory, they return NULL after
|
|
|
|
* setting MemoryError. All data members remain uninitialized trash.
|
|
|
|
*
|
|
|
|
* We abuse the tp_alloc "nitems" argument to communicate whether a tzinfo
|
2003-05-17 23:24:46 -03:00
|
|
|
* member is needed. This is ugly, imprecise, and possibly insecure.
|
|
|
|
* tp_basicsize for the time and datetime types is set to the size of the
|
|
|
|
* struct that has room for the tzinfo member, so subclasses in Python will
|
|
|
|
* allocate enough space for a tzinfo member whether or not one is actually
|
|
|
|
* needed. That's the "ugly and imprecise" parts. The "possibly insecure"
|
|
|
|
* part is that PyType_GenericAlloc() (which subclasses in Python end up
|
|
|
|
* using) just happens today to effectively ignore the nitems argument
|
|
|
|
* when tp_itemsize is 0, which it is for these type objects. If that
|
|
|
|
* changes, perhaps the callers of tp_alloc slots in this file should
|
|
|
|
* be changed to force a 0 nitems argument unless the type being allocated
|
|
|
|
* is a base type implemented in this file (so that tp_alloc is time_alloc
|
|
|
|
* or datetime_alloc below, which know about the nitems abuse).
|
2003-05-17 12:57:00 -03:00
|
|
|
*/
|
|
|
|
|
|
|
|
static PyObject *
|
2006-02-15 13:27:45 -04:00
|
|
|
time_alloc(PyTypeObject *type, Py_ssize_t aware)
|
2003-05-17 12:57:00 -03:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *self;
|
2003-05-17 12:57:00 -03:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
self = (PyObject *)
|
|
|
|
PyObject_MALLOC(aware ?
|
|
|
|
sizeof(PyDateTime_Time) :
|
|
|
|
sizeof(_PyDateTime_BaseTime));
|
|
|
|
if (self == NULL)
|
|
|
|
return (PyObject *)PyErr_NoMemory();
|
|
|
|
PyObject_INIT(self, type);
|
|
|
|
return self;
|
2003-05-17 12:57:00 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
2006-02-15 13:27:45 -04:00
|
|
|
datetime_alloc(PyTypeObject *type, Py_ssize_t aware)
|
2003-05-17 12:57:00 -03:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *self;
|
2003-05-17 12:57:00 -03:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
self = (PyObject *)
|
|
|
|
PyObject_MALLOC(aware ?
|
|
|
|
sizeof(PyDateTime_DateTime) :
|
|
|
|
sizeof(_PyDateTime_BaseDateTime));
|
|
|
|
if (self == NULL)
|
|
|
|
return (PyObject *)PyErr_NoMemory();
|
|
|
|
PyObject_INIT(self, type);
|
|
|
|
return self;
|
2003-05-17 12:57:00 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ---------------------------------------------------------------------------
|
|
|
|
* Helpers for setting object fields. These work on pointers to the
|
|
|
|
* appropriate base class.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* For date and datetime. */
|
|
|
|
static void
|
|
|
|
set_date_fields(PyDateTime_Date *self, int y, int m, int d)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
self->hashcode = -1;
|
|
|
|
SET_YEAR(self, y);
|
|
|
|
SET_MONTH(self, m);
|
|
|
|
SET_DAY(self, d);
|
2003-05-17 12:57:00 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ---------------------------------------------------------------------------
|
|
|
|
* Create various objects, mostly without range checking.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Create a date instance with no range checking. */
|
|
|
|
static PyObject *
|
|
|
|
new_date_ex(int year, int month, int day, PyTypeObject *type)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyDateTime_Date *self;
|
2003-05-17 12:57:00 -03:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
self = (PyDateTime_Date *) (type->tp_alloc(type, 0));
|
|
|
|
if (self != NULL)
|
|
|
|
set_date_fields(self, year, month, day);
|
|
|
|
return (PyObject *) self;
|
2003-05-17 12:57:00 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
#define new_date(year, month, day) \
|
2010-05-09 13:14:21 -03:00
|
|
|
new_date_ex(year, month, day, &PyDateTime_DateType)
|
2003-05-17 12:57:00 -03:00
|
|
|
|
|
|
|
/* Create a datetime instance with no range checking. */
|
|
|
|
static PyObject *
|
|
|
|
new_datetime_ex(int year, int month, int day, int hour, int minute,
|
2010-05-09 13:14:21 -03:00
|
|
|
int second, int usecond, PyObject *tzinfo, PyTypeObject *type)
|
|
|
|
{
|
|
|
|
PyDateTime_DateTime *self;
|
|
|
|
char aware = tzinfo != Py_None;
|
|
|
|
|
|
|
|
self = (PyDateTime_DateTime *) (type->tp_alloc(type, aware));
|
|
|
|
if (self != NULL) {
|
|
|
|
self->hastzinfo = aware;
|
|
|
|
set_date_fields((PyDateTime_Date *)self, year, month, day);
|
|
|
|
DATE_SET_HOUR(self, hour);
|
|
|
|
DATE_SET_MINUTE(self, minute);
|
|
|
|
DATE_SET_SECOND(self, second);
|
|
|
|
DATE_SET_MICROSECOND(self, usecond);
|
|
|
|
if (aware) {
|
|
|
|
Py_INCREF(tzinfo);
|
|
|
|
self->tzinfo = tzinfo;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return (PyObject *)self;
|
|
|
|
}
|
|
|
|
|
|
|
|
#define new_datetime(y, m, d, hh, mm, ss, us, tzinfo) \
|
|
|
|
new_datetime_ex(y, m, d, hh, mm, ss, us, tzinfo, \
|
|
|
|
&PyDateTime_DateTimeType)
|
2003-05-17 12:57:00 -03:00
|
|
|
|
|
|
|
/* Create a time instance with no range checking. */
|
|
|
|
static PyObject *
|
|
|
|
new_time_ex(int hour, int minute, int second, int usecond,
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *tzinfo, PyTypeObject *type)
|
|
|
|
{
|
|
|
|
PyDateTime_Time *self;
|
|
|
|
char aware = tzinfo != Py_None;
|
|
|
|
|
|
|
|
self = (PyDateTime_Time *) (type->tp_alloc(type, aware));
|
|
|
|
if (self != NULL) {
|
|
|
|
self->hastzinfo = aware;
|
|
|
|
self->hashcode = -1;
|
|
|
|
TIME_SET_HOUR(self, hour);
|
|
|
|
TIME_SET_MINUTE(self, minute);
|
|
|
|
TIME_SET_SECOND(self, second);
|
|
|
|
TIME_SET_MICROSECOND(self, usecond);
|
|
|
|
if (aware) {
|
|
|
|
Py_INCREF(tzinfo);
|
|
|
|
self->tzinfo = tzinfo;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return (PyObject *)self;
|
|
|
|
}
|
|
|
|
|
|
|
|
#define new_time(hh, mm, ss, us, tzinfo) \
|
|
|
|
new_time_ex(hh, mm, ss, us, tzinfo, &PyDateTime_TimeType)
|
2003-05-17 12:57:00 -03:00
|
|
|
|
|
|
|
/* Create a timedelta instance. Normalize the members iff normalize is
|
|
|
|
* true. Passing false is a speed optimization, if you know for sure
|
|
|
|
* that seconds and microseconds are already in their proper ranges. In any
|
|
|
|
* case, raises OverflowError and returns NULL if the normalized days is out
|
|
|
|
* of range).
|
|
|
|
*/
|
|
|
|
static PyObject *
|
|
|
|
new_delta_ex(int days, int seconds, int microseconds, int normalize,
|
2010-05-09 13:14:21 -03:00
|
|
|
PyTypeObject *type)
|
2003-05-17 12:57:00 -03:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyDateTime_Delta *self;
|
2003-05-17 12:57:00 -03:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (normalize)
|
|
|
|
normalize_d_s_us(&days, &seconds, µseconds);
|
|
|
|
assert(0 <= seconds && seconds < 24*3600);
|
|
|
|
assert(0 <= microseconds && microseconds < 1000000);
|
2003-05-17 12:57:00 -03:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (check_delta_day_range(days) < 0)
|
|
|
|
return NULL;
|
2003-05-17 12:57:00 -03:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
self = (PyDateTime_Delta *) (type->tp_alloc(type, 0));
|
|
|
|
if (self != NULL) {
|
|
|
|
self->hashcode = -1;
|
|
|
|
SET_TD_DAYS(self, days);
|
|
|
|
SET_TD_SECONDS(self, seconds);
|
|
|
|
SET_TD_MICROSECONDS(self, microseconds);
|
|
|
|
}
|
|
|
|
return (PyObject *) self;
|
2003-05-17 12:57:00 -03:00
|
|
|
}
|
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
#define new_delta(d, s, us, normalize) \
|
|
|
|
new_delta_ex(d, s, us, normalize, &PyDateTime_DeltaType)
|
2003-05-17 12:57:00 -03:00
|
|
|
|
2002-12-16 16:18:38 -04:00
|
|
|
/* ---------------------------------------------------------------------------
|
|
|
|
* tzinfo helpers.
|
|
|
|
*/
|
|
|
|
|
2002-12-21 23:43:39 -04:00
|
|
|
/* Ensure that p is None or of a tzinfo subclass. Return 0 if OK; if not
|
|
|
|
* raise TypeError and return -1.
|
|
|
|
*/
|
|
|
|
static int
|
|
|
|
check_tzinfo_subclass(PyObject *p)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
if (p == Py_None || PyTZInfo_Check(p))
|
|
|
|
return 0;
|
|
|
|
PyErr_Format(PyExc_TypeError,
|
|
|
|
"tzinfo argument must be None or of a tzinfo subclass, "
|
|
|
|
"not type '%s'",
|
|
|
|
Py_TYPE(p)->tp_name);
|
|
|
|
return -1;
|
2002-12-21 23:43:39 -04:00
|
|
|
}
|
|
|
|
|
2002-12-30 16:52:32 -04:00
|
|
|
/* Return tzinfo.methname(tzinfoarg), without any checking of results.
|
2002-12-21 23:43:39 -04:00
|
|
|
* If tzinfo is None, returns None.
|
|
|
|
*/
|
|
|
|
static PyObject *
|
2002-12-30 16:52:32 -04:00
|
|
|
call_tzinfo_method(PyObject *tzinfo, char *methname, PyObject *tzinfoarg)
|
2002-12-21 23:43:39 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *result;
|
2002-12-21 23:43:39 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
assert(tzinfo && methname && tzinfoarg);
|
|
|
|
assert(check_tzinfo_subclass(tzinfo) >= 0);
|
|
|
|
if (tzinfo == Py_None) {
|
|
|
|
result = Py_None;
|
|
|
|
Py_INCREF(result);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
result = PyObject_CallMethod(tzinfo, methname, "O", tzinfoarg);
|
|
|
|
return result;
|
2002-12-21 23:43:39 -04:00
|
|
|
}
|
|
|
|
|
2002-12-16 16:18:38 -04:00
|
|
|
/* If self has a tzinfo member, return a BORROWED reference to it. Else
|
|
|
|
* return NULL, which is NOT AN ERROR. There are no error returns here,
|
|
|
|
* and the caller must not decref the result.
|
|
|
|
*/
|
|
|
|
static PyObject *
|
|
|
|
get_tzinfo_member(PyObject *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *tzinfo = NULL;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (PyDateTime_Check(self) && HASTZINFO(self))
|
|
|
|
tzinfo = ((PyDateTime_DateTime *)self)->tzinfo;
|
|
|
|
else if (PyTime_Check(self) && HASTZINFO(self))
|
|
|
|
tzinfo = ((PyDateTime_Time *)self)->tzinfo;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
return tzinfo;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2002-12-30 16:52:32 -04:00
|
|
|
/* Call getattr(tzinfo, name)(tzinfoarg), and extract an int from the
|
2002-12-16 16:18:38 -04:00
|
|
|
* result. tzinfo must be an instance of the tzinfo class. If the method
|
|
|
|
* returns None, this returns 0 and sets *none to 1. If the method doesn't
|
2003-01-02 17:28:08 -04:00
|
|
|
* return None or timedelta, TypeError is raised and this returns -1. If it
|
|
|
|
* returnsa timedelta and the value is out of range or isn't a whole number
|
|
|
|
* of minutes, ValueError is raised and this returns -1.
|
2002-12-16 16:18:38 -04:00
|
|
|
* Else *none is set to 0 and the integer method result is returned.
|
|
|
|
*/
|
|
|
|
static int
|
|
|
|
call_utc_tzinfo_method(PyObject *tzinfo, char *name, PyObject *tzinfoarg,
|
2010-05-09 13:14:21 -03:00
|
|
|
int *none)
|
|
|
|
{
|
|
|
|
PyObject *u;
|
|
|
|
int result = -1;
|
|
|
|
|
|
|
|
assert(tzinfo != NULL);
|
|
|
|
assert(PyTZInfo_Check(tzinfo));
|
|
|
|
assert(tzinfoarg != NULL);
|
|
|
|
|
|
|
|
*none = 0;
|
|
|
|
u = call_tzinfo_method(tzinfo, name, tzinfoarg);
|
|
|
|
if (u == NULL)
|
|
|
|
return -1;
|
|
|
|
|
|
|
|
else if (u == Py_None) {
|
|
|
|
result = 0;
|
|
|
|
*none = 1;
|
|
|
|
}
|
|
|
|
else if (PyDelta_Check(u)) {
|
|
|
|
const int days = GET_TD_DAYS(u);
|
|
|
|
if (days < -1 || days > 0)
|
|
|
|
result = 24*60; /* trigger ValueError below */
|
|
|
|
else {
|
|
|
|
/* next line can't overflow because we know days
|
|
|
|
* is -1 or 0 now
|
|
|
|
*/
|
|
|
|
int ss = days * 24 * 3600 + GET_TD_SECONDS(u);
|
|
|
|
result = divmod(ss, 60, &ss);
|
|
|
|
if (ss || GET_TD_MICROSECONDS(u)) {
|
|
|
|
PyErr_Format(PyExc_ValueError,
|
|
|
|
"tzinfo.%s() must return a "
|
|
|
|
"whole number of minutes",
|
|
|
|
name);
|
|
|
|
result = -1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
PyErr_Format(PyExc_TypeError,
|
|
|
|
"tzinfo.%s() must return None or "
|
|
|
|
"timedelta, not '%s'",
|
|
|
|
name, Py_TYPE(u)->tp_name);
|
|
|
|
}
|
|
|
|
|
|
|
|
Py_DECREF(u);
|
|
|
|
if (result < -1439 || result > 1439) {
|
|
|
|
PyErr_Format(PyExc_ValueError,
|
|
|
|
"tzinfo.%s() returned %d; must be in "
|
|
|
|
"-1439 .. 1439",
|
|
|
|
name, result);
|
|
|
|
result = -1;
|
|
|
|
}
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Call tzinfo.utcoffset(tzinfoarg), and extract an integer from the
|
|
|
|
* result. tzinfo must be an instance of the tzinfo class. If utcoffset()
|
|
|
|
* returns None, call_utcoffset returns 0 and sets *none to 1. If uctoffset()
|
2003-01-02 17:28:08 -04:00
|
|
|
* doesn't return None or timedelta, TypeError is raised and this returns -1.
|
|
|
|
* If utcoffset() returns an invalid timedelta (out of range, or not a whole
|
|
|
|
* # of minutes), ValueError is raised and this returns -1. Else *none is
|
|
|
|
* set to 0 and the offset is returned (as int # of minutes east of UTC).
|
2002-12-16 16:18:38 -04:00
|
|
|
*/
|
|
|
|
static int
|
|
|
|
call_utcoffset(PyObject *tzinfo, PyObject *tzinfoarg, int *none)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return call_utc_tzinfo_method(tzinfo, "utcoffset", tzinfoarg, none);
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2002-12-30 16:52:32 -04:00
|
|
|
/* Call tzinfo.name(tzinfoarg), and return the offset as a timedelta or None.
|
|
|
|
*/
|
2002-12-21 23:43:39 -04:00
|
|
|
static PyObject *
|
2002-12-30 16:52:32 -04:00
|
|
|
offset_as_timedelta(PyObject *tzinfo, char *name, PyObject *tzinfoarg) {
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *result;
|
|
|
|
|
|
|
|
assert(tzinfo && name && tzinfoarg);
|
|
|
|
if (tzinfo == Py_None) {
|
|
|
|
result = Py_None;
|
|
|
|
Py_INCREF(result);
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
int none;
|
|
|
|
int offset = call_utc_tzinfo_method(tzinfo, name, tzinfoarg,
|
|
|
|
&none);
|
|
|
|
if (offset < 0 && PyErr_Occurred())
|
|
|
|
return NULL;
|
|
|
|
if (none) {
|
|
|
|
result = Py_None;
|
|
|
|
Py_INCREF(result);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
result = new_delta(0, offset * 60, 0, 1);
|
|
|
|
}
|
|
|
|
return result;
|
2002-12-21 23:43:39 -04:00
|
|
|
}
|
|
|
|
|
2002-12-16 16:18:38 -04:00
|
|
|
/* Call tzinfo.dst(tzinfoarg), and extract an integer from the
|
|
|
|
* result. tzinfo must be an instance of the tzinfo class. If dst()
|
|
|
|
* returns None, call_dst returns 0 and sets *none to 1. If dst()
|
2003-01-02 17:28:08 -04:00
|
|
|
& doesn't return None or timedelta, TypeError is raised and this
|
2003-10-20 11:01:56 -03:00
|
|
|
* returns -1. If dst() returns an invalid timedelta for a UTC offset,
|
2003-01-02 17:28:08 -04:00
|
|
|
* ValueError is raised and this returns -1. Else *none is set to 0 and
|
|
|
|
* the offset is returned (as an int # of minutes east of UTC).
|
2002-12-16 16:18:38 -04:00
|
|
|
*/
|
|
|
|
static int
|
|
|
|
call_dst(PyObject *tzinfo, PyObject *tzinfoarg, int *none)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return call_utc_tzinfo_method(tzinfo, "dst", tzinfoarg, none);
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2002-12-30 16:52:32 -04:00
|
|
|
/* Call tzinfo.tzname(tzinfoarg), and return the result. tzinfo must be
|
2002-12-21 23:43:39 -04:00
|
|
|
* an instance of the tzinfo class or None. If tzinfo isn't None, and
|
2002-12-30 16:52:32 -04:00
|
|
|
* tzname() doesn't return None or a string, TypeError is raised and this
|
2007-05-23 18:24:35 -03:00
|
|
|
* returns NULL. If the result is a string, we ensure it is a Unicode
|
|
|
|
* string.
|
2002-12-16 16:18:38 -04:00
|
|
|
*/
|
|
|
|
static PyObject *
|
2002-12-30 16:52:32 -04:00
|
|
|
call_tzname(PyObject *tzinfo, PyObject *tzinfoarg)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *result;
|
|
|
|
|
|
|
|
assert(tzinfo != NULL);
|
|
|
|
assert(check_tzinfo_subclass(tzinfo) >= 0);
|
|
|
|
assert(tzinfoarg != NULL);
|
|
|
|
|
|
|
|
if (tzinfo == Py_None) {
|
|
|
|
result = Py_None;
|
|
|
|
Py_INCREF(result);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
result = PyObject_CallMethod(tzinfo, "tzname", "O", tzinfoarg);
|
|
|
|
|
|
|
|
if (result != NULL && result != Py_None) {
|
|
|
|
if (!PyUnicode_Check(result)) {
|
|
|
|
PyErr_Format(PyExc_TypeError, "tzinfo.tzname() must "
|
|
|
|
"return None or a string, not '%s'",
|
|
|
|
Py_TYPE(result)->tp_name);
|
|
|
|
Py_DECREF(result);
|
|
|
|
result = NULL;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
typedef enum {
|
2010-05-09 13:14:21 -03:00
|
|
|
/* an exception has been set; the caller should pass it on */
|
|
|
|
OFFSET_ERROR,
|
|
|
|
|
|
|
|
/* type isn't date, datetime, or time subclass */
|
|
|
|
OFFSET_UNKNOWN,
|
|
|
|
|
|
|
|
/* date,
|
|
|
|
* datetime with !hastzinfo
|
|
|
|
* datetime with None tzinfo,
|
|
|
|
* datetime where utcoffset() returns None
|
|
|
|
* time with !hastzinfo
|
|
|
|
* time with None tzinfo,
|
|
|
|
* time where utcoffset() returns None
|
|
|
|
*/
|
|
|
|
OFFSET_NAIVE,
|
|
|
|
|
|
|
|
/* time or datetime where utcoffset() doesn't return None */
|
|
|
|
OFFSET_AWARE
|
2002-12-16 16:18:38 -04:00
|
|
|
} naivety;
|
|
|
|
|
2002-12-22 14:10:22 -04:00
|
|
|
/* Classify an object as to whether it's naive or offset-aware. See
|
2002-12-16 16:18:38 -04:00
|
|
|
* the "naivety" typedef for details. If the type is aware, *offset is set
|
|
|
|
* to minutes east of UTC (as returned by the tzinfo.utcoffset() method).
|
2002-12-22 14:10:22 -04:00
|
|
|
* If the type is offset-naive (or unknown, or error), *offset is set to 0.
|
2002-12-30 17:28:52 -04:00
|
|
|
* tzinfoarg is the argument to pass to the tzinfo.utcoffset() method.
|
2002-12-16 16:18:38 -04:00
|
|
|
*/
|
|
|
|
static naivety
|
2002-12-30 17:28:52 -04:00
|
|
|
classify_utcoffset(PyObject *op, PyObject *tzinfoarg, int *offset)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
int none;
|
|
|
|
PyObject *tzinfo;
|
|
|
|
|
|
|
|
assert(tzinfoarg != NULL);
|
|
|
|
*offset = 0;
|
|
|
|
tzinfo = get_tzinfo_member(op); /* NULL means no tzinfo, not error */
|
|
|
|
if (tzinfo == Py_None)
|
|
|
|
return OFFSET_NAIVE;
|
|
|
|
if (tzinfo == NULL) {
|
|
|
|
/* note that a datetime passes the PyDate_Check test */
|
|
|
|
return (PyTime_Check(op) || PyDate_Check(op)) ?
|
|
|
|
OFFSET_NAIVE : OFFSET_UNKNOWN;
|
|
|
|
}
|
|
|
|
*offset = call_utcoffset(tzinfo, tzinfoarg, &none);
|
|
|
|
if (*offset == -1 && PyErr_Occurred())
|
|
|
|
return OFFSET_ERROR;
|
|
|
|
return none ? OFFSET_NAIVE : OFFSET_AWARE;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2002-12-26 22:21:51 -04:00
|
|
|
/* Classify two objects as to whether they're naive or offset-aware.
|
|
|
|
* This isn't quite the same as calling classify_utcoffset() twice: for
|
|
|
|
* binary operations (comparison and subtraction), we generally want to
|
|
|
|
* ignore the tzinfo members if they're identical. This is by design,
|
|
|
|
* so that results match "naive" expectations when mixing objects from a
|
|
|
|
* single timezone. So in that case, this sets both offsets to 0 and
|
|
|
|
* both naiveties to OFFSET_NAIVE.
|
|
|
|
* The function returns 0 if everything's OK, and -1 on error.
|
|
|
|
*/
|
|
|
|
static int
|
|
|
|
classify_two_utcoffsets(PyObject *o1, int *offset1, naivety *n1,
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *tzinfoarg1,
|
|
|
|
PyObject *o2, int *offset2, naivety *n2,
|
|
|
|
PyObject *tzinfoarg2)
|
|
|
|
{
|
|
|
|
if (get_tzinfo_member(o1) == get_tzinfo_member(o2)) {
|
|
|
|
*offset1 = *offset2 = 0;
|
|
|
|
*n1 = *n2 = OFFSET_NAIVE;
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
*n1 = classify_utcoffset(o1, tzinfoarg1, offset1);
|
|
|
|
if (*n1 == OFFSET_ERROR)
|
|
|
|
return -1;
|
|
|
|
*n2 = classify_utcoffset(o2, tzinfoarg2, offset2);
|
|
|
|
if (*n2 == OFFSET_ERROR)
|
|
|
|
return -1;
|
|
|
|
}
|
|
|
|
return 0;
|
2002-12-26 22:21:51 -04:00
|
|
|
}
|
|
|
|
|
2002-12-16 16:18:38 -04:00
|
|
|
/* repr is like "someclass(arg1, arg2)". If tzinfo isn't None,
|
|
|
|
* stuff
|
|
|
|
* ", tzinfo=" + repr(tzinfo)
|
|
|
|
* before the closing ")".
|
|
|
|
*/
|
|
|
|
static PyObject *
|
|
|
|
append_keyword_tzinfo(PyObject *repr, PyObject *tzinfo)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *temp;
|
|
|
|
|
|
|
|
assert(PyUnicode_Check(repr));
|
|
|
|
assert(tzinfo);
|
|
|
|
if (tzinfo == Py_None)
|
|
|
|
return repr;
|
|
|
|
/* Get rid of the trailing ')'. */
|
|
|
|
assert(PyUnicode_AS_UNICODE(repr)[PyUnicode_GET_SIZE(repr)-1] == ')');
|
|
|
|
temp = PyUnicode_FromUnicode(PyUnicode_AS_UNICODE(repr),
|
|
|
|
PyUnicode_GET_SIZE(repr) - 1);
|
|
|
|
Py_DECREF(repr);
|
|
|
|
if (temp == NULL)
|
|
|
|
return NULL;
|
|
|
|
repr = PyUnicode_FromFormat("%U, tzinfo=%R)", temp, tzinfo);
|
|
|
|
Py_DECREF(temp);
|
|
|
|
return repr;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ---------------------------------------------------------------------------
|
|
|
|
* String format helpers.
|
|
|
|
*/
|
|
|
|
|
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
format_ctime(PyDateTime_Date *date, int hours, int minutes, int seconds)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
static const char *DayNames[] = {
|
|
|
|
"Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"
|
|
|
|
};
|
|
|
|
static const char *MonthNames[] = {
|
|
|
|
"Jan", "Feb", "Mar", "Apr", "May", "Jun",
|
|
|
|
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
|
|
|
|
};
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
int wday = weekday(GET_YEAR(date), GET_MONTH(date), GET_DAY(date));
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
return PyUnicode_FromFormat("%s %s %2d %02d:%02d:%02d %04d",
|
|
|
|
DayNames[wday], MonthNames[GET_MONTH(date)-1],
|
|
|
|
GET_DAY(date), hours, minutes, seconds,
|
|
|
|
GET_YEAR(date));
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Add an hours & minutes UTC offset string to buf. buf has no more than
|
|
|
|
* buflen bytes remaining. The UTC offset is gotten by calling
|
|
|
|
* tzinfo.uctoffset(tzinfoarg). If that returns None, \0 is stored into
|
|
|
|
* *buf, and that's all. Else the returned value is checked for sanity (an
|
|
|
|
* integer in range), and if that's OK it's converted to an hours & minutes
|
|
|
|
* string of the form
|
|
|
|
* sign HH sep MM
|
|
|
|
* Returns 0 if everything is OK. If the return value from utcoffset() is
|
|
|
|
* bogus, an appropriate exception is set and -1 is returned.
|
|
|
|
*/
|
|
|
|
static int
|
2002-12-19 21:31:27 -04:00
|
|
|
format_utcoffset(char *buf, size_t buflen, const char *sep,
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *tzinfo, PyObject *tzinfoarg)
|
|
|
|
{
|
|
|
|
int offset;
|
|
|
|
int hours;
|
|
|
|
int minutes;
|
|
|
|
char sign;
|
|
|
|
int none;
|
|
|
|
|
|
|
|
assert(buflen >= 1);
|
|
|
|
|
|
|
|
offset = call_utcoffset(tzinfo, tzinfoarg, &none);
|
|
|
|
if (offset == -1 && PyErr_Occurred())
|
|
|
|
return -1;
|
|
|
|
if (none) {
|
|
|
|
*buf = '\0';
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
sign = '+';
|
|
|
|
if (offset < 0) {
|
|
|
|
sign = '-';
|
|
|
|
offset = - offset;
|
|
|
|
}
|
|
|
|
hours = divmod(offset, 60, &minutes);
|
|
|
|
PyOS_snprintf(buf, buflen, "%c%02d%s%02d", sign, hours, sep, minutes);
|
|
|
|
return 0;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2007-05-23 18:36:49 -03:00
|
|
|
static PyObject *
|
|
|
|
make_Zreplacement(PyObject *object, PyObject *tzinfoarg)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *temp;
|
|
|
|
PyObject *tzinfo = get_tzinfo_member(object);
|
|
|
|
PyObject *Zreplacement = PyUnicode_FromStringAndSize(NULL, 0);
|
|
|
|
if (Zreplacement == NULL)
|
|
|
|
return NULL;
|
|
|
|
if (tzinfo == Py_None || tzinfo == NULL)
|
|
|
|
return Zreplacement;
|
|
|
|
|
|
|
|
assert(tzinfoarg != NULL);
|
|
|
|
temp = call_tzname(tzinfo, tzinfoarg);
|
|
|
|
if (temp == NULL)
|
|
|
|
goto Error;
|
|
|
|
if (temp == Py_None) {
|
|
|
|
Py_DECREF(temp);
|
|
|
|
return Zreplacement;
|
|
|
|
}
|
|
|
|
|
|
|
|
assert(PyUnicode_Check(temp));
|
|
|
|
/* Since the tzname is getting stuffed into the
|
|
|
|
* format, we have to double any % signs so that
|
|
|
|
* strftime doesn't treat them as format codes.
|
|
|
|
*/
|
|
|
|
Py_DECREF(Zreplacement);
|
|
|
|
Zreplacement = PyObject_CallMethod(temp, "replace", "ss", "%", "%%");
|
|
|
|
Py_DECREF(temp);
|
|
|
|
if (Zreplacement == NULL)
|
|
|
|
return NULL;
|
|
|
|
if (!PyUnicode_Check(Zreplacement)) {
|
|
|
|
PyErr_SetString(PyExc_TypeError,
|
|
|
|
"tzname.replace() did not return a string");
|
|
|
|
goto Error;
|
|
|
|
}
|
|
|
|
return Zreplacement;
|
2007-05-23 18:36:49 -03:00
|
|
|
|
|
|
|
Error:
|
2010-05-09 13:14:21 -03:00
|
|
|
Py_DECREF(Zreplacement);
|
|
|
|
return NULL;
|
2007-05-23 18:36:49 -03:00
|
|
|
}
|
|
|
|
|
Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r61239 | andrew.kuchling | 2008-03-05 01:44:41 +0100 (Wed, 05 Mar 2008) | 1 line
Add more items; add fragmentary notes
........
r61240 | amaury.forgeotdarc | 2008-03-05 02:50:33 +0100 (Wed, 05 Mar 2008) | 13 lines
Issue#2238: some syntax errors from *args or **kwargs expressions
would give bogus error messages, because of untested exceptions::
>>> f(**g(1=2))
XXX undetected error
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: 'int' object is not iterable
instead of the expected SyntaxError: keyword can't be an expression
Will backport.
........
r61241 | neal.norwitz | 2008-03-05 06:10:48 +0100 (Wed, 05 Mar 2008) | 3 lines
Remove the files/dirs after closing the DB so the tests work on Windows.
Patch from Trent Nelson. Also simplified removing a file by using test_support.
........
r61242 | neal.norwitz | 2008-03-05 06:14:18 +0100 (Wed, 05 Mar 2008) | 3 lines
Get this test to pass even when there is no sound card in the system.
Patch from Trent Nelson. (I can't test this.)
........
r61243 | neal.norwitz | 2008-03-05 06:20:44 +0100 (Wed, 05 Mar 2008) | 3 lines
Catch OSError when trying to remove a file in case removal fails. This
should prevent a failure in tearDown masking any real test failure.
........
r61244 | neal.norwitz | 2008-03-05 06:38:06 +0100 (Wed, 05 Mar 2008) | 5 lines
Make the timeout longer to give slow machines a chance to pass the test
before timing out. This doesn't change the duration of the test under
normal circumstances. This is targetted at fixing the spurious failures
on the FreeBSD buildbot primarily.
........
r61245 | neal.norwitz | 2008-03-05 06:49:03 +0100 (Wed, 05 Mar 2008) | 1 line
Tabs -> spaces
........
r61246 | neal.norwitz | 2008-03-05 06:50:20 +0100 (Wed, 05 Mar 2008) | 1 line
Use -u urlfetch to run more tests
........
r61247 | neal.norwitz | 2008-03-05 06:51:20 +0100 (Wed, 05 Mar 2008) | 1 line
test_smtplib sometimes reports leaks too, suppress it
........
r61248 | jeffrey.yasskin | 2008-03-05 07:19:56 +0100 (Wed, 05 Mar 2008) | 5 lines
Fix test_socketserver on Windows after r61099 added several signal.alarm()
calls (which don't exist on non-Unix platforms).
Thanks to Trent Nelson for the report and patch.
........
r61249 | georg.brandl | 2008-03-05 08:10:35 +0100 (Wed, 05 Mar 2008) | 2 lines
Fix some rst.
........
r61252 | thomas.heller | 2008-03-05 15:53:39 +0100 (Wed, 05 Mar 2008) | 2 lines
News entry for yesterdays commit.
........
r61253 | thomas.heller | 2008-03-05 16:34:29 +0100 (Wed, 05 Mar 2008) | 3 lines
Issue 1872: Changed the struct module typecode from 't' to '?', for
compatibility with PEP3118.
........
r61254 | skip.montanaro | 2008-03-05 17:41:09 +0100 (Wed, 05 Mar 2008) | 4 lines
Elaborate on the role of the altinstall target when installing multiple
versions.
........
r61255 | georg.brandl | 2008-03-05 20:31:44 +0100 (Wed, 05 Mar 2008) | 2 lines
#2239: PYTHONPATH delimiter is os.pathsep.
........
r61256 | raymond.hettinger | 2008-03-05 21:59:58 +0100 (Wed, 05 Mar 2008) | 1 line
C implementation of itertools.permutations().
........
r61257 | raymond.hettinger | 2008-03-05 22:04:32 +0100 (Wed, 05 Mar 2008) | 1 line
Small code cleanup.
........
r61260 | martin.v.loewis | 2008-03-05 23:24:31 +0100 (Wed, 05 Mar 2008) | 2 lines
cd PCbuild only after deleting all pyc files.
........
r61261 | raymond.hettinger | 2008-03-06 02:15:52 +0100 (Thu, 06 Mar 2008) | 1 line
Add examples.
........
r61262 | andrew.kuchling | 2008-03-06 02:36:27 +0100 (Thu, 06 Mar 2008) | 1 line
Add two items
........
r61263 | georg.brandl | 2008-03-06 07:47:18 +0100 (Thu, 06 Mar 2008) | 2 lines
#1725737: ignore other VC directories other than CVS and SVN's too.
........
r61264 | martin.v.loewis | 2008-03-06 07:55:22 +0100 (Thu, 06 Mar 2008) | 4 lines
Patch #2232: os.tmpfile might fail on Windows if the user has no
permission to create files in the root directory.
Will backport to 2.5.
........
r61269 | georg.brandl | 2008-03-06 08:19:15 +0100 (Thu, 06 Mar 2008) | 2 lines
Expand on re.split behavior with captured expressions.
........
r61270 | georg.brandl | 2008-03-06 08:22:09 +0100 (Thu, 06 Mar 2008) | 2 lines
Little clarification of assignments.
........
r61271 | georg.brandl | 2008-03-06 08:31:34 +0100 (Thu, 06 Mar 2008) | 2 lines
Add isinstance/issubclass to tutorial.
........
r61272 | georg.brandl | 2008-03-06 08:34:52 +0100 (Thu, 06 Mar 2008) | 2 lines
Add missing NEWS entry for r61263.
........
r61273 | georg.brandl | 2008-03-06 08:41:16 +0100 (Thu, 06 Mar 2008) | 2 lines
#2225: return nonzero status code from py_compile if not all files could be compiled.
........
r61274 | georg.brandl | 2008-03-06 08:43:02 +0100 (Thu, 06 Mar 2008) | 2 lines
#2220: handle matching failure more gracefully.
........
r61275 | georg.brandl | 2008-03-06 08:45:52 +0100 (Thu, 06 Mar 2008) | 2 lines
Bug #2220: handle rlcompleter attribute match failure more gracefully.
........
r61278 | martin.v.loewis | 2008-03-06 14:49:47 +0100 (Thu, 06 Mar 2008) | 1 line
Rely on x64 platform configuration when building _bsddb on AMD64.
........
r61279 | martin.v.loewis | 2008-03-06 14:50:28 +0100 (Thu, 06 Mar 2008) | 1 line
Update db-4.4.20 build procedure.
........
r61285 | raymond.hettinger | 2008-03-06 21:52:01 +0100 (Thu, 06 Mar 2008) | 1 line
More tests.
........
r61286 | raymond.hettinger | 2008-03-06 23:51:36 +0100 (Thu, 06 Mar 2008) | 1 line
Issue 2246: itertools grouper object did not participate in GC (should be backported).
........
r61288 | raymond.hettinger | 2008-03-07 02:33:20 +0100 (Fri, 07 Mar 2008) | 1 line
Tweak recipes and tests
........
r61289 | jeffrey.yasskin | 2008-03-07 07:22:15 +0100 (Fri, 07 Mar 2008) | 5 lines
Progress on issue #1193577 by adding a polling .shutdown() method to
SocketServers. The core of the patch was written by Pedro Werneck, but any bugs
are mine. I've also rearranged the code for timeouts in order to avoid
interfering with the shutdown poll.
........
r61290 | nick.coghlan | 2008-03-07 15:13:28 +0100 (Fri, 07 Mar 2008) | 1 line
Speed up with statements by storing the __exit__ method on the stack instead of in a temp variable (bumps the magic number for pyc files)
........
r61298 | andrew.kuchling | 2008-03-07 22:09:23 +0100 (Fri, 07 Mar 2008) | 1 line
Grammar fix
........
r61303 | georg.brandl | 2008-03-08 10:54:06 +0100 (Sat, 08 Mar 2008) | 2 lines
#2253: fix continue vs. finally docs.
........
r61304 | marc-andre.lemburg | 2008-03-08 11:01:43 +0100 (Sat, 08 Mar 2008) | 3 lines
Add new name for Mandrake: Mandriva.
........
r61305 | georg.brandl | 2008-03-08 11:05:24 +0100 (Sat, 08 Mar 2008) | 2 lines
#1533486: fix types in refcount intro.
........
r61312 | facundo.batista | 2008-03-08 17:50:27 +0100 (Sat, 08 Mar 2008) | 5 lines
Issue 1106316. post_mortem()'s parameter, traceback, is now
optional: it defaults to the traceback of the exception that is currently
being handled.
........
r61313 | jeffrey.yasskin | 2008-03-08 19:26:54 +0100 (Sat, 08 Mar 2008) | 2 lines
Add tests for with and finally performance to pybench.
........
r61314 | jeffrey.yasskin | 2008-03-08 21:08:21 +0100 (Sat, 08 Mar 2008) | 2 lines
Fix pybench for pythons < 2.6, tested back to 2.3.
........
r61317 | jeffrey.yasskin | 2008-03-08 22:35:15 +0100 (Sat, 08 Mar 2008) | 3 lines
Well that was dumb. platform.python_implementation returns a function, not a
string.
........
r61329 | georg.brandl | 2008-03-09 16:11:39 +0100 (Sun, 09 Mar 2008) | 2 lines
#2249: document assertTrue and assertFalse.
........
r61332 | neal.norwitz | 2008-03-09 20:03:42 +0100 (Sun, 09 Mar 2008) | 4 lines
Introduce a lock to fix a race condition which caused an exception in the test.
Some buildbots were consistently failing (e.g., amd64).
Also remove a couple of semi-colons.
........
r61344 | raymond.hettinger | 2008-03-11 01:19:07 +0100 (Tue, 11 Mar 2008) | 1 line
Add recipe to docs.
........
r61350 | guido.van.rossum | 2008-03-11 22:18:06 +0100 (Tue, 11 Mar 2008) | 3 lines
Fix the overflows in expandtabs(). "This time for sure!"
(Exploit at request.)
........
r61351 | raymond.hettinger | 2008-03-11 22:37:46 +0100 (Tue, 11 Mar 2008) | 1 line
Improve docs for itemgetter(). Show that it works with slices.
........
r61363 | georg.brandl | 2008-03-13 08:15:56 +0100 (Thu, 13 Mar 2008) | 2 lines
#2265: fix example.
........
r61364 | georg.brandl | 2008-03-13 08:17:14 +0100 (Thu, 13 Mar 2008) | 2 lines
#2270: fix typo.
........
r61365 | georg.brandl | 2008-03-13 08:21:41 +0100 (Thu, 13 Mar 2008) | 2 lines
#1720705: add docs about import/threading interaction, wording by Nick.
........
r61366 | andrew.kuchling | 2008-03-13 12:07:35 +0100 (Thu, 13 Mar 2008) | 1 line
Add class decorators
........
r61367 | raymond.hettinger | 2008-03-13 17:43:17 +0100 (Thu, 13 Mar 2008) | 1 line
Add 2-to-3 support for the itertools moved to builtins or renamed.
........
r61368 | raymond.hettinger | 2008-03-13 17:43:59 +0100 (Thu, 13 Mar 2008) | 1 line
Consistent tense.
........
r61369 | raymond.hettinger | 2008-03-13 20:03:51 +0100 (Thu, 13 Mar 2008) | 1 line
Issue 2274: Add heapq.heappushpop().
........
r61370 | raymond.hettinger | 2008-03-13 20:33:34 +0100 (Thu, 13 Mar 2008) | 1 line
Simplify the nlargest() code using heappushpop().
........
r61371 | brett.cannon | 2008-03-13 21:27:00 +0100 (Thu, 13 Mar 2008) | 4 lines
Move test_thread over to unittest. Commits GHOP 237.
Thanks Benjamin Peterson for the patch.
........
r61372 | brett.cannon | 2008-03-13 21:33:10 +0100 (Thu, 13 Mar 2008) | 4 lines
Move test_tokenize to doctest.
Done as GHOP 238 by Josip Dzolonga.
........
r61373 | brett.cannon | 2008-03-13 21:47:41 +0100 (Thu, 13 Mar 2008) | 4 lines
Convert test_contains, test_crypt, and test_select to unittest.
Patch from GHOP 294 by David Marek.
........
r61374 | brett.cannon | 2008-03-13 22:02:16 +0100 (Thu, 13 Mar 2008) | 4 lines
Move test_gdbm to use unittest.
Closes issue #1960. Thanks Giampaolo Rodola.
........
r61375 | brett.cannon | 2008-03-13 22:09:28 +0100 (Thu, 13 Mar 2008) | 4 lines
Convert test_fcntl to unittest.
Closes issue #2055. Thanks Giampaolo Rodola.
........
r61376 | raymond.hettinger | 2008-03-14 06:03:44 +0100 (Fri, 14 Mar 2008) | 1 line
Leave heapreplace() unchanged.
........
r61378 | martin.v.loewis | 2008-03-14 14:56:09 +0100 (Fri, 14 Mar 2008) | 2 lines
Patch #2284: add -x64 option to rt.bat.
........
r61379 | martin.v.loewis | 2008-03-14 14:57:59 +0100 (Fri, 14 Mar 2008) | 2 lines
Use -x64 flag.
........
r61382 | brett.cannon | 2008-03-14 15:03:10 +0100 (Fri, 14 Mar 2008) | 2 lines
Remove a bad test.
........
r61383 | mark.dickinson | 2008-03-14 15:23:37 +0100 (Fri, 14 Mar 2008) | 9 lines
Issue 705836: Fix struct.pack(">f", 1e40) to behave consistently
across platforms: it should now raise OverflowError on all
platforms. (Previously it raised OverflowError only on
non IEEE 754 platforms.)
Also fix the (already existing) test for this behaviour
so that it actually raises TestFailed instead of just
referencing it.
........
r61387 | thomas.heller | 2008-03-14 22:06:21 +0100 (Fri, 14 Mar 2008) | 1 line
Remove unneeded initializer.
........
r61388 | martin.v.loewis | 2008-03-14 22:19:28 +0100 (Fri, 14 Mar 2008) | 2 lines
Run debug version, cd to PCbuild.
........
r61392 | georg.brandl | 2008-03-15 00:10:34 +0100 (Sat, 15 Mar 2008) | 2 lines
Remove obsolete paragraph. #2288.
........
r61395 | georg.brandl | 2008-03-15 01:20:19 +0100 (Sat, 15 Mar 2008) | 2 lines
Fix lots of broken links in the docs, found by Sphinx' external link checker.
........
r61396 | skip.montanaro | 2008-03-15 03:32:49 +0100 (Sat, 15 Mar 2008) | 1 line
note that fork and forkpty raise OSError on failure
........
r61402 | skip.montanaro | 2008-03-15 17:04:45 +0100 (Sat, 15 Mar 2008) | 1 line
add %f format to datetime - issue 1158
........
r61403 | skip.montanaro | 2008-03-15 17:07:11 +0100 (Sat, 15 Mar 2008) | 2 lines
.
........
2008-03-15 21:07:10 -03:00
|
|
|
static PyObject *
|
|
|
|
make_freplacement(PyObject *object)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
char freplacement[64];
|
|
|
|
if (PyTime_Check(object))
|
|
|
|
sprintf(freplacement, "%06d", TIME_GET_MICROSECOND(object));
|
|
|
|
else if (PyDateTime_Check(object))
|
|
|
|
sprintf(freplacement, "%06d", DATE_GET_MICROSECOND(object));
|
|
|
|
else
|
|
|
|
sprintf(freplacement, "%06d", 0);
|
Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r61239 | andrew.kuchling | 2008-03-05 01:44:41 +0100 (Wed, 05 Mar 2008) | 1 line
Add more items; add fragmentary notes
........
r61240 | amaury.forgeotdarc | 2008-03-05 02:50:33 +0100 (Wed, 05 Mar 2008) | 13 lines
Issue#2238: some syntax errors from *args or **kwargs expressions
would give bogus error messages, because of untested exceptions::
>>> f(**g(1=2))
XXX undetected error
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: 'int' object is not iterable
instead of the expected SyntaxError: keyword can't be an expression
Will backport.
........
r61241 | neal.norwitz | 2008-03-05 06:10:48 +0100 (Wed, 05 Mar 2008) | 3 lines
Remove the files/dirs after closing the DB so the tests work on Windows.
Patch from Trent Nelson. Also simplified removing a file by using test_support.
........
r61242 | neal.norwitz | 2008-03-05 06:14:18 +0100 (Wed, 05 Mar 2008) | 3 lines
Get this test to pass even when there is no sound card in the system.
Patch from Trent Nelson. (I can't test this.)
........
r61243 | neal.norwitz | 2008-03-05 06:20:44 +0100 (Wed, 05 Mar 2008) | 3 lines
Catch OSError when trying to remove a file in case removal fails. This
should prevent a failure in tearDown masking any real test failure.
........
r61244 | neal.norwitz | 2008-03-05 06:38:06 +0100 (Wed, 05 Mar 2008) | 5 lines
Make the timeout longer to give slow machines a chance to pass the test
before timing out. This doesn't change the duration of the test under
normal circumstances. This is targetted at fixing the spurious failures
on the FreeBSD buildbot primarily.
........
r61245 | neal.norwitz | 2008-03-05 06:49:03 +0100 (Wed, 05 Mar 2008) | 1 line
Tabs -> spaces
........
r61246 | neal.norwitz | 2008-03-05 06:50:20 +0100 (Wed, 05 Mar 2008) | 1 line
Use -u urlfetch to run more tests
........
r61247 | neal.norwitz | 2008-03-05 06:51:20 +0100 (Wed, 05 Mar 2008) | 1 line
test_smtplib sometimes reports leaks too, suppress it
........
r61248 | jeffrey.yasskin | 2008-03-05 07:19:56 +0100 (Wed, 05 Mar 2008) | 5 lines
Fix test_socketserver on Windows after r61099 added several signal.alarm()
calls (which don't exist on non-Unix platforms).
Thanks to Trent Nelson for the report and patch.
........
r61249 | georg.brandl | 2008-03-05 08:10:35 +0100 (Wed, 05 Mar 2008) | 2 lines
Fix some rst.
........
r61252 | thomas.heller | 2008-03-05 15:53:39 +0100 (Wed, 05 Mar 2008) | 2 lines
News entry for yesterdays commit.
........
r61253 | thomas.heller | 2008-03-05 16:34:29 +0100 (Wed, 05 Mar 2008) | 3 lines
Issue 1872: Changed the struct module typecode from 't' to '?', for
compatibility with PEP3118.
........
r61254 | skip.montanaro | 2008-03-05 17:41:09 +0100 (Wed, 05 Mar 2008) | 4 lines
Elaborate on the role of the altinstall target when installing multiple
versions.
........
r61255 | georg.brandl | 2008-03-05 20:31:44 +0100 (Wed, 05 Mar 2008) | 2 lines
#2239: PYTHONPATH delimiter is os.pathsep.
........
r61256 | raymond.hettinger | 2008-03-05 21:59:58 +0100 (Wed, 05 Mar 2008) | 1 line
C implementation of itertools.permutations().
........
r61257 | raymond.hettinger | 2008-03-05 22:04:32 +0100 (Wed, 05 Mar 2008) | 1 line
Small code cleanup.
........
r61260 | martin.v.loewis | 2008-03-05 23:24:31 +0100 (Wed, 05 Mar 2008) | 2 lines
cd PCbuild only after deleting all pyc files.
........
r61261 | raymond.hettinger | 2008-03-06 02:15:52 +0100 (Thu, 06 Mar 2008) | 1 line
Add examples.
........
r61262 | andrew.kuchling | 2008-03-06 02:36:27 +0100 (Thu, 06 Mar 2008) | 1 line
Add two items
........
r61263 | georg.brandl | 2008-03-06 07:47:18 +0100 (Thu, 06 Mar 2008) | 2 lines
#1725737: ignore other VC directories other than CVS and SVN's too.
........
r61264 | martin.v.loewis | 2008-03-06 07:55:22 +0100 (Thu, 06 Mar 2008) | 4 lines
Patch #2232: os.tmpfile might fail on Windows if the user has no
permission to create files in the root directory.
Will backport to 2.5.
........
r61269 | georg.brandl | 2008-03-06 08:19:15 +0100 (Thu, 06 Mar 2008) | 2 lines
Expand on re.split behavior with captured expressions.
........
r61270 | georg.brandl | 2008-03-06 08:22:09 +0100 (Thu, 06 Mar 2008) | 2 lines
Little clarification of assignments.
........
r61271 | georg.brandl | 2008-03-06 08:31:34 +0100 (Thu, 06 Mar 2008) | 2 lines
Add isinstance/issubclass to tutorial.
........
r61272 | georg.brandl | 2008-03-06 08:34:52 +0100 (Thu, 06 Mar 2008) | 2 lines
Add missing NEWS entry for r61263.
........
r61273 | georg.brandl | 2008-03-06 08:41:16 +0100 (Thu, 06 Mar 2008) | 2 lines
#2225: return nonzero status code from py_compile if not all files could be compiled.
........
r61274 | georg.brandl | 2008-03-06 08:43:02 +0100 (Thu, 06 Mar 2008) | 2 lines
#2220: handle matching failure more gracefully.
........
r61275 | georg.brandl | 2008-03-06 08:45:52 +0100 (Thu, 06 Mar 2008) | 2 lines
Bug #2220: handle rlcompleter attribute match failure more gracefully.
........
r61278 | martin.v.loewis | 2008-03-06 14:49:47 +0100 (Thu, 06 Mar 2008) | 1 line
Rely on x64 platform configuration when building _bsddb on AMD64.
........
r61279 | martin.v.loewis | 2008-03-06 14:50:28 +0100 (Thu, 06 Mar 2008) | 1 line
Update db-4.4.20 build procedure.
........
r61285 | raymond.hettinger | 2008-03-06 21:52:01 +0100 (Thu, 06 Mar 2008) | 1 line
More tests.
........
r61286 | raymond.hettinger | 2008-03-06 23:51:36 +0100 (Thu, 06 Mar 2008) | 1 line
Issue 2246: itertools grouper object did not participate in GC (should be backported).
........
r61288 | raymond.hettinger | 2008-03-07 02:33:20 +0100 (Fri, 07 Mar 2008) | 1 line
Tweak recipes and tests
........
r61289 | jeffrey.yasskin | 2008-03-07 07:22:15 +0100 (Fri, 07 Mar 2008) | 5 lines
Progress on issue #1193577 by adding a polling .shutdown() method to
SocketServers. The core of the patch was written by Pedro Werneck, but any bugs
are mine. I've also rearranged the code for timeouts in order to avoid
interfering with the shutdown poll.
........
r61290 | nick.coghlan | 2008-03-07 15:13:28 +0100 (Fri, 07 Mar 2008) | 1 line
Speed up with statements by storing the __exit__ method on the stack instead of in a temp variable (bumps the magic number for pyc files)
........
r61298 | andrew.kuchling | 2008-03-07 22:09:23 +0100 (Fri, 07 Mar 2008) | 1 line
Grammar fix
........
r61303 | georg.brandl | 2008-03-08 10:54:06 +0100 (Sat, 08 Mar 2008) | 2 lines
#2253: fix continue vs. finally docs.
........
r61304 | marc-andre.lemburg | 2008-03-08 11:01:43 +0100 (Sat, 08 Mar 2008) | 3 lines
Add new name for Mandrake: Mandriva.
........
r61305 | georg.brandl | 2008-03-08 11:05:24 +0100 (Sat, 08 Mar 2008) | 2 lines
#1533486: fix types in refcount intro.
........
r61312 | facundo.batista | 2008-03-08 17:50:27 +0100 (Sat, 08 Mar 2008) | 5 lines
Issue 1106316. post_mortem()'s parameter, traceback, is now
optional: it defaults to the traceback of the exception that is currently
being handled.
........
r61313 | jeffrey.yasskin | 2008-03-08 19:26:54 +0100 (Sat, 08 Mar 2008) | 2 lines
Add tests for with and finally performance to pybench.
........
r61314 | jeffrey.yasskin | 2008-03-08 21:08:21 +0100 (Sat, 08 Mar 2008) | 2 lines
Fix pybench for pythons < 2.6, tested back to 2.3.
........
r61317 | jeffrey.yasskin | 2008-03-08 22:35:15 +0100 (Sat, 08 Mar 2008) | 3 lines
Well that was dumb. platform.python_implementation returns a function, not a
string.
........
r61329 | georg.brandl | 2008-03-09 16:11:39 +0100 (Sun, 09 Mar 2008) | 2 lines
#2249: document assertTrue and assertFalse.
........
r61332 | neal.norwitz | 2008-03-09 20:03:42 +0100 (Sun, 09 Mar 2008) | 4 lines
Introduce a lock to fix a race condition which caused an exception in the test.
Some buildbots were consistently failing (e.g., amd64).
Also remove a couple of semi-colons.
........
r61344 | raymond.hettinger | 2008-03-11 01:19:07 +0100 (Tue, 11 Mar 2008) | 1 line
Add recipe to docs.
........
r61350 | guido.van.rossum | 2008-03-11 22:18:06 +0100 (Tue, 11 Mar 2008) | 3 lines
Fix the overflows in expandtabs(). "This time for sure!"
(Exploit at request.)
........
r61351 | raymond.hettinger | 2008-03-11 22:37:46 +0100 (Tue, 11 Mar 2008) | 1 line
Improve docs for itemgetter(). Show that it works with slices.
........
r61363 | georg.brandl | 2008-03-13 08:15:56 +0100 (Thu, 13 Mar 2008) | 2 lines
#2265: fix example.
........
r61364 | georg.brandl | 2008-03-13 08:17:14 +0100 (Thu, 13 Mar 2008) | 2 lines
#2270: fix typo.
........
r61365 | georg.brandl | 2008-03-13 08:21:41 +0100 (Thu, 13 Mar 2008) | 2 lines
#1720705: add docs about import/threading interaction, wording by Nick.
........
r61366 | andrew.kuchling | 2008-03-13 12:07:35 +0100 (Thu, 13 Mar 2008) | 1 line
Add class decorators
........
r61367 | raymond.hettinger | 2008-03-13 17:43:17 +0100 (Thu, 13 Mar 2008) | 1 line
Add 2-to-3 support for the itertools moved to builtins or renamed.
........
r61368 | raymond.hettinger | 2008-03-13 17:43:59 +0100 (Thu, 13 Mar 2008) | 1 line
Consistent tense.
........
r61369 | raymond.hettinger | 2008-03-13 20:03:51 +0100 (Thu, 13 Mar 2008) | 1 line
Issue 2274: Add heapq.heappushpop().
........
r61370 | raymond.hettinger | 2008-03-13 20:33:34 +0100 (Thu, 13 Mar 2008) | 1 line
Simplify the nlargest() code using heappushpop().
........
r61371 | brett.cannon | 2008-03-13 21:27:00 +0100 (Thu, 13 Mar 2008) | 4 lines
Move test_thread over to unittest. Commits GHOP 237.
Thanks Benjamin Peterson for the patch.
........
r61372 | brett.cannon | 2008-03-13 21:33:10 +0100 (Thu, 13 Mar 2008) | 4 lines
Move test_tokenize to doctest.
Done as GHOP 238 by Josip Dzolonga.
........
r61373 | brett.cannon | 2008-03-13 21:47:41 +0100 (Thu, 13 Mar 2008) | 4 lines
Convert test_contains, test_crypt, and test_select to unittest.
Patch from GHOP 294 by David Marek.
........
r61374 | brett.cannon | 2008-03-13 22:02:16 +0100 (Thu, 13 Mar 2008) | 4 lines
Move test_gdbm to use unittest.
Closes issue #1960. Thanks Giampaolo Rodola.
........
r61375 | brett.cannon | 2008-03-13 22:09:28 +0100 (Thu, 13 Mar 2008) | 4 lines
Convert test_fcntl to unittest.
Closes issue #2055. Thanks Giampaolo Rodola.
........
r61376 | raymond.hettinger | 2008-03-14 06:03:44 +0100 (Fri, 14 Mar 2008) | 1 line
Leave heapreplace() unchanged.
........
r61378 | martin.v.loewis | 2008-03-14 14:56:09 +0100 (Fri, 14 Mar 2008) | 2 lines
Patch #2284: add -x64 option to rt.bat.
........
r61379 | martin.v.loewis | 2008-03-14 14:57:59 +0100 (Fri, 14 Mar 2008) | 2 lines
Use -x64 flag.
........
r61382 | brett.cannon | 2008-03-14 15:03:10 +0100 (Fri, 14 Mar 2008) | 2 lines
Remove a bad test.
........
r61383 | mark.dickinson | 2008-03-14 15:23:37 +0100 (Fri, 14 Mar 2008) | 9 lines
Issue 705836: Fix struct.pack(">f", 1e40) to behave consistently
across platforms: it should now raise OverflowError on all
platforms. (Previously it raised OverflowError only on
non IEEE 754 platforms.)
Also fix the (already existing) test for this behaviour
so that it actually raises TestFailed instead of just
referencing it.
........
r61387 | thomas.heller | 2008-03-14 22:06:21 +0100 (Fri, 14 Mar 2008) | 1 line
Remove unneeded initializer.
........
r61388 | martin.v.loewis | 2008-03-14 22:19:28 +0100 (Fri, 14 Mar 2008) | 2 lines
Run debug version, cd to PCbuild.
........
r61392 | georg.brandl | 2008-03-15 00:10:34 +0100 (Sat, 15 Mar 2008) | 2 lines
Remove obsolete paragraph. #2288.
........
r61395 | georg.brandl | 2008-03-15 01:20:19 +0100 (Sat, 15 Mar 2008) | 2 lines
Fix lots of broken links in the docs, found by Sphinx' external link checker.
........
r61396 | skip.montanaro | 2008-03-15 03:32:49 +0100 (Sat, 15 Mar 2008) | 1 line
note that fork and forkpty raise OSError on failure
........
r61402 | skip.montanaro | 2008-03-15 17:04:45 +0100 (Sat, 15 Mar 2008) | 1 line
add %f format to datetime - issue 1158
........
r61403 | skip.montanaro | 2008-03-15 17:07:11 +0100 (Sat, 15 Mar 2008) | 2 lines
.
........
2008-03-15 21:07:10 -03:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
return PyBytes_FromStringAndSize(freplacement, strlen(freplacement));
|
Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r61239 | andrew.kuchling | 2008-03-05 01:44:41 +0100 (Wed, 05 Mar 2008) | 1 line
Add more items; add fragmentary notes
........
r61240 | amaury.forgeotdarc | 2008-03-05 02:50:33 +0100 (Wed, 05 Mar 2008) | 13 lines
Issue#2238: some syntax errors from *args or **kwargs expressions
would give bogus error messages, because of untested exceptions::
>>> f(**g(1=2))
XXX undetected error
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: 'int' object is not iterable
instead of the expected SyntaxError: keyword can't be an expression
Will backport.
........
r61241 | neal.norwitz | 2008-03-05 06:10:48 +0100 (Wed, 05 Mar 2008) | 3 lines
Remove the files/dirs after closing the DB so the tests work on Windows.
Patch from Trent Nelson. Also simplified removing a file by using test_support.
........
r61242 | neal.norwitz | 2008-03-05 06:14:18 +0100 (Wed, 05 Mar 2008) | 3 lines
Get this test to pass even when there is no sound card in the system.
Patch from Trent Nelson. (I can't test this.)
........
r61243 | neal.norwitz | 2008-03-05 06:20:44 +0100 (Wed, 05 Mar 2008) | 3 lines
Catch OSError when trying to remove a file in case removal fails. This
should prevent a failure in tearDown masking any real test failure.
........
r61244 | neal.norwitz | 2008-03-05 06:38:06 +0100 (Wed, 05 Mar 2008) | 5 lines
Make the timeout longer to give slow machines a chance to pass the test
before timing out. This doesn't change the duration of the test under
normal circumstances. This is targetted at fixing the spurious failures
on the FreeBSD buildbot primarily.
........
r61245 | neal.norwitz | 2008-03-05 06:49:03 +0100 (Wed, 05 Mar 2008) | 1 line
Tabs -> spaces
........
r61246 | neal.norwitz | 2008-03-05 06:50:20 +0100 (Wed, 05 Mar 2008) | 1 line
Use -u urlfetch to run more tests
........
r61247 | neal.norwitz | 2008-03-05 06:51:20 +0100 (Wed, 05 Mar 2008) | 1 line
test_smtplib sometimes reports leaks too, suppress it
........
r61248 | jeffrey.yasskin | 2008-03-05 07:19:56 +0100 (Wed, 05 Mar 2008) | 5 lines
Fix test_socketserver on Windows after r61099 added several signal.alarm()
calls (which don't exist on non-Unix platforms).
Thanks to Trent Nelson for the report and patch.
........
r61249 | georg.brandl | 2008-03-05 08:10:35 +0100 (Wed, 05 Mar 2008) | 2 lines
Fix some rst.
........
r61252 | thomas.heller | 2008-03-05 15:53:39 +0100 (Wed, 05 Mar 2008) | 2 lines
News entry for yesterdays commit.
........
r61253 | thomas.heller | 2008-03-05 16:34:29 +0100 (Wed, 05 Mar 2008) | 3 lines
Issue 1872: Changed the struct module typecode from 't' to '?', for
compatibility with PEP3118.
........
r61254 | skip.montanaro | 2008-03-05 17:41:09 +0100 (Wed, 05 Mar 2008) | 4 lines
Elaborate on the role of the altinstall target when installing multiple
versions.
........
r61255 | georg.brandl | 2008-03-05 20:31:44 +0100 (Wed, 05 Mar 2008) | 2 lines
#2239: PYTHONPATH delimiter is os.pathsep.
........
r61256 | raymond.hettinger | 2008-03-05 21:59:58 +0100 (Wed, 05 Mar 2008) | 1 line
C implementation of itertools.permutations().
........
r61257 | raymond.hettinger | 2008-03-05 22:04:32 +0100 (Wed, 05 Mar 2008) | 1 line
Small code cleanup.
........
r61260 | martin.v.loewis | 2008-03-05 23:24:31 +0100 (Wed, 05 Mar 2008) | 2 lines
cd PCbuild only after deleting all pyc files.
........
r61261 | raymond.hettinger | 2008-03-06 02:15:52 +0100 (Thu, 06 Mar 2008) | 1 line
Add examples.
........
r61262 | andrew.kuchling | 2008-03-06 02:36:27 +0100 (Thu, 06 Mar 2008) | 1 line
Add two items
........
r61263 | georg.brandl | 2008-03-06 07:47:18 +0100 (Thu, 06 Mar 2008) | 2 lines
#1725737: ignore other VC directories other than CVS and SVN's too.
........
r61264 | martin.v.loewis | 2008-03-06 07:55:22 +0100 (Thu, 06 Mar 2008) | 4 lines
Patch #2232: os.tmpfile might fail on Windows if the user has no
permission to create files in the root directory.
Will backport to 2.5.
........
r61269 | georg.brandl | 2008-03-06 08:19:15 +0100 (Thu, 06 Mar 2008) | 2 lines
Expand on re.split behavior with captured expressions.
........
r61270 | georg.brandl | 2008-03-06 08:22:09 +0100 (Thu, 06 Mar 2008) | 2 lines
Little clarification of assignments.
........
r61271 | georg.brandl | 2008-03-06 08:31:34 +0100 (Thu, 06 Mar 2008) | 2 lines
Add isinstance/issubclass to tutorial.
........
r61272 | georg.brandl | 2008-03-06 08:34:52 +0100 (Thu, 06 Mar 2008) | 2 lines
Add missing NEWS entry for r61263.
........
r61273 | georg.brandl | 2008-03-06 08:41:16 +0100 (Thu, 06 Mar 2008) | 2 lines
#2225: return nonzero status code from py_compile if not all files could be compiled.
........
r61274 | georg.brandl | 2008-03-06 08:43:02 +0100 (Thu, 06 Mar 2008) | 2 lines
#2220: handle matching failure more gracefully.
........
r61275 | georg.brandl | 2008-03-06 08:45:52 +0100 (Thu, 06 Mar 2008) | 2 lines
Bug #2220: handle rlcompleter attribute match failure more gracefully.
........
r61278 | martin.v.loewis | 2008-03-06 14:49:47 +0100 (Thu, 06 Mar 2008) | 1 line
Rely on x64 platform configuration when building _bsddb on AMD64.
........
r61279 | martin.v.loewis | 2008-03-06 14:50:28 +0100 (Thu, 06 Mar 2008) | 1 line
Update db-4.4.20 build procedure.
........
r61285 | raymond.hettinger | 2008-03-06 21:52:01 +0100 (Thu, 06 Mar 2008) | 1 line
More tests.
........
r61286 | raymond.hettinger | 2008-03-06 23:51:36 +0100 (Thu, 06 Mar 2008) | 1 line
Issue 2246: itertools grouper object did not participate in GC (should be backported).
........
r61288 | raymond.hettinger | 2008-03-07 02:33:20 +0100 (Fri, 07 Mar 2008) | 1 line
Tweak recipes and tests
........
r61289 | jeffrey.yasskin | 2008-03-07 07:22:15 +0100 (Fri, 07 Mar 2008) | 5 lines
Progress on issue #1193577 by adding a polling .shutdown() method to
SocketServers. The core of the patch was written by Pedro Werneck, but any bugs
are mine. I've also rearranged the code for timeouts in order to avoid
interfering with the shutdown poll.
........
r61290 | nick.coghlan | 2008-03-07 15:13:28 +0100 (Fri, 07 Mar 2008) | 1 line
Speed up with statements by storing the __exit__ method on the stack instead of in a temp variable (bumps the magic number for pyc files)
........
r61298 | andrew.kuchling | 2008-03-07 22:09:23 +0100 (Fri, 07 Mar 2008) | 1 line
Grammar fix
........
r61303 | georg.brandl | 2008-03-08 10:54:06 +0100 (Sat, 08 Mar 2008) | 2 lines
#2253: fix continue vs. finally docs.
........
r61304 | marc-andre.lemburg | 2008-03-08 11:01:43 +0100 (Sat, 08 Mar 2008) | 3 lines
Add new name for Mandrake: Mandriva.
........
r61305 | georg.brandl | 2008-03-08 11:05:24 +0100 (Sat, 08 Mar 2008) | 2 lines
#1533486: fix types in refcount intro.
........
r61312 | facundo.batista | 2008-03-08 17:50:27 +0100 (Sat, 08 Mar 2008) | 5 lines
Issue 1106316. post_mortem()'s parameter, traceback, is now
optional: it defaults to the traceback of the exception that is currently
being handled.
........
r61313 | jeffrey.yasskin | 2008-03-08 19:26:54 +0100 (Sat, 08 Mar 2008) | 2 lines
Add tests for with and finally performance to pybench.
........
r61314 | jeffrey.yasskin | 2008-03-08 21:08:21 +0100 (Sat, 08 Mar 2008) | 2 lines
Fix pybench for pythons < 2.6, tested back to 2.3.
........
r61317 | jeffrey.yasskin | 2008-03-08 22:35:15 +0100 (Sat, 08 Mar 2008) | 3 lines
Well that was dumb. platform.python_implementation returns a function, not a
string.
........
r61329 | georg.brandl | 2008-03-09 16:11:39 +0100 (Sun, 09 Mar 2008) | 2 lines
#2249: document assertTrue and assertFalse.
........
r61332 | neal.norwitz | 2008-03-09 20:03:42 +0100 (Sun, 09 Mar 2008) | 4 lines
Introduce a lock to fix a race condition which caused an exception in the test.
Some buildbots were consistently failing (e.g., amd64).
Also remove a couple of semi-colons.
........
r61344 | raymond.hettinger | 2008-03-11 01:19:07 +0100 (Tue, 11 Mar 2008) | 1 line
Add recipe to docs.
........
r61350 | guido.van.rossum | 2008-03-11 22:18:06 +0100 (Tue, 11 Mar 2008) | 3 lines
Fix the overflows in expandtabs(). "This time for sure!"
(Exploit at request.)
........
r61351 | raymond.hettinger | 2008-03-11 22:37:46 +0100 (Tue, 11 Mar 2008) | 1 line
Improve docs for itemgetter(). Show that it works with slices.
........
r61363 | georg.brandl | 2008-03-13 08:15:56 +0100 (Thu, 13 Mar 2008) | 2 lines
#2265: fix example.
........
r61364 | georg.brandl | 2008-03-13 08:17:14 +0100 (Thu, 13 Mar 2008) | 2 lines
#2270: fix typo.
........
r61365 | georg.brandl | 2008-03-13 08:21:41 +0100 (Thu, 13 Mar 2008) | 2 lines
#1720705: add docs about import/threading interaction, wording by Nick.
........
r61366 | andrew.kuchling | 2008-03-13 12:07:35 +0100 (Thu, 13 Mar 2008) | 1 line
Add class decorators
........
r61367 | raymond.hettinger | 2008-03-13 17:43:17 +0100 (Thu, 13 Mar 2008) | 1 line
Add 2-to-3 support for the itertools moved to builtins or renamed.
........
r61368 | raymond.hettinger | 2008-03-13 17:43:59 +0100 (Thu, 13 Mar 2008) | 1 line
Consistent tense.
........
r61369 | raymond.hettinger | 2008-03-13 20:03:51 +0100 (Thu, 13 Mar 2008) | 1 line
Issue 2274: Add heapq.heappushpop().
........
r61370 | raymond.hettinger | 2008-03-13 20:33:34 +0100 (Thu, 13 Mar 2008) | 1 line
Simplify the nlargest() code using heappushpop().
........
r61371 | brett.cannon | 2008-03-13 21:27:00 +0100 (Thu, 13 Mar 2008) | 4 lines
Move test_thread over to unittest. Commits GHOP 237.
Thanks Benjamin Peterson for the patch.
........
r61372 | brett.cannon | 2008-03-13 21:33:10 +0100 (Thu, 13 Mar 2008) | 4 lines
Move test_tokenize to doctest.
Done as GHOP 238 by Josip Dzolonga.
........
r61373 | brett.cannon | 2008-03-13 21:47:41 +0100 (Thu, 13 Mar 2008) | 4 lines
Convert test_contains, test_crypt, and test_select to unittest.
Patch from GHOP 294 by David Marek.
........
r61374 | brett.cannon | 2008-03-13 22:02:16 +0100 (Thu, 13 Mar 2008) | 4 lines
Move test_gdbm to use unittest.
Closes issue #1960. Thanks Giampaolo Rodola.
........
r61375 | brett.cannon | 2008-03-13 22:09:28 +0100 (Thu, 13 Mar 2008) | 4 lines
Convert test_fcntl to unittest.
Closes issue #2055. Thanks Giampaolo Rodola.
........
r61376 | raymond.hettinger | 2008-03-14 06:03:44 +0100 (Fri, 14 Mar 2008) | 1 line
Leave heapreplace() unchanged.
........
r61378 | martin.v.loewis | 2008-03-14 14:56:09 +0100 (Fri, 14 Mar 2008) | 2 lines
Patch #2284: add -x64 option to rt.bat.
........
r61379 | martin.v.loewis | 2008-03-14 14:57:59 +0100 (Fri, 14 Mar 2008) | 2 lines
Use -x64 flag.
........
r61382 | brett.cannon | 2008-03-14 15:03:10 +0100 (Fri, 14 Mar 2008) | 2 lines
Remove a bad test.
........
r61383 | mark.dickinson | 2008-03-14 15:23:37 +0100 (Fri, 14 Mar 2008) | 9 lines
Issue 705836: Fix struct.pack(">f", 1e40) to behave consistently
across platforms: it should now raise OverflowError on all
platforms. (Previously it raised OverflowError only on
non IEEE 754 platforms.)
Also fix the (already existing) test for this behaviour
so that it actually raises TestFailed instead of just
referencing it.
........
r61387 | thomas.heller | 2008-03-14 22:06:21 +0100 (Fri, 14 Mar 2008) | 1 line
Remove unneeded initializer.
........
r61388 | martin.v.loewis | 2008-03-14 22:19:28 +0100 (Fri, 14 Mar 2008) | 2 lines
Run debug version, cd to PCbuild.
........
r61392 | georg.brandl | 2008-03-15 00:10:34 +0100 (Sat, 15 Mar 2008) | 2 lines
Remove obsolete paragraph. #2288.
........
r61395 | georg.brandl | 2008-03-15 01:20:19 +0100 (Sat, 15 Mar 2008) | 2 lines
Fix lots of broken links in the docs, found by Sphinx' external link checker.
........
r61396 | skip.montanaro | 2008-03-15 03:32:49 +0100 (Sat, 15 Mar 2008) | 1 line
note that fork and forkpty raise OSError on failure
........
r61402 | skip.montanaro | 2008-03-15 17:04:45 +0100 (Sat, 15 Mar 2008) | 1 line
add %f format to datetime - issue 1158
........
r61403 | skip.montanaro | 2008-03-15 17:07:11 +0100 (Sat, 15 Mar 2008) | 2 lines
.
........
2008-03-15 21:07:10 -03:00
|
|
|
}
|
|
|
|
|
2002-12-16 16:18:38 -04:00
|
|
|
/* I sure don't want to reproduce the strftime code from the time module,
|
|
|
|
* so this imports the module and calls it. All the hair is due to
|
Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r61239 | andrew.kuchling | 2008-03-05 01:44:41 +0100 (Wed, 05 Mar 2008) | 1 line
Add more items; add fragmentary notes
........
r61240 | amaury.forgeotdarc | 2008-03-05 02:50:33 +0100 (Wed, 05 Mar 2008) | 13 lines
Issue#2238: some syntax errors from *args or **kwargs expressions
would give bogus error messages, because of untested exceptions::
>>> f(**g(1=2))
XXX undetected error
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: 'int' object is not iterable
instead of the expected SyntaxError: keyword can't be an expression
Will backport.
........
r61241 | neal.norwitz | 2008-03-05 06:10:48 +0100 (Wed, 05 Mar 2008) | 3 lines
Remove the files/dirs after closing the DB so the tests work on Windows.
Patch from Trent Nelson. Also simplified removing a file by using test_support.
........
r61242 | neal.norwitz | 2008-03-05 06:14:18 +0100 (Wed, 05 Mar 2008) | 3 lines
Get this test to pass even when there is no sound card in the system.
Patch from Trent Nelson. (I can't test this.)
........
r61243 | neal.norwitz | 2008-03-05 06:20:44 +0100 (Wed, 05 Mar 2008) | 3 lines
Catch OSError when trying to remove a file in case removal fails. This
should prevent a failure in tearDown masking any real test failure.
........
r61244 | neal.norwitz | 2008-03-05 06:38:06 +0100 (Wed, 05 Mar 2008) | 5 lines
Make the timeout longer to give slow machines a chance to pass the test
before timing out. This doesn't change the duration of the test under
normal circumstances. This is targetted at fixing the spurious failures
on the FreeBSD buildbot primarily.
........
r61245 | neal.norwitz | 2008-03-05 06:49:03 +0100 (Wed, 05 Mar 2008) | 1 line
Tabs -> spaces
........
r61246 | neal.norwitz | 2008-03-05 06:50:20 +0100 (Wed, 05 Mar 2008) | 1 line
Use -u urlfetch to run more tests
........
r61247 | neal.norwitz | 2008-03-05 06:51:20 +0100 (Wed, 05 Mar 2008) | 1 line
test_smtplib sometimes reports leaks too, suppress it
........
r61248 | jeffrey.yasskin | 2008-03-05 07:19:56 +0100 (Wed, 05 Mar 2008) | 5 lines
Fix test_socketserver on Windows after r61099 added several signal.alarm()
calls (which don't exist on non-Unix platforms).
Thanks to Trent Nelson for the report and patch.
........
r61249 | georg.brandl | 2008-03-05 08:10:35 +0100 (Wed, 05 Mar 2008) | 2 lines
Fix some rst.
........
r61252 | thomas.heller | 2008-03-05 15:53:39 +0100 (Wed, 05 Mar 2008) | 2 lines
News entry for yesterdays commit.
........
r61253 | thomas.heller | 2008-03-05 16:34:29 +0100 (Wed, 05 Mar 2008) | 3 lines
Issue 1872: Changed the struct module typecode from 't' to '?', for
compatibility with PEP3118.
........
r61254 | skip.montanaro | 2008-03-05 17:41:09 +0100 (Wed, 05 Mar 2008) | 4 lines
Elaborate on the role of the altinstall target when installing multiple
versions.
........
r61255 | georg.brandl | 2008-03-05 20:31:44 +0100 (Wed, 05 Mar 2008) | 2 lines
#2239: PYTHONPATH delimiter is os.pathsep.
........
r61256 | raymond.hettinger | 2008-03-05 21:59:58 +0100 (Wed, 05 Mar 2008) | 1 line
C implementation of itertools.permutations().
........
r61257 | raymond.hettinger | 2008-03-05 22:04:32 +0100 (Wed, 05 Mar 2008) | 1 line
Small code cleanup.
........
r61260 | martin.v.loewis | 2008-03-05 23:24:31 +0100 (Wed, 05 Mar 2008) | 2 lines
cd PCbuild only after deleting all pyc files.
........
r61261 | raymond.hettinger | 2008-03-06 02:15:52 +0100 (Thu, 06 Mar 2008) | 1 line
Add examples.
........
r61262 | andrew.kuchling | 2008-03-06 02:36:27 +0100 (Thu, 06 Mar 2008) | 1 line
Add two items
........
r61263 | georg.brandl | 2008-03-06 07:47:18 +0100 (Thu, 06 Mar 2008) | 2 lines
#1725737: ignore other VC directories other than CVS and SVN's too.
........
r61264 | martin.v.loewis | 2008-03-06 07:55:22 +0100 (Thu, 06 Mar 2008) | 4 lines
Patch #2232: os.tmpfile might fail on Windows if the user has no
permission to create files in the root directory.
Will backport to 2.5.
........
r61269 | georg.brandl | 2008-03-06 08:19:15 +0100 (Thu, 06 Mar 2008) | 2 lines
Expand on re.split behavior with captured expressions.
........
r61270 | georg.brandl | 2008-03-06 08:22:09 +0100 (Thu, 06 Mar 2008) | 2 lines
Little clarification of assignments.
........
r61271 | georg.brandl | 2008-03-06 08:31:34 +0100 (Thu, 06 Mar 2008) | 2 lines
Add isinstance/issubclass to tutorial.
........
r61272 | georg.brandl | 2008-03-06 08:34:52 +0100 (Thu, 06 Mar 2008) | 2 lines
Add missing NEWS entry for r61263.
........
r61273 | georg.brandl | 2008-03-06 08:41:16 +0100 (Thu, 06 Mar 2008) | 2 lines
#2225: return nonzero status code from py_compile if not all files could be compiled.
........
r61274 | georg.brandl | 2008-03-06 08:43:02 +0100 (Thu, 06 Mar 2008) | 2 lines
#2220: handle matching failure more gracefully.
........
r61275 | georg.brandl | 2008-03-06 08:45:52 +0100 (Thu, 06 Mar 2008) | 2 lines
Bug #2220: handle rlcompleter attribute match failure more gracefully.
........
r61278 | martin.v.loewis | 2008-03-06 14:49:47 +0100 (Thu, 06 Mar 2008) | 1 line
Rely on x64 platform configuration when building _bsddb on AMD64.
........
r61279 | martin.v.loewis | 2008-03-06 14:50:28 +0100 (Thu, 06 Mar 2008) | 1 line
Update db-4.4.20 build procedure.
........
r61285 | raymond.hettinger | 2008-03-06 21:52:01 +0100 (Thu, 06 Mar 2008) | 1 line
More tests.
........
r61286 | raymond.hettinger | 2008-03-06 23:51:36 +0100 (Thu, 06 Mar 2008) | 1 line
Issue 2246: itertools grouper object did not participate in GC (should be backported).
........
r61288 | raymond.hettinger | 2008-03-07 02:33:20 +0100 (Fri, 07 Mar 2008) | 1 line
Tweak recipes and tests
........
r61289 | jeffrey.yasskin | 2008-03-07 07:22:15 +0100 (Fri, 07 Mar 2008) | 5 lines
Progress on issue #1193577 by adding a polling .shutdown() method to
SocketServers. The core of the patch was written by Pedro Werneck, but any bugs
are mine. I've also rearranged the code for timeouts in order to avoid
interfering with the shutdown poll.
........
r61290 | nick.coghlan | 2008-03-07 15:13:28 +0100 (Fri, 07 Mar 2008) | 1 line
Speed up with statements by storing the __exit__ method on the stack instead of in a temp variable (bumps the magic number for pyc files)
........
r61298 | andrew.kuchling | 2008-03-07 22:09:23 +0100 (Fri, 07 Mar 2008) | 1 line
Grammar fix
........
r61303 | georg.brandl | 2008-03-08 10:54:06 +0100 (Sat, 08 Mar 2008) | 2 lines
#2253: fix continue vs. finally docs.
........
r61304 | marc-andre.lemburg | 2008-03-08 11:01:43 +0100 (Sat, 08 Mar 2008) | 3 lines
Add new name for Mandrake: Mandriva.
........
r61305 | georg.brandl | 2008-03-08 11:05:24 +0100 (Sat, 08 Mar 2008) | 2 lines
#1533486: fix types in refcount intro.
........
r61312 | facundo.batista | 2008-03-08 17:50:27 +0100 (Sat, 08 Mar 2008) | 5 lines
Issue 1106316. post_mortem()'s parameter, traceback, is now
optional: it defaults to the traceback of the exception that is currently
being handled.
........
r61313 | jeffrey.yasskin | 2008-03-08 19:26:54 +0100 (Sat, 08 Mar 2008) | 2 lines
Add tests for with and finally performance to pybench.
........
r61314 | jeffrey.yasskin | 2008-03-08 21:08:21 +0100 (Sat, 08 Mar 2008) | 2 lines
Fix pybench for pythons < 2.6, tested back to 2.3.
........
r61317 | jeffrey.yasskin | 2008-03-08 22:35:15 +0100 (Sat, 08 Mar 2008) | 3 lines
Well that was dumb. platform.python_implementation returns a function, not a
string.
........
r61329 | georg.brandl | 2008-03-09 16:11:39 +0100 (Sun, 09 Mar 2008) | 2 lines
#2249: document assertTrue and assertFalse.
........
r61332 | neal.norwitz | 2008-03-09 20:03:42 +0100 (Sun, 09 Mar 2008) | 4 lines
Introduce a lock to fix a race condition which caused an exception in the test.
Some buildbots were consistently failing (e.g., amd64).
Also remove a couple of semi-colons.
........
r61344 | raymond.hettinger | 2008-03-11 01:19:07 +0100 (Tue, 11 Mar 2008) | 1 line
Add recipe to docs.
........
r61350 | guido.van.rossum | 2008-03-11 22:18:06 +0100 (Tue, 11 Mar 2008) | 3 lines
Fix the overflows in expandtabs(). "This time for sure!"
(Exploit at request.)
........
r61351 | raymond.hettinger | 2008-03-11 22:37:46 +0100 (Tue, 11 Mar 2008) | 1 line
Improve docs for itemgetter(). Show that it works with slices.
........
r61363 | georg.brandl | 2008-03-13 08:15:56 +0100 (Thu, 13 Mar 2008) | 2 lines
#2265: fix example.
........
r61364 | georg.brandl | 2008-03-13 08:17:14 +0100 (Thu, 13 Mar 2008) | 2 lines
#2270: fix typo.
........
r61365 | georg.brandl | 2008-03-13 08:21:41 +0100 (Thu, 13 Mar 2008) | 2 lines
#1720705: add docs about import/threading interaction, wording by Nick.
........
r61366 | andrew.kuchling | 2008-03-13 12:07:35 +0100 (Thu, 13 Mar 2008) | 1 line
Add class decorators
........
r61367 | raymond.hettinger | 2008-03-13 17:43:17 +0100 (Thu, 13 Mar 2008) | 1 line
Add 2-to-3 support for the itertools moved to builtins or renamed.
........
r61368 | raymond.hettinger | 2008-03-13 17:43:59 +0100 (Thu, 13 Mar 2008) | 1 line
Consistent tense.
........
r61369 | raymond.hettinger | 2008-03-13 20:03:51 +0100 (Thu, 13 Mar 2008) | 1 line
Issue 2274: Add heapq.heappushpop().
........
r61370 | raymond.hettinger | 2008-03-13 20:33:34 +0100 (Thu, 13 Mar 2008) | 1 line
Simplify the nlargest() code using heappushpop().
........
r61371 | brett.cannon | 2008-03-13 21:27:00 +0100 (Thu, 13 Mar 2008) | 4 lines
Move test_thread over to unittest. Commits GHOP 237.
Thanks Benjamin Peterson for the patch.
........
r61372 | brett.cannon | 2008-03-13 21:33:10 +0100 (Thu, 13 Mar 2008) | 4 lines
Move test_tokenize to doctest.
Done as GHOP 238 by Josip Dzolonga.
........
r61373 | brett.cannon | 2008-03-13 21:47:41 +0100 (Thu, 13 Mar 2008) | 4 lines
Convert test_contains, test_crypt, and test_select to unittest.
Patch from GHOP 294 by David Marek.
........
r61374 | brett.cannon | 2008-03-13 22:02:16 +0100 (Thu, 13 Mar 2008) | 4 lines
Move test_gdbm to use unittest.
Closes issue #1960. Thanks Giampaolo Rodola.
........
r61375 | brett.cannon | 2008-03-13 22:09:28 +0100 (Thu, 13 Mar 2008) | 4 lines
Convert test_fcntl to unittest.
Closes issue #2055. Thanks Giampaolo Rodola.
........
r61376 | raymond.hettinger | 2008-03-14 06:03:44 +0100 (Fri, 14 Mar 2008) | 1 line
Leave heapreplace() unchanged.
........
r61378 | martin.v.loewis | 2008-03-14 14:56:09 +0100 (Fri, 14 Mar 2008) | 2 lines
Patch #2284: add -x64 option to rt.bat.
........
r61379 | martin.v.loewis | 2008-03-14 14:57:59 +0100 (Fri, 14 Mar 2008) | 2 lines
Use -x64 flag.
........
r61382 | brett.cannon | 2008-03-14 15:03:10 +0100 (Fri, 14 Mar 2008) | 2 lines
Remove a bad test.
........
r61383 | mark.dickinson | 2008-03-14 15:23:37 +0100 (Fri, 14 Mar 2008) | 9 lines
Issue 705836: Fix struct.pack(">f", 1e40) to behave consistently
across platforms: it should now raise OverflowError on all
platforms. (Previously it raised OverflowError only on
non IEEE 754 platforms.)
Also fix the (already existing) test for this behaviour
so that it actually raises TestFailed instead of just
referencing it.
........
r61387 | thomas.heller | 2008-03-14 22:06:21 +0100 (Fri, 14 Mar 2008) | 1 line
Remove unneeded initializer.
........
r61388 | martin.v.loewis | 2008-03-14 22:19:28 +0100 (Fri, 14 Mar 2008) | 2 lines
Run debug version, cd to PCbuild.
........
r61392 | georg.brandl | 2008-03-15 00:10:34 +0100 (Sat, 15 Mar 2008) | 2 lines
Remove obsolete paragraph. #2288.
........
r61395 | georg.brandl | 2008-03-15 01:20:19 +0100 (Sat, 15 Mar 2008) | 2 lines
Fix lots of broken links in the docs, found by Sphinx' external link checker.
........
r61396 | skip.montanaro | 2008-03-15 03:32:49 +0100 (Sat, 15 Mar 2008) | 1 line
note that fork and forkpty raise OSError on failure
........
r61402 | skip.montanaro | 2008-03-15 17:04:45 +0100 (Sat, 15 Mar 2008) | 1 line
add %f format to datetime - issue 1158
........
r61403 | skip.montanaro | 2008-03-15 17:07:11 +0100 (Sat, 15 Mar 2008) | 2 lines
.
........
2008-03-15 21:07:10 -03:00
|
|
|
* giving special meanings to the %z, %Z and %f format codes via a
|
|
|
|
* preprocessing step on the format string.
|
2002-12-30 16:52:32 -04:00
|
|
|
* tzinfoarg is the argument to pass to the object's tzinfo method, if
|
|
|
|
* needed.
|
2002-12-16 16:18:38 -04:00
|
|
|
*/
|
|
|
|
static PyObject *
|
2002-12-30 16:52:32 -04:00
|
|
|
wrap_strftime(PyObject *object, PyObject *format, PyObject *timetuple,
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *tzinfoarg)
|
|
|
|
{
|
|
|
|
PyObject *result = NULL; /* guilty until proved innocent */
|
|
|
|
|
|
|
|
PyObject *zreplacement = NULL; /* py string, replacement for %z */
|
|
|
|
PyObject *Zreplacement = NULL; /* py string, replacement for %Z */
|
|
|
|
PyObject *freplacement = NULL; /* py string, replacement for %f */
|
|
|
|
|
|
|
|
const char *pin; /* pointer to next char in input format */
|
|
|
|
Py_ssize_t flen; /* length of input format */
|
|
|
|
char ch; /* next char in input format */
|
|
|
|
|
|
|
|
PyObject *newfmt = NULL; /* py string, the output format */
|
|
|
|
char *pnew; /* pointer to available byte in output format */
|
|
|
|
size_t totalnew; /* number bytes total in output format buffer,
|
|
|
|
exclusive of trailing \0 */
|
|
|
|
size_t usednew; /* number bytes used so far in output format buffer */
|
|
|
|
|
|
|
|
const char *ptoappend; /* ptr to string to append to output buffer */
|
|
|
|
Py_ssize_t ntoappend; /* # of bytes to append to output buffer */
|
|
|
|
|
|
|
|
assert(object && format && timetuple);
|
|
|
|
assert(PyUnicode_Check(format));
|
|
|
|
/* Convert the input format to a C string and size */
|
|
|
|
pin = _PyUnicode_AsStringAndSize(format, &flen);
|
|
|
|
if (!pin)
|
|
|
|
return NULL;
|
|
|
|
|
|
|
|
/* Give up if the year is before 1900.
|
|
|
|
* Python strftime() plays games with the year, and different
|
|
|
|
* games depending on whether envar PYTHON2K is set. This makes
|
|
|
|
* years before 1900 a nightmare, even if the platform strftime
|
|
|
|
* supports them (and not all do).
|
|
|
|
* We could get a lot farther here by avoiding Python's strftime
|
|
|
|
* wrapper and calling the C strftime() directly, but that isn't
|
|
|
|
* an option in the Python implementation of this module.
|
|
|
|
*/
|
|
|
|
{
|
|
|
|
long year;
|
|
|
|
PyObject *pyyear = PySequence_GetItem(timetuple, 0);
|
|
|
|
if (pyyear == NULL) return NULL;
|
|
|
|
assert(PyLong_Check(pyyear));
|
|
|
|
year = PyLong_AsLong(pyyear);
|
|
|
|
Py_DECREF(pyyear);
|
|
|
|
if (year < 1900) {
|
|
|
|
PyErr_Format(PyExc_ValueError, "year=%ld is before "
|
|
|
|
"1900; the datetime strftime() "
|
|
|
|
"methods require year >= 1900",
|
|
|
|
year);
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Scan the input format, looking for %z/%Z/%f escapes, building
|
|
|
|
* a new format. Since computing the replacements for those codes
|
|
|
|
* is expensive, don't unless they're actually used.
|
|
|
|
*/
|
|
|
|
if (flen > INT_MAX - 1) {
|
|
|
|
PyErr_NoMemory();
|
|
|
|
goto Done;
|
|
|
|
}
|
|
|
|
|
|
|
|
totalnew = flen + 1; /* realistic if no %z/%Z */
|
|
|
|
newfmt = PyBytes_FromStringAndSize(NULL, totalnew);
|
|
|
|
if (newfmt == NULL) goto Done;
|
|
|
|
pnew = PyBytes_AsString(newfmt);
|
|
|
|
usednew = 0;
|
|
|
|
|
|
|
|
while ((ch = *pin++) != '\0') {
|
|
|
|
if (ch != '%') {
|
|
|
|
ptoappend = pin - 1;
|
|
|
|
ntoappend = 1;
|
|
|
|
}
|
|
|
|
else if ((ch = *pin++) == '\0') {
|
|
|
|
/* There's a lone trailing %; doesn't make sense. */
|
|
|
|
PyErr_SetString(PyExc_ValueError, "strftime format "
|
|
|
|
"ends with raw %");
|
|
|
|
goto Done;
|
|
|
|
}
|
|
|
|
/* A % has been seen and ch is the character after it. */
|
|
|
|
else if (ch == 'z') {
|
|
|
|
if (zreplacement == NULL) {
|
|
|
|
/* format utcoffset */
|
|
|
|
char buf[100];
|
|
|
|
PyObject *tzinfo = get_tzinfo_member(object);
|
|
|
|
zreplacement = PyBytes_FromStringAndSize("", 0);
|
|
|
|
if (zreplacement == NULL) goto Done;
|
|
|
|
if (tzinfo != Py_None && tzinfo != NULL) {
|
|
|
|
assert(tzinfoarg != NULL);
|
|
|
|
if (format_utcoffset(buf,
|
|
|
|
sizeof(buf),
|
|
|
|
"",
|
|
|
|
tzinfo,
|
|
|
|
tzinfoarg) < 0)
|
|
|
|
goto Done;
|
|
|
|
Py_DECREF(zreplacement);
|
|
|
|
zreplacement =
|
|
|
|
PyBytes_FromStringAndSize(buf,
|
|
|
|
strlen(buf));
|
|
|
|
if (zreplacement == NULL)
|
|
|
|
goto Done;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
assert(zreplacement != NULL);
|
|
|
|
ptoappend = PyBytes_AS_STRING(zreplacement);
|
|
|
|
ntoappend = PyBytes_GET_SIZE(zreplacement);
|
|
|
|
}
|
|
|
|
else if (ch == 'Z') {
|
|
|
|
/* format tzname */
|
|
|
|
if (Zreplacement == NULL) {
|
|
|
|
Zreplacement = make_Zreplacement(object,
|
|
|
|
tzinfoarg);
|
|
|
|
if (Zreplacement == NULL)
|
|
|
|
goto Done;
|
|
|
|
}
|
|
|
|
assert(Zreplacement != NULL);
|
|
|
|
assert(PyUnicode_Check(Zreplacement));
|
|
|
|
ptoappend = _PyUnicode_AsStringAndSize(Zreplacement,
|
|
|
|
&ntoappend);
|
|
|
|
ntoappend = Py_SIZE(Zreplacement);
|
|
|
|
}
|
|
|
|
else if (ch == 'f') {
|
|
|
|
/* format microseconds */
|
|
|
|
if (freplacement == NULL) {
|
|
|
|
freplacement = make_freplacement(object);
|
|
|
|
if (freplacement == NULL)
|
|
|
|
goto Done;
|
|
|
|
}
|
|
|
|
assert(freplacement != NULL);
|
|
|
|
assert(PyBytes_Check(freplacement));
|
|
|
|
ptoappend = PyBytes_AS_STRING(freplacement);
|
|
|
|
ntoappend = PyBytes_GET_SIZE(freplacement);
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
/* percent followed by neither z nor Z */
|
|
|
|
ptoappend = pin - 2;
|
|
|
|
ntoappend = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Append the ntoappend chars starting at ptoappend to
|
|
|
|
* the new format.
|
|
|
|
*/
|
|
|
|
if (ntoappend == 0)
|
|
|
|
continue;
|
|
|
|
assert(ptoappend != NULL);
|
|
|
|
assert(ntoappend > 0);
|
|
|
|
while (usednew + ntoappend > totalnew) {
|
|
|
|
size_t bigger = totalnew << 1;
|
|
|
|
if ((bigger >> 1) != totalnew) { /* overflow */
|
|
|
|
PyErr_NoMemory();
|
|
|
|
goto Done;
|
|
|
|
}
|
|
|
|
if (_PyBytes_Resize(&newfmt, bigger) < 0)
|
|
|
|
goto Done;
|
|
|
|
totalnew = bigger;
|
|
|
|
pnew = PyBytes_AsString(newfmt) + usednew;
|
|
|
|
}
|
|
|
|
memcpy(pnew, ptoappend, ntoappend);
|
|
|
|
pnew += ntoappend;
|
|
|
|
usednew += ntoappend;
|
|
|
|
assert(usednew <= totalnew);
|
|
|
|
} /* end while() */
|
|
|
|
|
|
|
|
if (_PyBytes_Resize(&newfmt, usednew) < 0)
|
|
|
|
goto Done;
|
|
|
|
{
|
|
|
|
PyObject *format;
|
|
|
|
PyObject *time = PyImport_ImportModuleNoBlock("time");
|
|
|
|
if (time == NULL)
|
|
|
|
goto Done;
|
|
|
|
format = PyUnicode_FromString(PyBytes_AS_STRING(newfmt));
|
|
|
|
if (format != NULL) {
|
|
|
|
result = PyObject_CallMethod(time, "strftime", "OO",
|
|
|
|
format, timetuple);
|
|
|
|
Py_DECREF(format);
|
|
|
|
}
|
|
|
|
Py_DECREF(time);
|
|
|
|
}
|
2002-12-16 16:18:38 -04:00
|
|
|
Done:
|
2010-05-09 13:14:21 -03:00
|
|
|
Py_XDECREF(freplacement);
|
|
|
|
Py_XDECREF(zreplacement);
|
|
|
|
Py_XDECREF(Zreplacement);
|
|
|
|
Py_XDECREF(newfmt);
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ---------------------------------------------------------------------------
|
|
|
|
* Wrap functions from the time module. These aren't directly available
|
|
|
|
* from C. Perhaps they should be.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Call time.time() and return its result (a Python float). */
|
|
|
|
static PyObject *
|
2002-12-16 16:34:55 -04:00
|
|
|
time_time(void)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *result = NULL;
|
|
|
|
PyObject *time = PyImport_ImportModuleNoBlock("time");
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (time != NULL) {
|
|
|
|
result = PyObject_CallMethod(time, "time", "()");
|
|
|
|
Py_DECREF(time);
|
|
|
|
}
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Build a time.struct_time. The weekday and day number are automatically
|
|
|
|
* computed from the y,m,d args.
|
|
|
|
*/
|
|
|
|
static PyObject *
|
|
|
|
build_struct_time(int y, int m, int d, int hh, int mm, int ss, int dstflag)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *time;
|
|
|
|
PyObject *result = NULL;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
time = PyImport_ImportModuleNoBlock("time");
|
|
|
|
if (time != NULL) {
|
|
|
|
result = PyObject_CallMethod(time, "struct_time",
|
|
|
|
"((iiiiiiiii))",
|
|
|
|
y, m, d,
|
|
|
|
hh, mm, ss,
|
|
|
|
weekday(y, m, d),
|
|
|
|
days_before_month(y, m) + d,
|
|
|
|
dstflag);
|
|
|
|
Py_DECREF(time);
|
|
|
|
}
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ---------------------------------------------------------------------------
|
|
|
|
* Miscellaneous helpers.
|
|
|
|
*/
|
|
|
|
|
2009-02-02 16:36:42 -04:00
|
|
|
/* For various reasons, we need to use tp_richcompare instead of tp_reserved.
|
2002-12-16 16:18:38 -04:00
|
|
|
* The comparisons here all most naturally compute a cmp()-like result.
|
|
|
|
* This little helper turns that into a bool result for rich comparisons.
|
|
|
|
*/
|
|
|
|
static PyObject *
|
|
|
|
diff_to_bool(int diff, int op)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *result;
|
|
|
|
int istrue;
|
|
|
|
|
|
|
|
switch (op) {
|
|
|
|
case Py_EQ: istrue = diff == 0; break;
|
|
|
|
case Py_NE: istrue = diff != 0; break;
|
|
|
|
case Py_LE: istrue = diff <= 0; break;
|
|
|
|
case Py_GE: istrue = diff >= 0; break;
|
|
|
|
case Py_LT: istrue = diff < 0; break;
|
|
|
|
case Py_GT: istrue = diff > 0; break;
|
|
|
|
default:
|
|
|
|
assert(! "op unknown");
|
|
|
|
istrue = 0; /* To shut up compiler */
|
|
|
|
}
|
|
|
|
result = istrue ? Py_True : Py_False;
|
|
|
|
Py_INCREF(result);
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2003-02-07 18:50:28 -04:00
|
|
|
/* Raises a "can't compare" TypeError and returns NULL. */
|
|
|
|
static PyObject *
|
|
|
|
cmperror(PyObject *a, PyObject *b)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyErr_Format(PyExc_TypeError,
|
|
|
|
"can't compare %s to %s",
|
|
|
|
Py_TYPE(a)->tp_name, Py_TYPE(b)->tp_name);
|
|
|
|
return NULL;
|
2003-02-07 18:50:28 -04:00
|
|
|
}
|
|
|
|
|
2002-12-16 16:18:38 -04:00
|
|
|
/* ---------------------------------------------------------------------------
|
|
|
|
* Cached Python objects; these are set by the module init function.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Conversion factors. */
|
2010-05-09 13:14:21 -03:00
|
|
|
static PyObject *us_per_us = NULL; /* 1 */
|
|
|
|
static PyObject *us_per_ms = NULL; /* 1000 */
|
|
|
|
static PyObject *us_per_second = NULL; /* 1000000 */
|
|
|
|
static PyObject *us_per_minute = NULL; /* 1e6 * 60 as Python int */
|
|
|
|
static PyObject *us_per_hour = NULL; /* 1e6 * 3600 as Python long */
|
|
|
|
static PyObject *us_per_day = NULL; /* 1e6 * 3600 * 24 as Python long */
|
|
|
|
static PyObject *us_per_week = NULL; /* 1e6*3600*24*7 as Python long */
|
2002-12-16 16:18:38 -04:00
|
|
|
static PyObject *seconds_per_day = NULL; /* 3600*24 as Python int */
|
|
|
|
|
|
|
|
/* ---------------------------------------------------------------------------
|
|
|
|
* Class implementations.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* PyDateTime_Delta implementation.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Convert a timedelta to a number of us,
|
2010-05-09 13:14:21 -03:00
|
|
|
* (24*3600*self.days + self.seconds)*1000000 + self.microseconds
|
2002-12-16 16:18:38 -04:00
|
|
|
* as a Python int or long.
|
|
|
|
* Doing mixed-radix arithmetic by hand instead is excruciating in C,
|
|
|
|
* due to ubiquitous overflow possibilities.
|
|
|
|
*/
|
|
|
|
static PyObject *
|
|
|
|
delta_to_microseconds(PyDateTime_Delta *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *x1 = NULL;
|
|
|
|
PyObject *x2 = NULL;
|
|
|
|
PyObject *x3 = NULL;
|
|
|
|
PyObject *result = NULL;
|
|
|
|
|
|
|
|
x1 = PyLong_FromLong(GET_TD_DAYS(self));
|
|
|
|
if (x1 == NULL)
|
|
|
|
goto Done;
|
|
|
|
x2 = PyNumber_Multiply(x1, seconds_per_day); /* days in seconds */
|
|
|
|
if (x2 == NULL)
|
|
|
|
goto Done;
|
|
|
|
Py_DECREF(x1);
|
|
|
|
x1 = NULL;
|
|
|
|
|
|
|
|
/* x2 has days in seconds */
|
|
|
|
x1 = PyLong_FromLong(GET_TD_SECONDS(self)); /* seconds */
|
|
|
|
if (x1 == NULL)
|
|
|
|
goto Done;
|
|
|
|
x3 = PyNumber_Add(x1, x2); /* days and seconds in seconds */
|
|
|
|
if (x3 == NULL)
|
|
|
|
goto Done;
|
|
|
|
Py_DECREF(x1);
|
|
|
|
Py_DECREF(x2);
|
|
|
|
x1 = x2 = NULL;
|
|
|
|
|
|
|
|
/* x3 has days+seconds in seconds */
|
|
|
|
x1 = PyNumber_Multiply(x3, us_per_second); /* us */
|
|
|
|
if (x1 == NULL)
|
|
|
|
goto Done;
|
|
|
|
Py_DECREF(x3);
|
|
|
|
x3 = NULL;
|
|
|
|
|
|
|
|
/* x1 has days+seconds in us */
|
|
|
|
x2 = PyLong_FromLong(GET_TD_MICROSECONDS(self));
|
|
|
|
if (x2 == NULL)
|
|
|
|
goto Done;
|
|
|
|
result = PyNumber_Add(x1, x2);
|
2002-12-16 16:18:38 -04:00
|
|
|
|
|
|
|
Done:
|
2010-05-09 13:14:21 -03:00
|
|
|
Py_XDECREF(x1);
|
|
|
|
Py_XDECREF(x2);
|
|
|
|
Py_XDECREF(x3);
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Convert a number of us (as a Python int or long) to a timedelta.
|
|
|
|
*/
|
|
|
|
static PyObject *
|
2003-05-17 12:57:00 -03:00
|
|
|
microseconds_to_delta_ex(PyObject *pyus, PyTypeObject *type)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
int us;
|
|
|
|
int s;
|
|
|
|
int d;
|
|
|
|
long temp;
|
|
|
|
|
|
|
|
PyObject *tuple = NULL;
|
|
|
|
PyObject *num = NULL;
|
|
|
|
PyObject *result = NULL;
|
|
|
|
|
|
|
|
tuple = PyNumber_Divmod(pyus, us_per_second);
|
|
|
|
if (tuple == NULL)
|
|
|
|
goto Done;
|
|
|
|
|
|
|
|
num = PyTuple_GetItem(tuple, 1); /* us */
|
|
|
|
if (num == NULL)
|
|
|
|
goto Done;
|
|
|
|
temp = PyLong_AsLong(num);
|
|
|
|
num = NULL;
|
|
|
|
if (temp == -1 && PyErr_Occurred())
|
|
|
|
goto Done;
|
|
|
|
assert(0 <= temp && temp < 1000000);
|
|
|
|
us = (int)temp;
|
|
|
|
if (us < 0) {
|
|
|
|
/* The divisor was positive, so this must be an error. */
|
|
|
|
assert(PyErr_Occurred());
|
|
|
|
goto Done;
|
|
|
|
}
|
|
|
|
|
|
|
|
num = PyTuple_GetItem(tuple, 0); /* leftover seconds */
|
|
|
|
if (num == NULL)
|
|
|
|
goto Done;
|
|
|
|
Py_INCREF(num);
|
|
|
|
Py_DECREF(tuple);
|
|
|
|
|
|
|
|
tuple = PyNumber_Divmod(num, seconds_per_day);
|
|
|
|
if (tuple == NULL)
|
|
|
|
goto Done;
|
|
|
|
Py_DECREF(num);
|
|
|
|
|
|
|
|
num = PyTuple_GetItem(tuple, 1); /* seconds */
|
|
|
|
if (num == NULL)
|
|
|
|
goto Done;
|
|
|
|
temp = PyLong_AsLong(num);
|
|
|
|
num = NULL;
|
|
|
|
if (temp == -1 && PyErr_Occurred())
|
|
|
|
goto Done;
|
|
|
|
assert(0 <= temp && temp < 24*3600);
|
|
|
|
s = (int)temp;
|
|
|
|
|
|
|
|
if (s < 0) {
|
|
|
|
/* The divisor was positive, so this must be an error. */
|
|
|
|
assert(PyErr_Occurred());
|
|
|
|
goto Done;
|
|
|
|
}
|
|
|
|
|
|
|
|
num = PyTuple_GetItem(tuple, 0); /* leftover days */
|
|
|
|
if (num == NULL)
|
|
|
|
goto Done;
|
|
|
|
Py_INCREF(num);
|
|
|
|
temp = PyLong_AsLong(num);
|
|
|
|
if (temp == -1 && PyErr_Occurred())
|
|
|
|
goto Done;
|
|
|
|
d = (int)temp;
|
|
|
|
if ((long)d != temp) {
|
|
|
|
PyErr_SetString(PyExc_OverflowError, "normalized days too "
|
|
|
|
"large to fit in a C int");
|
|
|
|
goto Done;
|
|
|
|
}
|
|
|
|
result = new_delta_ex(d, s, us, 0, type);
|
2002-12-16 16:18:38 -04:00
|
|
|
|
|
|
|
Done:
|
2010-05-09 13:14:21 -03:00
|
|
|
Py_XDECREF(tuple);
|
|
|
|
Py_XDECREF(num);
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
#define microseconds_to_delta(pymicros) \
|
|
|
|
microseconds_to_delta_ex(pymicros, &PyDateTime_DeltaType)
|
2003-05-17 12:57:00 -03:00
|
|
|
|
2002-12-16 16:18:38 -04:00
|
|
|
static PyObject *
|
|
|
|
multiply_int_timedelta(PyObject *intobj, PyDateTime_Delta *delta)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *pyus_in;
|
|
|
|
PyObject *pyus_out;
|
|
|
|
PyObject *result;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
pyus_in = delta_to_microseconds(delta);
|
|
|
|
if (pyus_in == NULL)
|
|
|
|
return NULL;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
pyus_out = PyNumber_Multiply(pyus_in, intobj);
|
|
|
|
Py_DECREF(pyus_in);
|
|
|
|
if (pyus_out == NULL)
|
|
|
|
return NULL;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
result = microseconds_to_delta(pyus_out);
|
|
|
|
Py_DECREF(pyus_out);
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
divide_timedelta_int(PyDateTime_Delta *delta, PyObject *intobj)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *pyus_in;
|
|
|
|
PyObject *pyus_out;
|
|
|
|
PyObject *result;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
pyus_in = delta_to_microseconds(delta);
|
|
|
|
if (pyus_in == NULL)
|
|
|
|
return NULL;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
pyus_out = PyNumber_FloorDivide(pyus_in, intobj);
|
|
|
|
Py_DECREF(pyus_in);
|
|
|
|
if (pyus_out == NULL)
|
|
|
|
return NULL;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
result = microseconds_to_delta(pyus_out);
|
|
|
|
Py_DECREF(pyus_out);
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
delta_add(PyObject *left, PyObject *right)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *result = Py_NotImplemented;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (PyDelta_Check(left) && PyDelta_Check(right)) {
|
|
|
|
/* delta + delta */
|
|
|
|
/* The C-level additions can't overflow because of the
|
|
|
|
* invariant bounds.
|
|
|
|
*/
|
|
|
|
int days = GET_TD_DAYS(left) + GET_TD_DAYS(right);
|
|
|
|
int seconds = GET_TD_SECONDS(left) + GET_TD_SECONDS(right);
|
|
|
|
int microseconds = GET_TD_MICROSECONDS(left) +
|
|
|
|
GET_TD_MICROSECONDS(right);
|
|
|
|
result = new_delta(days, seconds, microseconds, 1);
|
|
|
|
}
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (result == Py_NotImplemented)
|
|
|
|
Py_INCREF(result);
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
delta_negative(PyDateTime_Delta *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return new_delta(-GET_TD_DAYS(self),
|
|
|
|
-GET_TD_SECONDS(self),
|
|
|
|
-GET_TD_MICROSECONDS(self),
|
|
|
|
1);
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
delta_positive(PyDateTime_Delta *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
/* Could optimize this (by returning self) if this isn't a
|
|
|
|
* subclass -- but who uses unary + ? Approximately nobody.
|
|
|
|
*/
|
|
|
|
return new_delta(GET_TD_DAYS(self),
|
|
|
|
GET_TD_SECONDS(self),
|
|
|
|
GET_TD_MICROSECONDS(self),
|
|
|
|
0);
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
delta_abs(PyDateTime_Delta *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *result;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
assert(GET_TD_MICROSECONDS(self) >= 0);
|
|
|
|
assert(GET_TD_SECONDS(self) >= 0);
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (GET_TD_DAYS(self) < 0)
|
|
|
|
result = delta_negative(self);
|
|
|
|
else
|
|
|
|
result = delta_positive(self);
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
delta_subtract(PyObject *left, PyObject *right)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *result = Py_NotImplemented;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (PyDelta_Check(left) && PyDelta_Check(right)) {
|
|
|
|
/* delta - delta */
|
|
|
|
PyObject *minus_right = PyNumber_Negative(right);
|
|
|
|
if (minus_right) {
|
|
|
|
result = delta_add(left, minus_right);
|
|
|
|
Py_DECREF(minus_right);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
result = NULL;
|
|
|
|
}
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (result == Py_NotImplemented)
|
|
|
|
Py_INCREF(result);
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
2006-08-24 14:29:38 -03:00
|
|
|
delta_richcompare(PyObject *self, PyObject *other, int op)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
if (PyDelta_Check(other)) {
|
|
|
|
int diff = GET_TD_DAYS(self) - GET_TD_DAYS(other);
|
|
|
|
if (diff == 0) {
|
|
|
|
diff = GET_TD_SECONDS(self) - GET_TD_SECONDS(other);
|
|
|
|
if (diff == 0)
|
|
|
|
diff = GET_TD_MICROSECONDS(self) -
|
|
|
|
GET_TD_MICROSECONDS(other);
|
|
|
|
}
|
|
|
|
return diff_to_bool(diff, op);
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
Py_INCREF(Py_NotImplemented);
|
|
|
|
return Py_NotImplemented;
|
|
|
|
}
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *delta_getstate(PyDateTime_Delta *self);
|
|
|
|
|
|
|
|
static long
|
|
|
|
delta_hash(PyDateTime_Delta *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
if (self->hashcode == -1) {
|
|
|
|
PyObject *temp = delta_getstate(self);
|
|
|
|
if (temp != NULL) {
|
|
|
|
self->hashcode = PyObject_Hash(temp);
|
|
|
|
Py_DECREF(temp);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return self->hashcode;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
delta_multiply(PyObject *left, PyObject *right)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *result = Py_NotImplemented;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (PyDelta_Check(left)) {
|
|
|
|
/* delta * ??? */
|
|
|
|
if (PyLong_Check(right))
|
|
|
|
result = multiply_int_timedelta(right,
|
|
|
|
(PyDateTime_Delta *) left);
|
|
|
|
}
|
|
|
|
else if (PyLong_Check(left))
|
|
|
|
result = multiply_int_timedelta(left,
|
|
|
|
(PyDateTime_Delta *) right);
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (result == Py_NotImplemented)
|
|
|
|
Py_INCREF(result);
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
delta_divide(PyObject *left, PyObject *right)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *result = Py_NotImplemented;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (PyDelta_Check(left)) {
|
|
|
|
/* delta * ??? */
|
|
|
|
if (PyLong_Check(right))
|
|
|
|
result = divide_timedelta_int(
|
|
|
|
(PyDateTime_Delta *)left,
|
|
|
|
right);
|
|
|
|
}
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (result == Py_NotImplemented)
|
|
|
|
Py_INCREF(result);
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Fold in the value of the tag ("seconds", "weeks", etc) component of a
|
|
|
|
* timedelta constructor. sofar is the # of microseconds accounted for
|
|
|
|
* so far, and there are factor microseconds per current unit, the number
|
|
|
|
* of which is given by num. num * factor is added to sofar in a
|
|
|
|
* numerically careful way, and that's the result. Any fractional
|
|
|
|
* microseconds left over (this can happen if num is a float type) are
|
|
|
|
* added into *leftover.
|
|
|
|
* Note that there are many ways this can give an error (NULL) return.
|
|
|
|
*/
|
|
|
|
static PyObject *
|
|
|
|
accum(const char* tag, PyObject *sofar, PyObject *num, PyObject *factor,
|
|
|
|
double *leftover)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *prod;
|
|
|
|
PyObject *sum;
|
|
|
|
|
|
|
|
assert(num != NULL);
|
|
|
|
|
|
|
|
if (PyLong_Check(num)) {
|
|
|
|
prod = PyNumber_Multiply(num, factor);
|
|
|
|
if (prod == NULL)
|
|
|
|
return NULL;
|
|
|
|
sum = PyNumber_Add(sofar, prod);
|
|
|
|
Py_DECREF(prod);
|
|
|
|
return sum;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (PyFloat_Check(num)) {
|
|
|
|
double dnum;
|
|
|
|
double fracpart;
|
|
|
|
double intpart;
|
|
|
|
PyObject *x;
|
|
|
|
PyObject *y;
|
|
|
|
|
|
|
|
/* The Plan: decompose num into an integer part and a
|
|
|
|
* fractional part, num = intpart + fracpart.
|
|
|
|
* Then num * factor ==
|
|
|
|
* intpart * factor + fracpart * factor
|
|
|
|
* and the LHS can be computed exactly in long arithmetic.
|
|
|
|
* The RHS is again broken into an int part and frac part.
|
|
|
|
* and the frac part is added into *leftover.
|
|
|
|
*/
|
|
|
|
dnum = PyFloat_AsDouble(num);
|
|
|
|
if (dnum == -1.0 && PyErr_Occurred())
|
|
|
|
return NULL;
|
|
|
|
fracpart = modf(dnum, &intpart);
|
|
|
|
x = PyLong_FromDouble(intpart);
|
|
|
|
if (x == NULL)
|
|
|
|
return NULL;
|
|
|
|
|
|
|
|
prod = PyNumber_Multiply(x, factor);
|
|
|
|
Py_DECREF(x);
|
|
|
|
if (prod == NULL)
|
|
|
|
return NULL;
|
|
|
|
|
|
|
|
sum = PyNumber_Add(sofar, prod);
|
|
|
|
Py_DECREF(prod);
|
|
|
|
if (sum == NULL)
|
|
|
|
return NULL;
|
|
|
|
|
|
|
|
if (fracpart == 0.0)
|
|
|
|
return sum;
|
|
|
|
/* So far we've lost no information. Dealing with the
|
|
|
|
* fractional part requires float arithmetic, and may
|
|
|
|
* lose a little info.
|
|
|
|
*/
|
|
|
|
assert(PyLong_Check(factor));
|
|
|
|
dnum = PyLong_AsDouble(factor);
|
|
|
|
|
|
|
|
dnum *= fracpart;
|
|
|
|
fracpart = modf(dnum, &intpart);
|
|
|
|
x = PyLong_FromDouble(intpart);
|
|
|
|
if (x == NULL) {
|
|
|
|
Py_DECREF(sum);
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
|
|
|
y = PyNumber_Add(sum, x);
|
|
|
|
Py_DECREF(sum);
|
|
|
|
Py_DECREF(x);
|
|
|
|
*leftover += fracpart;
|
|
|
|
return y;
|
|
|
|
}
|
|
|
|
|
|
|
|
PyErr_Format(PyExc_TypeError,
|
|
|
|
"unsupported type for timedelta %s component: %s",
|
|
|
|
tag, Py_TYPE(num)->tp_name);
|
|
|
|
return NULL;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
delta_new(PyTypeObject *type, PyObject *args, PyObject *kw)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *self = NULL;
|
|
|
|
|
|
|
|
/* Argument objects. */
|
|
|
|
PyObject *day = NULL;
|
|
|
|
PyObject *second = NULL;
|
|
|
|
PyObject *us = NULL;
|
|
|
|
PyObject *ms = NULL;
|
|
|
|
PyObject *minute = NULL;
|
|
|
|
PyObject *hour = NULL;
|
|
|
|
PyObject *week = NULL;
|
|
|
|
|
|
|
|
PyObject *x = NULL; /* running sum of microseconds */
|
|
|
|
PyObject *y = NULL; /* temp sum of microseconds */
|
|
|
|
double leftover_us = 0.0;
|
|
|
|
|
|
|
|
static char *keywords[] = {
|
|
|
|
"days", "seconds", "microseconds", "milliseconds",
|
|
|
|
"minutes", "hours", "weeks", NULL
|
|
|
|
};
|
|
|
|
|
|
|
|
if (PyArg_ParseTupleAndKeywords(args, kw, "|OOOOOOO:__new__",
|
|
|
|
keywords,
|
|
|
|
&day, &second, &us,
|
|
|
|
&ms, &minute, &hour, &week) == 0)
|
|
|
|
goto Done;
|
|
|
|
|
|
|
|
x = PyLong_FromLong(0);
|
|
|
|
if (x == NULL)
|
|
|
|
goto Done;
|
|
|
|
|
|
|
|
#define CLEANUP \
|
|
|
|
Py_DECREF(x); \
|
|
|
|
x = y; \
|
|
|
|
if (x == NULL) \
|
|
|
|
goto Done
|
|
|
|
|
|
|
|
if (us) {
|
|
|
|
y = accum("microseconds", x, us, us_per_us, &leftover_us);
|
|
|
|
CLEANUP;
|
|
|
|
}
|
|
|
|
if (ms) {
|
|
|
|
y = accum("milliseconds", x, ms, us_per_ms, &leftover_us);
|
|
|
|
CLEANUP;
|
|
|
|
}
|
|
|
|
if (second) {
|
|
|
|
y = accum("seconds", x, second, us_per_second, &leftover_us);
|
|
|
|
CLEANUP;
|
|
|
|
}
|
|
|
|
if (minute) {
|
|
|
|
y = accum("minutes", x, minute, us_per_minute, &leftover_us);
|
|
|
|
CLEANUP;
|
|
|
|
}
|
|
|
|
if (hour) {
|
|
|
|
y = accum("hours", x, hour, us_per_hour, &leftover_us);
|
|
|
|
CLEANUP;
|
|
|
|
}
|
|
|
|
if (day) {
|
|
|
|
y = accum("days", x, day, us_per_day, &leftover_us);
|
|
|
|
CLEANUP;
|
|
|
|
}
|
|
|
|
if (week) {
|
|
|
|
y = accum("weeks", x, week, us_per_week, &leftover_us);
|
|
|
|
CLEANUP;
|
|
|
|
}
|
|
|
|
if (leftover_us) {
|
|
|
|
/* Round to nearest whole # of us, and add into x. */
|
|
|
|
PyObject *temp = PyLong_FromLong(round_to_long(leftover_us));
|
|
|
|
if (temp == NULL) {
|
|
|
|
Py_DECREF(x);
|
|
|
|
goto Done;
|
|
|
|
}
|
|
|
|
y = PyNumber_Add(x, temp);
|
|
|
|
Py_DECREF(temp);
|
|
|
|
CLEANUP;
|
|
|
|
}
|
|
|
|
|
|
|
|
self = microseconds_to_delta_ex(x, type);
|
|
|
|
Py_DECREF(x);
|
2002-12-16 16:18:38 -04:00
|
|
|
Done:
|
2010-05-09 13:14:21 -03:00
|
|
|
return self;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
|
|
|
#undef CLEANUP
|
|
|
|
}
|
|
|
|
|
|
|
|
static int
|
2006-11-28 15:15:13 -04:00
|
|
|
delta_bool(PyDateTime_Delta *self)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return (GET_TD_DAYS(self) != 0
|
|
|
|
|| GET_TD_SECONDS(self) != 0
|
|
|
|
|| GET_TD_MICROSECONDS(self) != 0);
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
delta_repr(PyDateTime_Delta *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
if (GET_TD_MICROSECONDS(self) != 0)
|
|
|
|
return PyUnicode_FromFormat("%s(%d, %d, %d)",
|
|
|
|
Py_TYPE(self)->tp_name,
|
|
|
|
GET_TD_DAYS(self),
|
|
|
|
GET_TD_SECONDS(self),
|
|
|
|
GET_TD_MICROSECONDS(self));
|
|
|
|
if (GET_TD_SECONDS(self) != 0)
|
|
|
|
return PyUnicode_FromFormat("%s(%d, %d)",
|
|
|
|
Py_TYPE(self)->tp_name,
|
|
|
|
GET_TD_DAYS(self),
|
|
|
|
GET_TD_SECONDS(self));
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
return PyUnicode_FromFormat("%s(%d)",
|
|
|
|
Py_TYPE(self)->tp_name,
|
|
|
|
GET_TD_DAYS(self));
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
delta_str(PyDateTime_Delta *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
int us = GET_TD_MICROSECONDS(self);
|
|
|
|
int seconds = GET_TD_SECONDS(self);
|
|
|
|
int minutes = divmod(seconds, 60, &seconds);
|
|
|
|
int hours = divmod(minutes, 60, &minutes);
|
|
|
|
int days = GET_TD_DAYS(self);
|
|
|
|
|
|
|
|
if (days) {
|
|
|
|
if (us)
|
|
|
|
return PyUnicode_FromFormat("%d day%s, %d:%02d:%02d.%06d",
|
|
|
|
days, (days == 1 || days == -1) ? "" : "s",
|
|
|
|
hours, minutes, seconds, us);
|
|
|
|
else
|
|
|
|
return PyUnicode_FromFormat("%d day%s, %d:%02d:%02d",
|
|
|
|
days, (days == 1 || days == -1) ? "" : "s",
|
|
|
|
hours, minutes, seconds);
|
|
|
|
} else {
|
|
|
|
if (us)
|
|
|
|
return PyUnicode_FromFormat("%d:%02d:%02d.%06d",
|
|
|
|
hours, minutes, seconds, us);
|
|
|
|
else
|
|
|
|
return PyUnicode_FromFormat("%d:%02d:%02d",
|
|
|
|
hours, minutes, seconds);
|
|
|
|
}
|
2002-12-16 16:18:38 -04:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2003-01-31 21:52:50 -04:00
|
|
|
/* Pickle support, a simple use of __reduce__. */
|
|
|
|
|
2003-01-31 22:54:15 -04:00
|
|
|
/* __getstate__ isn't exposed */
|
2002-12-16 16:18:38 -04:00
|
|
|
static PyObject *
|
|
|
|
delta_getstate(PyDateTime_Delta *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return Py_BuildValue("iii", GET_TD_DAYS(self),
|
|
|
|
GET_TD_SECONDS(self),
|
|
|
|
GET_TD_MICROSECONDS(self));
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
delta_reduce(PyDateTime_Delta* self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return Py_BuildValue("ON", Py_TYPE(self), delta_getstate(self));
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#define OFFSET(field) offsetof(PyDateTime_Delta, field)
|
|
|
|
|
|
|
|
static PyMemberDef delta_members[] = {
|
2003-01-30 18:06:23 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"days", T_INT, OFFSET(days), READONLY,
|
|
|
|
PyDoc_STR("Number of days.")},
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"seconds", T_INT, OFFSET(seconds), READONLY,
|
|
|
|
PyDoc_STR("Number of seconds (>= 0 and less than 1 day).")},
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"microseconds", T_INT, OFFSET(microseconds), READONLY,
|
|
|
|
PyDoc_STR("Number of microseconds (>= 0 and less than 1 second).")},
|
|
|
|
{NULL}
|
2002-12-16 16:18:38 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
static PyMethodDef delta_methods[] = {
|
2010-05-09 13:14:21 -03:00
|
|
|
{"__reduce__", (PyCFunction)delta_reduce, METH_NOARGS,
|
|
|
|
PyDoc_STR("__reduce__() -> (cls, state)")},
|
2003-01-30 18:06:23 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{NULL, NULL},
|
2002-12-16 16:18:38 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
static char delta_doc[] =
|
|
|
|
PyDoc_STR("Difference between two datetime values.");
|
|
|
|
|
|
|
|
static PyNumberMethods delta_as_number = {
|
2010-05-09 13:14:21 -03:00
|
|
|
delta_add, /* nb_add */
|
|
|
|
delta_subtract, /* nb_subtract */
|
|
|
|
delta_multiply, /* nb_multiply */
|
|
|
|
0, /* nb_remainder */
|
|
|
|
0, /* nb_divmod */
|
|
|
|
0, /* nb_power */
|
|
|
|
(unaryfunc)delta_negative, /* nb_negative */
|
|
|
|
(unaryfunc)delta_positive, /* nb_positive */
|
|
|
|
(unaryfunc)delta_abs, /* nb_absolute */
|
|
|
|
(inquiry)delta_bool, /* nb_bool */
|
|
|
|
0, /*nb_invert*/
|
|
|
|
0, /*nb_lshift*/
|
|
|
|
0, /*nb_rshift*/
|
|
|
|
0, /*nb_and*/
|
|
|
|
0, /*nb_xor*/
|
|
|
|
0, /*nb_or*/
|
|
|
|
0, /*nb_int*/
|
|
|
|
0, /*nb_reserved*/
|
|
|
|
0, /*nb_float*/
|
|
|
|
0, /*nb_inplace_add*/
|
|
|
|
0, /*nb_inplace_subtract*/
|
|
|
|
0, /*nb_inplace_multiply*/
|
|
|
|
0, /*nb_inplace_remainder*/
|
|
|
|
0, /*nb_inplace_power*/
|
|
|
|
0, /*nb_inplace_lshift*/
|
|
|
|
0, /*nb_inplace_rshift*/
|
|
|
|
0, /*nb_inplace_and*/
|
|
|
|
0, /*nb_inplace_xor*/
|
|
|
|
0, /*nb_inplace_or*/
|
|
|
|
delta_divide, /* nb_floor_divide */
|
|
|
|
0, /* nb_true_divide */
|
|
|
|
0, /* nb_inplace_floor_divide */
|
|
|
|
0, /* nb_inplace_true_divide */
|
2002-12-16 16:18:38 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
static PyTypeObject PyDateTime_DeltaType = {
|
2010-05-09 13:14:21 -03:00
|
|
|
PyVarObject_HEAD_INIT(NULL, 0)
|
|
|
|
"datetime.timedelta", /* tp_name */
|
|
|
|
sizeof(PyDateTime_Delta), /* tp_basicsize */
|
|
|
|
0, /* tp_itemsize */
|
|
|
|
0, /* tp_dealloc */
|
|
|
|
0, /* tp_print */
|
|
|
|
0, /* tp_getattr */
|
|
|
|
0, /* tp_setattr */
|
|
|
|
0, /* tp_reserved */
|
|
|
|
(reprfunc)delta_repr, /* tp_repr */
|
|
|
|
&delta_as_number, /* tp_as_number */
|
|
|
|
0, /* tp_as_sequence */
|
|
|
|
0, /* tp_as_mapping */
|
|
|
|
(hashfunc)delta_hash, /* tp_hash */
|
|
|
|
0, /* tp_call */
|
|
|
|
(reprfunc)delta_str, /* tp_str */
|
|
|
|
PyObject_GenericGetAttr, /* tp_getattro */
|
|
|
|
0, /* tp_setattro */
|
|
|
|
0, /* tp_as_buffer */
|
|
|
|
Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE, /* tp_flags */
|
|
|
|
delta_doc, /* tp_doc */
|
|
|
|
0, /* tp_traverse */
|
|
|
|
0, /* tp_clear */
|
|
|
|
delta_richcompare, /* tp_richcompare */
|
|
|
|
0, /* tp_weaklistoffset */
|
|
|
|
0, /* tp_iter */
|
|
|
|
0, /* tp_iternext */
|
|
|
|
delta_methods, /* tp_methods */
|
|
|
|
delta_members, /* tp_members */
|
|
|
|
0, /* tp_getset */
|
|
|
|
0, /* tp_base */
|
|
|
|
0, /* tp_dict */
|
|
|
|
0, /* tp_descr_get */
|
|
|
|
0, /* tp_descr_set */
|
|
|
|
0, /* tp_dictoffset */
|
|
|
|
0, /* tp_init */
|
|
|
|
0, /* tp_alloc */
|
|
|
|
delta_new, /* tp_new */
|
|
|
|
0, /* tp_free */
|
2002-12-16 16:18:38 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
|
|
|
* PyDateTime_Date implementation.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Accessor properties. */
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
date_year(PyDateTime_Date *self, void *unused)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return PyLong_FromLong(GET_YEAR(self));
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
date_month(PyDateTime_Date *self, void *unused)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return PyLong_FromLong(GET_MONTH(self));
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
date_day(PyDateTime_Date *self, void *unused)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return PyLong_FromLong(GET_DAY(self));
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyGetSetDef date_getset[] = {
|
2010-05-09 13:14:21 -03:00
|
|
|
{"year", (getter)date_year},
|
|
|
|
{"month", (getter)date_month},
|
|
|
|
{"day", (getter)date_day},
|
|
|
|
{NULL}
|
2002-12-16 16:18:38 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
/* Constructors. */
|
|
|
|
|
2006-02-27 13:20:04 -04:00
|
|
|
static char *date_kws[] = {"year", "month", "day", NULL};
|
2002-12-24 01:41:27 -04:00
|
|
|
|
2002-12-16 16:18:38 -04:00
|
|
|
static PyObject *
|
|
|
|
date_new(PyTypeObject *type, PyObject *args, PyObject *kw)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *self = NULL;
|
|
|
|
PyObject *state;
|
|
|
|
int year;
|
|
|
|
int month;
|
|
|
|
int day;
|
|
|
|
|
|
|
|
/* Check for invocation from pickle with __getstate__ state */
|
|
|
|
if (PyTuple_GET_SIZE(args) == 1 &&
|
|
|
|
PyBytes_Check(state = PyTuple_GET_ITEM(args, 0)) &&
|
|
|
|
PyBytes_GET_SIZE(state) == _PyDateTime_DATE_DATASIZE &&
|
|
|
|
MONTH_IS_SANE(PyBytes_AS_STRING(state)[2]))
|
|
|
|
{
|
|
|
|
PyDateTime_Date *me;
|
|
|
|
|
|
|
|
me = (PyDateTime_Date *) (type->tp_alloc(type, 0));
|
|
|
|
if (me != NULL) {
|
|
|
|
char *pdata = PyBytes_AS_STRING(state);
|
|
|
|
memcpy(me->data, pdata, _PyDateTime_DATE_DATASIZE);
|
|
|
|
me->hashcode = -1;
|
|
|
|
}
|
|
|
|
return (PyObject *)me;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (PyArg_ParseTupleAndKeywords(args, kw, "iii", date_kws,
|
|
|
|
&year, &month, &day)) {
|
|
|
|
if (check_date_args(year, month, day) < 0)
|
|
|
|
return NULL;
|
|
|
|
self = new_date_ex(year, month, day, type);
|
|
|
|
}
|
|
|
|
return self;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Return new date from localtime(t). */
|
|
|
|
static PyObject *
|
2004-06-19 23:50:16 -03:00
|
|
|
date_local_from_time_t(PyObject *cls, double ts)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
struct tm *tm;
|
|
|
|
time_t t;
|
|
|
|
PyObject *result = NULL;
|
|
|
|
|
|
|
|
t = _PyTime_DoubleToTimet(ts);
|
|
|
|
if (t == (time_t)-1 && PyErr_Occurred())
|
|
|
|
return NULL;
|
|
|
|
tm = localtime(&t);
|
|
|
|
if (tm)
|
|
|
|
result = PyObject_CallFunction(cls, "iii",
|
|
|
|
tm->tm_year + 1900,
|
|
|
|
tm->tm_mon + 1,
|
|
|
|
tm->tm_mday);
|
|
|
|
else
|
|
|
|
PyErr_SetString(PyExc_ValueError,
|
|
|
|
"timestamp out of range for "
|
|
|
|
"platform localtime() function");
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Return new date from current time.
|
|
|
|
* We say this is equivalent to fromtimestamp(time.time()), and the
|
|
|
|
* only way to be sure of that is to *call* time.time(). That's not
|
|
|
|
* generally the same as calling C's time.
|
|
|
|
*/
|
|
|
|
static PyObject *
|
|
|
|
date_today(PyObject *cls, PyObject *dummy)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *time;
|
|
|
|
PyObject *result;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
time = time_time();
|
|
|
|
if (time == NULL)
|
|
|
|
return NULL;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
/* Note well: today() is a class method, so this may not call
|
|
|
|
* date.fromtimestamp. For example, it may call
|
|
|
|
* datetime.fromtimestamp. That's why we need all the accuracy
|
|
|
|
* time.time() delivers; if someone were gonzo about optimization,
|
|
|
|
* date.today() could get away with plain C time().
|
|
|
|
*/
|
|
|
|
result = PyObject_CallMethod(cls, "fromtimestamp", "O", time);
|
|
|
|
Py_DECREF(time);
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Return new date from given timestamp (Python timestamp -- a double). */
|
|
|
|
static PyObject *
|
|
|
|
date_fromtimestamp(PyObject *cls, PyObject *args)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
double timestamp;
|
|
|
|
PyObject *result = NULL;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (PyArg_ParseTuple(args, "d:fromtimestamp", ×tamp))
|
|
|
|
result = date_local_from_time_t(cls, timestamp);
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Return new date from proleptic Gregorian ordinal. Raises ValueError if
|
|
|
|
* the ordinal is out of range.
|
|
|
|
*/
|
|
|
|
static PyObject *
|
|
|
|
date_fromordinal(PyObject *cls, PyObject *args)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *result = NULL;
|
|
|
|
int ordinal;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (PyArg_ParseTuple(args, "i:fromordinal", &ordinal)) {
|
|
|
|
int year;
|
|
|
|
int month;
|
|
|
|
int day;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (ordinal < 1)
|
|
|
|
PyErr_SetString(PyExc_ValueError, "ordinal must be "
|
|
|
|
">= 1");
|
|
|
|
else {
|
|
|
|
ord_to_ymd(ordinal, &year, &month, &day);
|
|
|
|
result = PyObject_CallFunction(cls, "iii",
|
|
|
|
year, month, day);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Date arithmetic.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* date + timedelta -> date. If arg negate is true, subtract the timedelta
|
|
|
|
* instead.
|
|
|
|
*/
|
|
|
|
static PyObject *
|
|
|
|
add_date_timedelta(PyDateTime_Date *date, PyDateTime_Delta *delta, int negate)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *result = NULL;
|
|
|
|
int year = GET_YEAR(date);
|
|
|
|
int month = GET_MONTH(date);
|
|
|
|
int deltadays = GET_TD_DAYS(delta);
|
|
|
|
/* C-level overflow is impossible because |deltadays| < 1e9. */
|
|
|
|
int day = GET_DAY(date) + (negate ? -deltadays : deltadays);
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (normalize_date(&year, &month, &day) >= 0)
|
|
|
|
result = new_date(year, month, day);
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
date_add(PyObject *left, PyObject *right)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
if (PyDateTime_Check(left) || PyDateTime_Check(right)) {
|
|
|
|
Py_INCREF(Py_NotImplemented);
|
|
|
|
return Py_NotImplemented;
|
|
|
|
}
|
|
|
|
if (PyDate_Check(left)) {
|
|
|
|
/* date + ??? */
|
|
|
|
if (PyDelta_Check(right))
|
|
|
|
/* date + delta */
|
|
|
|
return add_date_timedelta((PyDateTime_Date *) left,
|
|
|
|
(PyDateTime_Delta *) right,
|
|
|
|
0);
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
/* ??? + date
|
|
|
|
* 'right' must be one of us, or we wouldn't have been called
|
|
|
|
*/
|
|
|
|
if (PyDelta_Check(left))
|
|
|
|
/* delta + date */
|
|
|
|
return add_date_timedelta((PyDateTime_Date *) right,
|
|
|
|
(PyDateTime_Delta *) left,
|
|
|
|
0);
|
|
|
|
}
|
|
|
|
Py_INCREF(Py_NotImplemented);
|
|
|
|
return Py_NotImplemented;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
date_subtract(PyObject *left, PyObject *right)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
if (PyDateTime_Check(left) || PyDateTime_Check(right)) {
|
|
|
|
Py_INCREF(Py_NotImplemented);
|
|
|
|
return Py_NotImplemented;
|
|
|
|
}
|
|
|
|
if (PyDate_Check(left)) {
|
|
|
|
if (PyDate_Check(right)) {
|
|
|
|
/* date - date */
|
|
|
|
int left_ord = ymd_to_ord(GET_YEAR(left),
|
|
|
|
GET_MONTH(left),
|
|
|
|
GET_DAY(left));
|
|
|
|
int right_ord = ymd_to_ord(GET_YEAR(right),
|
|
|
|
GET_MONTH(right),
|
|
|
|
GET_DAY(right));
|
|
|
|
return new_delta(left_ord - right_ord, 0, 0, 0);
|
|
|
|
}
|
|
|
|
if (PyDelta_Check(right)) {
|
|
|
|
/* date - delta */
|
|
|
|
return add_date_timedelta((PyDateTime_Date *) left,
|
|
|
|
(PyDateTime_Delta *) right,
|
|
|
|
1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Py_INCREF(Py_NotImplemented);
|
|
|
|
return Py_NotImplemented;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Various ways to turn a date into a string. */
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
date_repr(PyDateTime_Date *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return PyUnicode_FromFormat("%s(%d, %d, %d)",
|
|
|
|
Py_TYPE(self)->tp_name,
|
|
|
|
GET_YEAR(self), GET_MONTH(self), GET_DAY(self));
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
date_isoformat(PyDateTime_Date *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return PyUnicode_FromFormat("%04d-%02d-%02d",
|
|
|
|
GET_YEAR(self), GET_MONTH(self), GET_DAY(self));
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2003-05-02 15:39:55 -03:00
|
|
|
/* str() calls the appropriate isoformat() method. */
|
2002-12-16 16:18:38 -04:00
|
|
|
static PyObject *
|
|
|
|
date_str(PyDateTime_Date *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return PyObject_CallMethod((PyObject *)self, "isoformat", "()");
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
date_ctime(PyDateTime_Date *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return format_ctime(self, 0, 0, 0);
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
date_strftime(PyDateTime_Date *self, PyObject *args, PyObject *kw)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
/* This method can be inherited, and needs to call the
|
|
|
|
* timetuple() method appropriate to self's class.
|
|
|
|
*/
|
|
|
|
PyObject *result;
|
|
|
|
PyObject *tuple;
|
|
|
|
PyObject *format;
|
|
|
|
static char *keywords[] = {"format", NULL};
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (! PyArg_ParseTupleAndKeywords(args, kw, "U:strftime", keywords,
|
|
|
|
&format))
|
|
|
|
return NULL;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
tuple = PyObject_CallMethod((PyObject *)self, "timetuple", "()");
|
|
|
|
if (tuple == NULL)
|
|
|
|
return NULL;
|
|
|
|
result = wrap_strftime((PyObject *)self, format, tuple,
|
|
|
|
(PyObject *)self);
|
|
|
|
Py_DECREF(tuple);
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2007-09-11 15:06:02 -03:00
|
|
|
static PyObject *
|
|
|
|
date_format(PyDateTime_Date *self, PyObject *args)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *format;
|
2007-09-11 15:06:02 -03:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (!PyArg_ParseTuple(args, "U:__format__", &format))
|
|
|
|
return NULL;
|
2007-09-11 15:06:02 -03:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
/* if the format is zero length, return str(self) */
|
|
|
|
if (PyUnicode_GetSize(format) == 0)
|
|
|
|
return PyObject_Str((PyObject *)self);
|
2007-09-11 15:06:02 -03:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
return PyObject_CallMethod((PyObject *)self, "strftime", "O", format);
|
2007-09-11 15:06:02 -03:00
|
|
|
}
|
|
|
|
|
2002-12-16 16:18:38 -04:00
|
|
|
/* ISO methods. */
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
date_isoweekday(PyDateTime_Date *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
int dow = weekday(GET_YEAR(self), GET_MONTH(self), GET_DAY(self));
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
return PyLong_FromLong(dow + 1);
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
date_isocalendar(PyDateTime_Date *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
int year = GET_YEAR(self);
|
|
|
|
int week1_monday = iso_week1_monday(year);
|
|
|
|
int today = ymd_to_ord(year, GET_MONTH(self), GET_DAY(self));
|
|
|
|
int week;
|
|
|
|
int day;
|
|
|
|
|
|
|
|
week = divmod(today - week1_monday, 7, &day);
|
|
|
|
if (week < 0) {
|
|
|
|
--year;
|
|
|
|
week1_monday = iso_week1_monday(year);
|
|
|
|
week = divmod(today - week1_monday, 7, &day);
|
|
|
|
}
|
|
|
|
else if (week >= 52 && today >= iso_week1_monday(year + 1)) {
|
|
|
|
++year;
|
|
|
|
week = 0;
|
|
|
|
}
|
|
|
|
return Py_BuildValue("iii", year, week + 1, day + 1);
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Miscellaneous methods. */
|
|
|
|
|
|
|
|
static PyObject *
|
2006-08-24 14:29:38 -03:00
|
|
|
date_richcompare(PyObject *self, PyObject *other, int op)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
if (PyDate_Check(other)) {
|
|
|
|
int diff = memcmp(((PyDateTime_Date *)self)->data,
|
|
|
|
((PyDateTime_Date *)other)->data,
|
|
|
|
_PyDateTime_DATE_DATASIZE);
|
|
|
|
return diff_to_bool(diff, op);
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
Py_INCREF(Py_NotImplemented);
|
|
|
|
return Py_NotImplemented;
|
|
|
|
}
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
date_timetuple(PyDateTime_Date *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return build_struct_time(GET_YEAR(self),
|
|
|
|
GET_MONTH(self),
|
|
|
|
GET_DAY(self),
|
|
|
|
0, 0, 0, -1);
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2002-12-24 01:41:27 -04:00
|
|
|
static PyObject *
|
|
|
|
date_replace(PyDateTime_Date *self, PyObject *args, PyObject *kw)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *clone;
|
|
|
|
PyObject *tuple;
|
|
|
|
int year = GET_YEAR(self);
|
|
|
|
int month = GET_MONTH(self);
|
|
|
|
int day = GET_DAY(self);
|
2002-12-24 01:41:27 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (! PyArg_ParseTupleAndKeywords(args, kw, "|iii:replace", date_kws,
|
|
|
|
&year, &month, &day))
|
|
|
|
return NULL;
|
|
|
|
tuple = Py_BuildValue("iii", year, month, day);
|
|
|
|
if (tuple == NULL)
|
|
|
|
return NULL;
|
|
|
|
clone = date_new(Py_TYPE(self), tuple, NULL);
|
|
|
|
Py_DECREF(tuple);
|
|
|
|
return clone;
|
2002-12-24 01:41:27 -04:00
|
|
|
}
|
|
|
|
|
2007-08-24 01:05:13 -03:00
|
|
|
/*
|
2010-05-09 13:14:21 -03:00
|
|
|
Borrowed from stringobject.c, originally it was string_hash()
|
2007-08-24 01:05:13 -03:00
|
|
|
*/
|
|
|
|
static long
|
|
|
|
generic_hash(unsigned char *data, int len)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
register unsigned char *p;
|
|
|
|
register long x;
|
2007-08-24 01:05:13 -03:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
p = (unsigned char *) data;
|
|
|
|
x = *p << 7;
|
|
|
|
while (--len >= 0)
|
|
|
|
x = (1000003*x) ^ *p++;
|
|
|
|
x ^= len;
|
|
|
|
if (x == -1)
|
|
|
|
x = -2;
|
2007-08-24 01:05:13 -03:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
return x;
|
2007-08-24 01:05:13 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
static PyObject *date_getstate(PyDateTime_Date *self);
|
2002-12-16 16:18:38 -04:00
|
|
|
|
|
|
|
static long
|
|
|
|
date_hash(PyDateTime_Date *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
if (self->hashcode == -1)
|
|
|
|
self->hashcode = generic_hash(
|
|
|
|
(unsigned char *)self->data, _PyDateTime_DATE_DATASIZE);
|
2007-11-21 15:29:53 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
return self->hashcode;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
date_toordinal(PyDateTime_Date *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return PyLong_FromLong(ymd_to_ord(GET_YEAR(self), GET_MONTH(self),
|
|
|
|
GET_DAY(self)));
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
date_weekday(PyDateTime_Date *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
int dow = weekday(GET_YEAR(self), GET_MONTH(self), GET_DAY(self));
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
return PyLong_FromLong(dow);
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2003-01-31 21:52:50 -04:00
|
|
|
/* Pickle support, a simple use of __reduce__. */
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2003-01-31 22:54:15 -04:00
|
|
|
/* __getstate__ isn't exposed */
|
2002-12-16 16:18:38 -04:00
|
|
|
static PyObject *
|
2007-08-24 01:05:13 -03:00
|
|
|
date_getstate(PyDateTime_Date *self)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject* field;
|
|
|
|
field = PyBytes_FromStringAndSize((char*)self->data,
|
|
|
|
_PyDateTime_DATE_DATASIZE);
|
|
|
|
return Py_BuildValue("(N)", field);
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
2003-01-30 18:06:23 -04:00
|
|
|
date_reduce(PyDateTime_Date *self, PyObject *arg)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return Py_BuildValue("(ON)", Py_TYPE(self), date_getstate(self));
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyMethodDef date_methods[] = {
|
2003-01-30 18:06:23 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
/* Class methods: */
|
2003-01-30 18:06:23 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"fromtimestamp", (PyCFunction)date_fromtimestamp, METH_VARARGS |
|
|
|
|
METH_CLASS,
|
|
|
|
PyDoc_STR("timestamp -> local date from a POSIX timestamp (like "
|
|
|
|
"time.time()).")},
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"fromordinal", (PyCFunction)date_fromordinal, METH_VARARGS |
|
|
|
|
METH_CLASS,
|
|
|
|
PyDoc_STR("int -> date corresponding to a proleptic Gregorian "
|
|
|
|
"ordinal.")},
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"today", (PyCFunction)date_today, METH_NOARGS | METH_CLASS,
|
|
|
|
PyDoc_STR("Current date or datetime: same as "
|
|
|
|
"self.__class__.fromtimestamp(time.time()).")},
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
/* Instance methods: */
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"ctime", (PyCFunction)date_ctime, METH_NOARGS,
|
|
|
|
PyDoc_STR("Return ctime() style string.")},
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"strftime", (PyCFunction)date_strftime, METH_VARARGS | METH_KEYWORDS,
|
|
|
|
PyDoc_STR("format -> strftime() style string.")},
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"__format__", (PyCFunction)date_format, METH_VARARGS,
|
|
|
|
PyDoc_STR("Formats self with strftime.")},
|
2007-09-11 15:06:02 -03:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"timetuple", (PyCFunction)date_timetuple, METH_NOARGS,
|
|
|
|
PyDoc_STR("Return time tuple, compatible with time.localtime().")},
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"isocalendar", (PyCFunction)date_isocalendar, METH_NOARGS,
|
|
|
|
PyDoc_STR("Return a 3-tuple containing ISO year, week number, and "
|
|
|
|
"weekday.")},
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"isoformat", (PyCFunction)date_isoformat, METH_NOARGS,
|
|
|
|
PyDoc_STR("Return string in ISO 8601 format, YYYY-MM-DD.")},
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"isoweekday", (PyCFunction)date_isoweekday, METH_NOARGS,
|
|
|
|
PyDoc_STR("Return the day of the week represented by the date.\n"
|
|
|
|
"Monday == 1 ... Sunday == 7")},
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"toordinal", (PyCFunction)date_toordinal, METH_NOARGS,
|
|
|
|
PyDoc_STR("Return proleptic Gregorian ordinal. January 1 of year "
|
|
|
|
"1 is day 1.")},
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"weekday", (PyCFunction)date_weekday, METH_NOARGS,
|
|
|
|
PyDoc_STR("Return the day of the week represented by the date.\n"
|
|
|
|
"Monday == 0 ... Sunday == 6")},
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"replace", (PyCFunction)date_replace, METH_VARARGS | METH_KEYWORDS,
|
|
|
|
PyDoc_STR("Return date with new specified fields.")},
|
2002-12-24 01:41:27 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"__reduce__", (PyCFunction)date_reduce, METH_NOARGS,
|
|
|
|
PyDoc_STR("__reduce__() -> (cls, state)")},
|
2003-01-30 18:06:23 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{NULL, NULL}
|
2002-12-16 16:18:38 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
static char date_doc[] =
|
2004-12-19 16:13:24 -04:00
|
|
|
PyDoc_STR("date(year, month, day) --> date object");
|
2002-12-16 16:18:38 -04:00
|
|
|
|
|
|
|
static PyNumberMethods date_as_number = {
|
2010-05-09 13:14:21 -03:00
|
|
|
date_add, /* nb_add */
|
|
|
|
date_subtract, /* nb_subtract */
|
|
|
|
0, /* nb_multiply */
|
|
|
|
0, /* nb_remainder */
|
|
|
|
0, /* nb_divmod */
|
|
|
|
0, /* nb_power */
|
|
|
|
0, /* nb_negative */
|
|
|
|
0, /* nb_positive */
|
|
|
|
0, /* nb_absolute */
|
|
|
|
0, /* nb_bool */
|
2002-12-16 16:18:38 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
static PyTypeObject PyDateTime_DateType = {
|
2010-05-09 13:14:21 -03:00
|
|
|
PyVarObject_HEAD_INIT(NULL, 0)
|
|
|
|
"datetime.date", /* tp_name */
|
|
|
|
sizeof(PyDateTime_Date), /* tp_basicsize */
|
|
|
|
0, /* tp_itemsize */
|
|
|
|
0, /* tp_dealloc */
|
|
|
|
0, /* tp_print */
|
|
|
|
0, /* tp_getattr */
|
|
|
|
0, /* tp_setattr */
|
|
|
|
0, /* tp_reserved */
|
|
|
|
(reprfunc)date_repr, /* tp_repr */
|
|
|
|
&date_as_number, /* tp_as_number */
|
|
|
|
0, /* tp_as_sequence */
|
|
|
|
0, /* tp_as_mapping */
|
|
|
|
(hashfunc)date_hash, /* tp_hash */
|
|
|
|
0, /* tp_call */
|
|
|
|
(reprfunc)date_str, /* tp_str */
|
|
|
|
PyObject_GenericGetAttr, /* tp_getattro */
|
|
|
|
0, /* tp_setattro */
|
|
|
|
0, /* tp_as_buffer */
|
|
|
|
Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE, /* tp_flags */
|
|
|
|
date_doc, /* tp_doc */
|
|
|
|
0, /* tp_traverse */
|
|
|
|
0, /* tp_clear */
|
|
|
|
date_richcompare, /* tp_richcompare */
|
|
|
|
0, /* tp_weaklistoffset */
|
|
|
|
0, /* tp_iter */
|
|
|
|
0, /* tp_iternext */
|
|
|
|
date_methods, /* tp_methods */
|
|
|
|
0, /* tp_members */
|
|
|
|
date_getset, /* tp_getset */
|
|
|
|
0, /* tp_base */
|
|
|
|
0, /* tp_dict */
|
|
|
|
0, /* tp_descr_get */
|
|
|
|
0, /* tp_descr_set */
|
|
|
|
0, /* tp_dictoffset */
|
|
|
|
0, /* tp_init */
|
|
|
|
0, /* tp_alloc */
|
|
|
|
date_new, /* tp_new */
|
|
|
|
0, /* tp_free */
|
2002-12-16 16:18:38 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
2003-01-10 23:39:11 -04:00
|
|
|
* PyDateTime_TZInfo implementation.
|
2002-12-16 16:18:38 -04:00
|
|
|
*/
|
|
|
|
|
2003-01-10 23:39:11 -04:00
|
|
|
/* This is a pure abstract base class, so doesn't do anything beyond
|
|
|
|
* raising NotImplemented exceptions. Real tzinfo classes need
|
|
|
|
* to derive from this. This is mostly for clarity, and for efficiency in
|
|
|
|
* datetime and time constructors (their tzinfo arguments need to
|
|
|
|
* be subclasses of this tzinfo class, which is easy and quick to check).
|
|
|
|
*
|
|
|
|
* Note: For reasons having to do with pickling of subclasses, we have
|
|
|
|
* to allow tzinfo objects to be instantiated. This wasn't an issue
|
|
|
|
* in the Python implementation (__init__() could raise NotImplementedError
|
|
|
|
* there without ill effect), but doing so in the C implementation hit a
|
|
|
|
* brick wall.
|
|
|
|
*/
|
2002-12-16 16:18:38 -04:00
|
|
|
|
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
tzinfo_nogo(const char* methodname)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyErr_Format(PyExc_NotImplementedError,
|
|
|
|
"a tzinfo subclass must implement %s()",
|
|
|
|
methodname);
|
|
|
|
return NULL;
|
2003-01-10 23:39:11 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Methods. A subclass must implement these. */
|
|
|
|
|
2003-01-23 12:36:11 -04:00
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
tzinfo_tzname(PyDateTime_TZInfo *self, PyObject *dt)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return tzinfo_nogo("tzname");
|
2003-01-10 23:39:11 -04:00
|
|
|
}
|
|
|
|
|
2003-01-23 12:36:11 -04:00
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
tzinfo_utcoffset(PyDateTime_TZInfo *self, PyObject *dt)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return tzinfo_nogo("utcoffset");
|
2003-01-10 23:39:11 -04:00
|
|
|
}
|
|
|
|
|
2003-01-23 12:36:11 -04:00
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
tzinfo_dst(PyDateTime_TZInfo *self, PyObject *dt)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return tzinfo_nogo("dst");
|
2003-01-10 23:39:11 -04:00
|
|
|
}
|
|
|
|
|
2003-01-23 12:36:11 -04:00
|
|
|
static PyObject *
|
|
|
|
tzinfo_fromutc(PyDateTime_TZInfo *self, PyDateTime_DateTime *dt)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
int y, m, d, hh, mm, ss, us;
|
|
|
|
|
|
|
|
PyObject *result;
|
|
|
|
int off, dst;
|
|
|
|
int none;
|
|
|
|
int delta;
|
|
|
|
|
|
|
|
if (! PyDateTime_Check(dt)) {
|
|
|
|
PyErr_SetString(PyExc_TypeError,
|
|
|
|
"fromutc: argument must be a datetime");
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
if (! HASTZINFO(dt) || dt->tzinfo != (PyObject *)self) {
|
|
|
|
PyErr_SetString(PyExc_ValueError, "fromutc: dt.tzinfo "
|
|
|
|
"is not self");
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
|
|
|
off = call_utcoffset(dt->tzinfo, (PyObject *)dt, &none);
|
|
|
|
if (off == -1 && PyErr_Occurred())
|
|
|
|
return NULL;
|
|
|
|
if (none) {
|
|
|
|
PyErr_SetString(PyExc_ValueError, "fromutc: non-None "
|
|
|
|
"utcoffset() result required");
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
|
|
|
dst = call_dst(dt->tzinfo, (PyObject *)dt, &none);
|
|
|
|
if (dst == -1 && PyErr_Occurred())
|
|
|
|
return NULL;
|
|
|
|
if (none) {
|
|
|
|
PyErr_SetString(PyExc_ValueError, "fromutc: non-None "
|
|
|
|
"dst() result required");
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
|
|
|
y = GET_YEAR(dt);
|
|
|
|
m = GET_MONTH(dt);
|
|
|
|
d = GET_DAY(dt);
|
|
|
|
hh = DATE_GET_HOUR(dt);
|
|
|
|
mm = DATE_GET_MINUTE(dt);
|
|
|
|
ss = DATE_GET_SECOND(dt);
|
|
|
|
us = DATE_GET_MICROSECOND(dt);
|
|
|
|
|
|
|
|
delta = off - dst;
|
|
|
|
mm += delta;
|
|
|
|
if ((mm < 0 || mm >= 60) &&
|
|
|
|
normalize_datetime(&y, &m, &d, &hh, &mm, &ss, &us) < 0)
|
|
|
|
return NULL;
|
|
|
|
result = new_datetime(y, m, d, hh, mm, ss, us, dt->tzinfo);
|
|
|
|
if (result == NULL)
|
|
|
|
return result;
|
|
|
|
|
|
|
|
dst = call_dst(dt->tzinfo, result, &none);
|
|
|
|
if (dst == -1 && PyErr_Occurred())
|
|
|
|
goto Fail;
|
|
|
|
if (none)
|
|
|
|
goto Inconsistent;
|
|
|
|
if (dst == 0)
|
|
|
|
return result;
|
|
|
|
|
|
|
|
mm += dst;
|
|
|
|
if ((mm < 0 || mm >= 60) &&
|
|
|
|
normalize_datetime(&y, &m, &d, &hh, &mm, &ss, &us) < 0)
|
|
|
|
goto Fail;
|
|
|
|
Py_DECREF(result);
|
|
|
|
result = new_datetime(y, m, d, hh, mm, ss, us, dt->tzinfo);
|
|
|
|
return result;
|
2003-01-23 12:36:11 -04:00
|
|
|
|
|
|
|
Inconsistent:
|
2010-05-09 13:14:21 -03:00
|
|
|
PyErr_SetString(PyExc_ValueError, "fromutc: tz.dst() gave"
|
|
|
|
"inconsistent results; cannot convert");
|
2003-01-23 12:36:11 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
/* fall thru to failure */
|
2003-01-23 12:36:11 -04:00
|
|
|
Fail:
|
2010-05-09 13:14:21 -03:00
|
|
|
Py_DECREF(result);
|
|
|
|
return NULL;
|
2003-01-23 12:36:11 -04:00
|
|
|
}
|
|
|
|
|
2003-01-10 23:39:11 -04:00
|
|
|
/*
|
|
|
|
* Pickle support. This is solely so that tzinfo subclasses can use
|
2003-01-30 18:06:23 -04:00
|
|
|
* pickling -- tzinfo itself is supposed to be uninstantiable.
|
2003-01-10 23:39:11 -04:00
|
|
|
*/
|
|
|
|
|
2003-01-30 18:06:23 -04:00
|
|
|
static PyObject *
|
|
|
|
tzinfo_reduce(PyObject *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *args, *state, *tmp;
|
|
|
|
PyObject *getinitargs, *getstate;
|
|
|
|
|
|
|
|
tmp = PyTuple_New(0);
|
|
|
|
if (tmp == NULL)
|
|
|
|
return NULL;
|
|
|
|
|
|
|
|
getinitargs = PyObject_GetAttrString(self, "__getinitargs__");
|
|
|
|
if (getinitargs != NULL) {
|
|
|
|
args = PyObject_CallObject(getinitargs, tmp);
|
|
|
|
Py_DECREF(getinitargs);
|
|
|
|
if (args == NULL) {
|
|
|
|
Py_DECREF(tmp);
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
PyErr_Clear();
|
|
|
|
args = tmp;
|
|
|
|
Py_INCREF(args);
|
|
|
|
}
|
|
|
|
|
|
|
|
getstate = PyObject_GetAttrString(self, "__getstate__");
|
|
|
|
if (getstate != NULL) {
|
|
|
|
state = PyObject_CallObject(getstate, tmp);
|
|
|
|
Py_DECREF(getstate);
|
|
|
|
if (state == NULL) {
|
|
|
|
Py_DECREF(args);
|
|
|
|
Py_DECREF(tmp);
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
PyObject **dictptr;
|
|
|
|
PyErr_Clear();
|
|
|
|
state = Py_None;
|
|
|
|
dictptr = _PyObject_GetDictPtr(self);
|
|
|
|
if (dictptr && *dictptr && PyDict_Size(*dictptr))
|
|
|
|
state = *dictptr;
|
|
|
|
Py_INCREF(state);
|
|
|
|
}
|
|
|
|
|
|
|
|
Py_DECREF(tmp);
|
|
|
|
|
|
|
|
if (state == Py_None) {
|
|
|
|
Py_DECREF(state);
|
|
|
|
return Py_BuildValue("(ON)", Py_TYPE(self), args);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
return Py_BuildValue("(ONN)", Py_TYPE(self), args, state);
|
2003-01-30 18:06:23 -04:00
|
|
|
}
|
2003-01-10 23:39:11 -04:00
|
|
|
|
|
|
|
static PyMethodDef tzinfo_methods[] = {
|
2003-01-30 18:06:23 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"tzname", (PyCFunction)tzinfo_tzname, METH_O,
|
|
|
|
PyDoc_STR("datetime -> string name of time zone.")},
|
2003-01-10 23:39:11 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"utcoffset", (PyCFunction)tzinfo_utcoffset, METH_O,
|
|
|
|
PyDoc_STR("datetime -> minutes east of UTC (negative for "
|
|
|
|
"west of UTC).")},
|
2003-01-10 23:39:11 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"dst", (PyCFunction)tzinfo_dst, METH_O,
|
|
|
|
PyDoc_STR("datetime -> DST offset in minutes east of UTC.")},
|
2003-01-10 23:39:11 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"fromutc", (PyCFunction)tzinfo_fromutc, METH_O,
|
Merged revisions 82301 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
................
r82301 | benjamin.peterson | 2010-06-28 00:32:30 +0200 (Mo, 28 Jun 2010) | 303 lines
Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80605 | andrew.kuchling | 2010-04-28 19:22:16 -0500 (Wed, 28 Apr 2010) | 1 line
Add various items
........
r80606 | andrew.kuchling | 2010-04-28 20:44:30 -0500 (Wed, 28 Apr 2010) | 6 lines
Fix doubled 'the'.
Markup fixes to use :exc:, :option: in a few places.
(Glitch: unittest.main's -c ends up a link to the Python
interpreter's -c option. Should we skip using :option: for that
switch, or disable the auto-linking somehow?)
........
r80607 | andrew.kuchling | 2010-04-28 20:45:41 -0500 (Wed, 28 Apr 2010) | 1 line
Add various unittest items
........
r80608 | benjamin.peterson | 2010-04-28 22:18:05 -0500 (Wed, 28 Apr 2010) | 1 line
update pypy description
........
r80609 | benjamin.peterson | 2010-04-28 22:30:59 -0500 (Wed, 28 Apr 2010) | 1 line
update pypy url
........
r80642 | andrew.kuchling | 2010-04-29 19:49:09 -0500 (Thu, 29 Apr 2010) | 1 line
Always add space after RFC; reword paragraph
........
r80643 | andrew.kuchling | 2010-04-29 19:52:31 -0500 (Thu, 29 Apr 2010) | 6 lines
Reword paragraph to make its meaning clearer.
Antoine Pitrou: is my version of the paragraph still correct?
R. David Murray: is this more understandable than the previous version?
........
r80644 | andrew.kuchling | 2010-04-29 20:02:15 -0500 (Thu, 29 Apr 2010) | 1 line
Fix typos
........
r80645 | andrew.kuchling | 2010-04-29 20:32:47 -0500 (Thu, 29 Apr 2010) | 1 line
Markup fix; clarify by adding 'in that order'
........
r80646 | andrew.kuchling | 2010-04-29 20:33:40 -0500 (Thu, 29 Apr 2010) | 1 line
Add various items; rearrange unittest section a bit
........
r80651 | andrew.kuchling | 2010-04-30 08:46:55 -0500 (Fri, 30 Apr 2010) | 1 line
Minor grammar re-wording
........
r80652 | andrew.kuchling | 2010-04-30 08:47:34 -0500 (Fri, 30 Apr 2010) | 1 line
Add item
........
r80674 | andrew.kuchling | 2010-04-30 20:19:16 -0500 (Fri, 30 Apr 2010) | 1 line
Add various items
........
r80684 | andrew.kuchling | 2010-05-01 07:05:52 -0500 (Sat, 01 May 2010) | 1 line
Minor grammar fix
........
r80685 | andrew.kuchling | 2010-05-01 07:06:51 -0500 (Sat, 01 May 2010) | 1 line
Describe memoryview
........
r80686 | antoine.pitrou | 2010-05-01 07:16:39 -0500 (Sat, 01 May 2010) | 4 lines
Fix attribution. Travis didn't do much and he did a bad work.
(yes, this is a sensitive subject, sorry)
........
r80748 | andrew.kuchling | 2010-05-03 20:24:22 -0500 (Mon, 03 May 2010) | 1 line
Add some more items; the urlparse change is added twice
........
r80852 | andrew.kuchling | 2010-05-05 20:09:47 -0500 (Wed, 05 May 2010) | 1 line
Reword paragraph; fix filename, which should be pyconfig.h
........
r80854 | andrew.kuchling | 2010-05-05 20:10:56 -0500 (Wed, 05 May 2010) | 1 line
Add various items
........
r80870 | andrew.kuchling | 2010-05-06 09:14:09 -0500 (Thu, 06 May 2010) | 1 line
Describe ElementTree 1.3; rearrange new-module sections; describe dict views as sets; small edits and items
........
r80872 | andrew.kuchling | 2010-05-06 12:21:59 -0500 (Thu, 06 May 2010) | 1 line
Add 2 items; record ideas for two initial sections; clarify wording
........
r80873 | andrew.kuchling | 2010-05-06 12:27:57 -0500 (Thu, 06 May 2010) | 1 line
Change section title; point to unittest2
........
r80907 | andrew.kuchling | 2010-05-06 20:45:14 -0500 (Thu, 06 May 2010) | 1 line
Add a new section on the development plan; add an item
........
r80915 | antoine.pitrou | 2010-05-07 05:15:51 -0500 (Fri, 07 May 2010) | 3 lines
Fix some markup and a class name. Also, wrap a long line.
........
r80916 | andrew.kuchling | 2010-05-07 06:30:47 -0500 (Fri, 07 May 2010) | 1 line
Re-word text
........
r80951 | andrew.kuchling | 2010-05-07 20:15:26 -0500 (Fri, 07 May 2010) | 1 line
Add two items
........
r80952 | andrew.kuchling | 2010-05-07 20:35:55 -0500 (Fri, 07 May 2010) | 1 line
Get accents correct
........
r80976 | andrew.kuchling | 2010-05-08 08:28:03 -0500 (Sat, 08 May 2010) | 1 line
Add logging.dictConfig example; give up on writing a Ttk example
........
r80977 | andrew.kuchling | 2010-05-08 08:29:46 -0500 (Sat, 08 May 2010) | 1 line
Markup fixes
........
r80985 | andrew.kuchling | 2010-05-08 10:39:46 -0500 (Sat, 08 May 2010) | 7 lines
Write summary of the 2.7 release; rewrite the future section some more;
mention PYTHONWARNINGS env. var; tweak some examples for readability.
And with this commit, the "What's New" is done... except for a
complete read-through to polish the text, and fixing any reported errors,
but those tasks can easily wait until after beta2.
........
r81038 | benjamin.peterson | 2010-05-09 16:09:40 -0500 (Sun, 09 May 2010) | 1 line
finish clause
........
r81039 | andrew.kuchling | 2010-05-10 09:18:27 -0500 (Mon, 10 May 2010) | 1 line
Markup fix; re-word a sentence
........
r81040 | andrew.kuchling | 2010-05-10 09:20:12 -0500 (Mon, 10 May 2010) | 1 line
Use title case
........
r81042 | andrew.kuchling | 2010-05-10 10:03:35 -0500 (Mon, 10 May 2010) | 1 line
Link to unittest2 article
........
r81053 | florent.xicluna | 2010-05-10 14:59:22 -0500 (Mon, 10 May 2010) | 2 lines
Add a link on maketrans().
........
r81070 | andrew.kuchling | 2010-05-10 18:13:41 -0500 (Mon, 10 May 2010) | 1 line
Fix typo
........
r81104 | andrew.kuchling | 2010-05-11 19:38:44 -0500 (Tue, 11 May 2010) | 1 line
Revision pass: lots of edits, typo fixes, rearrangements
........
r81105 | andrew.kuchling | 2010-05-11 19:40:47 -0500 (Tue, 11 May 2010) | 1 line
Let's call this done
........
r81114 | andrew.kuchling | 2010-05-12 08:56:07 -0500 (Wed, 12 May 2010) | 1 line
Grammar fix
........
r81125 | andrew.kuchling | 2010-05-12 13:56:48 -0500 (Wed, 12 May 2010) | 1 line
#8696: add documentation for logging.config.dictConfig (PEP 391)
........
r81245 | andrew.kuchling | 2010-05-16 18:31:16 -0500 (Sun, 16 May 2010) | 1 line
Add cross-reference to later section
........
r81285 | vinay.sajip | 2010-05-18 03:16:27 -0500 (Tue, 18 May 2010) | 1 line
Fixed minor typo in ReST markup.
........
r81402 | vinay.sajip | 2010-05-21 12:41:34 -0500 (Fri, 21 May 2010) | 1 line
Updated logging documentation with more dictConfig information.
........
r81463 | georg.brandl | 2010-05-22 03:17:23 -0500 (Sat, 22 May 2010) | 1 line
#8785: less confusing description of regex.find*.
........
r81516 | andrew.kuchling | 2010-05-25 08:34:08 -0500 (Tue, 25 May 2010) | 1 line
Add three items
........
r81562 | andrew.kuchling | 2010-05-27 08:22:53 -0500 (Thu, 27 May 2010) | 1 line
Rewrite wxWidgets section
........
r81563 | andrew.kuchling | 2010-05-27 08:30:09 -0500 (Thu, 27 May 2010) | 1 line
Remove top-level 'General Questions' section, pushing up the questions it contains
........
r81567 | andrew.kuchling | 2010-05-27 16:29:59 -0500 (Thu, 27 May 2010) | 1 line
Add item
........
r81593 | georg.brandl | 2010-05-29 03:46:18 -0500 (Sat, 29 May 2010) | 1 line
#8616: add new turtle demo "nim".
........
r81635 | georg.brandl | 2010-06-01 02:25:23 -0500 (Tue, 01 Jun 2010) | 1 line
Put docs for RegexObject.search() before RegexObject.match() to mirror re.search() and re.match() order.
........
r81680 | vinay.sajip | 2010-06-03 17:34:42 -0500 (Thu, 03 Jun 2010) | 1 line
Issue #8890: Documentation changed to avoid reference to temporary files.
........
r81681 | sean.reifschneider | 2010-06-03 20:51:26 -0500 (Thu, 03 Jun 2010) | 2 lines
Issue8810: Clearing up docstring for tzinfo.utcoffset.
........
r81684 | vinay.sajip | 2010-06-04 08:41:02 -0500 (Fri, 04 Jun 2010) | 1 line
Issue #8890: Documentation changed to avoid reference to temporary files - other cases covered.
........
r81801 | andrew.kuchling | 2010-06-07 08:38:40 -0500 (Mon, 07 Jun 2010) | 1 line
#8875: Remove duplicated paragraph
........
r81888 | andrew.kuchling | 2010-06-10 20:54:58 -0500 (Thu, 10 Jun 2010) | 1 line
Add a few more items
........
r81931 | georg.brandl | 2010-06-12 01:26:54 -0500 (Sat, 12 Jun 2010) | 1 line
Fix punctuation.
........
r81932 | georg.brandl | 2010-06-12 01:28:58 -0500 (Sat, 12 Jun 2010) | 1 line
Document that an existing directory raises in mkdir().
........
r81933 | georg.brandl | 2010-06-12 01:45:33 -0500 (Sat, 12 Jun 2010) | 1 line
Update version in README.
........
r81939 | georg.brandl | 2010-06-12 04:45:01 -0500 (Sat, 12 Jun 2010) | 1 line
Use newer toctree syntax.
........
r81940 | georg.brandl | 2010-06-12 04:45:28 -0500 (Sat, 12 Jun 2010) | 1 line
Add document on how to build.
........
r81941 | georg.brandl | 2010-06-12 04:45:58 -0500 (Sat, 12 Jun 2010) | 1 line
Fix gratuitous indentation.
........
r81942 | georg.brandl | 2010-06-12 04:46:03 -0500 (Sat, 12 Jun 2010) | 1 line
Update README.
........
r81963 | andrew.kuchling | 2010-06-12 15:00:55 -0500 (Sat, 12 Jun 2010) | 1 line
Grammar fix
........
r81984 | georg.brandl | 2010-06-14 10:58:39 -0500 (Mon, 14 Jun 2010) | 1 line
#8993: fix reference.
........
r81991 | andrew.kuchling | 2010-06-14 19:38:58 -0500 (Mon, 14 Jun 2010) | 1 line
Add another bunch of items
........
r82120 | andrew.kuchling | 2010-06-20 16:45:45 -0500 (Sun, 20 Jun 2010) | 1 line
Note that Python 3.x isn't covered; add forward ref. for UTF-8; note error in 2.5 and up
........
r82188 | benjamin.peterson | 2010-06-23 19:02:46 -0500 (Wed, 23 Jun 2010) | 1 line
remove reverted changed
........
r82264 | georg.brandl | 2010-06-27 05:47:47 -0500 (Sun, 27 Jun 2010) | 1 line
Confusing punctuation.
........
r82265 | georg.brandl | 2010-06-27 05:49:23 -0500 (Sun, 27 Jun 2010) | 1 line
Use designated syntax for optional grammar element.
........
r82266 | georg.brandl | 2010-06-27 05:51:44 -0500 (Sun, 27 Jun 2010) | 1 line
Fix URL.
........
r82267 | georg.brandl | 2010-06-27 05:55:38 -0500 (Sun, 27 Jun 2010) | 1 line
Two typos.
........
................
2010-07-11 07:41:07 -03:00
|
|
|
PyDoc_STR("datetime -> timedelta showing offset from UTC, negative "
|
|
|
|
"values indicating West of UTC")},
|
2003-01-23 12:36:11 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"__reduce__", (PyCFunction)tzinfo_reduce, METH_NOARGS,
|
|
|
|
PyDoc_STR("-> (cls, state)")},
|
2003-01-30 18:06:23 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{NULL, NULL}
|
2003-01-10 23:39:11 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
static char tzinfo_doc[] =
|
|
|
|
PyDoc_STR("Abstract base class for time zone info objects.");
|
|
|
|
|
2006-03-22 05:28:35 -04:00
|
|
|
static PyTypeObject PyDateTime_TZInfoType = {
|
2010-05-09 13:14:21 -03:00
|
|
|
PyVarObject_HEAD_INIT(NULL, 0)
|
|
|
|
"datetime.tzinfo", /* tp_name */
|
|
|
|
sizeof(PyDateTime_TZInfo), /* tp_basicsize */
|
|
|
|
0, /* tp_itemsize */
|
|
|
|
0, /* tp_dealloc */
|
|
|
|
0, /* tp_print */
|
|
|
|
0, /* tp_getattr */
|
|
|
|
0, /* tp_setattr */
|
|
|
|
0, /* tp_reserved */
|
|
|
|
0, /* tp_repr */
|
|
|
|
0, /* tp_as_number */
|
|
|
|
0, /* tp_as_sequence */
|
|
|
|
0, /* tp_as_mapping */
|
|
|
|
0, /* tp_hash */
|
|
|
|
0, /* tp_call */
|
|
|
|
0, /* tp_str */
|
|
|
|
PyObject_GenericGetAttr, /* tp_getattro */
|
|
|
|
0, /* tp_setattro */
|
|
|
|
0, /* tp_as_buffer */
|
|
|
|
Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE, /* tp_flags */
|
|
|
|
tzinfo_doc, /* tp_doc */
|
|
|
|
0, /* tp_traverse */
|
|
|
|
0, /* tp_clear */
|
|
|
|
0, /* tp_richcompare */
|
|
|
|
0, /* tp_weaklistoffset */
|
|
|
|
0, /* tp_iter */
|
|
|
|
0, /* tp_iternext */
|
|
|
|
tzinfo_methods, /* tp_methods */
|
|
|
|
0, /* tp_members */
|
|
|
|
0, /* tp_getset */
|
|
|
|
0, /* tp_base */
|
|
|
|
0, /* tp_dict */
|
|
|
|
0, /* tp_descr_get */
|
|
|
|
0, /* tp_descr_set */
|
|
|
|
0, /* tp_dictoffset */
|
|
|
|
0, /* tp_init */
|
|
|
|
0, /* tp_alloc */
|
|
|
|
PyType_GenericNew, /* tp_new */
|
|
|
|
0, /* tp_free */
|
2003-01-10 23:39:11 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
|
|
|
* PyDateTime_Time implementation.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Accessor properties.
|
|
|
|
*/
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
time_hour(PyDateTime_Time *self, void *unused)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return PyLong_FromLong(TIME_GET_HOUR(self));
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
time_minute(PyDateTime_Time *self, void *unused)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return PyLong_FromLong(TIME_GET_MINUTE(self));
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2003-01-10 23:39:11 -04:00
|
|
|
/* The name time_second conflicted with some platform header file. */
|
2002-12-16 16:18:38 -04:00
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
py_time_second(PyDateTime_Time *self, void *unused)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return PyLong_FromLong(TIME_GET_SECOND(self));
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
time_microsecond(PyDateTime_Time *self, void *unused)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return PyLong_FromLong(TIME_GET_MICROSECOND(self));
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2003-01-10 23:39:11 -04:00
|
|
|
static PyObject *
|
|
|
|
time_tzinfo(PyDateTime_Time *self, void *unused)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *result = HASTZINFO(self) ? self->tzinfo : Py_None;
|
|
|
|
Py_INCREF(result);
|
|
|
|
return result;
|
2003-01-10 23:39:11 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyGetSetDef time_getset[] = {
|
2010-05-09 13:14:21 -03:00
|
|
|
{"hour", (getter)time_hour},
|
|
|
|
{"minute", (getter)time_minute},
|
|
|
|
{"second", (getter)py_time_second},
|
|
|
|
{"microsecond", (getter)time_microsecond},
|
|
|
|
{"tzinfo", (getter)time_tzinfo},
|
|
|
|
{NULL}
|
2002-12-16 16:18:38 -04:00
|
|
|
};
|
|
|
|
|
2003-01-10 23:39:11 -04:00
|
|
|
/*
|
|
|
|
* Constructors.
|
|
|
|
*/
|
2002-12-24 01:41:27 -04:00
|
|
|
|
2006-02-27 13:20:04 -04:00
|
|
|
static char *time_kws[] = {"hour", "minute", "second", "microsecond",
|
2010-05-09 13:14:21 -03:00
|
|
|
"tzinfo", NULL};
|
2002-12-24 01:41:27 -04:00
|
|
|
|
2002-12-16 16:18:38 -04:00
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
time_new(PyTypeObject *type, PyObject *args, PyObject *kw)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *self = NULL;
|
|
|
|
PyObject *state;
|
|
|
|
int hour = 0;
|
|
|
|
int minute = 0;
|
|
|
|
int second = 0;
|
|
|
|
int usecond = 0;
|
|
|
|
PyObject *tzinfo = Py_None;
|
|
|
|
|
|
|
|
/* Check for invocation from pickle with __getstate__ state */
|
|
|
|
if (PyTuple_GET_SIZE(args) >= 1 &&
|
|
|
|
PyTuple_GET_SIZE(args) <= 2 &&
|
|
|
|
PyBytes_Check(state = PyTuple_GET_ITEM(args, 0)) &&
|
|
|
|
PyBytes_GET_SIZE(state) == _PyDateTime_TIME_DATASIZE &&
|
|
|
|
((unsigned char) (PyBytes_AS_STRING(state)[0])) < 24)
|
|
|
|
{
|
|
|
|
PyDateTime_Time *me;
|
|
|
|
char aware;
|
|
|
|
|
|
|
|
if (PyTuple_GET_SIZE(args) == 2) {
|
|
|
|
tzinfo = PyTuple_GET_ITEM(args, 1);
|
|
|
|
if (check_tzinfo_subclass(tzinfo) < 0) {
|
|
|
|
PyErr_SetString(PyExc_TypeError, "bad "
|
|
|
|
"tzinfo state arg");
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
aware = (char)(tzinfo != Py_None);
|
|
|
|
me = (PyDateTime_Time *) (type->tp_alloc(type, aware));
|
|
|
|
if (me != NULL) {
|
|
|
|
char *pdata = PyBytes_AS_STRING(state);
|
|
|
|
|
|
|
|
memcpy(me->data, pdata, _PyDateTime_TIME_DATASIZE);
|
|
|
|
me->hashcode = -1;
|
|
|
|
me->hastzinfo = aware;
|
|
|
|
if (aware) {
|
|
|
|
Py_INCREF(tzinfo);
|
|
|
|
me->tzinfo = tzinfo;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return (PyObject *)me;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (PyArg_ParseTupleAndKeywords(args, kw, "|iiiiO", time_kws,
|
|
|
|
&hour, &minute, &second, &usecond,
|
|
|
|
&tzinfo)) {
|
|
|
|
if (check_time_args(hour, minute, second, usecond) < 0)
|
|
|
|
return NULL;
|
|
|
|
if (check_tzinfo_subclass(tzinfo) < 0)
|
|
|
|
return NULL;
|
|
|
|
self = new_time_ex(hour, minute, second, usecond, tzinfo,
|
|
|
|
type);
|
|
|
|
}
|
|
|
|
return self;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2003-01-10 23:39:11 -04:00
|
|
|
/*
|
|
|
|
* Destructor.
|
|
|
|
*/
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2003-01-10 23:39:11 -04:00
|
|
|
static void
|
|
|
|
time_dealloc(PyDateTime_Time *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
if (HASTZINFO(self)) {
|
|
|
|
Py_XDECREF(self->tzinfo);
|
|
|
|
}
|
|
|
|
Py_TYPE(self)->tp_free((PyObject *)self);
|
2003-01-10 23:39:11 -04:00
|
|
|
}
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2003-01-10 23:39:11 -04:00
|
|
|
/*
|
|
|
|
* Indirect access to tzinfo methods.
|
2002-12-16 16:18:38 -04:00
|
|
|
*/
|
2003-01-10 23:39:11 -04:00
|
|
|
|
|
|
|
/* These are all METH_NOARGS, so don't need to check the arglist. */
|
2002-12-16 16:18:38 -04:00
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
time_utcoffset(PyDateTime_Time *self, PyObject *unused) {
|
2010-05-09 13:14:21 -03:00
|
|
|
return offset_as_timedelta(HASTZINFO(self) ? self->tzinfo : Py_None,
|
|
|
|
"utcoffset", Py_None);
|
2003-01-10 23:39:11 -04:00
|
|
|
}
|
2003-01-09 23:49:02 -04:00
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
time_dst(PyDateTime_Time *self, PyObject *unused) {
|
2010-05-09 13:14:21 -03:00
|
|
|
return offset_as_timedelta(HASTZINFO(self) ? self->tzinfo : Py_None,
|
|
|
|
"dst", Py_None);
|
2003-01-09 23:49:02 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
time_tzname(PyDateTime_Time *self, PyObject *unused) {
|
2010-05-09 13:14:21 -03:00
|
|
|
return call_tzname(HASTZINFO(self) ? self->tzinfo : Py_None,
|
|
|
|
Py_None);
|
2003-01-09 23:49:02 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Various ways to turn a time into a string.
|
|
|
|
*/
|
2002-12-16 16:18:38 -04:00
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
time_repr(PyDateTime_Time *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
const char *type_name = Py_TYPE(self)->tp_name;
|
|
|
|
int h = TIME_GET_HOUR(self);
|
|
|
|
int m = TIME_GET_MINUTE(self);
|
|
|
|
int s = TIME_GET_SECOND(self);
|
|
|
|
int us = TIME_GET_MICROSECOND(self);
|
|
|
|
PyObject *result = NULL;
|
|
|
|
|
|
|
|
if (us)
|
|
|
|
result = PyUnicode_FromFormat("%s(%d, %d, %d, %d)",
|
|
|
|
type_name, h, m, s, us);
|
|
|
|
else if (s)
|
|
|
|
result = PyUnicode_FromFormat("%s(%d, %d, %d)",
|
|
|
|
type_name, h, m, s);
|
|
|
|
else
|
|
|
|
result = PyUnicode_FromFormat("%s(%d, %d)", type_name, h, m);
|
|
|
|
if (result != NULL && HASTZINFO(self))
|
|
|
|
result = append_keyword_tzinfo(result, self->tzinfo);
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
time_str(PyDateTime_Time *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return PyObject_CallMethod((PyObject *)self, "isoformat", "()");
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
Merged revisions 53623-53858 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r53624 | peter.astrand | 2007-02-02 20:06:36 +0100 (Fri, 02 Feb 2007) | 1 line
We had several if statements checking the value of a fd. This is unsafe, since valid fds might be zero. We should check for not None instead.
........
r53635 | kurt.kaiser | 2007-02-05 07:03:18 +0100 (Mon, 05 Feb 2007) | 2 lines
Add 'raw' support to configHandler. Patch 1650174 Tal Einat.
........
r53641 | kurt.kaiser | 2007-02-06 00:02:16 +0100 (Tue, 06 Feb 2007) | 5 lines
1. Calltips now 'handle' tuples in the argument list (display '<tuple>' :)
Suggested solution by Christos Georgiou, Bug 791968.
2. Clean up tests, were not failing when they should have been.
4. Remove some camelcase and an unneeded try/except block.
........
r53644 | kurt.kaiser | 2007-02-06 04:21:40 +0100 (Tue, 06 Feb 2007) | 2 lines
Clean up ModifiedInterpreter.runcode() structure
........
r53646 | peter.astrand | 2007-02-06 16:37:50 +0100 (Tue, 06 Feb 2007) | 1 line
Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pipes on Windows, if GetStdHandle fails. Will backport.
........
r53648 | lars.gustaebel | 2007-02-06 19:38:13 +0100 (Tue, 06 Feb 2007) | 4 lines
Patch #1652681: create nonexistent files in append mode and
allow appending to empty files.
........
r53649 | kurt.kaiser | 2007-02-06 20:09:43 +0100 (Tue, 06 Feb 2007) | 4 lines
Updated patch (CodeContext.061217.patch) to
[ 1362975 ] CodeContext - Improved text indentation
Tal Einat 16Dec06
........
r53650 | kurt.kaiser | 2007-02-06 20:21:19 +0100 (Tue, 06 Feb 2007) | 2 lines
narrow exception per [ 1540849 ] except too broad
........
r53653 | kurt.kaiser | 2007-02-07 04:39:41 +0100 (Wed, 07 Feb 2007) | 4 lines
[ 1621265 ] Auto-completion list placement
Move AC window below input line unless not enough space, then put it above.
Patch: Tal Einat
........
r53654 | kurt.kaiser | 2007-02-07 09:07:13 +0100 (Wed, 07 Feb 2007) | 2 lines
Handle AttributeError during calltip lookup
........
r53656 | raymond.hettinger | 2007-02-07 21:08:22 +0100 (Wed, 07 Feb 2007) | 3 lines
SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses
........
r53658 | raymond.hettinger | 2007-02-07 22:04:20 +0100 (Wed, 07 Feb 2007) | 1 line
SF: 1397711 Set docs conflated immutable and hashable
........
r53660 | raymond.hettinger | 2007-02-07 22:42:17 +0100 (Wed, 07 Feb 2007) | 1 line
Check for a common user error with defaultdict().
........
r53662 | raymond.hettinger | 2007-02-07 23:24:07 +0100 (Wed, 07 Feb 2007) | 1 line
Bug #1575169: operator.isSequenceType() now returns False for subclasses of dict.
........
r53664 | raymond.hettinger | 2007-02-08 00:49:03 +0100 (Thu, 08 Feb 2007) | 1 line
Silence compiler warning
........
r53666 | raymond.hettinger | 2007-02-08 01:07:32 +0100 (Thu, 08 Feb 2007) | 1 line
Do not let overflows in enumerate() and count() pass silently.
........
r53668 | raymond.hettinger | 2007-02-08 01:50:39 +0100 (Thu, 08 Feb 2007) | 1 line
Bypass set specific optimizations for set and frozenset subclasses.
........
r53670 | raymond.hettinger | 2007-02-08 02:42:35 +0100 (Thu, 08 Feb 2007) | 1 line
Fix docstring bug
........
r53671 | martin.v.loewis | 2007-02-08 10:13:36 +0100 (Thu, 08 Feb 2007) | 3 lines
Bug #1653736: Complain about keyword arguments to time.isoformat.
Will backport to 2.5.
........
r53679 | kurt.kaiser | 2007-02-08 23:58:18 +0100 (Thu, 08 Feb 2007) | 6 lines
Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented;
mouse and cursor selection in ACWindow implemented; double Tab inserts current
selection and closes ACW (similar to double-click and Return); scroll wheel now
works in ACW. Added AutoComplete instructions to IDLE Help.
........
r53689 | martin.v.loewis | 2007-02-09 13:19:32 +0100 (Fri, 09 Feb 2007) | 3 lines
Bug #1653736: Properly discard third argument to slot_nb_inplace_power.
Will backport.
........
r53691 | martin.v.loewis | 2007-02-09 13:36:48 +0100 (Fri, 09 Feb 2007) | 4 lines
Bug #1600860: Search for shared python library in LIBDIR, not
lib/python/config, on "linux" and "gnu" systems.
Will backport.
........
r53693 | martin.v.loewis | 2007-02-09 13:58:49 +0100 (Fri, 09 Feb 2007) | 2 lines
Update broken link. Will backport to 2.5.
........
r53697 | georg.brandl | 2007-02-09 19:48:41 +0100 (Fri, 09 Feb 2007) | 2 lines
Bug #1656078: typo in in profile docs.
........
r53731 | brett.cannon | 2007-02-11 06:36:00 +0100 (Sun, 11 Feb 2007) | 3 lines
Change a very minor inconsistency (that is purely cosmetic) in the AST
definition.
........
r53735 | skip.montanaro | 2007-02-11 19:24:37 +0100 (Sun, 11 Feb 2007) | 1 line
fix trace.py --ignore-dir
........
r53741 | brett.cannon | 2007-02-11 20:44:41 +0100 (Sun, 11 Feb 2007) | 3 lines
Check in changed Python-ast.c from a cosmetic change to Python.asdl (in
r53731).
........
r53751 | brett.cannon | 2007-02-12 04:51:02 +0100 (Mon, 12 Feb 2007) | 5 lines
Modify Parser/asdl_c.py so that the __version__ number for Python/Python-ast.c
is specified at the top of the file. Also add a note that Python/Python-ast.c
needs to be committed separately after a change to the AST grammar to capture
the revision number of the change (which is what __version__ is set to).
........
r53752 | lars.gustaebel | 2007-02-12 10:25:53 +0100 (Mon, 12 Feb 2007) | 3 lines
Bug #1656581: Point out that external file objects are supposed to be
at position 0.
........
r53754 | martin.v.loewis | 2007-02-12 13:21:10 +0100 (Mon, 12 Feb 2007) | 3 lines
Patch 1463026: Support default namespace in XMLGenerator.
Fixes #847665. Will backport.
........
r53757 | armin.rigo | 2007-02-12 17:23:24 +0100 (Mon, 12 Feb 2007) | 4 lines
Fix the line to what is my guess at the original author's meaning.
(The line has no effect anyway, but is present because it's
customary call the base class __init__).
........
r53763 | martin.v.loewis | 2007-02-13 09:34:45 +0100 (Tue, 13 Feb 2007) | 3 lines
Patch #685268: Consider a package's __path__ in imputil.
Will backport.
........
r53765 | martin.v.loewis | 2007-02-13 10:49:38 +0100 (Tue, 13 Feb 2007) | 2 lines
Patch #698833: Support file decryption in zipfile.
........
r53766 | martin.v.loewis | 2007-02-13 11:10:39 +0100 (Tue, 13 Feb 2007) | 3 lines
Patch #1517891: Make 'a' create the file if it doesn't exist.
Fixes #1514451.
........
r53767 | martin.v.loewis | 2007-02-13 13:08:24 +0100 (Tue, 13 Feb 2007) | 3 lines
Bug #1658794: Remove extraneous 'this'.
Will backport to 2.5.
........
r53769 | martin.v.loewis | 2007-02-13 13:14:19 +0100 (Tue, 13 Feb 2007) | 3 lines
Patch #1657276: Make NETLINK_DNRTMSG conditional.
Will backport.
........
r53771 | lars.gustaebel | 2007-02-13 17:09:24 +0100 (Tue, 13 Feb 2007) | 4 lines
Patch #1647484: Renamed GzipFile's filename attribute to name. The
filename attribute is still accessible as a property that emits a
DeprecationWarning.
........
r53772 | lars.gustaebel | 2007-02-13 17:24:00 +0100 (Tue, 13 Feb 2007) | 3 lines
Strip the '.gz' extension from the filename that is written to the
gzip header.
........
r53774 | martin.v.loewis | 2007-02-14 11:07:37 +0100 (Wed, 14 Feb 2007) | 2 lines
Patch #1432399: Add HCI sockets.
........
r53775 | martin.v.loewis | 2007-02-14 12:30:07 +0100 (Wed, 14 Feb 2007) | 2 lines
Update 1432399 to removal of _BT_SOCKADDR_MEMB.
........
r53776 | martin.v.loewis | 2007-02-14 12:30:56 +0100 (Wed, 14 Feb 2007) | 3 lines
Ignore directory time stamps when considering
whether to rerun libffi configure.
........
r53778 | lars.gustaebel | 2007-02-14 15:45:12 +0100 (Wed, 14 Feb 2007) | 4 lines
A missing binary mode in AppendTest caused failures in Windows
Buildbot.
........
r53782 | martin.v.loewis | 2007-02-15 10:51:35 +0100 (Thu, 15 Feb 2007) | 2 lines
Patch #1397848: add the reasoning behind no-resize-on-shrinkage.
........
r53783 | georg.brandl | 2007-02-15 11:37:59 +0100 (Thu, 15 Feb 2007) | 2 lines
Make functools.wraps() docs a bit clearer.
........
r53785 | georg.brandl | 2007-02-15 12:29:04 +0100 (Thu, 15 Feb 2007) | 2 lines
Patch #1494140: Add documentation for the new struct.Struct object.
........
r53787 | georg.brandl | 2007-02-15 12:29:55 +0100 (Thu, 15 Feb 2007) | 2 lines
Add missing \versionadded.
........
r53800 | brett.cannon | 2007-02-15 23:54:39 +0100 (Thu, 15 Feb 2007) | 11 lines
Update the encoding package's search function to use absolute imports when
calling __import__. This helps make the expected search locations for encoding
modules be more explicit.
One could use an explicit value for __path__ when making the call to __import__
to force the exact location searched for encodings. This would give the most
strict search path possible if one is worried about malicious code being
imported. The unfortunate side-effect of that is that if __path__ was modified
on 'encodings' on purpose in a safe way it would not be picked up in future
__import__ calls.
........
r53801 | brett.cannon | 2007-02-16 20:33:01 +0100 (Fri, 16 Feb 2007) | 2 lines
Make the __import__ call in encodings.__init__ absolute with a level 0 call.
........
r53809 | vinay.sajip | 2007-02-16 23:36:24 +0100 (Fri, 16 Feb 2007) | 1 line
Minor fix for currentframe (SF #1652788).
........
r53818 | raymond.hettinger | 2007-02-19 03:03:19 +0100 (Mon, 19 Feb 2007) | 3 lines
Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash().
........
r53820 | raymond.hettinger | 2007-02-19 05:08:43 +0100 (Mon, 19 Feb 2007) | 1 line
Add merge() function to heapq.
........
r53821 | raymond.hettinger | 2007-02-19 06:28:28 +0100 (Mon, 19 Feb 2007) | 1 line
Add tie-breaker count to preserve sort stability.
........
r53822 | raymond.hettinger | 2007-02-19 07:59:32 +0100 (Mon, 19 Feb 2007) | 1 line
Use C heapreplace() instead of slower _siftup() in pure python.
........
r53823 | raymond.hettinger | 2007-02-19 08:30:21 +0100 (Mon, 19 Feb 2007) | 1 line
Add test for merge stability
........
r53824 | raymond.hettinger | 2007-02-19 10:14:10 +0100 (Mon, 19 Feb 2007) | 1 line
Provide an example of defaultdict with non-zero constant factory function.
........
r53825 | lars.gustaebel | 2007-02-19 10:54:47 +0100 (Mon, 19 Feb 2007) | 2 lines
Moved misplaced news item.
........
r53826 | martin.v.loewis | 2007-02-19 11:55:19 +0100 (Mon, 19 Feb 2007) | 3 lines
Patch #1490190: posixmodule now includes os.chflags() and os.lchflags()
functions on platforms where the underlying system calls are available.
........
r53827 | raymond.hettinger | 2007-02-19 19:15:04 +0100 (Mon, 19 Feb 2007) | 1 line
Fixup docstrings for merge().
........
r53829 | raymond.hettinger | 2007-02-19 21:44:04 +0100 (Mon, 19 Feb 2007) | 1 line
Fixup set/dict interoperability.
........
r53837 | raymond.hettinger | 2007-02-21 06:20:38 +0100 (Wed, 21 Feb 2007) | 1 line
Add itertools.izip_longest().
........
r53838 | raymond.hettinger | 2007-02-21 18:22:05 +0100 (Wed, 21 Feb 2007) | 1 line
Remove filler struct item and fix leak.
........
2007-02-23 11:07:44 -04:00
|
|
|
time_isoformat(PyDateTime_Time *self, PyObject *unused)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
char buf[100];
|
|
|
|
PyObject *result;
|
|
|
|
int us = TIME_GET_MICROSECOND(self);;
|
|
|
|
|
|
|
|
if (us)
|
|
|
|
result = PyUnicode_FromFormat("%02d:%02d:%02d.%06d",
|
|
|
|
TIME_GET_HOUR(self),
|
|
|
|
TIME_GET_MINUTE(self),
|
|
|
|
TIME_GET_SECOND(self),
|
|
|
|
us);
|
|
|
|
else
|
|
|
|
result = PyUnicode_FromFormat("%02d:%02d:%02d",
|
|
|
|
TIME_GET_HOUR(self),
|
|
|
|
TIME_GET_MINUTE(self),
|
|
|
|
TIME_GET_SECOND(self));
|
|
|
|
|
|
|
|
if (result == NULL || ! HASTZINFO(self) || self->tzinfo == Py_None)
|
|
|
|
return result;
|
|
|
|
|
|
|
|
/* We need to append the UTC offset. */
|
|
|
|
if (format_utcoffset(buf, sizeof(buf), ":", self->tzinfo,
|
|
|
|
Py_None) < 0) {
|
|
|
|
Py_DECREF(result);
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
PyUnicode_AppendAndDel(&result, PyUnicode_FromString(buf));
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
time_strftime(PyDateTime_Time *self, PyObject *args, PyObject *kw)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *result;
|
|
|
|
PyObject *tuple;
|
|
|
|
PyObject *format;
|
|
|
|
static char *keywords[] = {"format", NULL};
|
|
|
|
|
|
|
|
if (! PyArg_ParseTupleAndKeywords(args, kw, "U:strftime", keywords,
|
|
|
|
&format))
|
|
|
|
return NULL;
|
|
|
|
|
|
|
|
/* Python's strftime does insane things with the year part of the
|
|
|
|
* timetuple. The year is forced to (the otherwise nonsensical)
|
|
|
|
* 1900 to worm around that.
|
|
|
|
*/
|
|
|
|
tuple = Py_BuildValue("iiiiiiiii",
|
|
|
|
1900, 1, 1, /* year, month, day */
|
|
|
|
TIME_GET_HOUR(self),
|
|
|
|
TIME_GET_MINUTE(self),
|
|
|
|
TIME_GET_SECOND(self),
|
|
|
|
0, 1, -1); /* weekday, daynum, dst */
|
|
|
|
if (tuple == NULL)
|
|
|
|
return NULL;
|
|
|
|
assert(PyTuple_Size(tuple) == 9);
|
|
|
|
result = wrap_strftime((PyObject *)self, format, tuple,
|
|
|
|
Py_None);
|
|
|
|
Py_DECREF(tuple);
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2003-01-09 23:49:02 -04:00
|
|
|
/*
|
|
|
|
* Miscellaneous methods.
|
|
|
|
*/
|
2002-12-16 16:18:38 -04:00
|
|
|
|
|
|
|
static PyObject *
|
2006-08-24 14:29:38 -03:00
|
|
|
time_richcompare(PyObject *self, PyObject *other, int op)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
int diff;
|
|
|
|
naivety n1, n2;
|
|
|
|
int offset1, offset2;
|
|
|
|
|
|
|
|
if (! PyTime_Check(other)) {
|
|
|
|
Py_INCREF(Py_NotImplemented);
|
|
|
|
return Py_NotImplemented;
|
|
|
|
}
|
|
|
|
if (classify_two_utcoffsets(self, &offset1, &n1, Py_None,
|
|
|
|
other, &offset2, &n2, Py_None) < 0)
|
|
|
|
return NULL;
|
|
|
|
assert(n1 != OFFSET_UNKNOWN && n2 != OFFSET_UNKNOWN);
|
|
|
|
/* If they're both naive, or both aware and have the same offsets,
|
|
|
|
* we get off cheap. Note that if they're both naive, offset1 ==
|
|
|
|
* offset2 == 0 at this point.
|
|
|
|
*/
|
|
|
|
if (n1 == n2 && offset1 == offset2) {
|
|
|
|
diff = memcmp(((PyDateTime_Time *)self)->data,
|
|
|
|
((PyDateTime_Time *)other)->data,
|
|
|
|
_PyDateTime_TIME_DATASIZE);
|
|
|
|
return diff_to_bool(diff, op);
|
|
|
|
}
|
|
|
|
|
|
|
|
if (n1 == OFFSET_AWARE && n2 == OFFSET_AWARE) {
|
|
|
|
assert(offset1 != offset2); /* else last "if" handled it */
|
|
|
|
/* Convert everything except microseconds to seconds. These
|
|
|
|
* can't overflow (no more than the # of seconds in 2 days).
|
|
|
|
*/
|
|
|
|
offset1 = TIME_GET_HOUR(self) * 3600 +
|
|
|
|
(TIME_GET_MINUTE(self) - offset1) * 60 +
|
|
|
|
TIME_GET_SECOND(self);
|
|
|
|
offset2 = TIME_GET_HOUR(other) * 3600 +
|
|
|
|
(TIME_GET_MINUTE(other) - offset2) * 60 +
|
|
|
|
TIME_GET_SECOND(other);
|
|
|
|
diff = offset1 - offset2;
|
|
|
|
if (diff == 0)
|
|
|
|
diff = TIME_GET_MICROSECOND(self) -
|
|
|
|
TIME_GET_MICROSECOND(other);
|
|
|
|
return diff_to_bool(diff, op);
|
|
|
|
}
|
|
|
|
|
|
|
|
assert(n1 != n2);
|
|
|
|
PyErr_SetString(PyExc_TypeError,
|
|
|
|
"can't compare offset-naive and "
|
|
|
|
"offset-aware times");
|
|
|
|
return NULL;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static long
|
|
|
|
time_hash(PyDateTime_Time *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
if (self->hashcode == -1) {
|
|
|
|
naivety n;
|
|
|
|
int offset;
|
|
|
|
PyObject *temp;
|
|
|
|
|
|
|
|
n = classify_utcoffset((PyObject *)self, Py_None, &offset);
|
|
|
|
assert(n != OFFSET_UNKNOWN);
|
|
|
|
if (n == OFFSET_ERROR)
|
|
|
|
return -1;
|
|
|
|
|
|
|
|
/* Reduce this to a hash of another object. */
|
|
|
|
if (offset == 0) {
|
|
|
|
self->hashcode = generic_hash(
|
|
|
|
(unsigned char *)self->data, _PyDateTime_TIME_DATASIZE);
|
|
|
|
return self->hashcode;
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
int hour;
|
|
|
|
int minute;
|
|
|
|
|
|
|
|
assert(n == OFFSET_AWARE);
|
|
|
|
assert(HASTZINFO(self));
|
|
|
|
hour = divmod(TIME_GET_HOUR(self) * 60 +
|
|
|
|
TIME_GET_MINUTE(self) - offset,
|
|
|
|
60,
|
|
|
|
&minute);
|
|
|
|
if (0 <= hour && hour < 24)
|
|
|
|
temp = new_time(hour, minute,
|
|
|
|
TIME_GET_SECOND(self),
|
|
|
|
TIME_GET_MICROSECOND(self),
|
|
|
|
Py_None);
|
|
|
|
else
|
|
|
|
temp = Py_BuildValue("iiii",
|
|
|
|
hour, minute,
|
|
|
|
TIME_GET_SECOND(self),
|
|
|
|
TIME_GET_MICROSECOND(self));
|
|
|
|
}
|
|
|
|
if (temp != NULL) {
|
|
|
|
self->hashcode = PyObject_Hash(temp);
|
|
|
|
Py_DECREF(temp);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return self->hashcode;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2002-12-24 01:41:27 -04:00
|
|
|
static PyObject *
|
|
|
|
time_replace(PyDateTime_Time *self, PyObject *args, PyObject *kw)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *clone;
|
|
|
|
PyObject *tuple;
|
|
|
|
int hh = TIME_GET_HOUR(self);
|
|
|
|
int mm = TIME_GET_MINUTE(self);
|
|
|
|
int ss = TIME_GET_SECOND(self);
|
|
|
|
int us = TIME_GET_MICROSECOND(self);
|
|
|
|
PyObject *tzinfo = HASTZINFO(self) ? self->tzinfo : Py_None;
|
|
|
|
|
|
|
|
if (! PyArg_ParseTupleAndKeywords(args, kw, "|iiiiO:replace",
|
|
|
|
time_kws,
|
|
|
|
&hh, &mm, &ss, &us, &tzinfo))
|
|
|
|
return NULL;
|
|
|
|
tuple = Py_BuildValue("iiiiO", hh, mm, ss, us, tzinfo);
|
|
|
|
if (tuple == NULL)
|
|
|
|
return NULL;
|
|
|
|
clone = time_new(Py_TYPE(self), tuple, NULL);
|
|
|
|
Py_DECREF(tuple);
|
|
|
|
return clone;
|
2002-12-24 01:41:27 -04:00
|
|
|
}
|
|
|
|
|
2002-12-16 16:18:38 -04:00
|
|
|
static int
|
2006-11-28 15:15:13 -04:00
|
|
|
time_bool(PyDateTime_Time *self)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
int offset;
|
|
|
|
int none;
|
|
|
|
|
|
|
|
if (TIME_GET_SECOND(self) || TIME_GET_MICROSECOND(self)) {
|
|
|
|
/* Since utcoffset is in whole minutes, nothing can
|
|
|
|
* alter the conclusion that this is nonzero.
|
|
|
|
*/
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
offset = 0;
|
|
|
|
if (HASTZINFO(self) && self->tzinfo != Py_None) {
|
|
|
|
offset = call_utcoffset(self->tzinfo, Py_None, &none);
|
|
|
|
if (offset == -1 && PyErr_Occurred())
|
|
|
|
return -1;
|
|
|
|
}
|
|
|
|
return (TIME_GET_MINUTE(self) - offset + TIME_GET_HOUR(self)*60) != 0;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2003-01-31 21:52:50 -04:00
|
|
|
/* Pickle support, a simple use of __reduce__. */
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2003-01-09 23:49:02 -04:00
|
|
|
/* Let basestate be the non-tzinfo data string.
|
|
|
|
* If tzinfo is None, this returns (basestate,), else (basestate, tzinfo).
|
|
|
|
* So it's a tuple in any (non-error) case.
|
2003-01-31 22:54:15 -04:00
|
|
|
* __getstate__ isn't exposed.
|
2003-01-09 23:49:02 -04:00
|
|
|
*/
|
|
|
|
static PyObject *
|
|
|
|
time_getstate(PyDateTime_Time *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *basestate;
|
|
|
|
PyObject *result = NULL;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
basestate = PyBytes_FromStringAndSize((char *)self->data,
|
|
|
|
_PyDateTime_TIME_DATASIZE);
|
|
|
|
if (basestate != NULL) {
|
|
|
|
if (! HASTZINFO(self) || self->tzinfo == Py_None)
|
|
|
|
result = PyTuple_Pack(1, basestate);
|
|
|
|
else
|
|
|
|
result = PyTuple_Pack(2, basestate, self->tzinfo);
|
|
|
|
Py_DECREF(basestate);
|
|
|
|
}
|
|
|
|
return result;
|
2003-01-09 23:49:02 -04:00
|
|
|
}
|
2002-12-16 16:18:38 -04:00
|
|
|
|
|
|
|
static PyObject *
|
2003-01-30 18:06:23 -04:00
|
|
|
time_reduce(PyDateTime_Time *self, PyObject *arg)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return Py_BuildValue("(ON)", Py_TYPE(self), time_getstate(self));
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2003-01-09 23:49:02 -04:00
|
|
|
static PyMethodDef time_methods[] = {
|
2003-01-30 18:06:23 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"isoformat", (PyCFunction)time_isoformat, METH_NOARGS,
|
|
|
|
PyDoc_STR("Return string in ISO 8601 format, HH:MM:SS[.mmmmmm]"
|
|
|
|
"[+HH:MM].")},
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"strftime", (PyCFunction)time_strftime, METH_VARARGS | METH_KEYWORDS,
|
|
|
|
PyDoc_STR("format -> strftime() style string.")},
|
2003-01-09 23:49:02 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"__format__", (PyCFunction)date_format, METH_VARARGS,
|
|
|
|
PyDoc_STR("Formats self with strftime.")},
|
2007-09-11 15:06:02 -03:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"utcoffset", (PyCFunction)time_utcoffset, METH_NOARGS,
|
|
|
|
PyDoc_STR("Return self.tzinfo.utcoffset(self).")},
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"tzname", (PyCFunction)time_tzname, METH_NOARGS,
|
|
|
|
PyDoc_STR("Return self.tzinfo.tzname(self).")},
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"dst", (PyCFunction)time_dst, METH_NOARGS,
|
|
|
|
PyDoc_STR("Return self.tzinfo.dst(self).")},
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"replace", (PyCFunction)time_replace, METH_VARARGS | METH_KEYWORDS,
|
|
|
|
PyDoc_STR("Return time with new specified fields.")},
|
2002-12-24 01:41:27 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"__reduce__", (PyCFunction)time_reduce, METH_NOARGS,
|
|
|
|
PyDoc_STR("__reduce__() -> (cls, state)")},
|
2003-01-30 18:06:23 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{NULL, NULL}
|
2002-12-16 16:18:38 -04:00
|
|
|
};
|
|
|
|
|
2003-01-09 23:49:02 -04:00
|
|
|
static char time_doc[] =
|
2004-12-19 16:13:24 -04:00
|
|
|
PyDoc_STR("time([hour[, minute[, second[, microsecond[, tzinfo]]]]]) --> a time object\n\
|
|
|
|
\n\
|
|
|
|
All arguments are optional. tzinfo may be None, or an instance of\n\
|
|
|
|
a tzinfo subclass. The remaining arguments may be ints or longs.\n");
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2003-01-09 23:49:02 -04:00
|
|
|
static PyNumberMethods time_as_number = {
|
2010-05-09 13:14:21 -03:00
|
|
|
0, /* nb_add */
|
|
|
|
0, /* nb_subtract */
|
|
|
|
0, /* nb_multiply */
|
|
|
|
0, /* nb_remainder */
|
|
|
|
0, /* nb_divmod */
|
|
|
|
0, /* nb_power */
|
|
|
|
0, /* nb_negative */
|
|
|
|
0, /* nb_positive */
|
|
|
|
0, /* nb_absolute */
|
|
|
|
(inquiry)time_bool, /* nb_bool */
|
2002-12-16 16:18:38 -04:00
|
|
|
};
|
|
|
|
|
2006-03-22 05:28:35 -04:00
|
|
|
static PyTypeObject PyDateTime_TimeType = {
|
2010-05-09 13:14:21 -03:00
|
|
|
PyVarObject_HEAD_INIT(NULL, 0)
|
|
|
|
"datetime.time", /* tp_name */
|
|
|
|
sizeof(PyDateTime_Time), /* tp_basicsize */
|
|
|
|
0, /* tp_itemsize */
|
|
|
|
(destructor)time_dealloc, /* tp_dealloc */
|
|
|
|
0, /* tp_print */
|
|
|
|
0, /* tp_getattr */
|
|
|
|
0, /* tp_setattr */
|
|
|
|
0, /* tp_reserved */
|
|
|
|
(reprfunc)time_repr, /* tp_repr */
|
|
|
|
&time_as_number, /* tp_as_number */
|
|
|
|
0, /* tp_as_sequence */
|
|
|
|
0, /* tp_as_mapping */
|
|
|
|
(hashfunc)time_hash, /* tp_hash */
|
|
|
|
0, /* tp_call */
|
|
|
|
(reprfunc)time_str, /* tp_str */
|
|
|
|
PyObject_GenericGetAttr, /* tp_getattro */
|
|
|
|
0, /* tp_setattro */
|
|
|
|
0, /* tp_as_buffer */
|
|
|
|
Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE, /* tp_flags */
|
|
|
|
time_doc, /* tp_doc */
|
|
|
|
0, /* tp_traverse */
|
|
|
|
0, /* tp_clear */
|
|
|
|
time_richcompare, /* tp_richcompare */
|
|
|
|
0, /* tp_weaklistoffset */
|
|
|
|
0, /* tp_iter */
|
|
|
|
0, /* tp_iternext */
|
|
|
|
time_methods, /* tp_methods */
|
|
|
|
0, /* tp_members */
|
|
|
|
time_getset, /* tp_getset */
|
|
|
|
0, /* tp_base */
|
|
|
|
0, /* tp_dict */
|
|
|
|
0, /* tp_descr_get */
|
|
|
|
0, /* tp_descr_set */
|
|
|
|
0, /* tp_dictoffset */
|
|
|
|
0, /* tp_init */
|
|
|
|
time_alloc, /* tp_alloc */
|
|
|
|
time_new, /* tp_new */
|
|
|
|
0, /* tp_free */
|
2002-12-16 16:18:38 -04:00
|
|
|
};
|
|
|
|
|
2003-01-10 23:39:11 -04:00
|
|
|
/*
|
|
|
|
* PyDateTime_DateTime implementation.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Accessor properties. Properties for day, month, and year are inherited
|
|
|
|
* from date.
|
|
|
|
*/
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
datetime_hour(PyDateTime_DateTime *self, void *unused)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return PyLong_FromLong(DATE_GET_HOUR(self));
|
2003-01-10 23:39:11 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
datetime_minute(PyDateTime_DateTime *self, void *unused)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return PyLong_FromLong(DATE_GET_MINUTE(self));
|
2003-01-10 23:39:11 -04:00
|
|
|
}
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2003-01-10 23:39:11 -04:00
|
|
|
static PyObject *
|
|
|
|
datetime_second(PyDateTime_DateTime *self, void *unused)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return PyLong_FromLong(DATE_GET_SECOND(self));
|
2003-01-10 23:39:11 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
datetime_microsecond(PyDateTime_DateTime *self, void *unused)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return PyLong_FromLong(DATE_GET_MICROSECOND(self));
|
2003-01-10 23:39:11 -04:00
|
|
|
}
|
2002-12-16 16:18:38 -04:00
|
|
|
|
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
datetime_tzinfo(PyDateTime_DateTime *self, void *unused)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *result = HASTZINFO(self) ? self->tzinfo : Py_None;
|
|
|
|
Py_INCREF(result);
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2003-01-10 23:39:11 -04:00
|
|
|
static PyGetSetDef datetime_getset[] = {
|
2010-05-09 13:14:21 -03:00
|
|
|
{"hour", (getter)datetime_hour},
|
|
|
|
{"minute", (getter)datetime_minute},
|
|
|
|
{"second", (getter)datetime_second},
|
|
|
|
{"microsecond", (getter)datetime_microsecond},
|
|
|
|
{"tzinfo", (getter)datetime_tzinfo},
|
|
|
|
{NULL}
|
2002-12-16 16:18:38 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Constructors.
|
|
|
|
*/
|
|
|
|
|
2006-02-27 13:20:04 -04:00
|
|
|
static char *datetime_kws[] = {
|
2010-05-09 13:14:21 -03:00
|
|
|
"year", "month", "day", "hour", "minute", "second",
|
|
|
|
"microsecond", "tzinfo", NULL
|
2002-12-24 01:41:27 -04:00
|
|
|
};
|
|
|
|
|
2002-12-16 16:18:38 -04:00
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
datetime_new(PyTypeObject *type, PyObject *args, PyObject *kw)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *self = NULL;
|
|
|
|
PyObject *state;
|
|
|
|
int year;
|
|
|
|
int month;
|
|
|
|
int day;
|
|
|
|
int hour = 0;
|
|
|
|
int minute = 0;
|
|
|
|
int second = 0;
|
|
|
|
int usecond = 0;
|
|
|
|
PyObject *tzinfo = Py_None;
|
|
|
|
|
|
|
|
/* Check for invocation from pickle with __getstate__ state */
|
|
|
|
if (PyTuple_GET_SIZE(args) >= 1 &&
|
|
|
|
PyTuple_GET_SIZE(args) <= 2 &&
|
|
|
|
PyBytes_Check(state = PyTuple_GET_ITEM(args, 0)) &&
|
|
|
|
PyBytes_GET_SIZE(state) == _PyDateTime_DATETIME_DATASIZE &&
|
|
|
|
MONTH_IS_SANE(PyBytes_AS_STRING(state)[2]))
|
|
|
|
{
|
|
|
|
PyDateTime_DateTime *me;
|
|
|
|
char aware;
|
|
|
|
|
|
|
|
if (PyTuple_GET_SIZE(args) == 2) {
|
|
|
|
tzinfo = PyTuple_GET_ITEM(args, 1);
|
|
|
|
if (check_tzinfo_subclass(tzinfo) < 0) {
|
|
|
|
PyErr_SetString(PyExc_TypeError, "bad "
|
|
|
|
"tzinfo state arg");
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
aware = (char)(tzinfo != Py_None);
|
|
|
|
me = (PyDateTime_DateTime *) (type->tp_alloc(type , aware));
|
|
|
|
if (me != NULL) {
|
|
|
|
char *pdata = PyBytes_AS_STRING(state);
|
|
|
|
|
|
|
|
memcpy(me->data, pdata, _PyDateTime_DATETIME_DATASIZE);
|
|
|
|
me->hashcode = -1;
|
|
|
|
me->hastzinfo = aware;
|
|
|
|
if (aware) {
|
|
|
|
Py_INCREF(tzinfo);
|
|
|
|
me->tzinfo = tzinfo;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return (PyObject *)me;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (PyArg_ParseTupleAndKeywords(args, kw, "iii|iiiiO", datetime_kws,
|
|
|
|
&year, &month, &day, &hour, &minute,
|
|
|
|
&second, &usecond, &tzinfo)) {
|
|
|
|
if (check_date_args(year, month, day) < 0)
|
|
|
|
return NULL;
|
|
|
|
if (check_time_args(hour, minute, second, usecond) < 0)
|
|
|
|
return NULL;
|
|
|
|
if (check_tzinfo_subclass(tzinfo) < 0)
|
|
|
|
return NULL;
|
|
|
|
self = new_datetime_ex(year, month, day,
|
|
|
|
hour, minute, second, usecond,
|
|
|
|
tzinfo, type);
|
|
|
|
}
|
|
|
|
return self;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2003-01-10 23:39:11 -04:00
|
|
|
/* TM_FUNC is the shared type of localtime() and gmtime(). */
|
|
|
|
typedef struct tm *(*TM_FUNC)(const time_t *timer);
|
|
|
|
|
|
|
|
/* Internal helper.
|
|
|
|
* Build datetime from a time_t and a distinct count of microseconds.
|
|
|
|
* Pass localtime or gmtime for f, to control the interpretation of timet.
|
|
|
|
*/
|
|
|
|
static PyObject *
|
|
|
|
datetime_from_timet_and_us(PyObject *cls, TM_FUNC f, time_t timet, int us,
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *tzinfo)
|
|
|
|
{
|
|
|
|
struct tm *tm;
|
|
|
|
PyObject *result = NULL;
|
|
|
|
|
|
|
|
tm = f(&timet);
|
|
|
|
if (tm) {
|
|
|
|
/* The platform localtime/gmtime may insert leap seconds,
|
|
|
|
* indicated by tm->tm_sec > 59. We don't care about them,
|
|
|
|
* except to the extent that passing them on to the datetime
|
|
|
|
* constructor would raise ValueError for a reason that
|
|
|
|
* made no sense to the user.
|
|
|
|
*/
|
|
|
|
if (tm->tm_sec > 59)
|
|
|
|
tm->tm_sec = 59;
|
|
|
|
result = PyObject_CallFunction(cls, "iiiiiiiO",
|
|
|
|
tm->tm_year + 1900,
|
|
|
|
tm->tm_mon + 1,
|
|
|
|
tm->tm_mday,
|
|
|
|
tm->tm_hour,
|
|
|
|
tm->tm_min,
|
|
|
|
tm->tm_sec,
|
|
|
|
us,
|
|
|
|
tzinfo);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
PyErr_SetString(PyExc_ValueError,
|
|
|
|
"timestamp out of range for "
|
|
|
|
"platform localtime()/gmtime() function");
|
|
|
|
return result;
|
2003-01-10 23:39:11 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Internal helper.
|
|
|
|
* Build datetime from a Python timestamp. Pass localtime or gmtime for f,
|
|
|
|
* to control the interpretation of the timestamp. Since a double doesn't
|
|
|
|
* have enough bits to cover a datetime's full range of precision, it's
|
|
|
|
* better to call datetime_from_timet_and_us provided you have a way
|
|
|
|
* to get that much precision (e.g., C time() isn't good enough).
|
|
|
|
*/
|
|
|
|
static PyObject *
|
|
|
|
datetime_from_timestamp(PyObject *cls, TM_FUNC f, double timestamp,
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *tzinfo)
|
|
|
|
{
|
|
|
|
time_t timet;
|
|
|
|
double fraction;
|
|
|
|
int us;
|
|
|
|
|
|
|
|
timet = _PyTime_DoubleToTimet(timestamp);
|
|
|
|
if (timet == (time_t)-1 && PyErr_Occurred())
|
|
|
|
return NULL;
|
|
|
|
fraction = timestamp - (double)timet;
|
|
|
|
us = (int)round_to_long(fraction * 1e6);
|
|
|
|
if (us < 0) {
|
|
|
|
/* Truncation towards zero is not what we wanted
|
|
|
|
for negative numbers (Python's mod semantics) */
|
|
|
|
timet -= 1;
|
|
|
|
us += 1000000;
|
|
|
|
}
|
|
|
|
/* If timestamp is less than one microsecond smaller than a
|
|
|
|
* full second, round up. Otherwise, ValueErrors are raised
|
|
|
|
* for some floats. */
|
|
|
|
if (us == 1000000) {
|
|
|
|
timet += 1;
|
|
|
|
us = 0;
|
|
|
|
}
|
|
|
|
return datetime_from_timet_and_us(cls, f, timet, us, tzinfo);
|
2003-01-10 23:39:11 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Internal helper.
|
|
|
|
* Build most accurate possible datetime for current time. Pass localtime or
|
|
|
|
* gmtime for f as appropriate.
|
|
|
|
*/
|
|
|
|
static PyObject *
|
|
|
|
datetime_best_possible(PyObject *cls, TM_FUNC f, PyObject *tzinfo)
|
|
|
|
{
|
|
|
|
#ifdef HAVE_GETTIMEOFDAY
|
2010-05-09 13:14:21 -03:00
|
|
|
struct timeval t;
|
2003-01-10 23:39:11 -04:00
|
|
|
|
|
|
|
#ifdef GETTIMEOFDAY_NO_TZ
|
2010-05-09 13:14:21 -03:00
|
|
|
gettimeofday(&t);
|
2003-01-10 23:39:11 -04:00
|
|
|
#else
|
2010-05-09 13:14:21 -03:00
|
|
|
gettimeofday(&t, (struct timezone *)NULL);
|
2003-01-10 23:39:11 -04:00
|
|
|
#endif
|
2010-05-09 13:14:21 -03:00
|
|
|
return datetime_from_timet_and_us(cls, f, t.tv_sec, (int)t.tv_usec,
|
|
|
|
tzinfo);
|
|
|
|
|
|
|
|
#else /* ! HAVE_GETTIMEOFDAY */
|
|
|
|
/* No flavor of gettimeofday exists on this platform. Python's
|
|
|
|
* time.time() does a lot of other platform tricks to get the
|
|
|
|
* best time it can on the platform, and we're not going to do
|
|
|
|
* better than that (if we could, the better code would belong
|
|
|
|
* in time.time()!) We're limited by the precision of a double,
|
|
|
|
* though.
|
|
|
|
*/
|
|
|
|
PyObject *time;
|
|
|
|
double dtime;
|
|
|
|
|
|
|
|
time = time_time();
|
|
|
|
if (time == NULL)
|
|
|
|
return NULL;
|
|
|
|
dtime = PyFloat_AsDouble(time);
|
|
|
|
Py_DECREF(time);
|
|
|
|
if (dtime == -1.0 && PyErr_Occurred())
|
|
|
|
return NULL;
|
|
|
|
return datetime_from_timestamp(cls, f, dtime, tzinfo);
|
|
|
|
#endif /* ! HAVE_GETTIMEOFDAY */
|
2003-01-10 23:39:11 -04:00
|
|
|
}
|
|
|
|
|
2002-12-16 16:18:38 -04:00
|
|
|
/* Return best possible local time -- this isn't constrained by the
|
|
|
|
* precision of a timestamp.
|
|
|
|
*/
|
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
datetime_now(PyObject *cls, PyObject *args, PyObject *kw)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *self;
|
|
|
|
PyObject *tzinfo = Py_None;
|
|
|
|
static char *keywords[] = {"tz", NULL};
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (! PyArg_ParseTupleAndKeywords(args, kw, "|O:now", keywords,
|
|
|
|
&tzinfo))
|
|
|
|
return NULL;
|
|
|
|
if (check_tzinfo_subclass(tzinfo) < 0)
|
|
|
|
return NULL;
|
2003-01-23 15:58:02 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
self = datetime_best_possible(cls,
|
|
|
|
tzinfo == Py_None ? localtime : gmtime,
|
|
|
|
tzinfo);
|
|
|
|
if (self != NULL && tzinfo != Py_None) {
|
|
|
|
/* Convert UTC to tzinfo's zone. */
|
|
|
|
PyObject *temp = self;
|
|
|
|
self = PyObject_CallMethod(tzinfo, "fromutc", "O", self);
|
|
|
|
Py_DECREF(temp);
|
|
|
|
}
|
|
|
|
return self;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2003-01-10 23:39:11 -04:00
|
|
|
/* Return best possible UTC time -- this isn't constrained by the
|
|
|
|
* precision of a timestamp.
|
|
|
|
*/
|
|
|
|
static PyObject *
|
|
|
|
datetime_utcnow(PyObject *cls, PyObject *dummy)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return datetime_best_possible(cls, gmtime, Py_None);
|
2003-01-10 23:39:11 -04:00
|
|
|
}
|
|
|
|
|
2002-12-16 16:18:38 -04:00
|
|
|
/* Return new local datetime from timestamp (Python timestamp -- a double). */
|
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
datetime_fromtimestamp(PyObject *cls, PyObject *args, PyObject *kw)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *self;
|
|
|
|
double timestamp;
|
|
|
|
PyObject *tzinfo = Py_None;
|
|
|
|
static char *keywords[] = {"timestamp", "tz", NULL};
|
|
|
|
|
|
|
|
if (! PyArg_ParseTupleAndKeywords(args, kw, "d|O:fromtimestamp",
|
|
|
|
keywords, ×tamp, &tzinfo))
|
|
|
|
return NULL;
|
|
|
|
if (check_tzinfo_subclass(tzinfo) < 0)
|
|
|
|
return NULL;
|
|
|
|
|
|
|
|
self = datetime_from_timestamp(cls,
|
|
|
|
tzinfo == Py_None ? localtime : gmtime,
|
|
|
|
timestamp,
|
|
|
|
tzinfo);
|
|
|
|
if (self != NULL && tzinfo != Py_None) {
|
|
|
|
/* Convert UTC to tzinfo's zone. */
|
|
|
|
PyObject *temp = self;
|
|
|
|
self = PyObject_CallMethod(tzinfo, "fromutc", "O", self);
|
|
|
|
Py_DECREF(temp);
|
|
|
|
}
|
|
|
|
return self;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2003-01-10 23:39:11 -04:00
|
|
|
/* Return new UTC datetime from timestamp (Python timestamp -- a double). */
|
|
|
|
static PyObject *
|
|
|
|
datetime_utcfromtimestamp(PyObject *cls, PyObject *args)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
double timestamp;
|
|
|
|
PyObject *result = NULL;
|
2003-01-10 23:39:11 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (PyArg_ParseTuple(args, "d:utcfromtimestamp", ×tamp))
|
|
|
|
result = datetime_from_timestamp(cls, gmtime, timestamp,
|
|
|
|
Py_None);
|
|
|
|
return result;
|
2003-01-10 23:39:11 -04:00
|
|
|
}
|
|
|
|
|
2005-01-13 00:12:31 -04:00
|
|
|
/* Return new datetime from time.strptime(). */
|
|
|
|
static PyObject *
|
|
|
|
datetime_strptime(PyObject *cls, PyObject *args)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
static PyObject *module = NULL;
|
|
|
|
PyObject *result = NULL, *obj, *st = NULL, *frac = NULL;
|
|
|
|
const Py_UNICODE *string, *format;
|
|
|
|
|
|
|
|
if (!PyArg_ParseTuple(args, "uu:strptime", &string, &format))
|
|
|
|
return NULL;
|
|
|
|
|
|
|
|
if (module == NULL &&
|
|
|
|
(module = PyImport_ImportModuleNoBlock("_strptime")) == NULL)
|
|
|
|
return NULL;
|
|
|
|
|
|
|
|
/* _strptime._strptime returns a two-element tuple. The first
|
|
|
|
element is a time.struct_time object. The second is the
|
|
|
|
microseconds (which are not defined for time.struct_time). */
|
|
|
|
obj = PyObject_CallMethod(module, "_strptime", "uu", string, format);
|
|
|
|
if (obj != NULL) {
|
|
|
|
int i, good_timetuple = 1;
|
|
|
|
long int ia[7];
|
|
|
|
if (PySequence_Check(obj) && PySequence_Size(obj) == 2) {
|
|
|
|
st = PySequence_GetItem(obj, 0);
|
|
|
|
frac = PySequence_GetItem(obj, 1);
|
|
|
|
if (st == NULL || frac == NULL)
|
|
|
|
good_timetuple = 0;
|
|
|
|
/* copy y/m/d/h/m/s values out of the
|
|
|
|
time.struct_time */
|
|
|
|
if (good_timetuple &&
|
|
|
|
PySequence_Check(st) &&
|
|
|
|
PySequence_Size(st) >= 6) {
|
|
|
|
for (i=0; i < 6; i++) {
|
|
|
|
PyObject *p = PySequence_GetItem(st, i);
|
|
|
|
if (p == NULL) {
|
|
|
|
good_timetuple = 0;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
if (PyLong_Check(p))
|
|
|
|
ia[i] = PyLong_AsLong(p);
|
|
|
|
else
|
|
|
|
good_timetuple = 0;
|
|
|
|
Py_DECREF(p);
|
|
|
|
}
|
|
|
|
/* if (PyLong_CheckExact(p)) {
|
|
|
|
ia[i] = PyLong_AsLongAndOverflow(p, &overflow);
|
|
|
|
if (overflow)
|
|
|
|
good_timetuple = 0;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
good_timetuple = 0;
|
|
|
|
Py_DECREF(p);
|
|
|
|
*/ }
|
|
|
|
else
|
|
|
|
good_timetuple = 0;
|
|
|
|
/* follow that up with a little dose of microseconds */
|
|
|
|
if (PyLong_Check(frac))
|
|
|
|
ia[6] = PyLong_AsLong(frac);
|
|
|
|
else
|
|
|
|
good_timetuple = 0;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
good_timetuple = 0;
|
|
|
|
if (good_timetuple)
|
|
|
|
result = PyObject_CallFunction(cls, "iiiiiii",
|
|
|
|
ia[0], ia[1], ia[2],
|
|
|
|
ia[3], ia[4], ia[5],
|
|
|
|
ia[6]);
|
|
|
|
else
|
|
|
|
PyErr_SetString(PyExc_ValueError,
|
|
|
|
"unexpected value from _strptime._strptime");
|
|
|
|
}
|
|
|
|
Py_XDECREF(obj);
|
|
|
|
Py_XDECREF(st);
|
|
|
|
Py_XDECREF(frac);
|
|
|
|
return result;
|
2005-01-13 00:12:31 -04:00
|
|
|
}
|
|
|
|
|
2003-01-10 23:39:11 -04:00
|
|
|
/* Return new datetime from date/datetime and time arguments. */
|
|
|
|
static PyObject *
|
|
|
|
datetime_combine(PyObject *cls, PyObject *args, PyObject *kw)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
static char *keywords[] = {"date", "time", NULL};
|
|
|
|
PyObject *date;
|
|
|
|
PyObject *time;
|
|
|
|
PyObject *result = NULL;
|
|
|
|
|
|
|
|
if (PyArg_ParseTupleAndKeywords(args, kw, "O!O!:combine", keywords,
|
|
|
|
&PyDateTime_DateType, &date,
|
|
|
|
&PyDateTime_TimeType, &time)) {
|
|
|
|
PyObject *tzinfo = Py_None;
|
|
|
|
|
|
|
|
if (HASTZINFO(time))
|
|
|
|
tzinfo = ((PyDateTime_Time *)time)->tzinfo;
|
|
|
|
result = PyObject_CallFunction(cls, "iiiiiiiO",
|
|
|
|
GET_YEAR(date),
|
|
|
|
GET_MONTH(date),
|
|
|
|
GET_DAY(date),
|
|
|
|
TIME_GET_HOUR(time),
|
|
|
|
TIME_GET_MINUTE(time),
|
|
|
|
TIME_GET_SECOND(time),
|
|
|
|
TIME_GET_MICROSECOND(time),
|
|
|
|
tzinfo);
|
|
|
|
}
|
|
|
|
return result;
|
2003-01-10 23:39:11 -04:00
|
|
|
}
|
2002-12-16 16:18:38 -04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Destructor.
|
|
|
|
*/
|
|
|
|
|
|
|
|
static void
|
2003-01-10 23:39:11 -04:00
|
|
|
datetime_dealloc(PyDateTime_DateTime *self)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
if (HASTZINFO(self)) {
|
|
|
|
Py_XDECREF(self->tzinfo);
|
|
|
|
}
|
|
|
|
Py_TYPE(self)->tp_free((PyObject *)self);
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Indirect access to tzinfo methods.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* These are all METH_NOARGS, so don't need to check the arglist. */
|
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
datetime_utcoffset(PyDateTime_DateTime *self, PyObject *unused) {
|
2010-05-09 13:14:21 -03:00
|
|
|
return offset_as_timedelta(HASTZINFO(self) ? self->tzinfo : Py_None,
|
|
|
|
"utcoffset", (PyObject *)self);
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
datetime_dst(PyDateTime_DateTime *self, PyObject *unused) {
|
2010-05-09 13:14:21 -03:00
|
|
|
return offset_as_timedelta(HASTZINFO(self) ? self->tzinfo : Py_None,
|
|
|
|
"dst", (PyObject *)self);
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
datetime_tzname(PyDateTime_DateTime *self, PyObject *unused) {
|
2010-05-09 13:14:21 -03:00
|
|
|
return call_tzname(HASTZINFO(self) ? self->tzinfo : Py_None,
|
|
|
|
(PyObject *)self);
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
2003-01-10 23:39:11 -04:00
|
|
|
* datetime arithmetic.
|
2002-12-16 16:18:38 -04:00
|
|
|
*/
|
|
|
|
|
2003-01-10 23:39:11 -04:00
|
|
|
/* factor must be 1 (to add) or -1 (to subtract). The result inherits
|
|
|
|
* the tzinfo state of date.
|
2002-12-16 16:18:38 -04:00
|
|
|
*/
|
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
add_datetime_timedelta(PyDateTime_DateTime *date, PyDateTime_Delta *delta,
|
2010-05-09 13:14:21 -03:00
|
|
|
int factor)
|
|
|
|
{
|
|
|
|
/* Note that the C-level additions can't overflow, because of
|
|
|
|
* invariant bounds on the member values.
|
|
|
|
*/
|
|
|
|
int year = GET_YEAR(date);
|
|
|
|
int month = GET_MONTH(date);
|
|
|
|
int day = GET_DAY(date) + GET_TD_DAYS(delta) * factor;
|
|
|
|
int hour = DATE_GET_HOUR(date);
|
|
|
|
int minute = DATE_GET_MINUTE(date);
|
|
|
|
int second = DATE_GET_SECOND(date) + GET_TD_SECONDS(delta) * factor;
|
|
|
|
int microsecond = DATE_GET_MICROSECOND(date) +
|
|
|
|
GET_TD_MICROSECONDS(delta) * factor;
|
|
|
|
|
|
|
|
assert(factor == 1 || factor == -1);
|
|
|
|
if (normalize_datetime(&year, &month, &day,
|
|
|
|
&hour, &minute, &second, µsecond) < 0)
|
|
|
|
return NULL;
|
|
|
|
else
|
|
|
|
return new_datetime(year, month, day,
|
|
|
|
hour, minute, second, microsecond,
|
|
|
|
HASTZINFO(date) ? date->tzinfo : Py_None);
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
datetime_add(PyObject *left, PyObject *right)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
if (PyDateTime_Check(left)) {
|
|
|
|
/* datetime + ??? */
|
|
|
|
if (PyDelta_Check(right))
|
|
|
|
/* datetime + delta */
|
|
|
|
return add_datetime_timedelta(
|
|
|
|
(PyDateTime_DateTime *)left,
|
|
|
|
(PyDateTime_Delta *)right,
|
|
|
|
1);
|
|
|
|
}
|
|
|
|
else if (PyDelta_Check(left)) {
|
|
|
|
/* delta + datetime */
|
|
|
|
return add_datetime_timedelta((PyDateTime_DateTime *) right,
|
|
|
|
(PyDateTime_Delta *) left,
|
|
|
|
1);
|
|
|
|
}
|
|
|
|
Py_INCREF(Py_NotImplemented);
|
|
|
|
return Py_NotImplemented;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
datetime_subtract(PyObject *left, PyObject *right)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *result = Py_NotImplemented;
|
|
|
|
|
|
|
|
if (PyDateTime_Check(left)) {
|
|
|
|
/* datetime - ??? */
|
|
|
|
if (PyDateTime_Check(right)) {
|
|
|
|
/* datetime - datetime */
|
|
|
|
naivety n1, n2;
|
|
|
|
int offset1, offset2;
|
|
|
|
int delta_d, delta_s, delta_us;
|
|
|
|
|
|
|
|
if (classify_two_utcoffsets(left, &offset1, &n1, left,
|
|
|
|
right, &offset2, &n2,
|
|
|
|
right) < 0)
|
|
|
|
return NULL;
|
|
|
|
assert(n1 != OFFSET_UNKNOWN && n2 != OFFSET_UNKNOWN);
|
|
|
|
if (n1 != n2) {
|
|
|
|
PyErr_SetString(PyExc_TypeError,
|
|
|
|
"can't subtract offset-naive and "
|
|
|
|
"offset-aware datetimes");
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
delta_d = ymd_to_ord(GET_YEAR(left),
|
|
|
|
GET_MONTH(left),
|
|
|
|
GET_DAY(left)) -
|
|
|
|
ymd_to_ord(GET_YEAR(right),
|
|
|
|
GET_MONTH(right),
|
|
|
|
GET_DAY(right));
|
|
|
|
/* These can't overflow, since the values are
|
|
|
|
* normalized. At most this gives the number of
|
|
|
|
* seconds in one day.
|
|
|
|
*/
|
|
|
|
delta_s = (DATE_GET_HOUR(left) -
|
|
|
|
DATE_GET_HOUR(right)) * 3600 +
|
|
|
|
(DATE_GET_MINUTE(left) -
|
|
|
|
DATE_GET_MINUTE(right)) * 60 +
|
|
|
|
(DATE_GET_SECOND(left) -
|
|
|
|
DATE_GET_SECOND(right));
|
|
|
|
delta_us = DATE_GET_MICROSECOND(left) -
|
|
|
|
DATE_GET_MICROSECOND(right);
|
|
|
|
/* (left - offset1) - (right - offset2) =
|
|
|
|
* (left - right) + (offset2 - offset1)
|
|
|
|
*/
|
|
|
|
delta_s += (offset2 - offset1) * 60;
|
|
|
|
result = new_delta(delta_d, delta_s, delta_us, 1);
|
|
|
|
}
|
|
|
|
else if (PyDelta_Check(right)) {
|
|
|
|
/* datetime - delta */
|
|
|
|
result = add_datetime_timedelta(
|
|
|
|
(PyDateTime_DateTime *)left,
|
|
|
|
(PyDateTime_Delta *)right,
|
|
|
|
-1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (result == Py_NotImplemented)
|
|
|
|
Py_INCREF(result);
|
|
|
|
return result;
|
2003-01-10 23:39:11 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Various ways to turn a datetime into a string. */
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
datetime_repr(PyDateTime_DateTime *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
const char *type_name = Py_TYPE(self)->tp_name;
|
|
|
|
PyObject *baserepr;
|
|
|
|
|
|
|
|
if (DATE_GET_MICROSECOND(self)) {
|
|
|
|
baserepr = PyUnicode_FromFormat(
|
|
|
|
"%s(%d, %d, %d, %d, %d, %d, %d)",
|
|
|
|
type_name,
|
|
|
|
GET_YEAR(self), GET_MONTH(self), GET_DAY(self),
|
|
|
|
DATE_GET_HOUR(self), DATE_GET_MINUTE(self),
|
|
|
|
DATE_GET_SECOND(self),
|
|
|
|
DATE_GET_MICROSECOND(self));
|
|
|
|
}
|
|
|
|
else if (DATE_GET_SECOND(self)) {
|
|
|
|
baserepr = PyUnicode_FromFormat(
|
|
|
|
"%s(%d, %d, %d, %d, %d, %d)",
|
|
|
|
type_name,
|
|
|
|
GET_YEAR(self), GET_MONTH(self), GET_DAY(self),
|
|
|
|
DATE_GET_HOUR(self), DATE_GET_MINUTE(self),
|
|
|
|
DATE_GET_SECOND(self));
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
baserepr = PyUnicode_FromFormat(
|
|
|
|
"%s(%d, %d, %d, %d, %d)",
|
|
|
|
type_name,
|
|
|
|
GET_YEAR(self), GET_MONTH(self), GET_DAY(self),
|
|
|
|
DATE_GET_HOUR(self), DATE_GET_MINUTE(self));
|
|
|
|
}
|
|
|
|
if (baserepr == NULL || ! HASTZINFO(self))
|
|
|
|
return baserepr;
|
|
|
|
return append_keyword_tzinfo(baserepr, self->tzinfo);
|
2003-01-10 23:39:11 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
datetime_str(PyDateTime_DateTime *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return PyObject_CallMethod((PyObject *)self, "isoformat", "(s)", " ");
|
2003-01-10 23:39:11 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
datetime_isoformat(PyDateTime_DateTime *self, PyObject *args, PyObject *kw)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
int sep = 'T';
|
|
|
|
static char *keywords[] = {"sep", NULL};
|
|
|
|
char buffer[100];
|
|
|
|
PyObject *result;
|
|
|
|
int us = DATE_GET_MICROSECOND(self);
|
|
|
|
|
|
|
|
if (!PyArg_ParseTupleAndKeywords(args, kw, "|C:isoformat", keywords, &sep))
|
|
|
|
return NULL;
|
|
|
|
if (us)
|
|
|
|
result = PyUnicode_FromFormat("%04d-%02d-%02d%c%02d:%02d:%02d.%06d",
|
|
|
|
GET_YEAR(self), GET_MONTH(self),
|
|
|
|
GET_DAY(self), (int)sep,
|
|
|
|
DATE_GET_HOUR(self), DATE_GET_MINUTE(self),
|
|
|
|
DATE_GET_SECOND(self), us);
|
|
|
|
else
|
|
|
|
result = PyUnicode_FromFormat("%04d-%02d-%02d%c%02d:%02d:%02d",
|
|
|
|
GET_YEAR(self), GET_MONTH(self),
|
|
|
|
GET_DAY(self), (int)sep,
|
|
|
|
DATE_GET_HOUR(self), DATE_GET_MINUTE(self),
|
|
|
|
DATE_GET_SECOND(self));
|
|
|
|
|
|
|
|
if (!result || !HASTZINFO(self))
|
|
|
|
return result;
|
|
|
|
|
|
|
|
/* We need to append the UTC offset. */
|
|
|
|
if (format_utcoffset(buffer, sizeof(buffer), ":", self->tzinfo,
|
|
|
|
(PyObject *)self) < 0) {
|
|
|
|
Py_DECREF(result);
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
PyUnicode_AppendAndDel(&result, PyUnicode_FromString(buffer));
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
datetime_ctime(PyDateTime_DateTime *self)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return format_ctime((PyDateTime_Date *)self,
|
|
|
|
DATE_GET_HOUR(self),
|
|
|
|
DATE_GET_MINUTE(self),
|
|
|
|
DATE_GET_SECOND(self));
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2003-01-10 23:39:11 -04:00
|
|
|
/* Miscellaneous methods. */
|
2002-12-16 16:18:38 -04:00
|
|
|
|
|
|
|
static PyObject *
|
2006-08-24 14:29:38 -03:00
|
|
|
datetime_richcompare(PyObject *self, PyObject *other, int op)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
int diff;
|
|
|
|
naivety n1, n2;
|
|
|
|
int offset1, offset2;
|
|
|
|
|
|
|
|
if (! PyDateTime_Check(other)) {
|
|
|
|
if (PyDate_Check(other)) {
|
|
|
|
/* Prevent invocation of date_richcompare. We want to
|
|
|
|
return NotImplemented here to give the other object
|
|
|
|
a chance. But since DateTime is a subclass of
|
|
|
|
Date, if the other object is a Date, it would
|
|
|
|
compute an ordering based on the date part alone,
|
|
|
|
and we don't want that. So force unequal or
|
|
|
|
uncomparable here in that case. */
|
|
|
|
if (op == Py_EQ)
|
|
|
|
Py_RETURN_FALSE;
|
|
|
|
if (op == Py_NE)
|
|
|
|
Py_RETURN_TRUE;
|
|
|
|
return cmperror(self, other);
|
|
|
|
}
|
|
|
|
Py_INCREF(Py_NotImplemented);
|
|
|
|
return Py_NotImplemented;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (classify_two_utcoffsets(self, &offset1, &n1, self,
|
|
|
|
other, &offset2, &n2, other) < 0)
|
|
|
|
return NULL;
|
|
|
|
assert(n1 != OFFSET_UNKNOWN && n2 != OFFSET_UNKNOWN);
|
|
|
|
/* If they're both naive, or both aware and have the same offsets,
|
|
|
|
* we get off cheap. Note that if they're both naive, offset1 ==
|
|
|
|
* offset2 == 0 at this point.
|
|
|
|
*/
|
|
|
|
if (n1 == n2 && offset1 == offset2) {
|
|
|
|
diff = memcmp(((PyDateTime_DateTime *)self)->data,
|
|
|
|
((PyDateTime_DateTime *)other)->data,
|
|
|
|
_PyDateTime_DATETIME_DATASIZE);
|
|
|
|
return diff_to_bool(diff, op);
|
|
|
|
}
|
|
|
|
|
|
|
|
if (n1 == OFFSET_AWARE && n2 == OFFSET_AWARE) {
|
|
|
|
PyDateTime_Delta *delta;
|
|
|
|
|
|
|
|
assert(offset1 != offset2); /* else last "if" handled it */
|
|
|
|
delta = (PyDateTime_Delta *)datetime_subtract((PyObject *)self,
|
|
|
|
other);
|
|
|
|
if (delta == NULL)
|
|
|
|
return NULL;
|
|
|
|
diff = GET_TD_DAYS(delta);
|
|
|
|
if (diff == 0)
|
|
|
|
diff = GET_TD_SECONDS(delta) |
|
|
|
|
GET_TD_MICROSECONDS(delta);
|
|
|
|
Py_DECREF(delta);
|
|
|
|
return diff_to_bool(diff, op);
|
|
|
|
}
|
|
|
|
|
|
|
|
assert(n1 != n2);
|
|
|
|
PyErr_SetString(PyExc_TypeError,
|
|
|
|
"can't compare offset-naive and "
|
|
|
|
"offset-aware datetimes");
|
|
|
|
return NULL;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2003-01-10 23:39:11 -04:00
|
|
|
static long
|
|
|
|
datetime_hash(PyDateTime_DateTime *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
if (self->hashcode == -1) {
|
|
|
|
naivety n;
|
|
|
|
int offset;
|
|
|
|
PyObject *temp;
|
|
|
|
|
|
|
|
n = classify_utcoffset((PyObject *)self, (PyObject *)self,
|
|
|
|
&offset);
|
|
|
|
assert(n != OFFSET_UNKNOWN);
|
|
|
|
if (n == OFFSET_ERROR)
|
|
|
|
return -1;
|
|
|
|
|
|
|
|
/* Reduce this to a hash of another object. */
|
|
|
|
if (n == OFFSET_NAIVE) {
|
|
|
|
self->hashcode = generic_hash(
|
|
|
|
(unsigned char *)self->data, _PyDateTime_DATETIME_DATASIZE);
|
|
|
|
return self->hashcode;
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
int days;
|
|
|
|
int seconds;
|
|
|
|
|
|
|
|
assert(n == OFFSET_AWARE);
|
|
|
|
assert(HASTZINFO(self));
|
|
|
|
days = ymd_to_ord(GET_YEAR(self),
|
|
|
|
GET_MONTH(self),
|
|
|
|
GET_DAY(self));
|
|
|
|
seconds = DATE_GET_HOUR(self) * 3600 +
|
|
|
|
(DATE_GET_MINUTE(self) - offset) * 60 +
|
|
|
|
DATE_GET_SECOND(self);
|
|
|
|
temp = new_delta(days,
|
|
|
|
seconds,
|
|
|
|
DATE_GET_MICROSECOND(self),
|
|
|
|
1);
|
|
|
|
}
|
|
|
|
if (temp != NULL) {
|
|
|
|
self->hashcode = PyObject_Hash(temp);
|
|
|
|
Py_DECREF(temp);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return self->hashcode;
|
2003-01-10 23:39:11 -04:00
|
|
|
}
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2002-12-24 01:41:27 -04:00
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
datetime_replace(PyDateTime_DateTime *self, PyObject *args, PyObject *kw)
|
2002-12-24 01:41:27 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *clone;
|
|
|
|
PyObject *tuple;
|
|
|
|
int y = GET_YEAR(self);
|
|
|
|
int m = GET_MONTH(self);
|
|
|
|
int d = GET_DAY(self);
|
|
|
|
int hh = DATE_GET_HOUR(self);
|
|
|
|
int mm = DATE_GET_MINUTE(self);
|
|
|
|
int ss = DATE_GET_SECOND(self);
|
|
|
|
int us = DATE_GET_MICROSECOND(self);
|
|
|
|
PyObject *tzinfo = HASTZINFO(self) ? self->tzinfo : Py_None;
|
|
|
|
|
|
|
|
if (! PyArg_ParseTupleAndKeywords(args, kw, "|iiiiiiiO:replace",
|
|
|
|
datetime_kws,
|
|
|
|
&y, &m, &d, &hh, &mm, &ss, &us,
|
|
|
|
&tzinfo))
|
|
|
|
return NULL;
|
|
|
|
tuple = Py_BuildValue("iiiiiiiO", y, m, d, hh, mm, ss, us, tzinfo);
|
|
|
|
if (tuple == NULL)
|
|
|
|
return NULL;
|
|
|
|
clone = datetime_new(Py_TYPE(self), tuple, NULL);
|
|
|
|
Py_DECREF(tuple);
|
|
|
|
return clone;
|
2002-12-24 01:41:27 -04:00
|
|
|
}
|
|
|
|
|
2002-12-25 03:40:55 -04:00
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
datetime_astimezone(PyDateTime_DateTime *self, PyObject *args, PyObject *kw)
|
2002-12-25 03:40:55 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
int y, m, d, hh, mm, ss, us;
|
|
|
|
PyObject *result;
|
|
|
|
int offset, none;
|
2002-12-31 13:36:56 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *tzinfo;
|
|
|
|
static char *keywords[] = {"tz", NULL};
|
2002-12-25 03:40:55 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (! PyArg_ParseTupleAndKeywords(args, kw, "O!:astimezone", keywords,
|
|
|
|
&PyDateTime_TZInfoType, &tzinfo))
|
|
|
|
return NULL;
|
2002-12-25 03:40:55 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (!HASTZINFO(self) || self->tzinfo == Py_None)
|
|
|
|
goto NeedAware;
|
2002-12-31 13:36:56 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
/* Conversion to self's own time zone is a NOP. */
|
|
|
|
if (self->tzinfo == tzinfo) {
|
|
|
|
Py_INCREF(self);
|
|
|
|
return (PyObject *)self;
|
|
|
|
}
|
2003-01-01 17:51:37 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
/* Convert self to UTC. */
|
|
|
|
offset = call_utcoffset(self->tzinfo, (PyObject *)self, &none);
|
|
|
|
if (offset == -1 && PyErr_Occurred())
|
|
|
|
return NULL;
|
|
|
|
if (none)
|
|
|
|
goto NeedAware;
|
|
|
|
|
|
|
|
y = GET_YEAR(self);
|
|
|
|
m = GET_MONTH(self);
|
|
|
|
d = GET_DAY(self);
|
|
|
|
hh = DATE_GET_HOUR(self);
|
|
|
|
mm = DATE_GET_MINUTE(self);
|
|
|
|
ss = DATE_GET_SECOND(self);
|
|
|
|
us = DATE_GET_MICROSECOND(self);
|
|
|
|
|
|
|
|
mm -= offset;
|
|
|
|
if ((mm < 0 || mm >= 60) &&
|
|
|
|
normalize_datetime(&y, &m, &d, &hh, &mm, &ss, &us) < 0)
|
|
|
|
return NULL;
|
|
|
|
|
|
|
|
/* Attach new tzinfo and let fromutc() do the rest. */
|
|
|
|
result = new_datetime(y, m, d, hh, mm, ss, us, tzinfo);
|
|
|
|
if (result != NULL) {
|
|
|
|
PyObject *temp = result;
|
|
|
|
|
|
|
|
result = PyObject_CallMethod(tzinfo, "fromutc", "O", temp);
|
|
|
|
Py_DECREF(temp);
|
|
|
|
}
|
|
|
|
return result;
|
2003-01-23 12:36:11 -04:00
|
|
|
|
|
|
|
NeedAware:
|
2010-05-09 13:14:21 -03:00
|
|
|
PyErr_SetString(PyExc_ValueError, "astimezone() cannot be applied to "
|
|
|
|
"a naive datetime");
|
|
|
|
return NULL;
|
2002-12-25 03:40:55 -04:00
|
|
|
}
|
|
|
|
|
2002-12-16 16:18:38 -04:00
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
datetime_timetuple(PyDateTime_DateTime *self)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
int dstflag = -1;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (HASTZINFO(self) && self->tzinfo != Py_None) {
|
|
|
|
int none;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
dstflag = call_dst(self->tzinfo, (PyObject *)self, &none);
|
|
|
|
if (dstflag == -1 && PyErr_Occurred())
|
|
|
|
return NULL;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
if (none)
|
|
|
|
dstflag = -1;
|
|
|
|
else if (dstflag != 0)
|
|
|
|
dstflag = 1;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
}
|
|
|
|
return build_struct_time(GET_YEAR(self),
|
|
|
|
GET_MONTH(self),
|
|
|
|
GET_DAY(self),
|
|
|
|
DATE_GET_HOUR(self),
|
|
|
|
DATE_GET_MINUTE(self),
|
|
|
|
DATE_GET_SECOND(self),
|
|
|
|
dstflag);
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
datetime_getdate(PyDateTime_DateTime *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return new_date(GET_YEAR(self),
|
|
|
|
GET_MONTH(self),
|
|
|
|
GET_DAY(self));
|
2003-01-10 23:39:11 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
datetime_gettime(PyDateTime_DateTime *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return new_time(DATE_GET_HOUR(self),
|
|
|
|
DATE_GET_MINUTE(self),
|
|
|
|
DATE_GET_SECOND(self),
|
|
|
|
DATE_GET_MICROSECOND(self),
|
|
|
|
Py_None);
|
2003-01-10 23:39:11 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
datetime_gettimetz(PyDateTime_DateTime *self)
|
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return new_time(DATE_GET_HOUR(self),
|
|
|
|
DATE_GET_MINUTE(self),
|
|
|
|
DATE_GET_SECOND(self),
|
|
|
|
DATE_GET_MICROSECOND(self),
|
|
|
|
HASTZINFO(self) ? self->tzinfo : Py_None);
|
2003-01-10 23:39:11 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
|
|
|
datetime_utctimetuple(PyDateTime_DateTime *self)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
int y = GET_YEAR(self);
|
|
|
|
int m = GET_MONTH(self);
|
|
|
|
int d = GET_DAY(self);
|
|
|
|
int hh = DATE_GET_HOUR(self);
|
|
|
|
int mm = DATE_GET_MINUTE(self);
|
|
|
|
int ss = DATE_GET_SECOND(self);
|
|
|
|
int us = 0; /* microseconds are ignored in a timetuple */
|
|
|
|
int offset = 0;
|
|
|
|
|
|
|
|
if (HASTZINFO(self) && self->tzinfo != Py_None) {
|
|
|
|
int none;
|
|
|
|
|
|
|
|
offset = call_utcoffset(self->tzinfo, (PyObject *)self, &none);
|
|
|
|
if (offset == -1 && PyErr_Occurred())
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
/* Even if offset is 0, don't call timetuple() -- tm_isdst should be
|
|
|
|
* 0 in a UTC timetuple regardless of what dst() says.
|
|
|
|
*/
|
|
|
|
if (offset) {
|
|
|
|
/* Subtract offset minutes & normalize. */
|
|
|
|
int stat;
|
|
|
|
|
|
|
|
mm -= offset;
|
|
|
|
stat = normalize_datetime(&y, &m, &d, &hh, &mm, &ss, &us);
|
|
|
|
if (stat < 0) {
|
|
|
|
/* At the edges, it's possible we overflowed
|
|
|
|
* beyond MINYEAR or MAXYEAR.
|
|
|
|
*/
|
|
|
|
if (PyErr_ExceptionMatches(PyExc_OverflowError))
|
|
|
|
PyErr_Clear();
|
|
|
|
else
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return build_struct_time(y, m, d, hh, mm, ss, 0);
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2003-01-31 21:52:50 -04:00
|
|
|
/* Pickle support, a simple use of __reduce__. */
|
2003-01-09 22:05:14 -04:00
|
|
|
|
2003-01-10 23:39:11 -04:00
|
|
|
/* Let basestate be the non-tzinfo data string.
|
2002-12-16 16:18:38 -04:00
|
|
|
* If tzinfo is None, this returns (basestate,), else (basestate, tzinfo).
|
|
|
|
* So it's a tuple in any (non-error) case.
|
2003-01-31 22:54:15 -04:00
|
|
|
* __getstate__ isn't exposed.
|
2002-12-16 16:18:38 -04:00
|
|
|
*/
|
|
|
|
static PyObject *
|
2003-01-10 23:39:11 -04:00
|
|
|
datetime_getstate(PyDateTime_DateTime *self)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *basestate;
|
|
|
|
PyObject *result = NULL;
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
basestate = PyBytes_FromStringAndSize((char *)self->data,
|
|
|
|
_PyDateTime_DATETIME_DATASIZE);
|
|
|
|
if (basestate != NULL) {
|
|
|
|
if (! HASTZINFO(self) || self->tzinfo == Py_None)
|
|
|
|
result = PyTuple_Pack(1, basestate);
|
|
|
|
else
|
|
|
|
result = PyTuple_Pack(2, basestate, self->tzinfo);
|
|
|
|
Py_DECREF(basestate);
|
|
|
|
}
|
|
|
|
return result;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static PyObject *
|
2003-01-30 18:06:23 -04:00
|
|
|
datetime_reduce(PyDateTime_DateTime *self, PyObject *arg)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
return Py_BuildValue("(ON)", Py_TYPE(self), datetime_getstate(self));
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
|
|
|
|
2003-01-10 23:39:11 -04:00
|
|
|
static PyMethodDef datetime_methods[] = {
|
2003-01-30 18:06:23 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
/* Class methods: */
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"now", (PyCFunction)datetime_now,
|
|
|
|
METH_VARARGS | METH_KEYWORDS | METH_CLASS,
|
|
|
|
PyDoc_STR("[tz] -> new datetime with tz's local day and time.")},
|
2003-01-10 23:39:11 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"utcnow", (PyCFunction)datetime_utcnow,
|
|
|
|
METH_NOARGS | METH_CLASS,
|
|
|
|
PyDoc_STR("Return a new datetime representing UTC day and time.")},
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"fromtimestamp", (PyCFunction)datetime_fromtimestamp,
|
|
|
|
METH_VARARGS | METH_KEYWORDS | METH_CLASS,
|
|
|
|
PyDoc_STR("timestamp[, tz] -> tz's local time from POSIX timestamp.")},
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"utcfromtimestamp", (PyCFunction)datetime_utcfromtimestamp,
|
|
|
|
METH_VARARGS | METH_CLASS,
|
|
|
|
PyDoc_STR("timestamp -> UTC datetime from a POSIX timestamp "
|
|
|
|
"(like time.time()).")},
|
2003-01-10 23:39:11 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"strptime", (PyCFunction)datetime_strptime,
|
|
|
|
METH_VARARGS | METH_CLASS,
|
|
|
|
PyDoc_STR("string, format -> new datetime parsed from a string "
|
|
|
|
"(like time.strptime()).")},
|
2005-01-13 00:12:31 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"combine", (PyCFunction)datetime_combine,
|
|
|
|
METH_VARARGS | METH_KEYWORDS | METH_CLASS,
|
|
|
|
PyDoc_STR("date, time -> datetime with same date and time fields")},
|
2003-01-10 23:39:11 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
/* Instance methods: */
|
2003-01-30 18:06:23 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"date", (PyCFunction)datetime_getdate, METH_NOARGS,
|
|
|
|
PyDoc_STR("Return date object with same year, month and day.")},
|
2003-01-10 23:39:11 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"time", (PyCFunction)datetime_gettime, METH_NOARGS,
|
|
|
|
PyDoc_STR("Return time object with same time but with tzinfo=None.")},
|
2003-01-10 23:39:11 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"timetz", (PyCFunction)datetime_gettimetz, METH_NOARGS,
|
|
|
|
PyDoc_STR("Return time object with same time and tzinfo.")},
|
2003-01-10 23:39:11 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"ctime", (PyCFunction)datetime_ctime, METH_NOARGS,
|
|
|
|
PyDoc_STR("Return ctime() style string.")},
|
2003-01-10 23:39:11 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"timetuple", (PyCFunction)datetime_timetuple, METH_NOARGS,
|
|
|
|
PyDoc_STR("Return time tuple, compatible with time.localtime().")},
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"utctimetuple", (PyCFunction)datetime_utctimetuple, METH_NOARGS,
|
|
|
|
PyDoc_STR("Return UTC time tuple, compatible with time.localtime().")},
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"isoformat", (PyCFunction)datetime_isoformat, METH_VARARGS | METH_KEYWORDS,
|
|
|
|
PyDoc_STR("[sep] -> string in ISO 8601 format, "
|
|
|
|
"YYYY-MM-DDTHH:MM:SS[.mmmmmm][+HH:MM].\n\n"
|
|
|
|
"sep is used to separate the year from the time, and "
|
|
|
|
"defaults to 'T'.")},
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"utcoffset", (PyCFunction)datetime_utcoffset, METH_NOARGS,
|
|
|
|
PyDoc_STR("Return self.tzinfo.utcoffset(self).")},
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"tzname", (PyCFunction)datetime_tzname, METH_NOARGS,
|
|
|
|
PyDoc_STR("Return self.tzinfo.tzname(self).")},
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"dst", (PyCFunction)datetime_dst, METH_NOARGS,
|
|
|
|
PyDoc_STR("Return self.tzinfo.dst(self).")},
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"replace", (PyCFunction)datetime_replace, METH_VARARGS | METH_KEYWORDS,
|
|
|
|
PyDoc_STR("Return datetime with new specified fields.")},
|
2002-12-24 01:41:27 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"astimezone", (PyCFunction)datetime_astimezone, METH_VARARGS | METH_KEYWORDS,
|
|
|
|
PyDoc_STR("tz -> convert to local time in new timezone tz\n")},
|
2002-12-25 03:40:55 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{"__reduce__", (PyCFunction)datetime_reduce, METH_NOARGS,
|
|
|
|
PyDoc_STR("__reduce__() -> (cls, state)")},
|
2003-01-30 18:06:23 -04:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
{NULL, NULL}
|
2002-12-16 16:18:38 -04:00
|
|
|
};
|
|
|
|
|
2003-01-10 23:39:11 -04:00
|
|
|
static char datetime_doc[] =
|
2004-12-19 16:13:24 -04:00
|
|
|
PyDoc_STR("datetime(year, month, day[, hour[, minute[, second[, microsecond[,tzinfo]]]]])\n\
|
|
|
|
\n\
|
|
|
|
The year, month and day arguments are required. tzinfo may be None, or an\n\
|
|
|
|
instance of a tzinfo subclass. The remaining arguments may be ints or longs.\n");
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2003-01-10 23:39:11 -04:00
|
|
|
static PyNumberMethods datetime_as_number = {
|
2010-05-09 13:14:21 -03:00
|
|
|
datetime_add, /* nb_add */
|
|
|
|
datetime_subtract, /* nb_subtract */
|
|
|
|
0, /* nb_multiply */
|
|
|
|
0, /* nb_remainder */
|
|
|
|
0, /* nb_divmod */
|
|
|
|
0, /* nb_power */
|
|
|
|
0, /* nb_negative */
|
|
|
|
0, /* nb_positive */
|
|
|
|
0, /* nb_absolute */
|
|
|
|
0, /* nb_bool */
|
2002-12-16 16:18:38 -04:00
|
|
|
};
|
|
|
|
|
2006-03-22 05:28:35 -04:00
|
|
|
static PyTypeObject PyDateTime_DateTimeType = {
|
2010-05-09 13:14:21 -03:00
|
|
|
PyVarObject_HEAD_INIT(NULL, 0)
|
|
|
|
"datetime.datetime", /* tp_name */
|
|
|
|
sizeof(PyDateTime_DateTime), /* tp_basicsize */
|
|
|
|
0, /* tp_itemsize */
|
|
|
|
(destructor)datetime_dealloc, /* tp_dealloc */
|
|
|
|
0, /* tp_print */
|
|
|
|
0, /* tp_getattr */
|
|
|
|
0, /* tp_setattr */
|
|
|
|
0, /* tp_reserved */
|
|
|
|
(reprfunc)datetime_repr, /* tp_repr */
|
|
|
|
&datetime_as_number, /* tp_as_number */
|
|
|
|
0, /* tp_as_sequence */
|
|
|
|
0, /* tp_as_mapping */
|
|
|
|
(hashfunc)datetime_hash, /* tp_hash */
|
|
|
|
0, /* tp_call */
|
|
|
|
(reprfunc)datetime_str, /* tp_str */
|
|
|
|
PyObject_GenericGetAttr, /* tp_getattro */
|
|
|
|
0, /* tp_setattro */
|
|
|
|
0, /* tp_as_buffer */
|
|
|
|
Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE, /* tp_flags */
|
|
|
|
datetime_doc, /* tp_doc */
|
|
|
|
0, /* tp_traverse */
|
|
|
|
0, /* tp_clear */
|
|
|
|
datetime_richcompare, /* tp_richcompare */
|
|
|
|
0, /* tp_weaklistoffset */
|
|
|
|
0, /* tp_iter */
|
|
|
|
0, /* tp_iternext */
|
|
|
|
datetime_methods, /* tp_methods */
|
|
|
|
0, /* tp_members */
|
|
|
|
datetime_getset, /* tp_getset */
|
|
|
|
&PyDateTime_DateType, /* tp_base */
|
|
|
|
0, /* tp_dict */
|
|
|
|
0, /* tp_descr_get */
|
|
|
|
0, /* tp_descr_set */
|
|
|
|
0, /* tp_dictoffset */
|
|
|
|
0, /* tp_init */
|
|
|
|
datetime_alloc, /* tp_alloc */
|
|
|
|
datetime_new, /* tp_new */
|
|
|
|
0, /* tp_free */
|
2002-12-16 16:18:38 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
/* ---------------------------------------------------------------------------
|
|
|
|
* Module methods and initialization.
|
|
|
|
*/
|
|
|
|
|
|
|
|
static PyMethodDef module_methods[] = {
|
2010-05-09 13:14:21 -03:00
|
|
|
{NULL, NULL}
|
2002-12-16 16:18:38 -04:00
|
|
|
};
|
|
|
|
|
2004-06-20 19:41:32 -03:00
|
|
|
/* C API. Clients get at this via PyDateTime_IMPORT, defined in
|
|
|
|
* datetime.h.
|
|
|
|
*/
|
|
|
|
static PyDateTime_CAPI CAPI = {
|
2010-05-09 13:14:21 -03:00
|
|
|
&PyDateTime_DateType,
|
|
|
|
&PyDateTime_DateTimeType,
|
|
|
|
&PyDateTime_TimeType,
|
|
|
|
&PyDateTime_DeltaType,
|
|
|
|
&PyDateTime_TZInfoType,
|
|
|
|
new_date_ex,
|
|
|
|
new_datetime_ex,
|
|
|
|
new_time_ex,
|
|
|
|
new_delta_ex,
|
|
|
|
datetime_fromtimestamp,
|
|
|
|
date_fromtimestamp
|
2004-06-20 19:41:32 -03:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2008-06-11 02:26:20 -03:00
|
|
|
|
|
|
|
static struct PyModuleDef datetimemodule = {
|
2010-05-09 13:14:21 -03:00
|
|
|
PyModuleDef_HEAD_INIT,
|
|
|
|
"datetime",
|
|
|
|
"Fast implementation of the datetime type.",
|
|
|
|
-1,
|
|
|
|
module_methods,
|
|
|
|
NULL,
|
|
|
|
NULL,
|
|
|
|
NULL,
|
|
|
|
NULL
|
2008-06-11 02:26:20 -03:00
|
|
|
};
|
|
|
|
|
2002-12-16 16:18:38 -04:00
|
|
|
PyMODINIT_FUNC
|
2008-06-11 02:26:20 -03:00
|
|
|
PyInit_datetime(void)
|
2002-12-16 16:18:38 -04:00
|
|
|
{
|
2010-05-09 13:14:21 -03:00
|
|
|
PyObject *m; /* a module object */
|
|
|
|
PyObject *d; /* its dict */
|
|
|
|
PyObject *x;
|
|
|
|
|
|
|
|
m = PyModule_Create(&datetimemodule);
|
|
|
|
if (m == NULL)
|
|
|
|
return NULL;
|
|
|
|
|
|
|
|
if (PyType_Ready(&PyDateTime_DateType) < 0)
|
|
|
|
return NULL;
|
|
|
|
if (PyType_Ready(&PyDateTime_DateTimeType) < 0)
|
|
|
|
return NULL;
|
|
|
|
if (PyType_Ready(&PyDateTime_DeltaType) < 0)
|
|
|
|
return NULL;
|
|
|
|
if (PyType_Ready(&PyDateTime_TimeType) < 0)
|
|
|
|
return NULL;
|
|
|
|
if (PyType_Ready(&PyDateTime_TZInfoType) < 0)
|
|
|
|
return NULL;
|
|
|
|
|
|
|
|
/* timedelta values */
|
|
|
|
d = PyDateTime_DeltaType.tp_dict;
|
|
|
|
|
|
|
|
x = new_delta(0, 0, 1, 0);
|
|
|
|
if (x == NULL || PyDict_SetItemString(d, "resolution", x) < 0)
|
|
|
|
return NULL;
|
|
|
|
Py_DECREF(x);
|
|
|
|
|
|
|
|
x = new_delta(-MAX_DELTA_DAYS, 0, 0, 0);
|
|
|
|
if (x == NULL || PyDict_SetItemString(d, "min", x) < 0)
|
|
|
|
return NULL;
|
|
|
|
Py_DECREF(x);
|
|
|
|
|
|
|
|
x = new_delta(MAX_DELTA_DAYS, 24*3600-1, 1000000-1, 0);
|
|
|
|
if (x == NULL || PyDict_SetItemString(d, "max", x) < 0)
|
|
|
|
return NULL;
|
|
|
|
Py_DECREF(x);
|
|
|
|
|
|
|
|
/* date values */
|
|
|
|
d = PyDateTime_DateType.tp_dict;
|
|
|
|
|
|
|
|
x = new_date(1, 1, 1);
|
|
|
|
if (x == NULL || PyDict_SetItemString(d, "min", x) < 0)
|
|
|
|
return NULL;
|
|
|
|
Py_DECREF(x);
|
|
|
|
|
|
|
|
x = new_date(MAXYEAR, 12, 31);
|
|
|
|
if (x == NULL || PyDict_SetItemString(d, "max", x) < 0)
|
|
|
|
return NULL;
|
|
|
|
Py_DECREF(x);
|
|
|
|
|
|
|
|
x = new_delta(1, 0, 0, 0);
|
|
|
|
if (x == NULL || PyDict_SetItemString(d, "resolution", x) < 0)
|
|
|
|
return NULL;
|
|
|
|
Py_DECREF(x);
|
|
|
|
|
|
|
|
/* time values */
|
|
|
|
d = PyDateTime_TimeType.tp_dict;
|
|
|
|
|
|
|
|
x = new_time(0, 0, 0, 0, Py_None);
|
|
|
|
if (x == NULL || PyDict_SetItemString(d, "min", x) < 0)
|
|
|
|
return NULL;
|
|
|
|
Py_DECREF(x);
|
|
|
|
|
|
|
|
x = new_time(23, 59, 59, 999999, Py_None);
|
|
|
|
if (x == NULL || PyDict_SetItemString(d, "max", x) < 0)
|
|
|
|
return NULL;
|
|
|
|
Py_DECREF(x);
|
|
|
|
|
|
|
|
x = new_delta(0, 0, 1, 0);
|
|
|
|
if (x == NULL || PyDict_SetItemString(d, "resolution", x) < 0)
|
|
|
|
return NULL;
|
|
|
|
Py_DECREF(x);
|
|
|
|
|
|
|
|
/* datetime values */
|
|
|
|
d = PyDateTime_DateTimeType.tp_dict;
|
|
|
|
|
|
|
|
x = new_datetime(1, 1, 1, 0, 0, 0, 0, Py_None);
|
|
|
|
if (x == NULL || PyDict_SetItemString(d, "min", x) < 0)
|
|
|
|
return NULL;
|
|
|
|
Py_DECREF(x);
|
|
|
|
|
|
|
|
x = new_datetime(MAXYEAR, 12, 31, 23, 59, 59, 999999, Py_None);
|
|
|
|
if (x == NULL || PyDict_SetItemString(d, "max", x) < 0)
|
|
|
|
return NULL;
|
|
|
|
Py_DECREF(x);
|
|
|
|
|
|
|
|
x = new_delta(0, 0, 1, 0);
|
|
|
|
if (x == NULL || PyDict_SetItemString(d, "resolution", x) < 0)
|
|
|
|
return NULL;
|
|
|
|
Py_DECREF(x);
|
|
|
|
|
|
|
|
/* module initialization */
|
|
|
|
PyModule_AddIntConstant(m, "MINYEAR", MINYEAR);
|
|
|
|
PyModule_AddIntConstant(m, "MAXYEAR", MAXYEAR);
|
|
|
|
|
|
|
|
Py_INCREF(&PyDateTime_DateType);
|
|
|
|
PyModule_AddObject(m, "date", (PyObject *) &PyDateTime_DateType);
|
|
|
|
|
|
|
|
Py_INCREF(&PyDateTime_DateTimeType);
|
|
|
|
PyModule_AddObject(m, "datetime",
|
|
|
|
(PyObject *)&PyDateTime_DateTimeType);
|
|
|
|
|
|
|
|
Py_INCREF(&PyDateTime_TimeType);
|
|
|
|
PyModule_AddObject(m, "time", (PyObject *) &PyDateTime_TimeType);
|
|
|
|
|
|
|
|
Py_INCREF(&PyDateTime_DeltaType);
|
|
|
|
PyModule_AddObject(m, "timedelta", (PyObject *) &PyDateTime_DeltaType);
|
|
|
|
|
|
|
|
Py_INCREF(&PyDateTime_TZInfoType);
|
|
|
|
PyModule_AddObject(m, "tzinfo", (PyObject *) &PyDateTime_TZInfoType);
|
2002-12-16 16:18:38 -04:00
|
|
|
|
2009-05-05 19:31:58 -03:00
|
|
|
x = PyCapsule_New(&CAPI, PyDateTime_CAPSULE_NAME, NULL);
|
|
|
|
if (x == NULL)
|
2010-05-09 13:14:21 -03:00
|
|
|
return NULL;
|
2009-05-05 19:31:58 -03:00
|
|
|
PyModule_AddObject(m, "datetime_CAPI", x);
|
2004-06-20 19:41:32 -03:00
|
|
|
|
2010-05-09 13:14:21 -03:00
|
|
|
/* A 4-year cycle has an extra leap day over what we'd get from
|
|
|
|
* pasting together 4 single years.
|
|
|
|
*/
|
|
|
|
assert(DI4Y == 4 * 365 + 1);
|
|
|
|
assert(DI4Y == days_before_year(4+1));
|
|
|
|
|
|
|
|
/* Similarly, a 400-year cycle has an extra leap day over what we'd
|
|
|
|
* get from pasting together 4 100-year cycles.
|
|
|
|
*/
|
|
|
|
assert(DI400Y == 4 * DI100Y + 1);
|
|
|
|
assert(DI400Y == days_before_year(400+1));
|
|
|
|
|
|
|
|
/* OTOH, a 100-year cycle has one fewer leap day than we'd get from
|
|
|
|
* pasting together 25 4-year cycles.
|
|
|
|
*/
|
|
|
|
assert(DI100Y == 25 * DI4Y - 1);
|
|
|
|
assert(DI100Y == days_before_year(100+1));
|
|
|
|
|
|
|
|
us_per_us = PyLong_FromLong(1);
|
|
|
|
us_per_ms = PyLong_FromLong(1000);
|
|
|
|
us_per_second = PyLong_FromLong(1000000);
|
|
|
|
us_per_minute = PyLong_FromLong(60000000);
|
|
|
|
seconds_per_day = PyLong_FromLong(24 * 3600);
|
|
|
|
if (us_per_us == NULL || us_per_ms == NULL || us_per_second == NULL ||
|
|
|
|
us_per_minute == NULL || seconds_per_day == NULL)
|
|
|
|
return NULL;
|
|
|
|
|
|
|
|
/* The rest are too big for 32-bit ints, but even
|
|
|
|
* us_per_week fits in 40 bits, so doubles should be exact.
|
|
|
|
*/
|
|
|
|
us_per_hour = PyLong_FromDouble(3600000000.0);
|
|
|
|
us_per_day = PyLong_FromDouble(86400000000.0);
|
|
|
|
us_per_week = PyLong_FromDouble(604800000000.0);
|
|
|
|
if (us_per_hour == NULL || us_per_day == NULL || us_per_week == NULL)
|
|
|
|
return NULL;
|
|
|
|
return m;
|
2002-12-16 16:18:38 -04:00
|
|
|
}
|
2003-01-01 17:51:37 -04:00
|
|
|
|
|
|
|
/* ---------------------------------------------------------------------------
|
2003-01-10 23:39:11 -04:00
|
|
|
Some time zone algebra. For a datetime x, let
|
2003-01-01 17:51:37 -04:00
|
|
|
x.n = x stripped of its timezone -- its naive time.
|
|
|
|
x.o = x.utcoffset(), and assuming that doesn't raise an exception or
|
2010-05-09 13:14:21 -03:00
|
|
|
return None
|
2003-01-01 17:51:37 -04:00
|
|
|
x.d = x.dst(), and assuming that doesn't raise an exception or
|
2010-05-09 13:14:21 -03:00
|
|
|
return None
|
2003-01-01 17:51:37 -04:00
|
|
|
x.s = x's standard offset, x.o - x.d
|
|
|
|
|
|
|
|
Now some derived rules, where k is a duration (timedelta).
|
|
|
|
|
|
|
|
1. x.o = x.s + x.d
|
|
|
|
This follows from the definition of x.s.
|
|
|
|
|
2003-01-02 13:55:03 -04:00
|
|
|
2. If x and y have the same tzinfo member, x.s = y.s.
|
2003-01-01 17:51:37 -04:00
|
|
|
This is actually a requirement, an assumption we need to make about
|
|
|
|
sane tzinfo classes.
|
|
|
|
|
|
|
|
3. The naive UTC time corresponding to x is x.n - x.o.
|
|
|
|
This is again a requirement for a sane tzinfo class.
|
|
|
|
|
|
|
|
4. (x+k).s = x.s
|
2003-01-23 22:44:45 -04:00
|
|
|
This follows from #2, and that datimetimetz+timedelta preserves tzinfo.
|
2003-01-01 17:51:37 -04:00
|
|
|
|
2003-01-02 13:55:03 -04:00
|
|
|
5. (x+k).n = x.n + k
|
2003-01-01 17:51:37 -04:00
|
|
|
Again follows from how arithmetic is defined.
|
|
|
|
|
2003-01-23 22:44:45 -04:00
|
|
|
Now we can explain tz.fromutc(x). Let's assume it's an interesting case
|
2003-01-01 17:51:37 -04:00
|
|
|
(meaning that the various tzinfo methods exist, and don't blow up or return
|
|
|
|
None when called).
|
|
|
|
|
2003-01-10 23:39:11 -04:00
|
|
|
The function wants to return a datetime y with timezone tz, equivalent to x.
|
2003-01-23 22:44:45 -04:00
|
|
|
x is already in UTC.
|
2003-01-01 17:51:37 -04:00
|
|
|
|
|
|
|
By #3, we want
|
|
|
|
|
2003-01-23 22:44:45 -04:00
|
|
|
y.n - y.o = x.n [1]
|
2003-01-01 17:51:37 -04:00
|
|
|
|
|
|
|
The algorithm starts by attaching tz to x.n, and calling that y. So
|
|
|
|
x.n = y.n at the start. Then it wants to add a duration k to y, so that [1]
|
|
|
|
becomes true; in effect, we want to solve [2] for k:
|
|
|
|
|
2003-01-23 22:44:45 -04:00
|
|
|
(y+k).n - (y+k).o = x.n [2]
|
2003-01-01 17:51:37 -04:00
|
|
|
|
|
|
|
By #1, this is the same as
|
|
|
|
|
2003-01-23 22:44:45 -04:00
|
|
|
(y+k).n - ((y+k).s + (y+k).d) = x.n [3]
|
2003-01-01 17:51:37 -04:00
|
|
|
|
|
|
|
By #5, (y+k).n = y.n + k, which equals x.n + k because x.n=y.n at the start.
|
|
|
|
Substituting that into [3],
|
|
|
|
|
2003-01-23 22:44:45 -04:00
|
|
|
x.n + k - (y+k).s - (y+k).d = x.n; the x.n terms cancel, leaving
|
|
|
|
k - (y+k).s - (y+k).d = 0; rearranging,
|
|
|
|
k = (y+k).s - (y+k).d; by #4, (y+k).s == y.s, so
|
|
|
|
k = y.s - (y+k).d
|
2003-01-01 17:51:37 -04:00
|
|
|
|
2003-01-23 22:44:45 -04:00
|
|
|
On the RHS, (y+k).d can't be computed directly, but y.s can be, and we
|
|
|
|
approximate k by ignoring the (y+k).d term at first. Note that k can't be
|
|
|
|
very large, since all offset-returning methods return a duration of magnitude
|
|
|
|
less than 24 hours. For that reason, if y is firmly in std time, (y+k).d must
|
|
|
|
be 0, so ignoring it has no consequence then.
|
2003-01-01 17:51:37 -04:00
|
|
|
|
|
|
|
In any case, the new value is
|
|
|
|
|
2003-01-23 22:44:45 -04:00
|
|
|
z = y + y.s [4]
|
2003-01-01 17:51:37 -04:00
|
|
|
|
2003-01-23 22:44:45 -04:00
|
|
|
It's helpful to step back at look at [4] from a higher level: it's simply
|
|
|
|
mapping from UTC to tz's standard time.
|
2003-01-02 13:55:03 -04:00
|
|
|
|
|
|
|
At this point, if
|
|
|
|
|
2003-01-23 22:44:45 -04:00
|
|
|
z.n - z.o = x.n [5]
|
2003-01-02 13:55:03 -04:00
|
|
|
|
|
|
|
we have an equivalent time, and are almost done. The insecurity here is
|
2003-01-01 17:51:37 -04:00
|
|
|
at the start of daylight time. Picture US Eastern for concreteness. The wall
|
|
|
|
time jumps from 1:59 to 3:00, and wall hours of the form 2:MM don't make good
|
2003-01-23 22:44:45 -04:00
|
|
|
sense then. The docs ask that an Eastern tzinfo class consider such a time to
|
|
|
|
be EDT (because it's "after 2"), which is a redundant spelling of 1:MM EST
|
|
|
|
on the day DST starts. We want to return the 1:MM EST spelling because that's
|
2003-01-01 17:51:37 -04:00
|
|
|
the only spelling that makes sense on the local wall clock.
|
|
|
|
|
2003-01-02 13:55:03 -04:00
|
|
|
In fact, if [5] holds at this point, we do have the standard-time spelling,
|
|
|
|
but that takes a bit of proof. We first prove a stronger result. What's the
|
|
|
|
difference between the LHS and RHS of [5]? Let
|
2003-01-01 23:14:59 -04:00
|
|
|
|
2003-01-23 22:44:45 -04:00
|
|
|
diff = x.n - (z.n - z.o) [6]
|
2003-01-01 23:14:59 -04:00
|
|
|
|
2003-01-02 13:55:03 -04:00
|
|
|
Now
|
|
|
|
z.n = by [4]
|
2003-01-23 22:44:45 -04:00
|
|
|
(y + y.s).n = by #5
|
|
|
|
y.n + y.s = since y.n = x.n
|
|
|
|
x.n + y.s = since z and y are have the same tzinfo member,
|
|
|
|
y.s = z.s by #2
|
|
|
|
x.n + z.s
|
2003-01-01 23:14:59 -04:00
|
|
|
|
2003-01-02 13:55:03 -04:00
|
|
|
Plugging that back into [6] gives
|
2003-01-01 23:14:59 -04:00
|
|
|
|
2003-01-02 13:55:03 -04:00
|
|
|
diff =
|
2003-01-23 22:44:45 -04:00
|
|
|
x.n - ((x.n + z.s) - z.o) = expanding
|
|
|
|
x.n - x.n - z.s + z.o = cancelling
|
|
|
|
- z.s + z.o = by #2
|
2003-01-02 13:55:03 -04:00
|
|
|
z.d
|
2003-01-01 23:14:59 -04:00
|
|
|
|
2003-01-02 13:55:03 -04:00
|
|
|
So diff = z.d.
|
2003-01-01 23:14:59 -04:00
|
|
|
|
2003-01-02 13:55:03 -04:00
|
|
|
If [5] is true now, diff = 0, so z.d = 0 too, and we have the standard-time
|
2003-01-23 22:44:45 -04:00
|
|
|
spelling we wanted in the endcase described above. We're done. Contrarily,
|
|
|
|
if z.d = 0, then we have a UTC equivalent, and are also done.
|
2003-01-01 23:14:59 -04:00
|
|
|
|
2003-01-02 13:55:03 -04:00
|
|
|
If [5] is not true now, diff = z.d != 0, and z.d is the offset we need to
|
|
|
|
add to z (in effect, z is in tz's standard time, and we need to shift the
|
2003-01-23 22:44:45 -04:00
|
|
|
local clock into tz's daylight time).
|
2003-01-01 23:14:59 -04:00
|
|
|
|
2003-01-02 13:55:03 -04:00
|
|
|
Let
|
2003-01-01 23:14:59 -04:00
|
|
|
|
2003-01-03 20:26:59 -04:00
|
|
|
z' = z + z.d = z + diff [7]
|
2003-01-01 23:14:59 -04:00
|
|
|
|
2003-01-03 20:26:59 -04:00
|
|
|
and we can again ask whether
|
2003-01-01 23:14:59 -04:00
|
|
|
|
2003-01-23 22:44:45 -04:00
|
|
|
z'.n - z'.o = x.n [8]
|
2003-01-01 23:14:59 -04:00
|
|
|
|
2003-01-23 22:44:45 -04:00
|
|
|
If so, we're done. If not, the tzinfo class is insane, according to the
|
|
|
|
assumptions we've made. This also requires a bit of proof. As before, let's
|
|
|
|
compute the difference between the LHS and RHS of [8] (and skipping some of
|
|
|
|
the justifications for the kinds of substitutions we've done several times
|
|
|
|
already):
|
2003-01-03 20:26:59 -04:00
|
|
|
|
2003-01-23 22:44:45 -04:00
|
|
|
diff' = x.n - (z'.n - z'.o) = replacing z'.n via [7]
|
2010-05-09 13:14:21 -03:00
|
|
|
x.n - (z.n + diff - z'.o) = replacing diff via [6]
|
|
|
|
x.n - (z.n + x.n - (z.n - z.o) - z'.o) =
|
|
|
|
x.n - z.n - x.n + z.n - z.o + z'.o = cancel x.n
|
|
|
|
- z.n + z.n - z.o + z'.o = cancel z.n
|
|
|
|
- z.o + z'.o = #1 twice
|
|
|
|
-z.s - z.d + z'.s + z'.d = z and z' have same tzinfo
|
|
|
|
z'.d - z.d
|
2003-01-03 20:26:59 -04:00
|
|
|
|
|
|
|
So z' is UTC-equivalent to x iff z'.d = z.d at this point. If they are equal,
|
2003-01-23 22:44:45 -04:00
|
|
|
we've found the UTC-equivalent so are done. In fact, we stop with [7] and
|
|
|
|
return z', not bothering to compute z'.d.
|
|
|
|
|
|
|
|
How could z.d and z'd differ? z' = z + z.d [7], so merely moving z' by
|
|
|
|
a dst() offset, and starting *from* a time already in DST (we know z.d != 0),
|
|
|
|
would have to change the result dst() returns: we start in DST, and moving
|
|
|
|
a little further into it takes us out of DST.
|
|
|
|
|
|
|
|
There isn't a sane case where this can happen. The closest it gets is at
|
|
|
|
the end of DST, where there's an hour in UTC with no spelling in a hybrid
|
|
|
|
tzinfo class. In US Eastern, that's 5:MM UTC = 0:MM EST = 1:MM EDT. During
|
|
|
|
that hour, on an Eastern clock 1:MM is taken as being in standard time (6:MM
|
|
|
|
UTC) because the docs insist on that, but 0:MM is taken as being in daylight
|
|
|
|
time (4:MM UTC). There is no local time mapping to 5:MM UTC. The local
|
|
|
|
clock jumps from 1:59 back to 1:00 again, and repeats the 1:MM hour in
|
|
|
|
standard time. Since that's what the local clock *does*, we want to map both
|
|
|
|
UTC hours 5:MM and 6:MM to 1:MM Eastern. The result is ambiguous
|
2003-01-03 20:26:59 -04:00
|
|
|
in local time, but so it goes -- it's the way the local clock works.
|
|
|
|
|
2003-01-23 22:44:45 -04:00
|
|
|
When x = 5:MM UTC is the input to this algorithm, x.o=0, y.o=-5 and y.d=0,
|
|
|
|
so z=0:MM. z.d=60 (minutes) then, so [5] doesn't hold and we keep going.
|
|
|
|
z' = z + z.d = 1:MM then, and z'.d=0, and z'.d - z.d = -60 != 0 so [8]
|
2003-01-03 20:26:59 -04:00
|
|
|
(correctly) concludes that z' is not UTC-equivalent to x.
|
|
|
|
|
|
|
|
Because we know z.d said z was in daylight time (else [5] would have held and
|
|
|
|
we would have stopped then), and we know z.d != z'.d (else [8] would have held
|
2003-10-20 11:01:56 -03:00
|
|
|
and we would have stopped then), and there are only 2 possible values dst() can
|
2003-01-03 20:26:59 -04:00
|
|
|
return in Eastern, it follows that z'.d must be 0 (which it is in the example,
|
|
|
|
but the reasoning doesn't depend on the example -- it depends on there being
|
|
|
|
two possible dst() outcomes, one zero and the other non-zero). Therefore
|
2003-01-23 22:44:45 -04:00
|
|
|
z' must be in standard time, and is the spelling we want in this case.
|
|
|
|
|
|
|
|
Note again that z' is not UTC-equivalent as far as the hybrid tzinfo class is
|
|
|
|
concerned (because it takes z' as being in standard time rather than the
|
|
|
|
daylight time we intend here), but returning it gives the real-life "local
|
|
|
|
clock repeats an hour" behavior when mapping the "unspellable" UTC hour into
|
|
|
|
tz.
|
|
|
|
|
|
|
|
When the input is 6:MM, z=1:MM and z.d=0, and we stop at once, again with
|
|
|
|
the 1:MM standard time spelling we want.
|
|
|
|
|
|
|
|
So how can this break? One of the assumptions must be violated. Two
|
|
|
|
possibilities:
|
|
|
|
|
|
|
|
1) [2] effectively says that y.s is invariant across all y belong to a given
|
|
|
|
time zone. This isn't true if, for political reasons or continental drift,
|
|
|
|
a region decides to change its base offset from UTC.
|
|
|
|
|
|
|
|
2) There may be versions of "double daylight" time where the tail end of
|
|
|
|
the analysis gives up a step too early. I haven't thought about that
|
|
|
|
enough to say.
|
|
|
|
|
|
|
|
In any case, it's clear that the default fromutc() is strong enough to handle
|
|
|
|
"almost all" time zones: so long as the standard offset is invariant, it
|
|
|
|
doesn't matter if daylight time transition points change from year to year, or
|
|
|
|
if daylight time is skipped in some years; it doesn't matter how large or
|
|
|
|
small dst() may get within its bounds; and it doesn't even matter if some
|
|
|
|
perverse time zone returns a negative dst()). So a breaking case must be
|
|
|
|
pretty bizarre, and a tzinfo subclass can override fromutc() if it is.
|
2003-01-01 17:51:37 -04:00
|
|
|
--------------------------------------------------------------------------- */
|