Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: joke2k/faker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.4
Choose a base ref
...
head repository: joke2k/faker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.5
Choose a head ref
  • 9 commits
  • 28 files changed
  • 8 contributors

Commits on Mar 13, 2019

  1. Configuration menu
    Copy the full SHA
    c4ee645 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Request ipaddress on python 3.2/3.1/3.0 too (#926)

    Even tho not directly supported it matches up reality of where the ipaddress is really required rather than 2.7 only
    scarabeusiv authored and fcurella committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    db9bf7a View commit details
    Browse the repository at this point in the history
  2. implementation of months (#925)

    anneclairebrld authored and fcurella committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    6db5503 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. when using PyInstaller, list modules directly from files instead of u…

    …sing pkgutil.iter_modules which is not suported (#927)
    arossert authored and fcurella committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    eb7d9c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Added Dutch company names (#930)

    MathynS authored and fcurella committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    d02af19 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Fix some invalid French phone numbers starting with "+33 8x" (#933)

    The full range of phone number starting with 08 isn't valid (eg. 083xx is not valid) so this patch limits the range to valid numbers only.
    
    French validator used by the phonenumbers project:
    https://github.com/daviddrysdale/python-phonenumbers/blob/dev/python/phonenumbers/data/region_FR.py#L9
    stephane authored and fcurella committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    4cc1185 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. Add armenian locale (#934)

    * add address provider for armenian
    
    * add color provider for armenian
    
    * add company provider for armenian
    
    * add date_time provider for armenian
    
    * add job provider for armenian
    
    * add lorem provider for armenian
    
    * add person provider for armenian
    
    * add phone_number provider for armenian
    hovikman authored and fcurella committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    44bf7af View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. update changelog

    fcurella committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    54373a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31fefae View commit details
    Browse the repository at this point in the history
Loading