openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
Python Faker
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 16 hours
ago. based on code collected
1 day
ago.
Sep 05, 2025 — Sep 05, 2026
Showing page 1 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
version bump to fix README
Dylan Clendenin
More...
over 10 years ago
fix restructured text README formatting
Dylan Clendenin
More...
over 10 years ago
update README w/ deprecation announcement
Dylan Clendenin
More...
over 10 years ago
tell python not to ignore PendingDeprecationWarning
Dylan Clendenin
More...
over 10 years ago
add deprecation warning + start transition period
Dylan Clendenin
More...
over 10 years ago
bump version to 0.1.0
Dylan Clendenin
More...
over 10 years ago
fix test for python 3+ versions
Dylan Clendenin
More...
over 10 years ago
rename variable something that is not a builtin function
Dylan Clendenin
More...
over 10 years ago
drop support for python versions no longer supported by core team
Dylan Clendenin
More...
over 10 years ago
add .eggs to .gitignore
Dylan Clendenin
More...
over 10 years ago
Merge pull request #12 from bleurose/master
Dylan Clendenin
More...
over 10 years ago
Merge pull request #17 from Papisou/patch-1
Dylan Clendenin
More...
over 10 years ago
Update data.py
Papisou
More...
over 10 years ago
Merge pull request #16 from koterpillar/master
Dylan Clendenin
More...
about 11 years ago
Change Python version check to use sys.version_info
Alexey Kotlyarov
More...
about 11 years ago
Merge pull request #15 from mgedmin/patch-1
Dylan Clendenin
More...
about 11 years ago
Fix ReStructuredText syntax errors
Marius Gedminas
More...
over 11 years ago
Added some named initialization parms in __init__() to control the following : min_age and max_age controls the age range that is selected zip_type is either 5 (only 5-digit zips), 9 (only 9 digit zips) or None (the default, which is random)
bleurose
More...
almost 12 years ago
Fixed problem with python 3 builds to test for a different initial Faker.name() value. Apparently the random number generator for python 2 and python 3 create different sequences with the same seed.
bleurose
More...
almost 12 years ago
Modified __init__ routine slightly to call self.seed(seed) so that all random seeding is done in the same routine.
bleurose
More...
almost 12 years ago
Added support for setting an arbitrary seed value for the random number generator used by faker. This permits using faker to recreate exactly the same data on multiple runs which is critical for testing. The seed value can also be reset during runs so that the same sequences can be created repeatedly within the same run (usefully for running multiple tests within the same run.
bleurose
More...
almost 12 years ago
ignore *.pyc
Dylan Clendenin
More...
over 12 years ago
remove python 2.5 and stop ignoring failures with Python 3
Dylan Clendenin
More...
over 12 years ago
Merge pull request #8 from spookylukey/master
Dylan Clendenin
More...
over 12 years ago
Merge pull request #7 from lebnic/master
Dylan Clendenin
More...
over 12 years ago
Python 3.2 and 3.3 compatibility.
Luke Plant
More...
over 12 years ago
Added tox.ini file, for easy running of tests with multiple Python versions
Luke Plant
More...
over 12 years ago
Added gender property
lebnic
More...
over 12 years ago
Travis CI having problems running tests under Python 2.5
Dylan Clendenin
More...
over 12 years ago
add Travis CI status image to README
Dylan Clendenin
More...
over 12 years ago
←
1
2
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree