@@ -15,15 +15,15 @@ The released versions correspond to PyPi releases.
1515 `patch_default_args` has been added that switches this behavior on
1616 (see [#567](../../issues/567)).
1717
18- ## [Version 4.2.1](https://pypi.python.org/pypi/pyfakefs/4.2.1)
18+ ## [Version 4.2.1](https://pypi.python.org/pypi/pyfakefs/4.2.1) (2020-11-02)
1919
2020This is a bugfix release that fixes a regression issue.
2121
2222### Fixes
2323 * remove dependency of pyfakefs on `pytest` (regression,
2424 see [#565](../../issues/565))
2525
26- ## [Version 4.2.0](https://pydpi.python.org/pypi/pyfakefs/4.2.0)
26+ ## [Version 4.2.0](https://pydpi.python.org/pypi/pyfakefs/4.2.0) (2020-11-01)
2727
2828#### New Features
2929 * add support for the `buffering` parameter in `open`
@@ -56,7 +56,7 @@ This is a bugfix release that fixes a regression issue.
5656 * make sure pytest will work without pyfakefs installed
5757 (see [#550](../../issues/550))
5858
59- ## [Version 4.1.0](https://pypi.python.org/pypi/pyfakefs/4.1.0)
59+ ## [Version 4.1.0](https://pypi.python.org/pypi/pyfakefs/4.1.0) (2020-07-12)
6060
6161#### New Features
6262 * Added some support for pandas (`read_csv`, `read_excel` and more), and
@@ -75,7 +75,7 @@ This is a bugfix release that fixes a regression issue.
7575#### Infrastructure
7676 * Make sure all temporary files from real fs tests are removed
7777
78- ## [Version 4.0.2](https://pypi.python.org/pypi/pyfakefs/4.0.2)
78+ ## [Version 4.0.2](https://pypi.python.org/pypi/pyfakefs/4.0.2) (2020-03-04)
7979
8080This as a patch release that only builds for Python 3. Note that
8181versions 4.0.0 and 4.0.1 will be removed from PyPi to not to be able to
@@ -84,14 +84,14 @@ install them under Python 2.
8484#### Fixes
8585 * Do not build for Python 2 (see [#524](../../issues/524))
8686
87- ## [Version 4.0.1](https://pypi.python.org/pypi/pyfakefs/4.0.1)
87+ ## [Version 4.0.1](https://pypi.python.org/pypi/pyfakefs/4.0.1) (2020-03-03)
8888
8989This as a bug fix release for a regression bug.
9090
9191#### Fixes
9292 * Avoid exception if using `flask-restx` (see [#523](../../issues/523))
9393
94- ## [Version 4.0.0](https://pypi.python.org/pypi/pyfakefs/4.0.0)
94+ ## [Version 4.0.0](https://pypi.python.org/pypi/pyfakefs/4.0.0) (2020-03-03)
9595
9696 * pyfakefs 4.0.0 drops support for Python 2.7. If you still need
9797 Python 2.7, you can continue to use pyfakefs 3.7.x.
@@ -124,7 +124,7 @@ This as a bug fix release for a regression bug.
124124 * Fixed behavior of `os.makedirs` in write-protected directory
125125 (see [#507](../../issues/507))
126126
127- ## [Version 3.7.2](https://pypi.python.org/pypi/pyfakefs/3.7.2)
127+ ## [Version 3.7.2](https://pypi.python.org/pypi/pyfakefs/3.7.2) (2020-03-02)
128128
129129This version backports some fixes from master.
130130
@@ -140,15 +140,15 @@ This version backports some fixes from master.
140140 * Fixed behavior of `os.makedirs` in write-protected directory
141141 (see [#507](../../issues/507))
142142
143- ## [Version 3.7.1](https://pypi.python.org/pypi/pyfakefs/3.7.1)
143+ ## [Version 3.7.1](https://pypi.python.org/pypi/pyfakefs/3.7.1) (2020-02-14)
144144
145145This version adds support for Python 3.7.6 and 3.8.1.
146146
147147#### Fixes
148148 * Adapted fake `pathlib` to changes in Python 3.7.6/3.8.1
149149 (see [#508](../../issues/508)) (backported from master)
150150
151- ## [Version 3.7](https://pypi.python.org/pypi/pyfakefs/3.7)
151+ ## [Version 3.7](https://pypi.python.org/pypi/pyfakefs/3.7) (2019-11-23)
152152
153153This version adds support for Python 3.8.
154154
@@ -178,15 +178,15 @@ and Python 3.4 (possible bug fix releases notwithstanding).
178178 * fixed CI tests scripts to always propagate errors
179179 (see [#500](../../issues/500))
180180
181- ## [Version 3.6.1](https://pypi.python.org/pypi/pyfakefs/3.6.1)
181+ ## [Version 3.6.1](https://pypi.python.org/pypi/pyfakefs/3.6.1) (2019-10-07)
182182
183183#### Fixes
184184 * avoid rare side effect during module iteration in test setup
185185 (see [#338](../../issues/338))
186186 * make sure real OS tests are not executed by default
187187 (see [#495](../../issues/495))
188188
189- ## [Version 3.6](https://pypi.python.org/pypi/pyfakefs/3.6)
189+ ## [Version 3.6](https://pypi.python.org/pypi/pyfakefs/3.6) (2019-06-30)
190190
191191#### Changes
192192 * removed unneeded parameter `use_dynamic_patch`
@@ -215,7 +215,7 @@ and Python 3.4 (possible bug fix releases notwithstanding).
215215 * avoid pytest warning under Python 2.7 (see [#466](../../issues/466))
216216 * add __next__ to FakeFileWrapper (see [#485](../../issues/485))
217217
218- ## [Version 3.5.8](https://pypi.python.org/pypi/pyfakefs/3.5.8)
218+ ## [Version 3.5.8](https://pypi.python.org/pypi/pyfakefs/3.5.8) (2019-06-21)
219219
220220Another bug-fix release that mainly fixes a regression wih Python 2 that has
221221been introduced in version 3.5.3.
@@ -231,7 +231,7 @@ been introduced in version 3.5.3.
231231 * more changes to run tests using `python setup.py test` under Python 2
232232 regardless of `pathlib2` presence
233233
234- ## [Version 3.5.7](https://pypi.python.org/pypi/pyfakefs/3.5.7)
234+ ## [Version 3.5.7](https://pypi.python.org/pypi/pyfakefs/3.5.7) (2019-02-08)
235235
236236This is mostly a bug-fix release.
237237
@@ -246,19 +246,19 @@ This is mostly a bug-fix release.
246246 see [#465](../../issues/465))
247247 * make tests run if running `python setup.py test` under Python 2
248248
249- ## [Version 3.5.6](https://pypi.python.org/pypi/pyfakefs/3.5.6)
249+ ## [Version 3.5.6](https://pypi.python.org/pypi/pyfakefs/3.5.6) (2019-01-13)
250250
251251#### Changes
252252 * import external `pathlib2` and `scandir` packages first if present
253253 (see [#462](../../issues/462))
254254
255- ## [Version 3.5.5](https://pypi.python.org/pypi/pyfakefs/3.5.5)
255+ ## [Version 3.5.5](https://pypi.python.org/pypi/pyfakefs/3.5.5) (2018-12-20)
256256
257257#### Fixes
258258 * removed shebang from test files to avoid packaging warnings
259259 (see [#461](../../issues/461))
260260
261- ## [Version 3.5.4](https://pypi.python.org/pypi/pyfakefs/3.5.4)
261+ ## [Version 3.5.4](https://pypi.python.org/pypi/pyfakefs/3.5.4) (2018-12-19)
262262
263263#### New Features
264264 * added context manager class `Pause` for pause/resume
@@ -271,7 +271,7 @@ This is mostly a bug-fix release.
271271 * avoid `AttributeError` triggered by modules without `__module__` attribute
272272 (see [#460](../../issues/460))
273273
274- ## [Version 3.5.3](https://pypi.python.org/pypi/pyfakefs/3.5.3)
274+ ## [Version 3.5.3](https://pypi.python.org/pypi/pyfakefs/3.5.3) (2018-11-22)
275275
276276This is a minor release to have a version with passing tests for OpenSUSE
277277packaging.
@@ -285,7 +285,7 @@ packaging.
285285 * make tests for access time less strict to account for file systems that
286286 do not change it immediately ([#453](../../issues/453))
287287
288- ## [Version 3.5.2](https://pypi.python.org/pypi/pyfakefs/3.5.2)
288+ ## [Version 3.5.2](https://pypi.python.org/pypi/pyfakefs/3.5.2) (2018-11-11)
289289
290290This is mostly a bug-fix release.
291291
@@ -301,7 +301,7 @@ This is mostly a bug-fix release.
301301 ([#445](../../issues/445))
302302 * allow trailing path in `add_real_directory` ([#446](../../issues/446))
303303
304- ## [Version 3.5](https://pypi.python.org/pypi/pyfakefs/3.5)
304+ ## [Version 3.5](https://pypi.python.org/pypi/pyfakefs/3.5) (2018-10-22)
305305
306306#### Changes
307307 * This version of pyfakefs does not support Python 3.3. Python 3.3 users
@@ -346,7 +346,7 @@ This is mostly a bug-fix release.
346346 * fixed a problem related to patching `shutil` functions using `zipfile`
347347 ([#427](../../issues/427))
348348
349- ## [Version 3.4.3](https://pypi.python.org/pypi/pyfakefs/3.4.3)
349+ ## [Version 3.4.3](https://pypi.python.org/pypi/pyfakefs/3.4.3) (2018-06-13)
350350
351351This is mostly a bug fix release, mainly for bugs found by
352352[@agroce](https://github.com/agroce) using [tstl](https://github.com/agroce/tstl).
@@ -398,7 +398,7 @@ This is mostly a bug fix release, mainly for bugs found by
398398 * `os.readlink` ([#359](../../issues/359), [#372](../../issues/372),
399399 [#392](../../issues/392))
400400
401- ## [Version 3.4.1](https://pypi.python.org/pypi/pyfakefs/3.4.1)
401+ ## [Version 3.4.1](https://pypi.python.org/pypi/pyfakefs/3.4.1) (2018-03-18)
402402
403403This is a bug fix only release.
404404
@@ -407,7 +407,7 @@ This is a bug fix only release.
407407 `tempfile` after test execution (regression, see [#356](../../issues/356))
408408 * `add_real_directory` does not work after `chdir` (see [#355](../../issues/355))
409409
410- ## [Version 3.4](https://pypi.python.org/pypi/pyfakefs/3.4)
410+ ## [Version 3.4](https://pypi.python.org/pypi/pyfakefs/3.4) (2018-03-08)
411411
412412This version of pyfakefs does not support Python 2.6. Python 2.6 users
413413must use pyfakefs 3.3 or earlier.
@@ -449,7 +449,7 @@ must use pyfakefs 3.3 or earlier.
449449 * Unittest mock didn't work after setUpPyfakefs ([#334](../../issues/334))
450450 * `os.path.split()` and `os.path.dirname()` gave incorrect results under Windows ([#335](../../issues/335))
451451
452- ## [Version 3.3](https://pypi.python.org/pypi/pyfakefs/3.3)
452+ ## [Version 3.3](https://pypi.python.org/pypi/pyfakefs/3.3) (2017-11-12)
453453
454454This is the last release that supports Python 2.6.
455455
@@ -499,7 +499,7 @@ This is the last release that supports Python 2.6.
499499 ([#199](../../issues/199))
500500 * Creating files in read-only directory was possible ([#203](../../issues/203))
501501
502- ## [Version 3.2](https://pypi.python.org/pypi/pyfakefs/3.2)
502+ ## [Version 3.2](https://pypi.python.org/pypi/pyfakefs/3.2) (2017-05-27)
503503
504504#### New Features
505505 * The `errors` argument is supported for `io.open()` and `os.open()`
@@ -525,7 +525,7 @@ This is the last release that supports Python 2.6.
525525 * On Windows it was not possible to rename a file when only the case of the file
526526 name changed ([#160](../../issues/160))
527527
528- ## [Version 3.1](https://pypi.python.org/pypi/pyfakefs/3.1)
528+ ## [Version 3.1](https://pypi.python.org/pypi/pyfakefs/3.1) (2017-02-11)
529529
530530#### New Features
531531 * Added helper method `TestCase.copyRealFile()` to copy a file from
@@ -537,7 +537,7 @@ This is the last release that supports Python 2.6.
537537#### Fixes
538538 * Incorrect disk usage calculation if too large file created ([#155](../../issues/155))
539539
540- ## [Version 3.0](https://pypi.python.org/pypi/pyfakefs/3.0)
540+ ## [Version 3.0](https://pypi.python.org/pypi/pyfakefs/3.0) (2017-01-18)
541541
542542#### New Features
543543 * Support for path-like objects as arguments in fake `os`
@@ -562,7 +562,7 @@ This is the last release that supports Python 2.6.
562562 * Exception handling when using `Patcher` with py.test ([#135](../../issues/135))
563563 * Fake `os.listdir` returned sorted instead of unsorted entries
564564
565- ## [Version 2.9](https://pypi.python.org/pypi/pyfakefs/2.9)
565+ ## [Version 2.9](https://pypi.python.org/pypi/pyfakefs/2.9) (2016-10-02)
566566
567567#### New Features
568568 * `io.open`, `os.open`: support for `encoding` argument ([#120](../../issues/120))
0 commit comments