Block or Report
Block or report ezio-melotti
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
roundup Public
Forked from sgala/roundup
cvsimport of the roundup repository at :pserver:anonymous@roundup.cvs.sourceforge.net:/cvsroot/roundup
Python 1
-
-
python-gsoc.github.io Public
Forked from python-gsoc/python-gsoc.github.io
Website and ideas page for Python's Google Summer of Code efforts
HTML 1
-
music-experiments Public
Forked from sorcio/music-experiments
just some music stuff don't look at this
Python 2
718 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 11 commits in 5 repositories
Created 1 other repository
- ezio-melotti/sphinx Python
Created a pull request in python/cpython that received 13 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 11 other pull requests in 6 repositories
python/devguide
3
merged
1
open
python/cpython
1
open
2
merged
python/release-tools
1
merged
sphinx-doc/sphinx
1
open
python/core-workflow
1
open
psf/bpo-tracker-cpython
1
merged
Reviewed 31 pull requests in 7 repositories
python/cpython
22 pull requests
- [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
- bpo-24263: Fix unittest to discover tests named with non-ascii characters
- CI: Don't apply 'stale' label to issues
-
Restore default role check in
make check. - gh-80856: doc: reveal doctest directives
- Dependabot: only bump actions for major versions
python/devguide
3 pull requests
python/miss-islington
2 pull requests
erlend-aasland/cpython
1 pull request
sphinx-contrib/sphinx-lint
1 pull request
python/blurb_it
1 pull request
python/bedevere
1 pull request
Created an issue in python/cpython that received 8 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…