python-perl
python-perl copied to clipboard
Perl as a Python module
Bumps [ipython](https://github.com/ipython/ipython) from 7.7.0 to 7.16.3. Commits d43c7c7 release 7.16.3 5fa1e40 Merge pull request from GHSA-pq7m-3gw7-gq5x 8df8971 back to dev 9f477b7 release 7.16.2 138f266 bring back release helper from master...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.3 to 1.25.8. Release notes Sourced from urllib3's releases. 1.25.8 Release: 1.25.8 1.25.7 No release notes provided. 1.25.6 Release: 1.25.6 1.25.5 Release: 1.25.5 1.25.4 Release: 1.25.4 Changelog...
Bumps [py](https://github.com/pytest-dev/py) from 1.8.0 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...
Bumps [pygments](https://github.com/pygments/pygments) from 2.4.2 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...
Hello, would be great if your module would be able to do get the grouped characters from a substitution regex like this perl script does: ``` #!/usr/bin/perl $sentence = "This...
#!/usr/bin/python3.7 -mperl import numpy as np value = "Hello there" value =~ s/there/world/ print(value) When run this scripts, I get this imformation: Traceback (most recent call last): ▏ File "/usr/lib64/python3.7/site-packages/numpy/core/__init__.py",...
Travis-CI has added support for ARM64. Added ARM64 job in Travis-CI.