index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456)
Christian Heimes
2020-05-27
7
-37/+221
*
bpo-30064: Fix asyncio loop.sock_* race condition issue (#20369)
Fantix King
2020-05-27
3
-16/+157
*
Refactor error handling code in Parser/pegen/pegen.c (GH-20440)
Lysandros Nikolaou
2020-05-27
1
-3/+8
*
bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)
Sean Gillespie
2020-05-27
3
-0/+31
*
bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429)
Victor Stinner
2020-05-27
6
-14/+44
*
bpo-37999: Fix outdated __int__ and nb_int references in comments (GH-20449)
Mark Dickinson
2020-05-27
2
-38/+33
*
Upgrade bundled versions of pip & setuptools (#16782)
Xavier Fernandez
2020-05-27
5
-6/+7
*
Fix the link to ncurses patch download in macos installer build script (GH-20...
Oleg Höfling
2020-05-27
1
-1/+1
*
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSp...
Pablo Galindo
2020-05-27
12
-94/+87
*
Fix lookahead of soft keywords in the PEG parser (GH-20436)
Pablo Galindo
2020-05-26
4
-2/+31
*
bpo-40611: Adds MAP_POPULATE to the mmap module (GH-20061)
Ethan Steinberg
2020-05-26
3
-1/+25
*
Add soft keywords (GH-20370)
Guido van Rossum
2020-05-26
4
-4/+75
*
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka
2020-05-26
87
-2937/+226
*
bpo-40756: Default second argument of LoggerAdapter.__init__ to None (GH-20362)
Arturo Escaip
2020-05-26
2
-1/+3
*
bpo-39244: multiprocessing return default start method first on macOS (GH-18625)
idomic
2020-05-26
3
-4/+9
*
bpo-40737: Fix possible reference leak for sqlite3 initialization (GH-20323)
Erlend Egeberg Aasland
2020-05-26
2
-8/+13
*
bpo-40637: Fix test_pbkdf2_hmac_py for missing sha1 (#20422)
Christian Heimes
2020-05-26
1
-9/+23
*
bpo-39301: State that floor division is used for right shift operations (GH-2...
Zackery Spytz
2020-05-26
1
-4/+2
*
Remove duplicated words words (GH-20413)
Serhiy Storchaka
2020-05-26
6
-6/+6
*
bpo-40745: Fix typos in NewType docs (GH-20379)
ziheng
2020-05-26
1
-2/+2
*
Simplify creation of the __new__ method in namedtuple() (GH-20361)
Raymond Hettinger
2020-05-26
1
-4/+2
*
Fix peg_generator compiler warnings under MSVC (GH-20405)
Ammar Askar
2020-05-26
2
-8/+4
*
closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_shell() ...
sth
2020-05-26
1
-8/+8
*
bpo-38964: Print correct filename on a SyntaxError in an fstring (GH-20399)
Lysandros Nikolaou
2020-05-26
3
-5/+16
*
[workflow] Use Sphinx problem matcher on GitHub docs builds (GH-20325)
Ammar Askar
2020-05-25
2
-1/+43
*
bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235)
Lysandros Nikolaou
2020-05-25
6
-172/+136
*
bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-1...
Rotuna
2020-05-25
3
-2/+6
*
Closes bpo-40558: update CONTRIBUTING.rst to reflect current branches (GH-19989)
Hai Shi
2020-05-25
1
-6/+6
*
bpo-40750: Do not expand the new parser debug flags if Py_BUILD_CORE is not d...
Pablo Galindo
2020-05-25
2
-2/+2
*
bpo-40750: Support -d flag in the new parser (GH-20340)
Pablo Galindo
2020-05-25
6
-48/+4440
*
bpo-39573: Fix buildbot failure for tupleobject.c (GH-20391)
Dong-hee Na
2020-05-25
1
-1/+1
*
bpo-39573: Convert Py_TYPE() to a static inline function (GH-20290)
Dong-hee Na
2020-05-25
4
-12/+37
*
bpo-39245: Fix docs links to the stable ABI (GH-20388)
Miro Hrončok
2020-05-25
1
-9/+9
*
bpo-34397: Remove redundant overflow checks in list and tuple implementation....
Sergey Fedoseev
2020-05-25
2
-15/+4
*
bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)
Miro Hrončok
2020-05-25
2
-2/+2
*
bpo-40671: Prepare _hashlib for PEP 489 (GH-20180)
Christian Heimes
2020-05-25
2
-67/+115
*
bpo-40695: Limit hashlib builtin hash fallback (GH-20259)
Christian Heimes
2020-05-25
2
-2/+6
*
bpo-35714: Reject null characters in struct format strings (GH-16928)
Zackery Spytz
2020-05-25
3
-0/+15
*
bpo-38580: Document that select() accepts iterables, not just sequences (GH-1...
Jakub Stasiak
2020-05-25
3
-8/+8
*
bpo-40334: Support suppressing of multiple optional variables in Pegen (GH-20...
Batuhan Taskaya
2020-05-24
1
-2/+2
*
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
Rémi Lapeyre
2020-05-24
5
-6/+66
*
bpo-17050: Remove documentation on argparse.REMAINDER (GH-18661)
Albert
2020-05-24
1
-13/+0
*
bpo-40443: Remove unused imports in the zoneinfo (GH-20354)
Dong-hee Na
2020-05-24
2
-4/+0
*
bpo-37309: Update IDLE NEWS.txt (GH-20356)
Terry Jan Reedy
2020-05-24
1
-0/+1
*
bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)
Florian Dahlitz
2020-05-24
3
-1/+4
*
bpo-37973: Improve the docstrings of sys.float_info (GH-19218)
Zackery Spytz
2020-05-24
1
-2/+4
*
Remove spurious NULL in descrobject.c (GH-20344)
Hai Shi
2020-05-24
1
-1/+0
*
Use Py_ssize_t for the column number in the PEG support code (GH-20341)
Pablo Galindo
2020-05-24
1
-1/+1
*
bpo-40405: Fix asyncio.as_completed docs (GH-19753)
Bar Harel
2020-05-23
1
-5/+5
*
bpo-34556: Document addition of upgrade_deps to venv.create (GH-20135)
Shantanu
2020-05-23
1
-1/+5
[next]