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,479 contributions in the last year
Contribution activity
January 2020
Created a pull request in python/cpython that received 7 comments
bpo-39288: Add math.nextafter(x, y)
Return the next floating-point value after x towards y. https://bugs.python.org/issue39288
+121
−1
•
7
comments
- BPO-12159: document `sys.maxsize` limit in function reference for `len()`
- 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
- bpo-38870: Implement Simple Preceding to AST Unparser
- bpo-32894: Support unparsing of infinity numbers in ast_unparser.c