René's URL Explorer Experiment


Title: Issues with dateutil and pytz by mdboom · Pull Request #983 · matplotlib/matplotlib · GitHub

Open Graph Title: Issues with dateutil and pytz by mdboom · Pull Request #983 · matplotlib/matplotlib

X Title: Issues with dateutil and pytz by mdboom · Pull Request #983 · matplotlib/matplotlib

Description: pytz is outdated. The latest version is 2012c http://pypi.python.org/pypi/pytz/2012c pytz 2012c is compatible with Python 3 and should not be converted with the 2to3 tool. dateutil 1.5 is for Python 2.x only. Dateutil 2.1 is for Python 3.x only. See http://labix.org/python-dateutil/. dateutil 2.1 should should not be converted with the 2to3 tool. How about the following fix (works for me on win-amd64-py3.2)? update pytz to version 2012c include dateutil 2.1 under lib/dateutil2 add lib/six.py fix setup.py to use lib/dateutil2 instead of lib/dateutil on Python 3 and exclude pytz, dateutil2, and six.py from 2to3. diff --git a/setup.py b/setup.py index 6c59b4c..2fc64ff 100644 --- a/setup.py +++ b/setup.py @@ -106,6 +106,7 @@ package_data = {'matplotlib':['mpl-data/fonts/afm/*.afm', 'mpl-data/*.glade', 'backends/Matplotlib.nib/*', ]} +package_dir = {'': 'lib'} if 0: # TODO: exclude these when making release? @@ -214,6 +215,8 @@ if hasdatetime: # dates require python23 datetime packages.append('dateutil') packages.append('dateutil.zoneinfo') package_data['dateutil'] = ['zoneinfo/zoneinfo*.tar.*'] + if sys.version_info[0] >= 3: + py_modules.append('six') + package_dir['dateutil'] = 'lib/dateutil2' if sys.platform=='win32': # always add these to the win32 installer @@ -275,7 +278,9 @@ if sys.version_info[0] >= 3: def run_2to3(self, files): # We need to skip certain files that have already been # converted to Python 3.x - filtered = [x for x in files if 'py3' not in x] + filtered = [x for x in files if ('py3' not in x and + 'dateutil' not in x and + 'pytz' not in x and + 'six.py' not in x)] if sys.platform.startswith('win'): # doing this in parallel on windows may crash your computer [refactor(f) for f in filtered] @@ -305,7 +310,7 @@ distrib = setup(name="matplotlib", platforms='any', py_modules = py_modules, ext_modules = ext_modules, - package_dir = {'': 'lib'}, + package_dir = package_dir, package_data = package_data, cmdclass = {'build_py': build_py}, **additional_params

Open Graph Description: pytz is outdated. The latest version is 2012c http://pypi.python.org/pypi/pytz/2012c pytz 2012c is compatible with Python 3 and should not be converted with the 2to3 tool. dateutil 1.5 is for Pytho...

X Description: pytz is outdated. The latest version is 2012c http://pypi.python.org/pypi/pytz/2012c pytz 2012c is compatible with Python 3 and should not be converted with the 2to3 tool. dateutil 1.5 is for Pytho...

Opengraph URL: https://github.com/matplotlib/matplotlib/pull/983

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:cac0d212-83df-eed7-3cad-f4e374778a1f
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC214:1A6FEB:1A31957:23E2914:6A53FA25
html-safe-nonce102a4a11658003317ec856da54b05f0004928e8ad0ab0a310c372a7e2372b8e5
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMjE0OjFBNkZFQjoxQTMxOTU3OjIzRTI5MTQ6NkE1M0ZBMjUiLCJ2aXNpdG9yX2lkIjoiNzkxOTY4NjU4NjI1Nzg5ODAyMSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacba124654ffb562ce1bb14ca0db7943ca2b9a62467489b0911877bab878ca7b58
hovercard-subject-tagpull_request:2126348
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/matplotlib/matplotlib/pull/983/files
twitter:imagehttps://avatars.githubusercontent.com/u/38294?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/38294?s=400&v=4
og:image:altpytz is outdated. The latest version is 2012c http://pypi.python.org/pypi/pytz/2012c pytz 2012c is compatible with Python 3 and should not be converted with the 2to3 tool. dateutil 1.5 is for Pytho...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git
octolytics-dimension-user_id215947
octolytics-dimension-user_loginmatplotlib
octolytics-dimension-repository_id1385122
octolytics-dimension-repository_nwomatplotlib/matplotlib
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1385122
octolytics-dimension-repository_network_root_nwomatplotlib/matplotlib
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/pull/983/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F983%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F983%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=matplotlib%2Fmatplotlib
Reloadhttps://github.com/matplotlib/matplotlib/pull/983/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/983/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/983/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/983/files
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/983/files
Notifications https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Fork 8.4k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Star 23k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Code https://github.com/matplotlib/matplotlib
Issues 1.1k https://github.com/matplotlib/matplotlib/issues
Pull requests 408 https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality 0 https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Code https://github.com/matplotlib/matplotlib
Issues https://github.com/matplotlib/matplotlib/issues
Pull requests https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fmatplotlib%2Fmatplotlib%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib%2Fissues%2Fnew%2Fchoose
mdboomhttps://github.com/mdboom
matplotlib:masterhttps://github.com/matplotlib/matplotlib/tree/master
mdboom:update_pytz_and_dateutilhttps://github.com/mdboom/matplotlib/tree/update_pytz_and_dateutil
Conversation 6 https://github.com/matplotlib/matplotlib/pull/983
Commits 1 https://github.com/matplotlib/matplotlib/pull/983/commits
Checks 0 https://github.com/matplotlib/matplotlib/pull/983/checks
Files changed https://github.com/matplotlib/matplotlib/pull/983/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/983/files
Issues with dateutil and pytz https://github.com/matplotlib/matplotlib/pull/983/files#top
Show all changes 1 commit https://github.com/matplotlib/matplotlib/pull/983/files
07d8416 Update pytz to 2012d and update dateutil to 1.5 for Python 2.x and 2.… mdboom Aug 22, 2012 https://github.com/matplotlib/matplotlib/pull/983/commits/07d8416b99634da72124e17f08b02794670cf8d3
Clear filters https://github.com/matplotlib/matplotlib/pull/983/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/983/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/983/files
whats_new.rst https://github.com/matplotlib/matplotlib/pull/983/files#diff-b26e3f11c50861d048c88a9234635d07737ba1da19e187059b89af98c7bf7cae
LICENSE https://github.com/matplotlib/matplotlib/pull/983/files#diff-748f52c114826fc08b05053d9b04d011fe6a2e4951b3bd3a82d9930d83703dda
NEWS https://github.com/matplotlib/matplotlib/pull/983/files#diff-539ec45e17fe5c95a68781784f3db78a7b83dff8ce553c7f862e0bf30d44846b
README https://github.com/matplotlib/matplotlib/pull/983/files#diff-0e8f70c75fb6ea5f5fa252f4a6e7ab717173e300f5e08cf2aa6133df97ed9a21
__init__.py https://github.com/matplotlib/matplotlib/pull/983/files#diff-e5c1d0865d14fe0ee7b3331259a3ede554be44251a08d4bfde7c28073c773fa0
easter.py https://github.com/matplotlib/matplotlib/pull/983/files#diff-42db24e52b0fbd05c508825d4c1faf04e3337727cf33690c320b9867c540f9e2
parser.py https://github.com/matplotlib/matplotlib/pull/983/files#diff-d250aadcdcb58c5811e0eb8bbc9b97746973084743fe91e229ceb2ffccfa03fa
relativedelta.py https://github.com/matplotlib/matplotlib/pull/983/files#diff-b9c1e8743ac5a59b3c5725176b692572d7079e87de52d73f3518d93209055715
rrule.py https://github.com/matplotlib/matplotlib/pull/983/files#diff-fbfa49378d4312fcd30b3b790fe49d6203dc609c084385cb013a53b2e9a4bd65
tz.py https://github.com/matplotlib/matplotlib/pull/983/files#diff-35f4219e5d14d625495430a1c8e8bc1d75ff7f4d6301b437285a5e89a4d72953
tzwin.py https://github.com/matplotlib/matplotlib/pull/983/files#diff-1a74c2264da1988646cd016cc5e66cdeeb1789f14c9a55a9cb65a8c66353774a
__init__.py https://github.com/matplotlib/matplotlib/pull/983/files#diff-113180be8d847d49d8a1e91d902dca722088bbd75af4035354785a834c527a6c
zoneinfo-2010g.tar.gz https://github.com/matplotlib/matplotlib/pull/983/files#diff-e5634f1b5d6263f3c34f12a93fca1f8e718240a9cb03224a24616b2d13a9d661
LICENSE https://github.com/matplotlib/matplotlib/pull/983/files#diff-bca5232ab40d8ebb287977ab1711e06f3cc0f9143c429fb16bd28f120231878e
NEWS https://github.com/matplotlib/matplotlib/pull/983/files#diff-8e9ee834048ee59703a398b1563664b576322940d6501dec5765c292511fac00
README https://github.com/matplotlib/matplotlib/pull/983/files#diff-b52e974a6c3799512141ae9e06ab690eb1edce9beb805fcf0f705af3df7c272e
__init__.py https://github.com/matplotlib/matplotlib/pull/983/files#diff-6aa9112b52eaabd8f84f54871c03719064128dbb3b849d81c3796a37a142de90
easter.py https://github.com/matplotlib/matplotlib/pull/983/files#diff-558fae6f38a6a27c9ad1f13ff406e18c113dbfa397ffcb1daf8cc858cb105020
parser.py https://github.com/matplotlib/matplotlib/pull/983/files#diff-76bcc255c58da8fa51aa9301a9f03f5ea244b24c78ba77331ce55f8f159f303c
relativedelta.py https://github.com/matplotlib/matplotlib/pull/983/files#diff-91b7ff5943b962002f4fab675919b16e3ced41720d69abcd6d8b18c242213a21
rrule.py https://github.com/matplotlib/matplotlib/pull/983/files#diff-b0f21e318f9dbffc41f7e03a708a7cb81177357064ff04db1be4b3b83a6854de
six.py https://github.com/matplotlib/matplotlib/pull/983/files#diff-ea20ba8f0a743e366957f0ea085fb0605b35c18c525bf370980e199c3925317e
tz.py https://github.com/matplotlib/matplotlib/pull/983/files#diff-2919582c27b931dc4809cea3f5db997c93e8e16133c29af581ad39bfa74ba183
tzwin.py https://github.com/matplotlib/matplotlib/pull/983/files#diff-443a8e0be51451f283b580a198891e6770118d1300de910d168d712635485fb3
__init__.py https://github.com/matplotlib/matplotlib/pull/983/files#diff-5c5e6f40833799542bfc57d71fe71b11e01e9e6ddedbe6f2b2d2387ee519df49
zoneinfo--latest.tar.gz https://github.com/matplotlib/matplotlib/pull/983/files#diff-73bc71391ea8a624d660ac641555e992fe94c61f82337dc23498289bffb8c077
zoneinfo-2011d.tar.gz https://github.com/matplotlib/matplotlib/pull/983/files#diff-f8739b1279728e903c61bfea70b4af10e036ba02e3c65bd511ba994f799716a2
README.txt https://github.com/matplotlib/matplotlib/pull/983/files#diff-62c7d303ca5b49357fb674a0722801406642128a3ebd8fb4d3e7139405a155b0
__init__.py https://github.com/matplotlib/matplotlib/pull/983/files#diff-bd6620e8a4088328a2c7e3c87040cea4fd3dd5c9349f3f4541ddba38b7725a99
test_tzinfo.py https://github.com/matplotlib/matplotlib/pull/983/files#diff-455892bfdf2f2b56b59a33fe283a8963a18b36b8e6fe9533b6235c2b5b7f27a2
tzfile.py https://github.com/matplotlib/matplotlib/pull/983/files#diff-344289e648fa3b9bf261976d34185dda1ca1de47339f7ddfca2bd9e7113a0a7f
tzinfo.py https://github.com/matplotlib/matplotlib/pull/983/files#diff-f67fd4b3c8e5f568da9db997734a23c34d3a92ae342dd649e08d4ca0ea594cc6
Casablanca https://github.com/matplotlib/matplotlib/pull/983/files#diff-c60062b83664dbfeb04c49672394bf04aabe94558e6f7f8d764b1e50402afbf4
Atikokan https://github.com/matplotlib/matplotlib/pull/983/files#diff-84b307f3dbadf480f4b3149b37591c674f89031324ef548970842082996e55db
Bahia https://github.com/matplotlib/matplotlib/pull/983/files#diff-16e69f3694c7c8644a05607ca22f2e4ede2b7dd480a15c8dd629efd96b8687c3
Blanc-Sablon https://github.com/matplotlib/matplotlib/pull/983/files#diff-34e820b156d883289c6360ae521885eb29e7410e8b57e3a495cae7b227d95a0c
Coral_Harbour https://github.com/matplotlib/matplotlib/pull/983/files#diff-43841b52797ead46ff7b1dac8620522a89295ff68bb3912a74c686a3e7f2b9f2
Creston https://github.com/matplotlib/matplotlib/pull/983/files#diff-c68a4404b2d6e34b8c2030aeeb8391c46ad7996df77b2cd3f406bbf8606ab71f
Dawson_Creek https://github.com/matplotlib/matplotlib/pull/983/files#diff-8836756e0849700d8d2272e5a1d0ed2a02ebf4d869fd97e33f03c4cafaf89bf8
Edmonton https://github.com/matplotlib/matplotlib/pull/983/files#diff-80836083ab04983fda9ee42fb4eab3fcd6d89d1c059faacff9faf731d741e3bc
Glace_Bay https://github.com/matplotlib/matplotlib/pull/983/files#diff-027afca3d7964c74fc0082d94213e6bc90bd9e44be9ca42abeb697eec14af85f
Goose_Bay https://github.com/matplotlib/matplotlib/pull/983/files#diff-27d2d7ffe034704508f01d9613c596f86fc677993f5e99c4e051a90fefee8c1a
Halifax https://github.com/matplotlib/matplotlib/pull/983/files#diff-df91ecd978e716191cd81d54008366dfa746a5ccf775fa4045afb483128e3583
Havana https://github.com/matplotlib/matplotlib/pull/983/files#diff-40b06db19204e2ee1647be0baf01bd9e5bfe7a9da69543753c7dc5f6103c389d
Moncton https://github.com/matplotlib/matplotlib/pull/983/files#diff-01499cfe69ebd57adc252709933d9f2c76b0fb71662c228d5411b093304e7833
Montreal https://github.com/matplotlib/matplotlib/pull/983/files#diff-ce71eba93c04b738223067d76570094a1f499e2ac7cf218d09f8143f30ea8d37
Nipigon https://github.com/matplotlib/matplotlib/pull/983/files#diff-53c2852ef5e25733801ea0f8f6fc06a0fb308866a4f2475f950923123fc4cf57
Port-au-Prince https://github.com/matplotlib/matplotlib/pull/983/files#diff-7b97b5d4b82f6da997f915200703b3e8dea92a409f77be622b8c0f6bcfd9626d
Rainy_River https://github.com/matplotlib/matplotlib/pull/983/files#diff-a4cf2553c17344c3bec26f513bc1e05b7e4c12177f6c74a4b1df786ebafb248e
Regina https://github.com/matplotlib/matplotlib/pull/983/files#diff-c0807a44fba2125cf575a19cca4754c70dd6090a701247f802ae4db757105ee1
Santiago https://github.com/matplotlib/matplotlib/pull/983/files#diff-d664b7680043194867f69a6d1f9abd02782387acdbedc22daa91c1d5a7f5cd3d
Sitka https://github.com/matplotlib/matplotlib/pull/983/files#diff-03c16aaa3eb6aa50843ac34308a2985235c9ca63cd56c26d55dfe8b9f441d587
St_Johns https://github.com/matplotlib/matplotlib/pull/983/files#diff-bb12fe3905d082c7254f9b92ce5012301c3265bdd3ce84a81f6688c98529d749
Swift_Current https://github.com/matplotlib/matplotlib/pull/983/files#diff-2a8f41c42c25fe01b875ce371514f3ca42e4354fe28e4669a8b279b8050d0497
Toronto https://github.com/matplotlib/matplotlib/pull/983/files#diff-40866fe5bc7918bb9f7f6897d1a988c5d75e52b2e40e2b6dbbfe13c7ba0cb110
Vancouver https://github.com/matplotlib/matplotlib/pull/983/files#diff-4fc3de8769c7e581075aa53dd28dc086cbb2dc40e4033ae88e68c10cf544eecd
Winnipeg https://github.com/matplotlib/matplotlib/pull/983/files#diff-41b13d01451669aa7c37c8a32954a7c73d8a88ca6be05e3f1979d06e29ea706f
Casey https://github.com/matplotlib/matplotlib/pull/983/files#diff-bb0fb41a4740b21ada4f05de3a7054e67aebf6b395e84991088bb3d8b48c7602
Davis https://github.com/matplotlib/matplotlib/pull/983/files#diff-7720536a460a99a6b5584fbd8696c12f0ee2f7b94723cdeb92b0f4bd89ce6079
Palmer https://github.com/matplotlib/matplotlib/pull/983/files#diff-5055513fc38f70cbc125c22cdbb0084e595b10414ba5d89a26b0cd8f350d628c
Damascus https://github.com/matplotlib/matplotlib/pull/983/files#diff-72b190783b53f77346753fd91872380a15f1141465589d2251e0c17c2e45175e
Gaza https://github.com/matplotlib/matplotlib/pull/983/files#diff-fc4abb6810b799561f2aee8fafe4e472f7561548d2a9b699b9bb9460602a92e7
Hebron https://github.com/matplotlib/matplotlib/pull/983/files#diff-1433c22aadeccb824f6efa521ec3ec46dbe1ed1aa6998c2d06f91364aefae8bd
Yerevan https://github.com/matplotlib/matplotlib/pull/983/files#diff-b53ab01225cfbe4b105d9fc0f7a9e44f65a18fe463064baf809a68d5c5607c7c
Stanley https://github.com/matplotlib/matplotlib/pull/983/files#diff-311a1db320aa521a16c13eaf7dddd25997aa0296d25d92be9b2ca4b05a7b9fae
Atlantic https://github.com/matplotlib/matplotlib/pull/983/files#diff-6d11c1ab99c9bf22dd196318141ed4215d22ee89993c83669fd3be84498f56f0
Central https://github.com/matplotlib/matplotlib/pull/983/files#diff-9cb09762ca9d8aab61033edbc31d60ae18e0d4bb0727cfd1cea0aa0405e63491
East-Saskatchewan https://github.com/matplotlib/matplotlib/pull/983/files#diff-15e8321002551685a986b542cc17ccf14997794d1c763017f18422855772da44
Eastern https://github.com/matplotlib/matplotlib/pull/983/files#diff-fe2973643609c2f5249c47fc94305a5feae34e7c3c8062bb0c41e2852531e0c9
Mountain https://github.com/matplotlib/matplotlib/pull/983/files#diff-05a4b38ba4ce8073dd3938d0e6d2500beba12d35fc9b36050234bfc4e39f52bd
Newfoundland https://github.com/matplotlib/matplotlib/pull/983/files#diff-041ad183ab8b03359e285480628c93527588f16eeb3845027568eafd7cafbf15
Pacific https://github.com/matplotlib/matplotlib/pull/983/files#diff-8de72a124f81d5198335d4a0e0c4e730c1d629a94e683059782d937c6a9a2c57
Saskatchewan https://github.com/matplotlib/matplotlib/pull/983/files#diff-fd4fa81357242ccceaf4cecbe8dbd1bd23c9a492d7be3025c618108ad53a7f98
Continental https://github.com/matplotlib/matplotlib/pull/983/files#diff-6458f96c69b69047983701d85c94421bedcb6426fd54a0201690d222a2c0b69f
EasterIsland https://github.com/matplotlib/matplotlib/pull/983/files#diff-4430494131449689b4095383c7648702311abafc4003f9860830168aaff1ba7b
Cuba https://github.com/matplotlib/matplotlib/pull/983/files#diff-02eae325fda1c7f805f979364eaf8c76d8d0459d521bc70f1678bf60514235b8
Kiev https://github.com/matplotlib/matplotlib/pull/983/files#diff-1bd315721ec3407fb99e392311100cc80561341c39c5626a46a49207c6aad64e
Simferopol https://github.com/matplotlib/matplotlib/pull/983/files#diff-fbf2ee936ad4b45d1ae173b11088192bacdb2fea87f066affae1d55de8939fa9
Uzhgorod https://github.com/matplotlib/matplotlib/pull/983/files#diff-0b04aa26d7d7aa7453da8aa6f63b26cc05ba60d36b0a1066f7d7e498ff011bf4
Zaporozhye https://github.com/matplotlib/matplotlib/pull/983/files#diff-fc10428972cc3a5d6087c10daca844e26e5aad6fdb9c855cb302d6b16c938a2c
Easter https://github.com/matplotlib/matplotlib/pull/983/files#diff-a37b4ca08e2fc9726a890cf729c45c69645c66ce0bc039901f33055e7348d120
Fakaofo https://github.com/matplotlib/matplotlib/pull/983/files#diff-e68a3cbe15ebaf9a8ca2742bb5da5edea418240b8226ae6386b491ce0c34bac0
Fiji https://github.com/matplotlib/matplotlib/pull/983/files#diff-2b807a3d4f689c59cbc7c6217ecd996edbec7b0d19366e14d1e0a412a16f0171
iso3166.tab https://github.com/matplotlib/matplotlib/pull/983/files#diff-e0f6b9f0a8dadffa371a1566f1afa2a77d09d174008c9f48de5b69288d4ab341
zone.tab https://github.com/matplotlib/matplotlib/pull/983/files#diff-f1f05a0deea111a6f6942e72d520ade1ebdb77e787f1bdd0cbcf47fbf403b6ef
setup.py https://github.com/matplotlib/matplotlib/pull/983/files#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7
setupext.py https://github.com/matplotlib/matplotlib/pull/983/files#diff-113dbd0ff67f6e8e817884a3e98962eec6856df1fb826932442487e374b827f0
doc/users/whats_new.rsthttps://github.com/matplotlib/matplotlib/pull/983/files#diff-b26e3f11c50861d048c88a9234635d07737ba1da19e187059b89af98c7bf7cae
View file https://github.com/mdboom/matplotlib/blob/07d8416b99634da72124e17f08b02794670cf8d3/doc/users/whats_new.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/983/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/983/files#diff-b26e3f11c50861d048c88a9234635d07737ba1da19e187059b89af98c7bf7cae
https://github.com/matplotlib/matplotlib/pull/983/files#diff-b26e3f11c50861d048c88a9234635d07737ba1da19e187059b89af98c7bf7cae
lib/dateutil/LICENSE → lib/dateutil_py2/LICENSEhttps://github.com/matplotlib/matplotlib/pull/983/files#diff-748f52c114826fc08b05053d9b04d011fe6a2e4951b3bd3a82d9930d83703dda
View file https://github.com/mdboom/matplotlib/blob/07d8416b99634da72124e17f08b02794670cf8d3/lib/dateutil_py2/LICENSE
Open in desktop https://desktop.github.com
lib/dateutil/NEWS → lib/dateutil_py2/NEWShttps://github.com/matplotlib/matplotlib/pull/983/files#diff-539ec45e17fe5c95a68781784f3db78a7b83dff8ce553c7f862e0bf30d44846b
View file https://github.com/mdboom/matplotlib/blob/07d8416b99634da72124e17f08b02794670cf8d3/lib/dateutil_py2/NEWS
Open in desktop https://desktop.github.com
lib/dateutil/README → lib/dateutil_py2/READMEhttps://github.com/matplotlib/matplotlib/pull/983/files#diff-0e8f70c75fb6ea5f5fa252f4a6e7ab717173e300f5e08cf2aa6133df97ed9a21
View file https://github.com/mdboom/matplotlib/blob/07d8416b99634da72124e17f08b02794670cf8d3/lib/dateutil_py2/README
Open in desktop https://desktop.github.com
lib/dateutil/__init__.py → lib/dateutil_py2/__init__.pyhttps://github.com/matplotlib/matplotlib/pull/983/files#diff-e5c1d0865d14fe0ee7b3331259a3ede554be44251a08d4bfde7c28073c773fa0
View file https://github.com/mdboom/matplotlib/blob/07d8416b99634da72124e17f08b02794670cf8d3/lib/dateutil_py2/__init__.py
Open in desktop https://desktop.github.com
lib/dateutil/easter.py → lib/dateutil_py2/easter.pyhttps://github.com/matplotlib/matplotlib/pull/983/files#diff-42db24e52b0fbd05c508825d4c1faf04e3337727cf33690c320b9867c540f9e2
View file https://github.com/mdboom/matplotlib/blob/07d8416b99634da72124e17f08b02794670cf8d3/lib/dateutil_py2/easter.py
Open in desktop https://desktop.github.com
lib/dateutil/parser.py → lib/dateutil_py2/parser.pyhttps://github.com/matplotlib/matplotlib/pull/983/files#diff-d250aadcdcb58c5811e0eb8bbc9b97746973084743fe91e229ceb2ffccfa03fa
View file https://github.com/mdboom/matplotlib/blob/07d8416b99634da72124e17f08b02794670cf8d3/lib/dateutil_py2/parser.py
Open in desktop https://desktop.github.com
lib/dateutil/relativedelta.py → lib/dateutil_py2/relativedelta.pyhttps://github.com/matplotlib/matplotlib/pull/983/files#diff-b9c1e8743ac5a59b3c5725176b692572d7079e87de52d73f3518d93209055715
View file https://github.com/mdboom/matplotlib/blob/07d8416b99634da72124e17f08b02794670cf8d3/lib/dateutil_py2/relativedelta.py
Open in desktop https://desktop.github.com
lib/dateutil/rrule.py → lib/dateutil_py2/rrule.pyhttps://github.com/matplotlib/matplotlib/pull/983/files#diff-fbfa49378d4312fcd30b3b790fe49d6203dc609c084385cb013a53b2e9a4bd65
View file https://github.com/mdboom/matplotlib/blob/07d8416b99634da72124e17f08b02794670cf8d3/lib/dateutil_py2/rrule.py
Open in desktop https://desktop.github.com
lib/dateutil/tz.py → lib/dateutil_py2/tz.pyhttps://github.com/matplotlib/matplotlib/pull/983/files#diff-35f4219e5d14d625495430a1c8e8bc1d75ff7f4d6301b437285a5e89a4d72953
View file https://github.com/mdboom/matplotlib/blob/07d8416b99634da72124e17f08b02794670cf8d3/lib/dateutil_py2/tz.py
Open in desktop https://desktop.github.com
lib/dateutil/tzwin.py → lib/dateutil_py2/tzwin.pyhttps://github.com/matplotlib/matplotlib/pull/983/files#diff-1a74c2264da1988646cd016cc5e66cdeeb1789f14c9a55a9cb65a8c66353774a
View file https://github.com/mdboom/matplotlib/blob/07d8416b99634da72124e17f08b02794670cf8d3/lib/dateutil_py2/tzwin.py
Open in desktop https://desktop.github.com
lib/dateutil/zoneinfo/__init__.py → lib/dateutil_py2/zoneinfo/__init__.pyhttps://github.com/matplotlib/matplotlib/pull/983/files#diff-113180be8d847d49d8a1e91d902dca722088bbd75af4035354785a834c527a6c
View file https://github.com/mdboom/matplotlib/blob/07d8416b99634da72124e17f08b02794670cf8d3/lib/dateutil_py2/zoneinfo/__init__.py
Open in desktop https://desktop.github.com
lib/dateutil/zoneinfo/zoneinfo-2010g.tar.gz → ...teutil_py2/zoneinfo/zoneinfo-2010g.tar.gzhttps://github.com/matplotlib/matplotlib/pull/983/files#diff-e5634f1b5d6263f3c34f12a93fca1f8e718240a9cb03224a24616b2d13a9d661
View file https://github.com/mdboom/matplotlib/blob/07d8416b99634da72124e17f08b02794670cf8d3/lib/dateutil_py2/zoneinfo/zoneinfo-2010g.tar.gz
Open in desktop https://desktop.github.com
lib/dateutil_py3/LICENSEhttps://github.com/matplotlib/matplotlib/pull/983/files#diff-bca5232ab40d8ebb287977ab1711e06f3cc0f9143c429fb16bd28f120231878e
View file https://github.com/mdboom/matplotlib/blob/07d8416b99634da72124e17f08b02794670cf8d3/lib/dateutil_py3/LICENSE
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/983/{{ revealButtonHref }}
lib/dateutil_py3/NEWShttps://github.com/matplotlib/matplotlib/pull/983/files#diff-8e9ee834048ee59703a398b1563664b576322940d6501dec5765c292511fac00
View file https://github.com/mdboom/matplotlib/blob/07d8416b99634da72124e17f08b02794670cf8d3/lib/dateutil_py3/NEWS
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/983/{{ revealButtonHref }}
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/983/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.