index
:
delta/python-packages/psycopg2.git
2_7_3_2
appveyor-py
async-keyword
bug-550
bug-557
bug-558
cockroachdb-tests
code-cleanup
column-slice
connection-info
cpychecker
decorators-fun
description-extra-attrs
diag-schema-name-nonloc
dont_set_datestyle_in_replication_mode
drop-display-size
encrypt-password-fix-tests
errors-module
errors-module-c
execute-locks
expand-version
fast-codecs
fast-executemany
fast-namedtuple
fast-test
fix-1019
fix-1073
fix-1248
fix-211
fix-443
fix-453
fix-512
fix-517
fix-518
fix-528
fix-562
fix-570
fix-578
fix-604
fix-679
fix-707
fix-707-27
fix-716
fix-716-27
fix-746
fix-788
fix-790
fix-794
fix-808
fix-856
fix-886
fix-887
fix-901
fix-948
fix-961
fix-binaries-2.7.6
fix-bsd-version
fix-iter-warning
fix-wheel-libresolv
goodbye-initd
goodbye-psycopg1
identifier-sequence
info-dsn-params
issue-template
libpq-10
libpq-10.1
libpq-ptrs
lo64
maint_2_4
maint_2_5
maint_2_6
maint_2_7
maint_2_8
manylinux
manylinux-dist
master
module-init-cleanup
mogrify-on-closed-cursor
musllinux
named-callproc
namedtuple-invalid-identifiers
naming
nested-array-nulls
new-release-procedure
no-set-default-session
no-unittest2
obscure-password-before-connect
openssl-1.0.2n
openssl-1.1-windows
pg10
pg12
pull-507
py310
py36-warnings
py37
py38
py38-win
py39-appveyor
qstring-writable-encoding
qualified
register-bytes
separate-binary
session-attributes
sql-compose
sql-copy
strip-macos
strip-wheel
test-dinosaurs
test-pg-11
test-postgres-10beta1
test-windows
test_i686
test_libpq91
testmr
travis
travis-db-matrix
travis-deadlock
github.com: psycopg/psycopg2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_dates.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed test in asian time zones
Daniele Varrazzo
2018-01-10
1
-1
/
+2
*
Use relative imports throughout tests
Jon Dufresne
2017-12-10
1
-1
/
+1
*
Always import the system unittest
Jon Dufresne
2017-12-01
1
-1
/
+2
*
Added back timestamptz[] default cast
fix-578
Daniele Varrazzo
2017-07-24
1
-0
/
+5
*
Consider redshift interval supported after further tests
Daniele Varrazzo
2017-06-16
1
-1
/
+3
*
Parse a number as microseconds when casting interval
bug-558
Daniele Varrazzo
2017-06-16
1
-0
/
+19
*
Return objects with timezone parsing infinity timestamptz
Daniele Varrazzo
2017-03-22
1
-0
/
+19
*
Skip test on PG version with bad interval rounding
fix-512
Daniele Varrazzo
2017-03-01
1
-0
/
+1
*
Handle overflow in interval parsing
Daniele Varrazzo
2017-02-24
1
-0
/
+18
*
Parse interval only using integers
Daniele Varrazzo
2017-02-24
1
-4
/
+21
*
Try to fix the same problem in windows
Daniele Varrazzo
2017-02-24
1
-1
/
+20
*
Fixed integer overflow in interval typecaster
Daniele Varrazzo
2017-02-24
1
-0
/
+4
*
Python source cleanup using flake8
Daniele Varrazzo
2016-10-11
1
-34
/
+45
*
More tests tweaks
Daniele Varrazzo
2015-02-08
1
-1
/
+1
*
Don't test date 24:00 before PG 8.4
Daniele Varrazzo
2015-02-08
1
-1
/
+2
*
Convert Postgres time 24:00 into 00:00
Daniele Varrazzo
2015-02-08
1
-0
/
+12
*
Cast time into timetz when the tzinfo field is set.
Hyunjun Kim
2014-11-13
1
-1
/
+11
*
Added regression test for infinity parsing in dates
Daniele Varrazzo
2013-05-11
1
-2
/
+10
*
Testing boilerplate unified in a single base class
Daniele Varrazzo
2013-04-07
1
-9
/
+6
*
Fixed pickling of FixedOffsetTimezone objects
Daniele Varrazzo
2012-10-21
1
-0
/
+18
*
Cache FixedOffsetTimezone instances
Menno Smits
2012-01-30
1
-0
/
+7
*
Fixed repr for FixedOffsetTimezone for offsets west of UTC (negative)
Menno Smits
2012-01-30
1
-1
/
+20
*
Renamed shadowed test method
Menno Smits
2012-01-29
1
-1
/
+1
*
Work around mxDateTime 3.2.0 segfault in tests
Daniele Varrazzo
2011-11-01
1
-6
/
+6
*
Test suite fixed to make it compatible with the ctypes implementation
Daniele Varrazzo
2011-10-19
1
-6
/
+9
*
Test tweaked to deal with missing usecs in BC timestamps
Daniele Varrazzo
2011-06-03
1
-1
/
+5
*
Merge branch 'python2' into python3
Daniele Varrazzo
2011-01-10
1
-0
/
+22
|
\
|
*
Added license to unit tests
Daniele Varrazzo
2011-01-09
1
-0
/
+22
|
*
All tests made executable.
Daniele Varrazzo
2011-01-07
1
-0
/
+0
*
|
Test suite converted into a proper package.
Daniele Varrazzo
2010-12-21
1
-3
/
+3
*
|
Some light cleanup for Py3 conversion.
Daniele Varrazzo
2010-12-21
1
-9
/
+9
|
/
*
Handle time zones with seconds in the UTC offset.
Daniele Varrazzo
2010-05-20
1
-36
/
+20
*
Fixed time test to be independent from the TZ it runs.
Daniele Varrazzo
2010-05-15
1
-2
/
+2
*
Fixed TimeFromTicks for second values > 59.5.
Daniele Varrazzo
2010-05-15
1
-2
/
+13
*
Fixed TimestampFromTicks for second values > 59.5.
Daniele Varrazzo
2010-05-15
1
-0
/
+11
*
Cast datetime into timestamptz when the tzinfo field is set.
Daniele Varrazzo
2010-05-15
1
-1
/
+12
*
Explicit cast of the SQL representation of time-related objects.
Daniele Varrazzo
2010-05-15
1
-0
/
+91
*
Changes license to LGPL3 + OpenSSL exception on all source files
Federico Di Gregorio
2010-02-12
1
-3
/
+4
*
Fixed test_dates failures in older version of Python
Federico Di Gregorio
2009-04-01
1
-4
/
+4
*
* tests/test_dates.py (DatetimeTests, mxDateTimeTests): full test
James Henstridge
2009-02-17
1
-59
/
+145
*
* psycopg/typecast.c (typecast_parse_time): Fix up handling of
James Henstridge
2009-02-17
1
-1
/
+4
*
Add tests for time zone parsing, for "HH", "HH:MM" and "HH:MM:SS" forms.
James Henstridge
2009-02-17
1
-0
/
+39
*
2008-04-21 Jorgen Austvik <Jorgen.Austvik@sun.com>
James Henstridge
2008-04-20
1
-1
/
+1
*
* psycopg/typecast.c (typecast_parse_time): give the correct
James Henstridge
2008-03-17
1
-233
/
+19
*
* tests/__init__.py (test_suite): add date tests to test suite.
James Henstridge
2008-01-16
1
-0
/
+468