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-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586)
Miss Islington (bot)
2020-06-02
1
-0/+4
*
bpo-40244: Remove XLC's support from the noreturn flag (GH-20588)
Miss Islington (bot)
2020-06-02
1
-2/+2
*
Ensure correct version of Sphinx is used for Windows builds (GH-20582)
Miss Islington (bot)
2020-06-01
1
-1/+1
*
[3.9] bpo-40630: Add tracemalloc.reset_peak (GH-20102) (GH-20545)
Huon Wilson
2020-06-01
7
-1/+138
*
Make sure that keyword arguments are merged into the arguments dictionary whe...
Miss Islington (bot)
2020-06-01
2
-0/+21
*
bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)
Miss Islington (bot)
2020-06-01
1
-3/+1
*
bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
Miss Islington (bot)
2020-06-01
3
-11/+48
*
bpo-17005: Move topological sort functionality to its own module (GH-20558)
Miss Islington (bot)
2020-06-01
10
-717/+714
*
Fix typo in "What's new in Python 3.9" (GH-20559)
Miss Islington (bot)
2020-05-31
1
-1/+1
*
bpo-40759: Deprecate the symbol module (GH-20364)
Miss Islington (bot)
2020-05-31
4
-3/+19
*
Fix asyncio.to_thread() documented return type (GH-20547)
Miss Islington (bot)
2020-05-31
2
-3/+2
*
bpo-40829: Add a what's new entry about deprecation of shuffle's random param...
Miss Islington (bot)
2020-05-30
1
-0/+3
*
bpo-40798: Generate a different message for already removed elements (GH-20483)
Miss Islington (bot)
2020-05-30
2
-2/+12
*
closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149)
Miss Islington (bot)
2020-05-30
1
-5/+6
*
bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)
Miss Islington (bot)
2020-05-29
4
-16/+52
*
Further de-linting of zoneinfo module (GH-20499)
Miss Islington (bot)
2020-05-29
4
-12/+5
*
bpo-40780: Fix failure of _Py_dg_dtoa to remove trailing zeros (GH-20435) (GH...
Miss Islington (bot)
2020-05-29
3
-0/+24
*
bpo-40784: Fix sqlite3 deterministic test (GH-20448)
Miss Islington (bot)
2020-05-29
1
-9/+27
*
bpo-39040: Fix parsing of email mime headers with whitespace between encoded-...
Miss Islington (bot)
2020-05-29
3
-0/+30
*
Indicate that abs() method accept argument that implement __abs__(), just lik...
Miss Islington (bot)
2020-05-29
1
-3/+2
*
bpo-30064: Properly skip unstable loop.sock_connect() racing test (GH-20494)
Miss Islington (bot)
2020-05-28
1
-20/+26
*
Note the output ordering of combinatoric functions (GH-19732) (GH-20501)
Miss Islington (bot)
2020-05-28
1
-9/+9
*
bpo-40806: itertools.product immediately consumes its inputs (GH-20492) (GH-2...
Miss Islington (bot)
2020-05-28
1
-0/+3
*
[3.9] bpo-40777: Initialize PyDateTime_IsoCalendarDateType.tp_base at run-tim...
Miss Islington (bot)
2020-05-28
2
-3/+12
*
bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332)
Miss Islington (bot)
2020-05-28
3
-8/+8
*
bpo-37878: PyThreadState_DeleteCurrent() was not removed (GH-20489)
Miss Islington (bot)
2020-05-28
1
-3/+2
*
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSp...
Miss Islington (bot)
2020-05-28
12
-94/+87
*
bpo-30064: Fix unstable asyncio "racing" socket tests (GH-20485)
Miss Islington (bot)
2020-05-28
1
-0/+4
*
[3.9] bpo-40791: Use CRYPTO_memcmp() for compare_digest (GH-20456) (GH-20461)
Christian Heimes
2020-05-28
7
-37/+221
*
Improve IO tutorial's "Old string formatting" section (GH-16251)
Miss Islington (bot)
2020-05-28
1
-5/+5
*
bpo-39939: Fix removeprefix issue number in the What's New in Python 3.9 (GH-...
Miss Islington (bot)
2020-05-28
1
-1/+1
*
bpo-40795: ctypes calls unraisablehook with an exception (GH-20452)
Miss Islington (bot)
2020-05-27
6
-41/+79
*
Fix compiler warnings in _zoneinfo.c (GH-20342)
Miss Islington (bot)
2020-05-27
1
-30/+26
*
[3.9] bpo-40614: Respect feature version for f-string debug expressions (GH-2...
Pablo Galindo
2020-05-27
4
-0/+17
*
bpo-30064: Fix asyncio loop.sock_* race condition issue (GH-20369)
Miss Islington (bot)
2020-05-27
3
-16/+157
*
[3.9] Backport GH-20440: Set p->error_indicator in more places (GH-20457)
Lysandros Nikolaou
2020-05-27
1
-0/+5
*
[3.9] Backport GH-20370 and GH-20436: Soft keywords (GH-20458)
Lysandros Nikolaou
2020-05-27
4
-6/+105
*
bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)
Miss Islington (bot)
2020-05-27
3
-0/+31
*
Fix the link to ncurses patch download in macos installer build script (GH-20...
Miss Islington (bot)
2020-05-27
1
-1/+1
*
bpo-39244: multiprocessing return default start method first on macOS (GH-18625)
Miss Islington (bot)
2020-05-26
3
-4/+9
*
bpo-38580: Document that select() accepts iterables, not just sequences (GH-1...
Miss Islington (bot)
2020-05-26
3
-8/+8
*
bpo-40737: Fix possible reference leak for sqlite3 initialization (GH-20323)
Miss Islington (bot)
2020-05-26
2
-8/+13
*
bpo-40637: Fix test_pbkdf2_hmac_py for missing sha1 (GH-20422)
Miss Islington (bot)
2020-05-26
1
-9/+23
*
bpo-39301: State that floor division is used for right shift operations (GH-2...
Miss Islington (bot)
2020-05-26
1
-4/+2
*
bpo-35714: Reject null characters in struct format strings (GH-16928)
Miss Islington (bot)
2020-05-26
3
-0/+15
*
Simplify creation of the __new__ method in namedtuple() (GH-20361) (GH-20409)
Miss Islington (bot)
2020-05-26
1
-4/+2
*
Fix peg_generator compiler warnings under MSVC (GH-20405)
Miss Islington (bot)
2020-05-26
2
-8/+4
*
bpo-40745: Fix typos in NewType docs (GH-20379)
Miss Islington (bot)
2020-05-26
1
-2/+2
*
[3.9] closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_sh...
Benjamin Peterson
2020-05-26
1
-8/+8
*
[3.9] bpo-38964: Print correct filename on a SyntaxError in an fstring (GH-20...
Lysandros Nikolaou
2020-05-26
3
-6/+16
[next]