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
/
NEWS.d
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40939: Generate keyword.py using the new parser (GH-20800)
Lysandros Nikolaou
2020-06-11
1
-0/+1
*
bpo-40847: Consider a line with only a LINECONT a blank line (GH-20769)
Lysandros Nikolaou
2020-06-10
1
-0/+4
*
bpo-40927: Fix test_binhex when run twice (GH-20764)
Victor Stinner
2020-06-10
1
-0/+2
*
bpo-40703: Let PyType_FromSpec() set "type.__module__" only if it is not set ...
scoder
2020-06-10
1
-0/+2
*
bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-...
Serhiy Storchaka
2020-06-10
1
-0/+1
*
bpo-40889: Optimize dict.items() ^ dict.items() (GH-20718)
Dennis Sweeney
2020-06-10
1
-0/+1
*
bpo-32604: Recommit "bpo-32604: PEP 554 for use in test suite (GH-19985)" (GH...
Joannah Nanjekye
2020-06-10
1
-0/+2
*
bpo-40684: Fix make install for platlibdir=lib64 (GH-20736)
Victor Stinner
2020-06-09
1
-0/+2
*
bpo-40910: Export Py_GetArgcArgv() function (GH-20721)
Victor Stinner
2020-06-08
1
-0/+3
*
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...
Sandro Mani
2020-06-08
1
-0/+1
*
bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)
Ned Deily
2020-06-08
1
-0/+1
*
bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser ...
Pablo Galindo
2020-06-08
1
-0/+1
*
bpo-39791 native hooks for importlib.resources.files (GH-20576)
Jason R. Coombs
2020-06-08
1
-0/+1
*
bpo-40904: Fix segfault in the new parser with f-string containing yield stat...
Pablo Galindo
2020-06-08
1
-0/+2
*
bpo-40724: Support setting buffer slots from type specs (GH-20648)
scoder
2020-06-06
1
-0/+1
*
bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)
Batuhan Taskaya
2020-06-06
1
-0/+2
*
bpo-40880: Fix invalid read in newline_in_string in pegen.c (#20666)
Pablo Galindo
2020-06-05
1
-0/+2
*
bpo-40883: Fix memory leak in fstring_compile_expr in parse_string.c (GH-20667)
Pablo Galindo
2020-06-05
1
-0/+1
*
bpo-40876: Clarify error message in the csv module (GH-20653)
Ram Rachum
2020-06-05
1
-0/+1
*
bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659)
Jason R. Coombs
2020-06-05
1
-0/+1
*
bpo-19468: delete unnecessary instance check in importlib.reload() (GH-19424)
Furkan Önder
2020-06-05
1
-0/+2
*
bpo-1635741: Port mmap module to multiphase initialization (GH-19459)
Dong-hee Na
2020-06-05
1
-0/+1
*
bpo-40521: Make context free list per-interpreter (GH-20644)
Victor Stinner
2020-06-05
1
-2/+2
*
bpo-40521: Make async gen free lists per-interpreter (GH-20643)
Victor Stinner
2020-06-05
1
-2/+3
*
bpo-40521: Make list free list per-interpreter (GH-20642)
Victor Stinner
2020-06-05
1
-3/+3
*
bpo-40807: Show warnings once from codeop._maybe_compile (#20486)
Cheryl Sabella
2020-06-04
1
-0/+2
*
bpo-40521: Make frame free list per-interpreter (GH-20638)
Victor Stinner
2020-06-04
1
-3/+3
*
bpo-40521: Make slice cache per-interpreter (GH-20637)
Victor Stinner
2020-06-04
1
-2/+3
*
bpo-40521: Make float free list per-interpreter (GH-20636)
Victor Stinner
2020-06-04
1
-1/+2
*
bpo-40521: Make tuple free list per-interpreter (GH-20247)
Victor Stinner
2020-06-04
1
-0/+1
*
bpo-40679: Fix _PyEval_EvalCode() crash if qualname is NULL (GH-20615)
Victor Stinner
2020-06-04
1
-0/+1
*
bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412)
Christian Heimes
2020-06-04
1
-0/+1
*
Don't raise an exception on normal return from generator. (GH-19473)
Mark Shannon
2020-06-04
1
-0/+1
*
bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382)
Jeremy Attali
2020-06-03
1
-0/+3
*
bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599)
Victor Stinner
2020-06-03
1
-1/+2
*
bpo-32604: Fix reference leak in select module (GH-20600)
Victor Stinner
2020-06-03
1
-0/+2
*
bpo-40839: PyDict_GetItem() requires the GIL (GH-20580)
Victor Stinner
2020-06-02
1
-0/+2
*
bpo-35078: Allow customization of CSS class name of a month in calendar modul...
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2020-06-02
1
-0/+3
*
bpo-26543: Fix IMAP4.noop when debug mode is enabled (GH-15206)
Sanyam Khurana
2020-06-02
1
-0/+1
*
bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20579)
Victor Stinner
2020-06-01
1
-0/+1
*
bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18...
Skip Montanaro
2020-06-01
1
-0/+1
*
bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578)
Victor Stinner
2020-06-01
1
-0/+2
*
bpo-40630: adjust tracemalloc.reset_peak docs for backport to 3.9 (GH-20546)
Huon Wilson
2020-06-01
1
-2/+0
*
bpo-1635741: Port fcntl module to multiphase initialization (GH-20540)
Dong-hee Na
2020-06-01
1
-0/+1
*
bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
Christian Heimes
2020-06-01
1
-0/+2
*
bpo-17005: Move topological sort functionality to its own module (GH-20558)
Pablo Galindo
2020-05-31
1
-0/+4
*
bpo-40759: Deprecate the symbol module (GH-20364)
Batuhan Taskaya
2020-05-31
1
-0/+1
*
bpo-40755: Add rich comparisons to Counter (GH-20548)
Raymond Hettinger
2020-05-31
2
-2/+1
*
bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)
Terry Jan Reedy
2020-05-29
1
-0/+2
*
bpo-29882: Add an efficient popcount method for integers (#771)
Niklas Fiekas
2020-05-29
1
-0/+2
[next]