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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add more syslog tests (GH-97953)
Serhiy Storchaka
2022-10-07
3
-7/+94
*
gh-94808: Cover `%p` in `PyUnicode_FromFormat` (#96677)
Nikita Sobolev
2022-10-07
1
-0/+19
*
Fix memory leaks in test_capi (#98017)
Carl Meyer
2022-10-07
1
-0/+3
*
gh-97983: Revert "Lay the foundation for further work in asyncio.test_streams...
Oleg Iarygin
2022-10-07
1
-129/+197
*
gh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_e...
Barry Warsaw
2022-10-07
1
-0/+113
*
gh-97850: Remove deprecated functions from `importlib.utils` (#97898)
Nikita Sobolev
2022-10-07
3
-233/+1
*
GH-90985: Revert "Deprecate passing a message into cancel()" (#97999)
Guido van Rossum
2022-10-07
2
-57/+9
*
bpo-35540 dataclasses.asdict now supports defaultdict fields (gh-32056)
Tiger
2022-10-07
1
-2/+19
*
GH-91052: Add C API for watching dictionaries (GH-31787)
Carl Meyer
2022-10-07
1
-0/+132
*
GH-97002: Prevent `_PyInterpreterFrame`s from backing more than one `PyFrameO...
Brandt Bucher
2022-10-06
1
-0/+65
*
gh-65961: Do not rely solely on `__cached__` (GH-97990)
Brett Cannon
2022-10-06
3
-1/+75
*
gh-97781: Apply changes from importlib_metadata 5. (GH-97785)
Jason R. Coombs
2022-10-06
2
-66/+0
*
gh-94808: Coverage: Test that maximum indentation level is handled (#95926)
Michael Droettboom
2022-10-06
1
-1/+21
*
gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944)
Ned Deily
2022-10-06
1
-0/+22
*
gh-94808: Cover `PyUnicode_Count` in CAPI (#96929)
Nikita Sobolev
2022-10-06
1
-0/+38
*
gh-94808: Cover `PyObject_PyBytes` case with custom `__bytes__` method (#96610)
Nikita Sobolev
2022-10-06
1
-0/+16
*
gh-96865: [Enum] fix Flag to use CONFORM boundary (GH-97528)
Ethan Furman
2022-10-05
1
-1/+1
*
gh-65961: Raise `DeprecationWarning` when `__package__` differs from `__spec_...
Brett Cannon
2022-10-05
2
-65/+2
*
gh-97850: Remove all known instances of module_repr() (#97876)
Barry Warsaw
2022-10-05
3
-13/+1
*
gh-88050: Fix asyncio subprocess to kill process cleanly when process is bloc...
Kumar Aditya
2022-10-05
1
-0/+25
*
gh-93357: Port test cases to IsolatedAsyncioTestCase, part 2 (#97896)
Oleg Iarygin
2022-10-05
1
-29/+15
*
gh-95196: Disable incorrect pickling of the C implemented classmethod descrip...
Serhiy Storchaka
2022-10-05
1
-0/+18
*
gh-74696: Pass root_dir to custom archivers which support it (GH-94251)
Serhiy Storchaka
2022-10-05
1
-6/+43
*
gh-87092: bring compiler code closer to a preprocessing-opt-assembler organis...
Irit Katriel
2022-10-05
1
-1/+13
*
GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler()...
Guido van Rossum
2022-10-05
2
-0/+52
*
gh-97825: fix AttributeError when calling subprocess.check_output(input=None)...
andrei kulakov
2022-10-05
1
-0/+6
*
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-...
Mark Shannon
2022-10-05
9
-24/+61
*
GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH...
Brandt Bucher
2022-10-05
1
-0/+33
*
gh-97837: Change deprecation warning message in `unittest` (#97838)
Nikita Sobolev
2022-10-05
2
-6/+28
*
gh-58451: Add optional delete_on_close parameter to NamedTemporaryFile (GH-97...
Ev2geny
2022-10-04
1
-1/+99
*
gh-97008: Add a Python implementation of AttributeError and NameError suggest...
Łukasz Langa
2022-10-04
3
-519/+50498
*
gh-93357: Start porting asyncio server test cases to IsolatedAsyncioTestCase ...
Oleg Iarygin
2022-10-04
1
-173/+119
*
gh-96142: add missing params to `dataclass._DataclassParams` (gh-96382)
Nikita Sobolev
2022-10-04
1
-0/+26
*
gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671)
Victor Stinner
2022-10-04
1
-8/+1
*
gh-97669: Remove outdated example scripts (#97675)
Victor Stinner
2022-10-04
4
-506/+0
*
Remove space. (GH-97807)
Benjamin Peterson
2022-10-04
1
-1/+1
*
GH-97752: Clear the `previous` member of newly-created generator/coroutine fr...
Brandt Bucher
2022-10-03
1
-0/+19
*
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Gregory P. Smith
2022-10-03
4
-1/+59
*
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-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
1
-0/+8
*
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-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (#95...
Łukasz Langa
2022-10-01
1
-4/+124
*
GH-97592: Fix crash in C remove_done_callback due to evil code (#97660)
Guido van Rossum
2022-09-30
1
-0/+15
*
gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.thro...
Ofey Chan
2022-09-30
5
-13/+54
*
gh-97616: list_resize() checks for integer overflow (#97617)
Victor Stinner
2022-09-28
1
-0/+13
*
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
2
-0/+41
[prev]
[next]