summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-08better? wordingupstream-masterMarkus Unterwaditzer
2022-07-08unmaintainedMarkus Unterwaditzer
2022-07-08version 1.4.1Markus Unterwaditzer
2022-06-30fix name typo (#60)Alex Peters
2020-12-04Add Power Support ppc64le (#57)nagesh4193
2020-11-06wrap lineMarkus Unterwaditzer
2020-11-06migrate to travis-ci.comMarkus Unterwaditzer
2020-11-06Add documentation for open_kwargs, fix #56Markus Unterwaditzer
2020-10-03Update README.rstMarkus Unterwaditzer
2020-10-03Update README.rstMarkus Unterwaditzer
2020-10-03Update README.rstMarkus Unterwaditzer
2020-10-03Clean up some FAQ/Frequently asked question repetition in readme (#53)Kyle Altendorf
2020-05-04Merge pull request #51 from jugmac00/modernize-python-versionsMarkus Unterwaditzer
Add support for Python 3.8
2020-05-04Add support for Python 3.8Jürgen Gmach
Also... - remove obsolete `sudo` keyword from Travis config (https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration) - additionally use 64 bit interpreters on AppVeyor modified: .travis.yml modified: appveyor.yml modified: setup.py modified: tox.ini
2020-04-28Start using twine for uploadsMarkus Unterwaditzer
2020-04-28Version 1.4.0Markus Unterwaditzer
2020-04-28Merge pull request #48 from LovecraftianHorror/pathlib-supportMarkus Unterwaditzer
Add support for pathlib paths Fix #47
2020-04-28Use fspath to ensure path is str or bytesLovecraftian Horror
2020-03-15Do not use deprecated template variable in tempfile module (#45)Markus Unterwaditzer
* Do not use deprecated template variable in tempfile module Use gettempprefix() instead, as suggested by the documentation. * fix: Styling Co-authored-by: Markus Unterwaditzer <markus@unterwaditzer.net>
2020-03-15remove broken osx buildMarkus Unterwaditzer
i know from experience with another package that this is not worth my time
2020-03-15fix: StylingMarkus Unterwaditzer
2020-03-06Do not use deprecated template variable in tempfile moduleRiccardo Schirone
Use gettempprefix() instead, as suggested by the documentation.
2019-09-08Update supported Python versions, fix #43Markus Unterwaditzer
2019-02-01Version 1.3.0Markus Unterwaditzer
2019-02-01Restore ability to use tempfile kwargs other than dir (#40)Glen Walker
The changes in #38 broke the ability to use prefix, suffix and bufsize arguments when creating the tempfile. This commit restores the ability.
2018-08-30Version 1.2.1Markus Unterwaditzer
2018-08-30Exclude pycache from sdistMarkus Unterwaditzer
2018-08-24Avoid API breakage under Python 2Markus Unterwaditzer
2018-08-24Passes kwargs through AtomicWriter to tempfile.NamedTemporaryFile (#38)Loren Gordon
* Passes kwargs through AtomicWriter to tempfile.NamedTemporaryFile Fixes #37 * Uses io.open for py2/py3 api compatiblity * Updates reraise test since ame is not writeable on _io.TextIOWrapper objects * Writes unicode strings in tests to support the change to io.open
2018-07-24Update supported Python versions (#34)mirror-aosp-masterHugo
* Drop support for EOL Python 2.6 * Add Trove classifiers and python_requires
2018-07-19fix travis (#33)Markus Unterwaditzer
* fix travis
2018-07-13fix osx againMarkus Unterwaditzer
2018-07-13attempt to fix osx buildMarkus Unterwaditzer
2018-07-13remove broken python3.3 from appveyorMarkus Unterwaditzer
2018-07-13remove broken python versions from travisMarkus Unterwaditzer
2018-07-13Remove non-existent _static dir from docs/conf.py (#32)Louis Sautier
2017-03-26stylefixMarkus Unterwaditzer
2017-03-26Update copyrightMarkus Unterwaditzer
2017-03-26Add python 3.5 and 3.6 to CI (#24)Hugo Osvaldo Barrera
* Also test on recent python versions * Tidy up and simplify travis' build matrix * Test python 3.5 and 3.6 on windows as well
2016-08-17Add MSDN forums quoteMarkus Unterwaditzer
2016-08-14Version 1.1.5Markus Unterwaditzer
2016-08-14Fix toxfile (#21)Markus Unterwaditzer
See #20
2016-08-14Make atomic_write work on paths with no directory separator (#20)Ryan C. Thompson
Fixes #19.
2016-08-12Fix formattingMarkus Unterwaditzer
2016-08-12Skip stylecheck under py26Markus Unterwaditzer
2016-08-12Add contributing.rstMarkus Unterwaditzer
2016-08-12Fix tox.iniMarkus Unterwaditzer
2016-07-27Version 1.1.0Markus Unterwaditzer
2016-07-27Add section about fsyncMarkus Unterwaditzer
2016-07-26Don't run stylecheck on 2.6Markus Unterwaditzer