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

Skip to content

Commit d29f257

Browse files
committed
[3009273] update pytz to 2010h
svn path=/trunk/matplotlib/; revision=8389
1 parent fd9b7a2 commit d29f257

85 files changed

Lines changed: 1774 additions & 266 deletions

Some content is hidden

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

lib/pytz/CHANGES.txt

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
2004-07-25
2+
3+
- Improved localtime handling, and added a localize() method enabling
4+
correct creation of local times.
5+
6+
2005-02-16
7+
8+
- Made available under the Zope Public Licence 2.1 (ZPL) and checked
9+
into the Zope3 project. pytz may now be used and redistributed
10+
under either the original MIT license or the ZPL 2.1.
11+
12+
2005-05-13
13+
14+
- Move UTC into the top level pytz module and provide special
15+
case pickle support for this singleton.
16+
17+
2005-08-14
18+
19+
- Ensure all tzinfo instances are efficiently picklable.
20+
21+
2005-12-31
22+
23+
- Add fixed offset timezone classes required by Zope 3
24+
- Generate and distribute a PO template file listing all timezone
25+
names. Translations are not yet available.
26+
27+
2007-03-03
28+
29+
- Import work by James Henstridge, making pytz load timezone
30+
information from zic compiled binaries at runtime rather than
31+
processing them into Python classes.
32+
33+
2007-03-26
34+
35+
- Update database to version 2007d
36+
- Fix windows incompatibilities, working around limitations on that
37+
platform.
38+
- Fix 2.3 incompatibilities. Installation now requires distutils.
39+
- Passing an invalid timezone name to timezone() now raises an
40+
UnknownTimezoneError, which is a KeyError subclass for backwards
41+
compatibility.
42+
43+
2007-03-27
44+
45+
- Ensure API can accept Unicode strings (Bug #96957)
46+
47+
2009-09-29
48+
49+
- Fix test_zdump tests and bugs the fixed tests picked up, including
50+
the fix for Bug #427444.

lib/pytz/LICENSE.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) 2003-2009 Stuart Bishop <[email protected]>
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a
4+
copy of this software and associated documentation files (the "Software"),
5+
to deal in the Software without restriction, including without limitation
6+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
7+
and/or sell copies of the Software, and to permit persons to whom the
8+
Software is furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in
11+
all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
16+
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
18+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
19+
DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)