Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up-
Red Hat
- France
- Sign in to view email
- http://vstinner.readthedocs.io/
Pinned
2,444 contributions in the last year
Contribution activity
January 2020
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-39164: Fix compiler warning in PyErr_GetExcInfo()
- bpo-37751: Document the change in What's New in Python 3.9
- bpo-38644: Pass tstate to _Py_FinishPendingCalls()
- bpo-20443: Update What's New In Python 3.9
- [3.8] bpo-39310: Update sys.float_info documentation
- bpo-39310: Add math.ulp(x)
- bpo-39288: Add examples to math.nextafter() documentation
- bpo-39288: Add math.nextafter(x, y)
- bpo-39277, pytime: Fix overflow check on double to int cast
- bpo-39239: epoll.unregister() no longer ignores EBADF
- Py_DECREF: only pass filename if Py_REF_DEBUG is defined
- 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-1635741: Port _json extension module to multiphase initialization(PEP 489)
- 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)
- [3.8] bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903)
- bpo-39242: Updated the Gmane domain into news.gmane.io
- Fix or remove dead assignments identified by scan-build
- bpo-39245: Make Vectorcall public
- bpo-38439: Add 256px IDLE icon
- bpo-33955: Support USE_STACKCHECK on macOS
- [3.8] bpo-38871: Fix lib2to3 for filter-based statements that contain lambda (GH-17780)
- [3.7] bpo-38871: Fix lib2to3 for filter-based statements that contain lambda (GH-17780)
- bpo-38615: Add timeout parameter for IMAP4 and IMAP4_SSL constructor
- 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