1
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Sep 05, 2025 — Sep 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
version bump to fix README More... over 10 years ago
fix restructured text README formatting More... over 10 years ago
update README w/ deprecation announcement More... over 10 years ago
tell python not to ignore PendingDeprecationWarning More... over 10 years ago
add deprecation warning + start transition period More... over 10 years ago
bump version to 0.1.0 More... over 10 years ago
fix test for python 3+ versions More... over 10 years ago
rename variable something that is not a builtin function More... over 10 years ago
drop support for python versions no longer supported by core team More... over 10 years ago
add .eggs to .gitignore More... over 10 years ago
Merge pull request #12 from bleurose/master More... over 10 years ago
Merge pull request #17 from Papisou/patch-1 More... over 10 years ago
Update data.py More... over 10 years ago
Merge pull request #16 from koterpillar/master More... about 11 years ago
Change Python version check to use sys.version_info More... about 11 years ago
Merge pull request #15 from mgedmin/patch-1 More... about 11 years ago
Fix ReStructuredText syntax errors 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) 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. 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. 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. More... almost 12 years ago
ignore *.pyc More... over 12 years ago
remove python 2.5 and stop ignoring failures with Python 3 More... over 12 years ago
Merge pull request #8 from spookylukey/master More... over 12 years ago
Merge pull request #7 from lebnic/master More... over 12 years ago
Python 3.2 and 3.3 compatibility. More... over 12 years ago
Added tox.ini file, for easy running of tests with multiple Python versions More... over 12 years ago
Added gender property More... over 12 years ago
Travis CI having problems running tests under Python 2.5 More... over 12 years ago
add Travis CI status image to README More... over 12 years ago