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,500 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-39503: Fix urllib basic auth regex
- bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX
- bpo-38631: Avoid Py_FatalError() in unicodeobject.c
- bpo-39500: Document PyUnicode_IsIdentifier() function
- bpo-38631: Replace Py_FatalError() with assert() in ceval.c
- bpo-38631: Add _Py_NO_RETURN to functions calling Py_FatalError()
- bpo-39353: binascii.crc_hqx() is no longer deprecated
- bpo-38631: Avoid Py_FatalError() in init_slotdefs()
- bpo-38631: Replace tp_new_wrapper() fatal error with SystemError
- bpo-39489: Remove COUNT_ALLOCS special build
- bpo-38631: Replace Py_FatalError() with _PyObject_ASSERT_FAILED_MSG()
- Remove deadcode in _Py_inc_count()
- bpo-39460: Disable test_zipfile.test_add_file_after_2107()
- bpo-38644: Pass tstate in ceval.c
- bpo-38631: Avoid Py_FatalError() in _PyCodecRegistry_Init()
- bpo-38631: Avoid Py_FatalError() in PyCode_New()
- bpo-38631: Avoid Py_FatalError() in _memory_release()
- bpo-38631: Avoid Py_FatalError() in PyModule_Create2()
- bpo-39459: test.pythoninfo logs effective uid/gid
- bpo-38631: Avoid Py_FatalError() in GC collect()
- bpo-39413: Implement os.unsetenv() on Windows
- 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
- Some pull requests not shown.
- bpo-39502: Fix 64-bit Python PyTime_localtime() on AIX
- bpo-39245: Make Vectorcall public
- [3.8] bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18282)
- bpo-39488: skip bigfile test if not enough disk space
- [3.8] bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231)
- [3.8] bpo-39460: Fix test_zipfile.test_add_file_after_2107() (GH-18247)
- bpo-39380: Change ftplib encoding from latin-1 to utf-8
- bpo-39429: Add a new "Python Development Mode" doc page
- 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
- 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
4
contributions
in private repositories
Jan 17 – Jan 27