Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Oct 1, 2021. It is now read-only.
spoqa
/
python-phonenumbers
Public archive
forked from
daviddrysdale/python-phonenumbers
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-phonenumbers
python
phonenumbers
phonenumberutil.py
on
dev
User selector
All users
All time
Commit history
Commits on Jan 21, 2012
Add extra unit tests to restore 100% coverage
daviddrysdale
committed
913ed06
View commit details
Copy full SHA for 913ed06
View code at this point
Browse repository at this point
Cope with missing 001 code in supported regions.
Show description for e35206e
daviddrysdale
committed
e35206e
View commit details
Copy full SHA for e35206e
View code at this point
Browse repository at this point
Don't modify real metadata; make a copy. Raised as upstream issue 91.
daviddrysdale
committed
1ac6281
View commit details
Copy full SHA for 1ac6281
View code at this point
Browse repository at this point
Fix up problems in merge from r415
daviddrysdale
committed
a5f3e45
View commit details
Copy full SHA for a5f3e45
View code at this point
Browse repository at this point
Commits on Jan 20, 2012
Start fixing up problems in merge from r415
daviddrysdale
committed
c365ec5
View commit details
Copy full SHA for c365ec5
View code at this point
Browse repository at this point
Merge upstream changes from r415, initial pass
daviddrysdale
committed
9da1c0a
View commit details
Copy full SHA for 9da1c0a
View code at this point
Browse repository at this point
Commits on Dec 29, 2011
Update python/phonenumbers/phonenumberutil.py
skimat
committed
c3e3aa9
View commit details
Copy full SHA for c3e3aa9
View code at this point
Browse repository at this point
Commits on Dec 12, 2011
Make new internal function look internal
daviddrysdale
committed
1c7b18a
View commit details
Copy full SHA for 1c7b18a
View code at this point
Browse repository at this point
Commits on Dec 10, 2011
Merge changes from upstream r411
daviddrysdale
committed
53c93d3
View commit details
Copy full SHA for 53c93d3
View code at this point
Browse repository at this point
Merge change to metadata format from upstream r411
daviddrysdale
committed
4d0ca11
View commit details
Copy full SHA for 4d0ca11
View code at this point
Browse repository at this point
Commits on Nov 24, 2011
Make internal function more private
daviddrysdale
committed
1bd9b60
View commit details
Copy full SHA for 1bd9b60
View code at this point
Browse repository at this point
Merge upstream changes from r395
daviddrysdale
committed
be5b87e
View commit details
Copy full SHA for be5b87e
View code at this point
Browse repository at this point
Commits on Nov 11, 2011
Merge branch 'dev' into python3
Show description for e61a8fd
daviddrysdale
committed
e61a8fd
View commit details
Copy full SHA for e61a8fd
View code at this point
Browse repository at this point
Merge changes from upstream r383
daviddrysdale
committed
ce854ab
View commit details
Copy full SHA for ce854ab
View code at this point
Browse repository at this point
Merge changes from upstream r382
daviddrysdale
committed
39a1ae8
View commit details
Copy full SHA for 39a1ae8
View code at this point
Browse repository at this point
Use floor division not normal division when removing digits from decimal number
daviddrysdale
committed
723ad6a
View commit details
Copy full SHA for 723ad6a
View code at this point
Browse repository at this point
Commits on Nov 10, 2011
Merge branch 'dev' into python3
daviddrysdale
committed
ec631c0
View commit details
Copy full SHA for ec631c0
View code at this point
Browse repository at this point
Commits on Oct 28, 2011
Adjust fix for format_number_for_mobile_dialing() to match upstream r380
daviddrysdale
committed
060b2f0
View commit details
Copy full SHA for 060b2f0
View code at this point
Browse repository at this point
Commits on Oct 26, 2011
Don't modify PhoneNumber object passed into method
daviddrysdale
committed
1fa80a0
View commit details
Copy full SHA for 1fa80a0
View code at this point
Browse repository at this point
Commits on Oct 25, 2011
Try to sort out relative imports to make 2to3 work better
daviddrysdale
committed
2fecd51
View commit details
Copy full SHA for 2fecd51
View code at this point
Browse repository at this point
Commits on Oct 24, 2011
Use a mixin to define __str__ in terms of __unicode__
daviddrysdale
committed
8928e1e
View commit details
Copy full SHA for 8928e1e
View code at this point
Browse repository at this point
Commits on Oct 20, 2011
Merge changes to existing code from upstream r374
daviddrysdale
committed
ca22315
View commit details
Copy full SHA for ca22315
View code at this point
Browse repository at this point
Commits on Oct 7, 2011
Add tests for format_number_for_mobile_dialing() to restore 100% coverage
daviddrysdale
committed
999e9fa
View commit details
Copy full SHA for 999e9fa
View code at this point
Browse repository at this point
Add format_number_for_mobile_dialing() from upstream r362
daviddrysdale
committed
250df22
View commit details
Copy full SHA for 250df22
View code at this point
Browse repository at this point
Commits on Sep 13, 2011
Merge upstream code changes from r348
daviddrysdale
committed
f3ae798
View commit details
Copy full SHA for f3ae798
View code at this point
Browse repository at this point
Commits on Aug 18, 2011
Update copyright statements for upstream code to match upstream r338
daviddrysdale
committed
3a9f7a0
View commit details
Copy full SHA for 3a9f7a0
View code at this point
Browse repository at this point
Commits on Aug 11, 2011
First pass at merging upstream r314
Show description for 634405d
daviddrysdale
committed
634405d
View commit details
Copy full SHA for 634405d
View code at this point
Browse repository at this point
Commits on Jul 21, 2011
Remove unnecessary check (merge from upstream r304)
daviddrysdale
committed
bb15e98
View commit details
Copy full SHA for bb15e98
View code at this point
Browse repository at this point
Commits on Jul 4, 2011
Apply comment update from upstream r286, bringing code into line with r289
daviddrysdale
committed
c362645
View commit details
Copy full SHA for c362645
View code at this point
Browse repository at this point
Commits on Jul 1, 2011
Apply updates from upstream r278, bringing code into line with r281
daviddrysdale
committed
98217be
View commit details
Copy full SHA for 98217be
View code at this point
Browse repository at this point
Commits on Jun 25, 2011
Apply updates from upstream r247, bringing code into line with r266
daviddrysdale
committed
5d4efb8
View commit details
Copy full SHA for 5d4efb8
View code at this point
Browse repository at this point
Commits on Jun 13, 2011
Merge upstream r231 (except geocoding functionality)
daviddrysdale
committed
4fb12ca
View commit details
Copy full SHA for 4fb12ca
View code at this point
Browse repository at this point
Commits on Jun 8, 2011
Cope with blank metadata values better.
Show description for e716db6
daviddrysdale
committed
e716db6
View commit details
Copy full SHA for e716db6
View code at this point
Browse repository at this point
Commits on May 21, 2011
Unit test tweaks; now up to 99% (3 lines missing)
daviddrysdale
committed
67b9a4f
View commit details
Copy full SHA for 67b9a4f
View code at this point
Browse repository at this point
Fix up camelCase identifiers in comments
daviddrysdale
committed
b699043
View commit details
Copy full SHA for b699043
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.