Block or Report
Block or report slateny
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
147 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 13 commits in 1 repository
Created 2 repositories
- slateny/gha
- slateny/cpython_85299 Python
Created a pull request in python/cpython that received 6 comments
gh-72073: Add Windows case in pathlib.rename
#72073 https://docs.python.org/3.12/library/pathlib.html#pathlib.Path.rename Automerge-Triggered-By: GH:brettcannon
+3
−2
•
6
comments
Opened 22 other pull requests in 1 repository
python/cpython
4
closed
11
open
7
merged
- gh-57348: Add that multiprocessing.map() can raise exception on fail
- gh-47937: Note that Popen attributes are read-only
- gh-48496: Added example and link to faq for UnboundLocalError in reference
- gh-72572: Remove mention of synced None returns for utcoffset() and dst()
- gh-73137: Added sub-subsection headers for flags in re
- gh-73196: Add namespace/scope clarification for inheritance section
- gh-87670: Add web.archive redirects from effbot
- gh-73746: Add note on different Turtle fill behavior depending on platform
- gh-76075: Remove mentions of C's mktime in datetime.timestamp()
- gh-76948: Expand on mutating list while iterating
- gh-75608: Add Windows FAQ entry for missing CRT
- gh-75372: Specify major version in README for installation
- gh-77771: Add enterabs example in sched
- gh-78437: Add link to line boundaries to universal newlines glossary
- gh-77753: Add hash examples for set/dict
- gh-77630: Change Charset to charset
- gh-77521: Add link to builtin module names
- gh-80143: Add clarification for escape characters
- gh-81039: Add small description of f-string's "=}" to tutorial
- Use gh link instead of bpo
- gh-82530: Bubble comment upwards for email example
- [3.9] gh-81488: Add recursive wording for issubclass docs (GH-92087).
Reviewed 14 pull requests in 1 repository
python/cpython
14 pull requests
- gh-92994: Clarify importlib "check" example
- gh-76075: Remove mentions of C's mktime in datetime.timestamp()
- gh-92240 : Include release dates for "What's New In Python 3.X"
- gh-81548: Clarify the deprecation of octal sequences affect byte strings
- gh-90539: doc: Expand on what should not go into CFLAGS, LDFLAGS
- gh-92611: Add details on replacements for cgi utility funcs
- gh-91860: documentation for typing.dataclass_transform
- gh-92536: Doc update about Py_UNICODE removal
- gh-92536: PEP 623: Remove wstr from unicode
- gh-82678: Fix parameter name for pipes
- gh-81039: Add small description of f-string's "=}" to tutorial
- gh-80143: Add clarification for escape characters
- gh-88546: Make new paragraph for emphasis and reordered sentence
- gh-85133: Add that getenv uses os.environ
Created an issue in python/peps that received 1 comment
PEP 492: Change else in semantically equivalent block to finally
In the language reference the else was replaced with finally in this pr, and a bunch of variables were renamed too. Should this change be ported ov…
1
comment