Block or Report
Block or report ezio-melotti
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
karoo_gp Public
Forked from kstaats/karoo_gp
A Genetic Programming platform for Python with TensorFlow for wicked-fast CPU and GPU support.
Python
-
music-experiments Public
Forked from sorcio/music-experiments
just some music stuff don't look at this
Python 2
812 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 48 commits in 11 repositories
Created 3 other repositories
- ezio-melotti/python-docs-cookiecutter Makefile
- ezio-melotti/pytest Python
- ezio-melotti/sphinx Python
Created a pull request in python/cpython that received 24 comments
Restore default role check in make check.
This PR restores the check for the default role (see GH-92289) by doing two things. First, it sets the severity to 0 adding --severity=0, so that f…
Opened 34 other pull requests in 9 repositories
kstaats/karoo_gp
1
open
14
merged
- Make the tf log level configurable and set it to 2.
- Add tests for the matching kernel.
- Create RELEASING.md to document the release process.
- Pass the seed to sklearn.model_selection.train_test_split.
- Ignore DeprecationWarning from flatbuffers.compat.
- Refactor and fix tests for the CLI.
- Fix seed initialization.
- Update the RNG and add a cmdline arg for the seed.
-
Update the GHA to run
pytest. - Add a test for the CLI.
- Fix output dir path.
- Update .git-blame-ignore-revs.
- Add a smoke test GitHub workflow.
- Reformat codebase
- Convert tabs to spaces
python/devguide
6
merged
1
open
python/cpython
3
merged
1
open
JulienPalard/python-docs-cookiecutter
2
merged
python/core-workflow
1
merged
1
open
pytest-dev/pytest
1
merged
python/release-tools
1
merged
sphinx-doc/sphinx
1
open
psf/bpo-tracker-cpython
1
merged
Reviewed 53 pull requests in 9 repositories
python/cpython
25 pull requests
- gh-84508: tool to generate cjk traditional chinese mappings
- [3.10] bpo-42272: fix misleading warning filter message/module docs (GH-23172)
- [3.11] bpo-42272: fix misleading warning filter message/module docs (GH-23172)
- bpo-42272: fix misleading warning filter message/module docs
- GH-92308 What's New: list pending removals in 3.13 and future versions
- gh-93183: Adjust wording in socket docs
- bpo-28053: Allow custom reducer when using multiprocessing
- gh-89653: PEP 670: Fix Sphinx syntax in Unicode doc
- [3.8] gh-92448: Update the documentation builder to render the GitHub…
- What's New in Python 3.12: move C API at the end
- Document Py_ssize_t.
-
gh-92417:
fractions,decimal: Improve docs for alternative constructor methods - [3.9] Fix use of the default role in a news entry. (GH-92500)
- [3.10] gh-80856: doc: reveal doctest directives (GH-92318)
- [3.11] gh-80856: doc: reveal doctest directives (GH-92318)
- gh-92448: Update the documentation builder to render the GitHub issue.
- gh-92308: Add Pending Removal section to 3.11 What's New
- [3.9] gh-92368: Fix missing possessive apostrophe (GH-92397)
- [3.10] gh-92368: Fix missing possessive apostrophe (GH-92397)
- Enhance PyConfig documentation
- bpo-30193: Allow to load buffer objects with json.loads()
- [3.9] Add source for character mappings (GH-82927)
- [3.10] Add source for character mappings (GH-82927)
- gh-82927: Add source for character mappings
- Enum docs: Remove unnecessary apostrophes
- Some pull request reviews not shown.
python/devguide
6 pull requests
python/bedevere
4 pull requests
kstaats/karoo_gp
3 pull requests
python/miss-islington
3 pull requests
python/blurb_it
3 pull requests
sphinx-contrib/sphinx-lint
2 pull requests
python/cherry-picker
1 pull request
erlend-aasland/cpython
1 pull request
Created an issue in python/cpython that received 12 comments
Enforce the use of deprecated-removed in docs
In the docs we have two directives that can be used to document deprecations: deprecated and deprecated-removed.
I think we should always prefer th…