Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / mosquito/aiofile issues and pull requests

#91 - TextFileWrapper.read reads more than requested

Issue - State: open - Opened by MKuranowski 4 months ago

#90 - Memory leak during import

Issue - State: open - Opened by reqww 9 months ago

#89 - Unable to call close() twice

Issue - State: open - Opened by jonathan-conder-sm 9 months ago

#88 - Add performance benchmarks to the readme

Issue - State: open - Opened by Archmonger 9 months ago - 3 comments

#87 - add missing offset in iter_chunked

Pull Request - State: closed - Opened by honglei 9 months ago

#86 - Feature/clone function

Pull Request - State: open - Opened by mosquito 11 months ago

#85 - Feature/added fsync fdsync and flush

Pull Request - State: closed - Opened by mosquito 11 months ago

#84 - No flush API and no way to set unbuffered writes in binary mode

Issue - State: closed - Opened by ustulation 11 months ago - 3 comments

#83 - Why is fsync calling fdsync

Issue - State: closed - Opened by ustulation 11 months ago - 2 comments

#82 - Fix typos in README

Pull Request - State: closed - Opened by yifeikong about 1 year ago

#81 - Which of the methods are coroutine-safe?

Issue - State: closed - Opened by yifeikong about 1 year ago - 2 comments

#79 - AIOFile context manager looses data

Issue - State: closed - Opened by termim over 1 year ago - 3 comments
Labels: wontfix

#78 - Tag the source

Issue - State: closed - Opened by fabaff over 1 year ago - 1 comment

#77 - How to work with NFS?

Issue - State: open - Opened by rugleb almost 2 years ago - 1 comment

#76 - Manual context management example on readme has a bug

Issue - State: closed - Opened by aloktripathy almost 2 years ago - 1 comment

#75 - Fix typo in README

Pull Request - State: closed - Opened by sudoguy almost 2 years ago

#74 - async_open doesn't fully mimic the behavior of Python file objects

Issue - State: closed - Opened by ilookhandsometoday almost 2 years ago - 5 comments

#73 - Some sort of changelog / release notes?

Issue - State: open - Opened by rixx almost 2 years ago

#72 - Fix: async_open does not create file if file does not exist in mode 'a+'

Pull Request - State: closed - Opened by mosquito almost 2 years ago

#71 - support await for async_open

Pull Request - State: closed - Opened by mosquito almost 2 years ago - 1 comment

#70 - fix append mode of async_open.

Pull Request - State: closed - Opened by tree4096 almost 2 years ago

#69 - Prevent concurrent AIOFile.open() calls re-opening the file

Pull Request - State: closed - Opened by h4l about 2 years ago - 2 comments

#68 - Race condition in `AIOFile.open()`

Issue - State: closed - Opened by h4l about 2 years ago - 4 comments

#67 - Can I use aiofile.async_open without a with statement?

Issue - State: closed - Opened by stuz5000 about 2 years ago - 4 comments

#66 - fix: make python version conform to pep440

Pull Request - State: closed - Opened by shaunc over 2 years ago

#65 - Add support for StringIO and BytesIO

Issue - State: closed - Opened by skrech over 2 years ago - 1 comment

#64 - async_open does not create file if file does not exist in mode 'a+'

Issue - State: closed - Opened by rondou over 2 years ago - 1 comment

#63 - Include py.typed file in the output package

Pull Request - State: closed - Opened by peterdeme over 2 years ago

#62 - Include py.typed file in the package

Pull Request - State: closed - Opened by peterdeme over 2 years ago - 1 comment

#61 - Function not implemented

Issue - State: closed - Opened by Olegt0rr over 2 years ago - 1 comment

#60 - Add Python 3.10 to the testing

Pull Request - State: closed - Opened by cclauss over 2 years ago

#59 - support for opening already opened file pointer

Pull Request - State: closed - Opened by mosquito almost 3 years ago

#58 - Fix for TextFileWrapper file offset calculation

Pull Request - State: closed - Opened by taveman about 3 years ago

#57 - Can't install on Amazon Linux

Issue - State: closed - Opened by ReyanshKharga about 3 years ago - 2 comments

#56 - how to create dir and file usign async api?

Issue - State: closed - Opened by hleb-albau about 3 years ago - 2 comments

#55 - bump caio and README changes

Pull Request - State: closed - Opened by mosquito over 3 years ago

#54 - UNIX - SystemError: (9, 'Bad File Descriptor') on writing to file by line

Issue - State: closed - Opened by T012m3n7oR over 3 years ago - 10 comments

#51 - Example async_open-helper misses to do seek before readLine

Issue - State: closed - Opened by PrabhuJoseph over 3 years ago - 1 comment

#50 - add readline and compare compatibility

Pull Request - State: closed - Opened by mosquito over 3 years ago

#49 - Feature/file wrappers

Pull Request - State: closed - Opened by mosquito over 3 years ago

#48 - Infinite reading from a file

Issue - State: closed - Opened by k-zaytsev over 3 years ago - 1 comment

#47 - aiofile 3.1.1 pipe example not working under Debian stable

Issue - State: open - Opened by Steve-Newcomb over 3 years ago - 1 comment

#46 - [AIOFile.write] Handle partial writes

Pull Request - State: closed - Opened by leenr over 3 years ago

#45 - [AIOFile] Accept pathlib.Path in AIOFile's filename argument

Pull Request - State: closed - Opened by leenr over 3 years ago

#44 - Examples for writing large files in append mode

Issue - State: closed - Opened by rajdeeprath almost 4 years ago - 1 comment

#43 - Please add git tags for the versions

Issue - State: closed - Opened by FFY00 almost 4 years ago - 2 comments

#42 - AIOfile 3.0.0. raises (22, 'Invalid argument') if used on Ubuntu 18.4

Issue - State: closed - Opened by slieberth almost 4 years ago - 7 comments
Labels: need investigation

#41 - "@coroutine" decorator is deprecated since Python 3.8

Issue - State: closed - Opened by colidyre about 4 years ago - 2 comments

#40 - test for windows

Pull Request - State: closed - Opened by mosquito about 4 years ago

#39 - os.pwrite() on windows !!

Issue - State: closed - Opened by dinihou about 4 years ago - 1 comment

#38 - Feature/fix unicode

Pull Request - State: closed - Opened by mosquito about 4 years ago

#37 - Featue/caio

Pull Request - State: closed - Opened by mosquito about 4 years ago

#36 - Release a new version on Pip

Issue - State: closed - Opened by honglei about 4 years ago - 2 comments

#35 - missing os.O_BINARY for Windows in func `parse_mode`

Issue - State: closed - Opened by honglei about 4 years ago - 1 comment

#34 - Confuse issue with uvloop

Issue - State: open - Opened by healfy about 4 years ago - 1 comment

#33 - fix README, in pipe example

Pull Request - State: closed - Opened by setop about 4 years ago

#32 - Consider adding Python 3.8 for testing, Add Python 3.7 in readme

Issue - State: closed - Opened by Mattwmaster58 over 4 years ago - 1 comment

#31 - Wheel for Python 3.8

Issue - State: closed - Opened by Mulugruntz over 4 years ago - 2 comments

#30 - Missing binary flag leads to short reads?

Issue - State: closed - Opened by BluBb-mADe over 4 years ago - 1 comment

#29 - [Question] How to hashlib a list of csv files with aiofile?

Issue - State: open - Opened by scheung38 over 4 years ago - 13 comments

#28 - AioFile should supports wave library

Issue - State: closed - Opened by satels over 4 years ago - 1 comment

#27 - Russian Symbols in Aiofile writer

Issue - State: closed - Opened by alexyvassili over 4 years ago - 1 comment

#26 - Reading line by line

Issue - State: closed - Opened by britisharmy over 4 years ago - 1 comment

#25 - Fix binary on windows

Pull Request - State: closed - Opened by lemurchik over 4 years ago

#24 - Question: Load file in parallel

Issue - State: closed - Opened by doublex over 4 years ago

#23 - Fix unicode handling

Pull Request - State: closed - Opened by isac322 over 4 years ago

#22 - aiofile writing binary file .wav on windows issue

Issue - State: open - Opened by wood-j almost 5 years ago - 6 comments

#21 - Make AsyncDictReader compatible with Python 3.7+

Pull Request - State: closed - Opened by radzak about 5 years ago - 1 comment

#20 - Your AsyncDictReader example has a bug in it

Issue - State: closed - Opened by tjtaill about 5 years ago

#19 - LineReader issue on Windows

Issue - State: closed - Opened by teharris1 about 5 years ago

#18 - Performance check

Issue - State: closed - Opened by amikrop over 5 years ago - 6 comments

#17 - Reading and Writing for the unix pipe example hangs

Issue - State: closed - Opened by lhayhurst over 5 years ago - 2 comments

#16 - Performance comparsion with aiofiles

Issue - State: closed - Opened by diogommartins over 5 years ago - 3 comments

#15 - [fix] drop python 3.4 support

Pull Request - State: closed - Opened by mosquito over 5 years ago

#14 - Segmentation fault

Issue - State: closed - Opened by decaz over 5 years ago - 10 comments

#13 - add open_fd method

Pull Request - State: closed - Opened by mosquito almost 6 years ago

#12 - seek / tell missing?

Issue - State: closed - Opened by sebest almost 6 years ago - 2 comments

#11 - AttributeError: 'AIOFile' object has no attribute 'flush'

Issue - State: closed - Opened by huang-sh almost 6 years ago - 1 comment

#10 - aio is not real asynchronous file IO

Issue - State: closed - Opened by ghost over 6 years ago - 1 comment

#9 - Attribute error if file does not exist

Issue - State: closed - Opened by rendaw over 6 years ago - 2 comments

#8 - Missing posix_aio.c

Issue - State: closed - Opened by rendaw over 6 years ago - 7 comments

#7 - Document FIFO with aiofile

Issue - State: closed - Opened by Natim almost 7 years ago - 3 comments

#6 - Async csv.DictReader

Issue - State: closed - Opened by Natim almost 7 years ago - 2 comments

#5 - [fix] add FileWrapper

Pull Request - State: closed - Opened by mosquito about 7 years ago

#4 - [fix] remove priority

Pull Request - State: closed - Opened by mosquito about 7 years ago

#3 - Release/0.2

Pull Request - State: closed - Opened by mosquito about 7 years ago

#2 - [fix] bump and add seek for thread-based implementation

Pull Request - State: closed - Opened by mosquito about 7 years ago

#1 - Release/0.2

Pull Request - State: closed - Opened by mosquito about 7 years ago