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: Cover `PyEval_GetFuncName` (#98246)
Nikita Sobolev
2022-10-15
1
-0/+15
*
gh-95731: Fix module docstring extraction in pygettext (#95732)
Jakub Kuczys
2022-10-15
1
-0/+20
*
gh-95971: Turn @writes_bytecode_files to skip when not running (#95972)
Jeong YunWon
2022-10-15
1
-1/+1
*
gh-85455: Add missing doc strings and improve docs (#21573)
Joannah Nanjekye
2022-10-15
1
-9/+14
*
gh-85525: Indicate supported sound header formats (#21575)
Joannah Nanjekye
2022-10-15
1
-0/+8
*
gh-98251: Allow venv to pass along PYTHON* variables to pip and ensurepip whe...
Steve Dower
2022-10-14
2
-13/+23
*
Bpo-41246: IOCP Proactor avoid callback code duplication (#21399)
Tony Solomonik
2022-10-13
1
-65/+17
*
bpo-46364: Use sockets for stdin of asyncio only on AIX (#30596)
Christoph Hamsen
2022-10-13
2
-4/+23
*
gh-97982: Factorize PyUnicode_Count() and unicode_count() code (#98025)
Nikita Sobolev
2022-10-12
1
-0/+10
*
gh-97669: Fix test_tools reference leak (#98216)
Victor Stinner
2022-10-12
3
-8/+14
*
gh-97669: Create Tools/patchcheck/ directory (#98186)
Victor Stinner
2022-10-12
1
-2/+2
*
gh-97669: Remove outdated example scripts (#97675) (#98167)
Victor Stinner
2022-10-11
4
-253/+2
*
gh-94808: Add coverage for bytesarray_setitem (#95802)
Michael Droettboom
2022-10-10
1
-41/+70
*
bpo-43564: preserve original exception in args of FTP URLError (#24938)
Carl Meyer
2022-10-10
1
-1/+1
*
GH-94597: deprecate `SafeChildWatcher`, `FastChildWatcher` and `MultiLoopChil...
Kumar Aditya
2022-10-08
5
-38/+62
*
gh-97922: Run the GC only on eval breaker (#97920)
Pablo Galindo Salgado
2022-10-08
1
-1/+1
*
gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)
Carl Meyer
2022-10-08
1
-16/+44
*
GH-98023: Change default child watcher to PidfdChildWatcher on supported syst...
Kumar Aditya
2022-10-08
2
-2/+28
*
GH-94182: Run the PidfdChildWatcher on the running loop (#94184)
Thomas Grainger
2022-10-08
2
-42/+56
*
gh-92886: make test_ast pass with -O (assertions off) (GH-98058)
Irit Katriel
2022-10-07
1
-1/+1
*
gh-92886: make test_coroutines pass with -O (assertions off) (GH-98060)
Irit Katriel
2022-10-07
1
-1/+1
*
gh-57179: Add note on symlinks for os.walk (#94799)
Stanley
2022-10-07
1
-1/+2
*
gh-94808: Fix regex on exotic platforms (#98036)
Jelle Zijlstra
2022-10-07
1
-2/+2
*
gh-90085: Remove vestigial -t and -c timeit options (#94941)
Shantanu
2022-10-07
1
-3/+2
*
GH-83901: Improve Signature.bind error message for missing keyword-only param...
Frazer McLean
2022-10-07
2
-3/+8
*
gh-92886: [clinic.py] raise exception on invalid input instead of assertion (...
Irit Katriel
2022-10-07
1
-1/+1
*
GH-88968: Reject socket that is already used as a transport (#98010)
Guido van Rossum
2022-10-07
2
-0/+7
*
gh-96346: Use double caching for re._compile() (#96347)
Serhiy Storchaka
2022-10-07
1
-21/+46
*
gh-97646: Change `.js` and `.mjs` files mimetype to conform to RFC 9239 (#97934)
Noam Cohen
2022-10-07
1
-2/+2
*
GH-96073: Fix wild replacement in inspect.formatannotation (#96074)
Anh71me
2022-10-07
4
-1/+25
*
gh-65496: Correct wording on csv's skipinitialspace argument (#96170)
Stanley
2022-10-07
1
-0/+5
*
gh-97955: Migrate `zoneinfo` to Argument Clinic (#97958)
Nikita Sobolev
2022-10-07
1
-0/+13
*
gh-64373: Convert `_functools` to Argument Clinic (#96640)
Nikita Sobolev
2022-10-07
1
-0/+12
*
gh-96415: Remove `types._cell_factory` from a module namespace (#96416)
Nikita Sobolev
2022-10-07
1
-1/+1
*
Add more syslog tests (GH-97953)
Serhiy Storchaka
2022-10-07
3
-7/+94
*
Add note on capture_output arg to subprocess.run() docstring (#98012)
andrei kulakov
2022-10-07
1
-1/+2
*
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
2
-0/+161
*
gh-82874: Convert remaining importlib format uses to f-str. (#98005)
Gregory P. Smith
2022-10-07
4
-27/+23
*
gh-97850: Remove deprecated functions from `importlib.utils` (#97898)
Nikita Sobolev
2022-10-07
4
-320/+1
*
GH-90985: Revert "Deprecate passing a message into cancel()" (#97999)
Guido van Rossum
2022-10-07
4
-68/+9
*
bpo-35540 dataclasses.asdict now supports defaultdict fields (gh-32056)
Tiger
2022-10-07
2
-2/+27
*
GH-91052: Add C API for watching dictionaries (GH-31787)
Carl Meyer
2022-10-07
1
-0/+132
*
bpo-38693: Use f-strings instead of str.format() within importlib (#17058)
Gregory P. Smith
2022-10-06
1
-26/+23
*
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
7
-33/+108
*
gh-97781: Apply changes from importlib_metadata 5. (GH-97785)
Jason R. Coombs
2022-10-06
3
-267/+10
*
gh-94808: Coverage: Test that maximum indentation level is handled (#95926)
Michael Droettboom
2022-10-06
1
-1/+21
[next]