Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bbed3ee

Browse files
committed
updating pytz and dateutil -- HEAD will be broken temporarily
svn path=/trunk/matplotlib/; revision=6107
1 parent 2479a4f commit bbed3ee

574 files changed

Lines changed: 54 additions & 19 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

lib/dateutil/NEWS

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
Version 1.4.1
2+
-------------
3+
4+
- Updated timezone information.
5+
6+
7+
Version 1.4
8+
-----------
9+
10+
- Fixed another parser precision problem on conversion of decimal seconds
11+
to microseconds, as reported by Erik Brown. Now these issues are gone
12+
for real since it's not using floating point arithmetic anymore.
13+
14+
- Fixed case where tzrange.utcoffset and tzrange.dst() might fail due
15+
to a date being used where a datetime was expected (reported and fixed
16+
by Lennart Regebro).
17+
18+
- Prevent tzstr from introducing daylight timings in strings that didn't
19+
specify them (reported by Lennart Regebro).
20+
21+
- Calls like gettz("GMT+3") and gettz("UTC-2") will now return the
22+
expected values, instead of the TZ variable behavior.
23+
24+
- Fixed DST signal handling in zoneinfo files. Reported by
25+
Nicholas F. Fabry and John-Mark Gurney.
26+
27+
28+
Version 1.3
29+
-----------
30+
31+
- Fixed precision problem on conversion of decimal seconds to
32+
microseconds, as reported by Skip Montanaro.
33+
34+
- Fixed bug in constructor of parser, and converted parser classes to
35+
new-style classes. Original report and patch by Michael Elsd�rfer.
36+
37+
- Initialize tzid and comps in tz.py, to prevent the code from ever
38+
raising a NameError (even with broken files). Johan Dahlin suggested
39+
the fix after a pyflakes run.
40+
41+
- Version is now published in dateutil.__version__, as requested
42+
by Darren Dale.
43+
44+
- All code is compatible with new-style division.
45+
46+
147
Version 1.2
248
-----------
349

lib/dateutil/README

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
The dateutil module packaged with matplotlib is copied from
2-
http://labix.org/python-dateutil
3-
4-
Do not make any changes in this copy of the code. They may be
5-
overwritten with the next update from the original source.
6-
7-
Below is the original README text from the distribution.
8-
9-
-----------------------------------------------------------------
10-
111
## This file is in the moin format. The latest version is found
122
## at https://moin.conectiva.com.br/DateUtil
133

-75.1 KB
Binary file not shown.
159 KB
Binary file not shown.

0 commit comments

Comments
 (0)