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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-94808: Coverage: Check picklablability of calliter (#95923)
Michael Droettboom
2022-10-03
1
-10/+11
*
gh-94808: Add test coverage for PyObject_HasAttrString (#96627)
MonadChains
2022-10-03
1
-0/+14
*
gh-94732: Fix KeyboardInterrupt race in asyncio run_forever() (#97765)
hetmankp
2022-10-03
1
-3/+4
*
gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE conve...
Serhiy Storchaka
2022-10-03
1
-6/+6
*
gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= ...
Koki Saito
2022-10-03
2
-2/+10
*
gh-97706: multiprocessing tests: Delete unused variable `rand` (#97707)
Koki Saito
2022-10-03
1
-2/+1
*
gh-97591: In `Exception.__setstate__()` acquire strong references before call...
Ofey Chan
2022-10-02
1
-0/+25
*
gh-95588: Drop the safety claim from `ast.literal_eval` docs. (#95919)
Gregory P. Smith
2022-10-02
1
-1/+3
*
gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (#95...
Ćukasz Langa
2022-10-01
2
-6/+126
*
GH-97592: Fix crash in C remove_done_callback due to evil code (#97660)
Guido van Rossum
2022-09-30
1
-0/+15
*
GH-96827: Don't touch closed loops from executor threads (#96837)
Guido van Rossum
2022-09-30
2
-2/+6
*
bpo-35675: IDLE - separate config_key window and frame (#11427)
Cheryl Sabella
2022-09-30
4
-82/+174
*
gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.thro...
Ofey Chan
2022-09-30
6
-15/+56
*
gh-91212: Fixed flickering when the tracer is turned off (#95129)
Shin-myoung-serp
2022-09-29
2
-2/+1
*
gh-97616: list_resize() checks for integer overflow (#97617)
Victor Stinner
2022-09-28
1
-0/+13
*
Fix typo in error message in plistlib (GH-97540)
Jakob Weigert
2022-09-28
1
-1/+1
*
GH-82448: Add thread timeout for loop.shutdown_default_executor (#97561)
Kumar Aditya
2022-09-28
3
-7/+26
*
gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)
Pablo Galindo Salgado
2022-09-27
4
-6/+21
*
gh-73588: Fix generation of the default name of tkinter.Checkbutton. (GH-97547)
Serhiy Storchaka
2022-09-27
5
-3/+54
*
gh-97545: Make Semaphore run faster. (#97549)
Cyker Way
2022-09-26
2
-23/+18
*
bpo-38748: Add ctypes test for stack corruption due to misaligned arguments (...
Michael Curran
2022-09-26
1
-0/+13
*
gh-96848: Fix -X int_max_str_digits option parsing (#96988)
Victor Stinner
2022-09-26
1
-0/+2
*
Reject invalid opcode names in assertInBytecode (GH-97548)
Dennis Sweeney
2022-09-25
1
-0/+2
*
GH-78724: Initialize struct.Struct in __new__ (GH-94532)
Kumar Aditya
2022-09-25
1
-0/+14
*
gh-97527: IDLE: protect macosx Tk() call when no GUI (#97530)
Terry Jan Reedy
2022-09-24
1
-13/+17
*
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
Serhiy Storchaka
2022-09-24
9
-43/+43
*
gh-94808: Coverage: Test uppercase string literal prefixes (GH-95925)
Michael Droettboom
2022-09-24
1
-0/+7
*
gh-77171: Fixes SubFormat check to compare the entire value. Add docs (GH-97509)
Steve Dower
2022-09-23
2
-5/+15
*
GH-85760: Fix race in calling process_exited callback too early (#97009)
Kumar Aditya
2022-09-22
1
-1/+2
*
gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (#93222)
Cyker Way
2022-09-22
2
-22/+142
*
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97003)
Brandt Bucher
2022-09-22
1
-0/+3
*
gh-96954: Add tests for unicodedata.name/lookup (#96955)
Batuhan Taskaya
2022-09-21
1
-1/+9
*
gh-90808: add more examples to `test_sched.test_priority` (#31144)
Nikita Sobolev
2022-09-21
1
-4/+17
*
[Enum] fix typos (GH-96285)
wim glenn
2022-09-20
1
-2/+2
*
gh-95591: [Enum] use `_FlagTests` base class (GH-96475)
Nikita Sobolev
2022-09-20
1
-4/+4
*
GH-95921: Fix positions for some chained comparisons (GH-96968)
Brandt Bucher
2022-09-20
1
-0/+25
*
gh-96711: Enhance SystemError message upon Invalid opcode (#96712)
serge-sans-paille
2022-09-20
1
-0/+11
*
gh-95865: Further reduce quote_from_bytes memory consumption (#96860)
Gregory P. Smith
2022-09-19
2
-1/+13
*
GH-96864: Check for error between line and opcode events (GH-96880)
Brandt Bucher
2022-09-19
1
-0/+14
*
gh-87179: Fix more IDLE class headers (#96899)
Terry Jan Reedy
2022-09-17
2
-2/+2
*
Revert "gh-87079: Warn on unintended signal wakeup fd override in `asyncio` (...
Guido van Rossum
2022-09-17
4
-64/+8
*
gh-91210: Improve error message when non-default param follows default (GH-95...
Lysandros Nikolaou
2022-09-17
2
-12/+29
*
gh-87079: Warn on unintended signal wakeup fd override in `asyncio` (#96807)
Michel Hidalgo
2022-09-17
4
-8/+64
*
gh-96861: Check for unset sys.executable during venv creation. (GH-96887)
Vinay Sajip
2022-09-17
1
-0/+5
*
gh-96052: codeop: fix handling compiler warnings in incomplete input (GH-96132)
Serhiy Storchaka
2022-09-16
2
-13/+33
*
Fix ResourceWarning in test.test_frame (GH-96831)
Dennis Sweeney
2022-09-15
1
-16/+19
*
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
adphrost
2022-09-15
1
-0/+51
*
gh-96751: Remove dead code from `CALL_FUNCTION_EX` opcode (GH-96752)
Nikita Sobolev
2022-09-15
1
-0/+21
*
Fix type annotation of `pstats.FunctionProfile.ncalls` (#96741)
Ruan Comelli
2022-09-15
1
-1/+1
*
gh-77171 Support WAVE_FORMAT_EXTENSIBLE in the wave module (GH-96777)
Yusuke Kadowaki
2022-09-14
3
-8/+44
[next]