Create your own GitHub profile
Join the platform over 40 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises-
Red Hat
- France
- Sign in to view email
- http://vstinner.readthedocs.io/
Pinned
2,472 contributions in the last year
Contribution activity
January 2020
- vstinner/python-ipmi Python
Created a pull request in python/cpython that received 17 comments
bpo-29282: Add math.fma(): fused multiply-add function
Co-Authored-By: Mark Dickinson mdickinson@enthought.com https://bugs.python.org/issue29282
+360
−1
•
17
comments
- bpo-39395: os.putenv() is now always available
- bpo-39429: Add a new "Python Development Mode" doc page
- bpo-39425: Document list.count() corner case
- bpo-39406: Implement os.putenv() with setenv() if available
- bpo-39406: os.putenv() avoids putenv_dict on Windows
- Revert "bpo-39413: Implement os.unsetenv() on Windows (GH-18104)"
- [WIP] bpo-39413: os.unsetenv() uses _wputenv() on Windows
- [3.8] bpo-39413: os.unsetenv() is not available on Windows
- bpo-39413: Use _wputenv(), not SetEnvironmentVariableW()
- bpo-39406: Add PY_PUTENV_DICT macro to posixmodule.c
- bpo-39413: Implement os.unsetenv() on Windows
- [3.8] Move test_math tests (GH-18098)
- bpo-33387: Fix compiler warning in frame_block_unwind()
- Move test_math tests
- bpo-39406: Implement os.putenv() with setenv() if available
- bpo-39396: Fix math.nextafter(-0.0, +0.0) on AIX 7.1
- bpo-39395: Clear env vars set by Python at exit
- bpo-39357: Update bz2 docstring: remove buffering
- bpo-39357: Remove buffering parameter of bz2.BZ2File
- bpo-39356, zipfile: Remove code handling DeprecationWarning
- bpo-39353: Deprecate the binhex module
- bpo-39352: Remove the formatter module
- bpo-39351: Remove base64.encodestring()
- bpo-39350: Remove deprecated fractions.gcd()
- bpo-39164: Fix compiler warning in PyErr_GetExcInfo()
- Some pull requests not shown.
- bpo-39427: Document -X opt options in the CLI --help and the man page
- bpo-39366: Remove xpath() and xgtitle() methods of NNTP.
- [3.7] bpo-39413: os.unsetenv() is not available on Windows (GH-18108)
- bpo-35134: Migrate frameobject.h contents to cpython/frameobject.h
- [3.7] bpo-35561: Supress valgrind false alarm on epoll_ctl(event) (GH-18060)
- [3.8] bpo-35561: Supress valgrind false alarm on epoll_ctl(event) (GH-18060)
- bpo-39274: Ensure `Fraction.__bool__` returns a bool
- bpo-31031: Unify duplicate bits_in_digit and bit_length
- bpo-32862: Make os.dup2(fd, fd) a no-op for valid fd
- bpo-1635741: Port _json extension module to multiphase initialization(PEP 489)
- bpo-39329: Add timeout parameter for LMTP
- bpo-39259: smtp.SMTP/SMTP_SSL now reject timeout = 0
- bpo-39259: ftplib.FTP/FTP_TLS now reject timeout = 0
- [3.7] bpo-39310: Update sys.float_info documentation (GH-17982)
- bpo-32894: Support unparsing of infinity numbers in ast_unparser.c
- bpo-39164: errors: add and expose _PyErr_GetExcInfo
- bpo-12159: document sys.maxsize limit in len() function reference
- bpo-39288: Add math.nextafter(x, y)
- bpo-39259: nntplib.NNTP/NNTP_SSL refactoring
- bpo-39259: nntplib.NNTP/NNTP_SSL now reject timeout = 0
- bpo-39259: poplib.POP3/POP3_SSL now reject timeout = 0
- bpo-39087: Add PyUnicode_GetUTF8Buffer().
- bpo-39270: Remove dead assignment from config_init_module_search_paths.
- bpo-39272: Remove dead assignment from _ssl__SSLContext_load_verify_l…
- [3.7] bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903)
- Some pull request reviews not shown.
Created an issue in mcmtroffaes/latexcodec that received 2 comments
Support Python 3.9
Python 3.9 changed codecs.lookup(): the encoding name is now normalized before calling search functions. See: https://bugs.python.org/issue37751 h…
2
comments
1
contribution
in private repositories
Jan 17