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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.9.0b3
v3.9.0b3
Łukasz Langa
2020-06-09
3
-6/+20
*
[3.9] bpo-40924: Revert "bpo-39791 native hooks for importlib.resources.files...
Łukasz Langa
2020-06-09
1
-0/+4
*
bpo-40684: Fix make install for platlibdir=lib64 (GH-20736)
Miss Islington (bot)
2020-06-09
1
-0/+2
*
Python 3.9.0b2
v3.9.0b2
Łukasz Langa
2020-06-08
49
-90/+485
*
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...
Victor Stinner
2020-06-08
2
-0/+3
*
bpo-40910: Export Py_GetArgcArgv() function (GH-20721) (GH-20723)
Victor Stinner
2020-06-08
1
-0/+3
*
bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser ...
Miss Islington (bot)
2020-06-08
1
-0/+1
*
bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)
Miss Islington (bot)
2020-06-08
1
-0/+1
*
bpo-39791 native hooks for importlib.resources.files (GH-20576)
Miss Islington (bot)
2020-06-08
1
-0/+1
*
bpo-40904: Fix segfault in the new parser with f-string containing yield stat...
Miss Islington (bot)
2020-06-08
1
-0/+2
*
bpo-40724: Support setting buffer slots from type specs (GH-20648) (GH-20683)
Miss Islington (bot)
2020-06-07
1
-0/+1
*
bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)
Miss Islington (bot)
2020-06-06
1
-0/+2
*
bpo-40880: Fix invalid read in newline_in_string in pegen.c (GH-20666)
Miss Islington (bot)
2020-06-06
1
-0/+2
*
bpo-40883: Fix memory leak in fstring_compile_expr in parse_string.c (GH-20667)
Miss Islington (bot)
2020-06-06
1
-0/+1
*
bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-2065...
Miss Islington (bot)
2020-06-05
1
-0/+1
*
bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486)
Miss Islington (bot)
2020-06-04
1
-0/+2
*
bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412)
Miss Islington (bot)
2020-06-04
1
-0/+1
*
[3.9] bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) (GH-20618)
Victor Stinner
2020-06-03
1
-0/+2
*
[3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613)
Victor Stinner
2020-06-03
1
-0/+2
*
bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382)
Miss Islington (bot)
2020-06-03
1
-0/+3
*
[3.9] bpo-40630: Add tracemalloc.reset_peak (GH-20102) (GH-20545)
Huon Wilson
2020-06-01
2
-0/+3
*
bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
Miss Islington (bot)
2020-06-01
1
-0/+2
*
bpo-17005: Move topological sort functionality to its own module (GH-20558)
Miss Islington (bot)
2020-06-01
1
-0/+4
*
bpo-40759: Deprecate the symbol module (GH-20364)
Miss Islington (bot)
2020-05-31
1
-0/+1
*
bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)
Miss Islington (bot)
2020-05-29
1
-0/+2
*
bpo-40780: Fix failure of _Py_dg_dtoa to remove trailing zeros (GH-20435) (GH...
Miss Islington (bot)
2020-05-29
1
-0/+2
*
bpo-39040: Fix parsing of email mime headers with whitespace between encoded-...
Miss Islington (bot)
2020-05-29
1
-0/+2
*
[3.9] bpo-40777: Initialize PyDateTime_IsoCalendarDateType.tp_base at run-tim...
Miss Islington (bot)
2020-05-28
1
-0/+2
*
bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332)
Miss Islington (bot)
2020-05-28
1
-1/+1
*
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSp...
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
1
-0/+2
*
bpo-40795: ctypes calls unraisablehook with an exception (GH-20452)
Miss Islington (bot)
2020-05-27
1
-0/+4
*
[3.9] bpo-40614: Respect feature version for f-string debug expressions (GH-2...
Pablo Galindo
2020-05-27
1
-0/+1
*
bpo-30064: Fix asyncio loop.sock_* race condition issue (GH-20369)
Miss Islington (bot)
2020-05-27
1
-0/+1
*
bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)
Miss Islington (bot)
2020-05-27
1
-0/+1
*
bpo-39244: multiprocessing return default start method first on macOS (GH-18625)
Miss Islington (bot)
2020-05-26
1
-0/+2
*
bpo-40737: Fix possible reference leak for sqlite3 initialization (GH-20323)
Miss Islington (bot)
2020-05-26
1
-0/+1
*
bpo-35714: Reject null characters in struct format strings (GH-16928)
Miss Islington (bot)
2020-05-26
1
-0/+2
*
[3.9] bpo-38964: Print correct filename on a SyntaxError in an fstring (GH-20...
Lysandros Nikolaou
2020-05-26
1
-0/+1
*
bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-1...
Miss Islington (bot)
2020-05-25
1
-0/+1
*
bpo-40750: Support -d flag in the new parser (GH-20340)
Miss Islington (bot)
2020-05-25
1
-0/+1
*
bpo-40671: Prepare _hashlib for PEP 489 (GH-20180)
Miss Islington (bot)
2020-05-25
1
-0/+1
*
bpo-40695: Limit hashlib builtin hash fallback (GH-20259)
Miss Islington (bot)
2020-05-25
1
-0/+3
*
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
Miss Islington (bot)
2020-05-24
1
-0/+2
*
bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)
Miss Islington (bot)
2020-05-24
1
-0/+1
*
[3.9] bpo-39631: Adds NEWS entry (GH-20227) (GH-20241)
Miss Islington (bot)
2020-05-22
1
-0/+2
*
bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287)
Miss Islington (bot)
2020-05-22
1
-0/+2
*
bpo-9216: hashlib usedforsecurity fixes (GH-20258)
Miss Islington (bot)
2020-05-22
1
-0/+3
*
bpo-40698: Improve distutils upload hash digests (GH-20260)
Miss Islington (bot)
2020-05-20
1
-0/+2
*
bpo-34956: edit and format better NEWS item in 3.9.0b1 changelog (GH-20255)
Miss Islington (bot)
2020-05-20
1
-6/+7
[next]